body {
	background-color: none;
} 

	#wrapper {
		position: relative;
		width:980px;
		margin: 0px auto 10px auto;
		border: 0px 1px 1px 1px solid #113867;
		background-color: #fbfbfb;
		box-shadow: 0px 0px 6px #113867;
		-moz-box-shadow: 0px 0px 6px #113867;
		-webkit-box-shadow: 0px 0px 6px #113867;
		
	}

		#header {
			position: relative;
			width: 980px;
			height: 490px;
			background-image: url("../img/paradeplatz_10_rendsburg_knudsen_wobau.jpg");
		margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		
		
		#navi {
			position: absolute;
			width: 250px;
		}
		
			#logo {
				margin-left: 40px;
				margin-top: 20px;
			}
			
			nav li {
				text-align: right;
				font-size: 23px;
				font-weight: bold;
				padding-right: 65px;
				color: black;
			}
		
			nav a {
				text-decoration: none;
				color: black;
			}
			
			
			
		
		
		#content {
			position: relative;
			width: 670px;
			min-height: 420px;
			background: white;
			top: -30px;
			left: 250px;
			margin-bottom: -30px;
			padding: 10px;
			border: 10px solid #e4e3e3;
			box-shadow: 0px 0px 3px #113867;
			-moz-box-shadow: 0px 0px 3px #113867;
			-webkit-box-shadow: 0px 0px 3px #113867;
		}
		
			#content h2 {
				margin-top: 0px;
				font-size: 22px;				
			}
		

		#footer {
			
			margin-left: 250px;
			height: 25px;
			width: 690px;
			font-size: 12px;
			text-align: center;
			line-height: 25px;
			
			
		}
		
		
		.row label.labelLeft {
			display: inline-block;
			width: 100px;
		}
		
		.row {
			margin: 5px 0 0 0;
		}
		
		button.btn {
			margin: 0 0 0 100px;
		}


	/* Navigation Style */
	
	a:active, a:focus {
		outline: none;
	}

	.active {
		color : red;
	}

	/* content inhalte */
	.fleft {
		float:left;
	}

	.fright	{
		float:right;
	}	
		
		/* latest.html */
			.object_box {
				width: 100%;
				min-height: 350px;
			}
		
			.object_box .pic {
				max-height: 300px;
				max-width: 300px;
			}

		/* management.html */
			.multicol {
				width: 49%;
			}

		/* aboutus */
			.aboutus_box .pic {
				margin: 0 10px 10px 10px;		
			}

		/* contact */
			.kapitelchen {
				font-weight: bold;
				font-size: 20px;
			}





		
		
		