/* style www.atelier-voss.de */

html { height: 100% } 
body {
	font: 100.01% Arial, Verdana, Sans-Serif;
	color: #fff;
	background: #202020;
	min-height: 101%;
}

* { margin:0; padding:0; }

img { border:0; }

#adress a, #footer a, #content a {
	color: #D18438;
	text-decoration: none;
}
#adress a:visited, #footer a:visited, #content a:visited {
	color:#D18438;
	text-decoration: none;
}
#adress a:hover, #footer a:hover, #content a:hover {
	color: #990000;
	text-decoration: underline;
}
#adress a:active, #footer a:active, #content a:active {
	color:#000;
	text-decoration: none;
}

h1 a {
	font-size: 55px;
	font-weight: normal;
	color: #DDDDDD;
	text-decoration: none;
}


/* ----------container zentriert das layout-------------- */
#container {
	width: 980px;
	margin: 0px auto;
	background: #202020 url(../img/hvoss_bg_cont.jpg) no-repeat scroll center 100px;
}

/* ----------banner for logo-------------- */
#head {
	background: #202020 url(../img/hvoss_bg_head.jpg) no-repeat scroll center top;
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 980px;
}
#title {
	margin: 30px 0px 0px 230px;
	height: 60px;
	width: 400px;
	clear: left;
	float: left;
}
#adress {
	margin: 30px 25px 0px 0px;
	height: 63px;
	width: 300px;
	clear: right;
	float: right;
	text-align: right;
}
.adr {
	font-size: 13px;
	font-weight: normal;
	color: #DDDDDD;
	padding-top: 17px;
	line-height: 18px;
}
/* -----------------Inhalt--------------------- */
#content, #content1  {
	background-color: transparent;
	padding: 0px;
	margin-left: 230px;
	margin-right: 0px;
}
div#content1 {
	min-height:480px;
	height:expression(this.scrollHeight > 480 ? "auto":"480px"); 
	margin-top: 50px;
}
div#content {
	min-height:447px;
	height:expression(this.scrollHeight > 447 ? "auto":"447px"); 
	margin-top: 30px;
}
.tsp {
	margin-top: 30px;
}
.gal {
	margin: 0px 30px 30px 0px;
}
.bs {
	margin: 0px 30px 30px 0px;
	float: left;
	font-size: 11px;
	text-align: center;
}
.kauf {
	text-align: right;
	margin: 0px 25px 35px 0px;
	font-size: 14px;
	display:block;
}
#content h2 {
	font-size:20px;
	font-weight: normal;
	margin-bottom: 15px;
	color:#990000;
}
#content p, #content li {
	margin: 0px 35px 15px 0px;
	font-size: 14px;
	line-height: 18px;
}
#content li {
	list-style: disc;
	margin-left: 17px;
}
#content hr {	
	margin: 1.5em 0 1.5em 0;
	border-top: 1px solid #333;
	border-right:none;
	border-bottom: none;
	border-left:none;
}
/* --------------left navigavtion------------- */
#left {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
#menu {
	width: 200px;
	margin: 80px 0px 0px;
}
#level1 {
	list-style: none;
	text-align: right;
	font-size: 25px;
	
}
#level1 li {
	padding-bottom: 15px;	
}
#level2 {
	list-style: none;
	text-align: right;
	font-size: 18px;
	padding-top: 5px;
}
#level2 li {
	padding-bottom: 5px;	
}
#level1 a, #level2 a {
	display: block;
	text-decoration: none;
	color:#fff;
}
#level1 a:hover, #level2 a:hover {
	text-decoration: none;
	color:#D18438;
}
#body_home #home a, #body_voss #voss a, #body_neu #neu a, #body_port #port a, #body_land #land a, #body_ver #ver a, #body_kon #kon a, #body_dow #dow a  {
	color: #D18438;
}
#body_home #home a:hover, #body_voss #voss a:hover, #body_neu #neu a:hover, #body_port #port a:hover, #body_land #land a:hover, #body_ver #ver a:hover, #body_kon #kon a:hover, #body_dow #dow a:hover {
	color: #990000;
}
/* -----------footer--------------------------- */
#footer {
	clear: both;
	height: 60px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #202020 url(../img/hvoss_bg_foot.jpg) no-repeat scroll center top;
	font-size: 13px;
	font-weight: normal;
	color: #868686;
	padding-top: 17px;
	line-height: 18px;
}
#footer .left {
	margin: 17px 0px 0px 77px;
	height: 30px;
	width: 150px;
	clear: left;
	float: left;
}
#footer .right {
	margin: 17px 25px 0px 0px;
	height: 30px;
	width: 150px;
	clear: right;
	float: right;
	text-align: right;
}
.clearfix {
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
