/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	background-color: #5d5d55;
/*	background-image:url(/fileadmin/images/M4E_Hintergrund.jpg);*/

}

#wrapper {
	width: 992px;
	margin: 5px auto 15px auto;
}

#left_spacer {
	width: 100px;
	float:left;
}
#left_spacer img{
	position:fixed;
}
#navi_pics {
	position: fixed;
	z-index: 9999;
}
#header_pics {
	margin-top:30px;
}

#header_content {
	width: 790px;
	float:left;
	border-left: 1px solid #CCCC66;
	border-right: 1px solid #CCCC66;
	border-top: 1px solid #CCCC66;
}
#content {	
	/* background-color:#000000; */
	width:790px;
	float:left;
	background-image:url(/fileadmin/images/bg_transparent.png);
	border-left: 1px solid #CCCC66;
	border-right: 1px solid #CCCC66;
	border-bottom: 1px solid #CCCC66;
}


#right_spacer {
	width: 100px;
	float:left;
}

#left_content {
	width:245px;
	float:left;
	padding-top: 15px;
}

#right_content {
	width: 545px;
	float: left;
	padding-top: 15px;
}

#left_box {
	width: 208px;
	padding: 8px;
	background-color:#3b3e42;
	color:#FFFFFF;
/*	color: #929293;*/
	font-size:12px;
	line-height: 16px;
	border: 1px solid #CCCC66;
	margin-bottom: 5px;
	background-position: top right;
	background-repeat:no-repeat;
}

#left_box h1 {
	/* color: #9f3031; */
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	line-height: 20px;
	padding-right:75px;
}
#left_box b {
	color: #ffffff;
	line-height:20px;
}
#left_box a {
	color: #FFFFFF;
}

#breadcrumb {
	font-size: 10px;
	color: #ffffff;
	margin-bottom: 10px;
}
#breadcrumb a {
	text-decoration: none;
	color: #ffffff;
}
#breadcrumb a:hover {
	text-decoration: underline;
}

#content_wide {
	width: 512px;
	padding: 8px;
	border: 1px solid #CCCC66;
	margin-bottom: 10px;
	float: left;
}

#content_small {
	width: 242px;
	padding: 8px;
	border: 1px solid #CCCC66;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
}

#content_wide h1, #content_small h1 {
	font-size: 36px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: normal;
	margin-bottom: 10px;
}
#content_wide p, #content_small p {
	line-height:1.3em;
}
	
	
.pics {  
    width:   790px; 
    height:  445px;   
    padding: 0;  
    margin:  35px 0px 0px 0px;  
} 
 
.pics img {  
    width:  790px; 
    height: 445px; 
    top:  0; 
    left: 0 
} 	

#right_content ul {
	padding:8px 0px 16px 18px;
}
#right_content li {
	list-style-type:square;
	padding:0px 0px 0px -2px;
	margin: 0px;
	line-height: 22px;
}

