body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial;
	color:#000000;  
	padding:0px;
	margin:0px;
}
img {
	border: 0;
}
html {
     overflow: -moz-scrollbars-vertical;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #999999;
}
#inhalt { 	
	position:absolute;
	height:588px; 
	width:818px;
	margin:-294px 0px 0px -409px;
	top: 50%; 
	left: 50%;
	padding: 0px;
}
#logo {
	background-image:url(images/eisblumenfee/logo.png);
	width:818px;
	height:52px;
}
#adminlogo {
	background-image:url(images/adminlogo.png);
	width:818px;
	height:52px;
}
#menutop {
	background-image:url(images/eisblumenfee/menu_top.png);
	width:818px;
	height:30px;
}
#menu {
	background-image:url(images/eisblumenfee/bg_menu.png);
	width:818px;
	height:47px;
}
#adminmenu {
	background-image:url(images/bg_adminmenu.png);
	width:818px;
	height:47px;
}
#menubottom {
	background-image:url(images/eisblumenfee/menu_bottom.png);
	width:818px;
	height:16px;
}
#menuadminbottom {
	background-image:url(images/menu_adminbottom.png);
	width:818px;
	height:16px;
}
#blaumain {
	background-image:url(images/eisblumenfee/bg_main.png);
	width:818px;
	height:390px;
}
#blaucontent {
	margin: 0px 6px 0px 6px;
	padding: 0px;
	height: 390px;
	overflow: auto;
}
#admincontent {
	margin: 0px 6px 0px 6px;
	padding: 0px 20px 0px 20px;
}
#flashcontent {
	margin: 0px 6px 0px 6px;
}
#bottom {
	background-image:url(images/eisblumenfee/bg_bottom.png);
	width:818px;
	height:35px;
}
p, h1 {
	margin: 0px; 
	padding: 20px;
	font-size: 14px;
}
h1 {
	font-size: 20px;
	text-transform:uppercase;
	color: #000;
	background-color: #EFEFEF;
	font-weight: bold;
	border-bottom: 2px solid #DDDDDD;
}
.small {
	font-weight: normal;
	font-size: 10px;
	text-transform:uppercase;
}
p {
	text-align: justify;
}
p img {
	margin-right: 10px;
	margin-bottom: 5px;
}
a { 
	color: #ff66cc;
	font-size: 11px;
	background-color:transparent;
	text-decoration: none; 
}
.ricon {
	float: right;
	margin-left: 5px;
	border: 0;
}
.licon {
	float: left;
	margin-right: 5px;
	border: 0;
}
#infobar {
	/*background-image:url(images/infobar.png);
	background-repeat: no-repeat;*/
	background-color: #ccc;
	width: 500px;
	height: 12px;
	float: left;
	margin-right: 5px;
	padding: 7px;
}
#presse { white-space: nowrap; margin: 0; padding: 0; }
#presse li { margin: 0; padding: 0; display: inline; }
#formatted ul {
	list-style-type:none;
	padding:0px;
	width:380px;
}
#formatted li {
	display:block;
	padding:3px;
	margin-bottom:3px;
	background: #1f1f1f;
}
#cropbox { 	
	position:absolute;
	height:560px; 
	width:470px;
	margin:-280px 0px 0px -235px;
	top: 50%; 
	left: 50%;
	padding: 0px;
	z-index:9999999;
}
#overlay {
	background-image: url(/cropper/screen.gif);
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index:9999998;
}
#previewdiv {
	position:absolute;
	text-align:center;
	top:50px;
	left:25%;
	margin:0 auto;
	width:50%;
	height:450px;
	padding:10px;
	z-index:9999999;
	background-color: white;
	border: 1px solid black;
}
.moveselect {
	color: #fff;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size:9px;
	background-color: #000;
	border: 0px;
	margin-right: 5px;
}
.moveform {
	display:none;
	margin:0px;
}