body, html { padding: 0; margin: 0;}

body { 
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #313131;
	line-height: 15px;
	
	}
	

#wrapper {
	margin: 0 auto;
	width: 1045px;
}

#header {
	width: 1005px;
	height: 113px;
	border: 0px solid black;
}
#menu {
	width: 1005px;
	height: 18px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #CDCDCD;
	line-height: 18px;
	
}

#content {
	width: 481px;
	height: 470px;
	overflow-y: auto;
	overflow-x: hidden;
	float: left;
	padding: 10px 0px 0px 10px;
}


#left {
	width: 327px;
	float: left;
        border-right: 1px solid #CDCDCD;
        position: relative;
}

#submenu {
	position: relative;
	width: 205px;
	height: 266px;
	/*margin-top: 210px;*/
	background-color: #CDCDCD;
	}

#pics {
	width: 325px; 
	position: relative;
}

#right {
	float: left; 
	width: 167px;
	height: 470px;
	padding-top: 10px;
	padding-right: 5px;
	border-left: 1px solid #CDCDCD;
	background: url("images/bg_news.jpg") no-repeat;
	margin-left: 19px;
	}
	
#footer {
	background-color: #CDCDCD;
	width: 1005px;
	height: 19px;
	}

.clearer {
	clear: both;
	}
	

/* Links */

a:link, a:visited, a:hover, a:focus, a:active {
	text-decoration: none;
	font-size: 10px;
	color: #D37538;
	
}

a:hover { 
	color: #FC7216;
}



#menu ul li.orange a:link, #menu ul li.orange a:visited, #menu ul li.orange a:hover, #menu ul li.orange a:focus, #menu ul li.orange a:active {
	text-decoration : none;
	font-size : 10px;
	background-color : #cdcdcd;
	padding : 3px 15px 3px 15px;
	border-top : 1px solid #ffffff;
	border-right : 2px solid #ffffff;
	color : #000000;
} 

#menu ul li.orange a:hover { 
	background-color: #D37538; 
	color: #ffffff;
}

#menu ul li.okogreen a:link, #menu ul li.okogreen a:hover, #menu ul li.okogreen a:active, #menu ul li.okogreen a:focus, #menu ul li.okogreen a:visited { 
	padding: 3px 15px 3px 15px; 
	font-size: 10px;
	text-decoration: none;
	background-color: #62bb26 !important; 
	color: #ffffff !important;
	border-top : 1px solid #ffffff;
	border-right : 2px solid #ffffff;
 } 

#submenu a:link, #submenu a:visited, #submenu a:hover, #submenu a:focus, #submenu a:active {
	text-decoration: none;	
	font-size: 10px;
	padding-left: 30px;
	color: #67645D;
	width: 175px;
	line-height: 28px;
	font-weight: bolder;
	background: url("images/nav_sub.jpg");
	display:block;
}

#submenu a:hover { 
	color: #000000;
}

#right a:link, #right a:visited, #right a:hover, #right a:focus, #right a:active {
	text-decoration: none;	
	font-size: 10px;
	color: #000000;
	width: 175px;
	font-weight: bolder;
}

#right a:hover { 
	color: #67645D;
}
/* Headlines */
h1 {
	color: #D37538;
	font-size: 11px;
	font-weight: bolder;
	background: url("images/main_balken.jpg") repeat;
	height: 25px;
	padding-top: 8px;
	}
	
#right h1 { background: url("images/news_balken.jpg"); }

#menu ul, #menu li {
 	padding: 0;
 	margin: 0;
}
	
#menu ul { 
	list-style-type: none;
 }

#menu li { 
	display: inline;
	float: left;  
	   }	   

#submenu ul { 
	list-style-type: none;
	margin: 0;
	padding: 0; 
	width: 175px;
 }
 
#submenu li { 
	margin: 0;
	padding: 0;
	width: 175px;
 }


table { 
	font-size: 10px;
	text-align: left;
	   }
	   

.thumbs {
	left: 225px;
	top: 225px;
	margin: 15px 15px 0px 0px;
	position: absolute;
}

.thumbs img {
	cursor: pointer;

}

.news-list-container h2 { padding-left: 10px; }

.news-latest-item a:link, .news-latest-item a:visited, .news-latest-item a:active, .news-latest-item a:hover { color: #000; } 

/* Formular */
.csc-mailform-field label {
			clear:both;
			color:#000000;
			margin-top: 5px;
			float:left;
			
			padding-left:0px;
			width:100px;
			}

		.csc-mailform {
				border: none;
				width: 450px;
			}
		.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select {

			/*float:left;*/
			float: right;
			display:block;
			width:270px;
			padding:1px;
			margin-bottom:10px;
			margin-right: 40px;
			background-color: #eee;
			color: #660000;
			border: 0;
			font-size: 13px;
			font-family: Tahoma, Verdana, Arial, sans-serif;
			}
			


