/* 	
	Immo-USA Stylesheet
	Autor: Bastian Posniak
	(c) 2006 worldweb Internetkommunikations oHG
*/

body {
	background: #444 url(../grafiken/bg.jpg) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
}

a:link, a:active, a:visited {
	color: #D4D7BB;
}

a:hover {
	color: #979867;
}

#header {
	position: absolute;
	width: 721px;
	height: 267px;
	top: 0px;
	left: 50%;
	margin-left: -360px;
	background: url(../grafiken/header.jpg) right no-repeat;
}

html > body #header {
	width: 720px;
}

#content-container {
	position: absolute;
	top: 257px;
	left: 50%;
	margin-left: -360px;
	width: 720px;
	height: auto;
	padding-bottom: 20px;
}

#navi {
	float: left;
	width: 179px;
	padding-left: 36px;
	font-size: 14px;
	color: #B1B68D;
	margin-bottom: 5px;
	margin-top: 0px;
	text-transform: uppercase;
}
	
	#navi a {
		text-decoration: none;
	}
	
	#navi a:hover {
		color: white;
	}
	
	#navi ul, #navi li {
		margin: 0px;
		padding: 0px;
	}
	
	#navi li {
		list-style-image: url(../grafiken/navi-deko.gif);
		margin-bottom: 10px;
	}
	
	#navi li:hover {
		list-style-image: url(../grafiken/navi-deko_ro.gif);
		margin-bottom: 10px;
	}

	#navi .border {
		border: 1px solid #858585;
		padding: 4px;
		margin-bottom: 5px;
	}

#content {
	float: left;
	width: 470px;
	padding-right: 35px;
	line-height: 20px;
}
	
	#content h1 {
		font-size: 15px;
		font-weight: bold;
		color: #B1B68D;
		margin-bottom: 5px;
		margin-top: 0px;
		text-transform: uppercase;
	}
	
		#content h1.txt {
			display: inline;
			font-size: 12px;
			font-weight: normal;
			margin: 0px;
			text-transform: none;
			color: white;
		}
	
	#content h2 {
		font-size: 12px;
		font-weight: bold;
		color: #C8D6FF;
		margin-bottom: 2px;
		margin-top: 15px;
		text-transform: uppercase;
	}
	
	#content ul {
		margin-left: 10px;
	}
	
	#content hr {
		color: #B1B68D;
		background-color: #B1B68D;
		height: 1px;
		margin-bottom: 5px;
	}
	
	#content .detail {
		font-family: "Georgia", "Times New Roman", Times, serif;
		font-size: 10px;
		font-style: italic;
		color: #C9C9C9;
		line-height: normal;
	}
	
	#content li {
		margin-bottom: 5px;
	}