@charset "utf-8";
/* CSS Document */


img{
	border: none;

}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.lol{
	position: absolute;
	margin-left: -17px;
	color: #FFFFFF;
	font-weight: bold;
}

.blank{
	height: 4px;
	font-size: 0px;
}

.subtitle{
	font-size: 20px;
	color: #ffa800;
	text-transform: uppercase;
	margin-top: 15px;
}

h1{
	font-size: 14px;
	color: #ffcc00;
	
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#content_all{
	width: 1000px;
	margin: auto;
	text-align: left;
}

#top{
	height: 199px;
	background-image: url(/fileadmin/pics/design/top.jpg);
	background-repeat: no-repeat;
}

#advertising{
	position: absolute;
	width: 560px;
	height: 135px;
	
	margin-left: 430px;
	margin-top: 5px;
}

#language{
	position: absolute;
	margin-top: 150px;
	margin-left: 110px;
}

#german{
	position: absolute;
	width: 20px;
	height: 25px;
}

#french{
	position: absolute;
	width: 20px;
	height: 25px;
	
	margin-left: 30px;
}

#italian{
	position: absolute;
	width: 20px;
	height: 25px;
	
	margin-left: 60px;
}

#date{
	position: absolute;
	margin-top: 180px;
	margin-left: 75px;
	
	font-weight: bold;
	color: #ccffcc;
}

#navi{
	position: absolute;
	width: 750px;
	
	margin-top: 155px;
	margin-left: 220px;
}

.navi_elemente{	
	margin-right: 25px;
	text-transform: uppercase;
	font-weight: bold;
}


.navi_elemente_active{
	margin-right: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.navi_elemente a, .navi_elemente a:hover, .navi_elemente a:visited{	
	text-decoration: none;
	color: #4ba37b;
}


.navi_elemente_active a, .navi_elemente_active a:hover, .navi_elemente_active a:visited{	
	text-decoration: none;
	color: #cc3300;
}

#subnavi{
	position: absolute;
	width: 750px;
	
	margin-top: 180px;
	margin-left: 220px;
}

.subnavi_elemente{	
	margin-right: 25px;
	text-transform: uppercase;
	font-weight: bold;
}


.subnavi_elemente_active{
	margin-right: 25px;
	text-transform: uppercase;
	font-weight: bold;
}

.subnavi_elemente a, .subnavi_elemente a:hover, .subnavi_elemente a:visited{	
	text-decoration: none;
	color: #ffffff;
}


.subnavi_elemente_active a, .subnavi_elemente_active a:hover, .subnavi_elemente_active a:visited{	
	text-decoration: none;
	color: #fff000;
}

#topline{
	width: 1000px;
	height: 63px;
	margin-top: 3px;

	background-image: url(/fileadmin/pics/design/line.jpg);
	background-repeat: no-repeat;
	
	font-size: 0px;
}


#topline_left{
	position: absolute;
	width: 194px;
	
	margin-top: 12px;
	margin-left: 15px;
	

}

#topline_main{	
	position: absolute;
	width: 300px;
	
	margin-top: 15px;
	margin-left: 210px;
}

#topline_right{
	position: absolute;
	width: 468px;
	height: 60px;
	
	margin-top: 0px;
	margin-left: 532px;
}

#content_umfassung{
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/fileadmin/pics/design/content_umfassung_middle.jpg);
	background-repeat: repeat-y;
}

#content_umfassung_top{
	width: 1000px;
	height: 20px;
	
	background-image: url(/fileadmin/pics/design/content_umfassung_top.jpg);
	background-repeat: no-repeat;
}

#content_umfassung_middle{
}

#content_umfassung_bottom{
	width: 1000px;
	height: 40px;
	
	background-image: url(/fileadmin/pics/design/content_umfassung_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}


#content_left{
	float: left;
	width: 193px;
}


.content_left_inhalt{
	background-color: #FFFFFF;
	border: 1px solid #66cc00;
	margin-left: 14px;
}

#content_main{
	margin-left: 210px;
	width: 560px;
}

.content_main_inhalt{
	border: 1px solid #66cc00;
	padding-left: 7px;
}

#content_right{
	float: right;
	width: 195px;
}


.content_right_inhalt{
	background-color: #FFFFFF;
	border: 1px solid #ff9900;

	margin-right: 16px;
}

#footer{
	height: 20px;
	clear: both;
	margin-top: 3px;
	
	background-color: #cccccc;
}

#footer_inhalt{
	position: absolute;
	margin-top: 3px;
	margin-left: 185px;
	font-size: 10px;
	color: #666666;
}

#footer_inhalt a{
	text-decoration: none;
	color: #666666;
}