@charset "utf-8";

/* CSS Document */





/*Standard-Formatierungen*/





body { 

font-size: 9pt;

font-family: Arial, Helvetica, sans-serif; 

background-color: #cc9933; 

text-align: left;  

color: #000;

margin: 0;

padding: 0;

}





p { 




}



ul {
	list-style-type: square;

}









a { 

text-decoration: none;

}









div { 

}





h1 { 

font-size: 11pt;  
border-bottom: 1px solid #000;
margin-bottom: 5px;



}



h2 { 

font-size: 11pt; 
color: #666;
margin-bottom: 5px;


}



h3 { 

font-size: 11pt; 
color: #cc9933;
margin-bottom: 5px;



}









hr { 

display: block; 

width: 100%;

height: 1px;

color: #CCC;

background-color: #ccc;

margin: 0;

padding: 0;

border: 0;

}





a { 

color: #000; 

font-weight: bold;



}







a:visited {  

color: #000; 

font-weight: bold;







}







a:hover { 

color: #cc9933;

font-weight: bold;

}



















/*DIV-Platzierung*/





#seite

{	

	margin: 0 auto 0 auto;

	width: 1000px;

	height: auto;

	border: none;

	background-image: url(../images/seite_bg.jpg);
	
	background-repeat:repeat-y;
	
	text-align: left;


}





#header {

	width: 1000px;

	height: 190px;

/*	background-image:url(../images/headerbg.jpg);
	
	background-repeat: no-repeat;
*/

}

#headerbild {

	width: 946px;

	height: 180px;
	
	margin-left: 27px;

	background-image:url(../images/header.jpg);
	
	background-repeat: no-repeat;
	
	background-position:center;
	
	border: 4px solid #cc9933;

	padding: 0;
	
	


}




	

#left {

	width: 270px;

	height:auto;

	float:left;

	text-align: left; 
	
	padding-top: 40px;



	}

		

#left .moduletable {

	width: 215px;

	margin-left: 50px;
	
	margin-bottom: 30px;
	
	background-image: url(../images/modulbg.jpg);
	
	background-repeat: repeat;

	}


#left .moduletable h3 {

	font-size: 13pt;
	padding: 5px 5px 5px 15px;
	background-color: #cc9933;
	margin: 0;
	color: #fff;
	

	}

#left ul {
	padding: 10px 0 5px 15px;
	list-style-type: none;	
	}
	
#left ul li {
	margin-bottom: 10px;
	
	}


#left ul li a {
	font-size: 11pt;
	color: #000;
	}
	


#left ul li a.mainlevel_active,#left ul li a.mainlevel_current, #left ul li a:hover{
	font-size: 11pt;
	color: #cc9933;
	}
	
	
#left ul li ul {
	list-style-type: square;
	padding: 5px 0 10px 30px;
	}
	
	
#left ul li ul li {
	margin-bottom: 2px;
	
	}
	
#left ul li ul li.sublevel_current {
	margin-bottom: 2px;
	
	}
	
	
#left ul li ul li a {
	font-size: 9pt;
	font-weight: normal;
	
	}
	

#left ul li ul li a.sublevel_current, #left ul li ul li a:hover{
	font-weight: bold;
	font-size: 9pt;
	color: #000;

	
	}
	
	
/*	Newsmodul  */	





#left .moduletablenews {

	width: 215px;

	margin: 30px 0 30px 50px;
	
	background-image: url(../images/modulbg.jpg);
	
	background-repeat: repeat;



	}	

	

#left .moduletablenews h3{

	font-size: 13pt;
	padding: 5px 5px 5px 15px;
	background-color: #cc9933;
	margin: 0;
	color: #fff;


	}	

#left .moduletablenews .contentpaneopennews  {

	padding: 0 15px 15px 15px;


	}	


#left .contentheading {

	font-size: 10pt;
	color: #cc9933;




}




	



span.article_separator {

	display: none;

}







#main {

	width: 730px;
	
	float: right;

	height:auto;

	text-align: left;

}







#content{
	
	width: 600px;

	padding: 50px;

	text-align: left;

	



}











#content ul {

	text-align: left;

	color: #000;

	padding: 10px 0 10px 40px;
	
	list-style-type: square;


	

	

}













.cleaner { 

	font-size: 0px; 

	background-color: transparent; 

	height: 0px; 

	clear: both  ; 

	margin: 0; 

	padding: 0;



}





#footer {

	margin: 0 auto 0 auto;

	width: 1000px;

	height: 40px;

	background-image: url(../images/footerbg.jpg);
	
	background-repeat: no-repeat;

	text-align: left;

	padding: 0;

	

}







#footer .moduletable p {

	color:#FFF;

	padding: 20px 20px 0 0;

	margin: 0;

	font-size: 7pt;
	

	}


#footer .moduletable p a {

	color:#FFF;

	}





#footer .moduletable p a:hover {

	color:#fff;
	
	}







/*Blog-Styles*/



.contentheading { 

color: #cc9933;

font-weight: bold;

font-size: 14pt;

margin-bottom: 20px;

}





.componentheading { 

color: #cc9933;

font-weight: bold;

font-size: 14pt;

margin-bottom: 20px;

}


#content div.blog  { 



}

div.article_column{
	margin-top: 40px;
	padding: 0;

}

#content div.blog ul li p strong{
font-weight: normal;

}

div.blog .contentheading{

	font-size: 11pt;
	padding-bottom: 2px;
	color:#000;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;

}

div.blog h1{

	font-size: 10pt;
	border: none;
}

div.blog a.readon{
	font-size: 9pt;
	font-weight: bold;
	background-color:#cc9933;
	color: #fff;
	padding: 2px 5px 2px 5px;
}

#content div.blog ul {
	padding: 10px 0 10px 20px;
}

/*Newsletter*/

.normalsublayout {
	background-image: url(../images/modulbg.jpg);
	background-repeat: repeat;
	padding-top: 0;
	padding-bottom: 10px;
}

#subscribelayout p, .highslide-body p, .normalsublayout p {

text-align: left;

padding: 0 0 0 15px;

font-weight: bold;

}
