@charset "utf-8";
/* CSS Document */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

html, body {
	height:100%;
	color:#5a6b6e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
}


ul, ol {list-style: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {clear:both;}

.left {float:left;}

.right {float:right;}

.hidetext {text-indent:-9999px;}

iframe{
	border:1px solid #5a6b6e;
}

.highlight {
	color: #FF0000;
}


#container{
	width:960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -160px; /* the bottom margin is the negative value of the footer's height */

}

#header {
	height:180px;
	width:960px;
	background:#ffffff url(../images/branding.jpg) top left no-repeat;
}

	h1#branding {
		padding:0;
		margin:0;
		border:0;
	}

	h1#branding a{
		float:left;
		display:block;
		height:180px;
		width:490px;
		text-indent:-9999px;
		
	}
	
	#header ul, #footer ul{
		float:left;
		border-left:1px solid #5a6b6e;
		padding:40px 0 0 0;
		height:80px;
	}
	
	#footer ul{
		padding:20px 0 0 0;
	}
	
	#header ul a, #footer ul a{
		display:block;
		padding:0 0 0 27px;
		font-size:11px;
		line-height:20px;
		text-decoration:none;
		color:#5a6b6e;
		height:100%;
		width:100%-27px;
	}
	
	#header ul li, #footer ul li{
		height:20px;
	}
	
	#header ul a:hover {
		background:url(../images/bullet1.jpg) 6px center no-repeat;
	}
	
	#footer ul a:hover {
		background:url(../images/bullet2.jpg) 6px center no-repeat;
	}
	
	#header ul a:active, #header ul a.active, #footer ul a:active, #footer ul a.active  {
		background:#5a6b6e;
		color:#ffffff;
	}
	
	ul.navi1{
		width:149px;
	}
	
	ul.navi2{
		width:169px;
	}
	
	ul.navi3{
		width:114px;
	}
	
	
	
#contentContainer{
	float:left;
	padding:60px 30px 60px 30px;
	width:900px;
}

	#contentMain{
		float:left;
		width:550px;
		padding:0 30px 0 0;
	}
	
		#contentMain p{
			padding:0 0 20px 0;
		}
			
		#contentMain a{
			text-decoration:none;
			color:#124e2d;
			background:url(../images/bg-link.jpg) right 4px no-repeat;
			padding:0 13px 0 0;
			text-decoration:underline;
		}
		
		#contentMain a:hover{
			text-decoration:none;
		}
		
		#contentMain a:visited{
			background:url(../images/visited.jpg) right 4px no-repeat;
			color:#5a6b6e;
			text-decoration:none;
		}
		
		#contentMain ul{
			padding:15px 0 15px 12px;
		}
		
			#contentMain ul li{
				padding:0 0 6px 15px;
				background:url(../images/bg-link.jpg) left 7px no-repeat;
				font-size:12px;
			}
	
		h1 {
			font:28px/32px Cartogothic, Verdana, Arial, Helvetica, sans-serif;
			color:#6f898e;
			margin:0 0 20px 0;
			padding:0 0 8px 0;
			border-bottom:1px solid #93A3A6;
		}
		
		h2 {
			font:18px/22px Cartogothic, Verdana, Arial, Helvetica, sans-serif;
			color:#5c7377;
			padding:5px 0 5px 0;
		}
		
		h3{
			padding:15px 0 0 10px;
		}
		
		h4, h4 a {
			font:14px Cartogothic, Verdana, Arial, Helvetica, sans-serif;
			color:#00672f;
			padding:0 0 4px 0;
			text-decoration:none;
		}
		
			.personal {
				float:left;
				width:550px;
				border-bottom:1px dashed #5a6b6e;
				padding:30px 0;
			}
			
			.beschreibung {
				float:left;
				width:320px;
				padding:0 20px;
			}
			
			.beschreibung h2 {
				padding:0 0 15px 0;
			}
			
			#contentMain .beschreibung ul{
				padding:0;
			}
			
			#contentMain .beschreibung ul li{
				background:url(../images/bg-link.jpg) left 7px no-repeat;
				padding:0 0 6px 18px;
			}
			
			li.dots{
				list-style: disc;
				background:none !important;
				margin-left:14px;
				padding:0 0 0 4px !important;
			}
	
			img.passbild {
				float:left;
				margin:0 40px 0 0;
				border:1px solid #5a6b6e;
				padding:1px;
			}

	
	#contentSidebar{
		float:left;
		width:289px;
		border-left:1px solid #5a6b6e;
		padding:0 0 0 25px;
		text-align:justify;
		line-height:18px;
	}
	
		#contentSidebar div.box{
			margin:0 0 20px 0;
			display:block;
			padding:5px;
			text-decoration:none;
		}
	
		#contentSidebar div.box p a{
			color:#5a6b6e;
			text-decoration:none;
			font-size:11px;
		}
	
		#contentSidebar div.box:hover{
			background:#e5e5e5;
		}
	
		#contentSidebar img{
			margin:0 10px 2px 0;
			float:left;
		}
		
.push{
	height:170px;
}

#footer{
	width:100%;
	background:#e5e5e5;
}

	#footer #footerContent{
		height:170px;
		width:958px;
		margin:0 auto;
		border-left:1px solid #bec6c7;
	}
	
	#footer ul{
		border-color:#bec6c7;
	}
	
	#footer ul.navi1{
		border:0;
	}
	
	#footer #subnavi {
		float:left;
		width:609px;
	}
	
	#footer p.adresse {
		display:block;
		float:left;
		width:289px;
		border-left:1px solid #bec6c7;
		padding:20px 0 10px 25px;
		font-size:11px;
		line-height:20px;
	}
	
	#footer p.adresse a{
		background:url(../images/totop.jpg) no-repeat 1px 3px;
		text-decoration:none;
		color:#93A3A6;
		padding:0 2px 1px 11px;
	}
	
	#footer p.adresse a:hover{
		background:#818f91 url(../images/totop.jpg) no-repeat 1px 3px;
		color:#FFFFFF;
	}
	
	#footer #subnavi p{
		padding:40px 0 0 27px;
		font-size:11px;
	}
	
	#footer #subnavi p a{
		color:#124f2e;
		text-decoration:none;
		padding:0 2px 1px 2px;
	}
	
	#footer #subnavi p a:hover{
		background:#818f91;
		color:#FFFFFF;
	}
	
	#contentMain a.anchor{
	background:none;
	padding:0;
	}
	
	#contentMain a.anchortotop{
		float:right;
		background:url(../images/totop.jpg) no-repeat 1px 7px;
		text-decoration:none;
		padding:0 2px 1px 11px;
	}
	
	#euroweb a{
		background:none;
		padding:none;
	}
	
::selection                         { background: #00672f; color: white; /* Safari */ }
::-moz-selection                    { background: #00672f; color: white; /* Firefox */ }
