/* CSS Document Ernst*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #457396
}

a {
	color: #457396;
}

a:hover {
	text-decoration:none
}



#container {
			width: 800px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background: url(../images/container_bg.jpg) top right no-repeat;
			
		}

		#banner {
		height: 135px;
		width: 600px;
		margin: auto;
		background: url(../images/banner_bg2.jpg) no-repeat;
		}
		
		#nav {
			width: 120px;
			height: 300px;
			padding-top: 10px;
			padding-left: 10px;
			float:left;
			border-right: 1px dotted #457396;
			background: url(../images/nav_bg.jpg) repeat-y;
			
		}
		
		#nav ul{
			margin: 0;
			padding: 0;
			list-style-type: none;
			
		}
		
		#nav li {
			
		}
		
		
		#nav li a {
		display:block;
			width: 100px;
			height: 20px;
			padding: 3px 0 0 0;
			font-weight:bold;
			text-decoration:none;
			color: #8B0000;
		}

		#nav li a:hover {
		
		color: #457396;
		}
		
		#content {
			width: 600px;
			margin: auto;
			background: url(../images/content_bg_rechts.jpg) top right no-repeat;
			padding: 0px;
			border: 1px solid #ccc
		
		}
		
		#inhalt {
			
			width:445px;
			height: 290px;
			overflow: auto;
			padding: 10px;
			margin: 0 
			
		}
		
		.box_standard {
			height: 230px;
			padding: 10px;
			background-color: #f8f8f8;
			background-image: url(../images/content_bg_250.gif);
			margin-bottom: 2px;
		}

		.bild_links {
			float:left;
			margin-right: 10px;
		}
		
		.box_bilder {
			height: 110px;
			padding: 0px;
			background-color: #f8f8f8;
			background-image: url(../images/bilder_bg_250.gif);
			margin-bottom: 2px;
		}
		
		.box_bilder img {
			padding: 5px 5px 5px 20px
		}
		
		h1 {
			margin: 5px 0 10px 0;
			font-size: 14px;
			border-bottom: 1px dotted #457396
		}
		
		h2 {
			margin: 5px 0 5px 2px;
			font-size: 12px;
		}
		
		#content p
		{
			margin-left: 0px
		}
		
		.textfeld {
			background: transparent;
			border: 1px solid #457396
		}
		
		#footer {
			clear: both;
			padding: 2px 10px 5px 15px;
			margin-top: 0px;
			margin-bottom: 15px
			
		}
		.adresse {
			float:left
		}
		.impressum 
		{
			float:right;
			margin-right: 50px
		}
