html{
	overflow-y:scroll;
}

body{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: black;
	background-repeat: repeat-x;
	background-image: url(../images/body_bg.png);
	background-color: white;
	text-align:center;
}


a{
	text-decoration:none;
}

a:hover{
}

#wrapper{
	text-align: left;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	padding-top: 36px;
	width: 901px;
}

#header{
	position:relative;
	text-align: left;
	width: 901px;
	height: 86px;
	padding-top: 41px;
	background: url(../images/header_bg.png) no-repeat;
}

#HeaderTopURL{
	position:absolute;
	top:10px;
	left:28px;
}

* + html #HeaderTopURL{
	top:15px;
}

#HeaderTopURL a{
	color:#a0a0a0;
	font-size: 10px;
}

#header_logo{
	float:left;
	width: 355px;
	height: 86px;
}

*html #header_logo{
	width:325px;
}


#header .inside{
	position:static;
	float:left;
	width: 540px;
	height: 43px;
	padding-top:43px;
}

#header .mod_navigation li{
	float:left;
	list-style: none;
	font-size: 12px;
	margin-right: 20px;
}

#header .mod_navigation li a{
	color:#5d5d5d;
	font-size: 12px;
}

#header .mod_navigation li span,
#header .mod_navigation li a:hover,
#header .mod_navigation li.trail a{
	color:#e10012;
}


#container{
	overflow: auto;
	background: url(../images/container_bg.png) repeat-y;
}

#emotion_image{
	text-align: center;
	height:243px;

}

#header #emotion_image img{
	width:898px;
	height:243px;
}


#left{
	float:left;
	width:172px;
	min-height: 200px;
	padding-top:42px;
	padding-bottom:42px;
}

#left .mod_navigation li{
	width:151px;
	border-top: 1px dotted #797979;
}

#left .mod_navigation li.last{
	border-bottom: 1px dotted #797979;
}

#left .mod_navigation li a,
#left .mod_navigation li span{
	display:block;
	color:#797979;
	padding-left:22px;
	padding-top:8px;
	padding-bottom:8px;
	font-size: 12px;
	line-height: 16px;
}

#left .mod_navigation li a:hover,
#left .mod_navigation li span{
	color:#e10012;
}


#main{
	float:left;
	width:630px;
	min-height: 200px;
	padding:42px 0px 32px 50px;
	font-size: 12px;
	color:#384043;
}

#main a{
	color:#384043;
	font-weight: bold;
}

#main a:hover{
	color:#E10012;
}

#main img{border: 1px solid #DDD; padding:5px;}

#main img.mime_icon{border:none; padding:0;}

/* --- falls li kein margin hat, wird Aufführungszeichen nicht angezeigt
#main .ce_text ul li{
	margin-left: xx px;
}
*/

#page_title h1{
	font-size: 26px;
	padding-bottom:30px;
	color: #7ba0bd;
}

#footer{
	text-align: right;
	padding-right: 12px;
	background: url(../images/footer_bg.png) no-repeat;
	font-size: 11px;
	color: #a0a0a0;
	height:20px;
}

#footer .inside{
	text-align: right;
}

/* Credits */

#ibrows{
	position: absolute;
	right: 10px;
	top:4px;
	font-size: 9px;
}

#ibrows a, #ibrows{
	color: white;
	font-size: 9px;
}

#ibrows a:hover{
	color:#E10012;
}

