* {
	margin:0px;
	padding:0px;
	border:0px;
	} 

body, html {
font:12px Arial;
}

a {
text-decoration:none;
color:#b2aaaa;
}
a:hover{
color:#990033;
}

#box {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	
	}


#submenue {
	position:relative;
	color:#b2aaaa;
	height:55px;
	}
	
#sub {
position:absolute;
right:0;
top:10px;
}

#sub ul {
list-style-type:none;
}
#sub li {
display:inline;
}

#sub a {
border-right:1px solid black;
padding:0 10px 0 10px;
}

#sub a:hover{
color:#fff;
background-color:#990033;
}

#banner {
	
	width:900px;
	height:50px;
	background-image:url(images/banner.png);

	}	
	
#line1 {
	width:900px;
	height:3px;
	background-color:#b2aaaa;
	}

#main {
	width:900px;
	height:360px;
	margin-top:10px;
	margin-bottom:5px;
	}
	
	
#nav {
	position:relative;
	width:200px;
	height:100%;
	border-right:5px solid #fff;
	background-color:#2e2e2e;
	float:left;	
	}

#navbox {
width:200px;
position:absolute;
top:5px;
}

#navbox ul {
list-style:none;
display:block;
margin-left:15px;
}
#navbox li {
padding:5px 0 5px 5px;
border-bottom:solid 1px;
border-color:#4a4848;
width:auto;
margin-right:10px;
}

#navbox a {
font-size:14px;
color:#b2aaaa;
text-decoration:none;
display:block;
}

#navbox li:hover  {
background-color:#990033;
border-left:solid 2px;
border-left-color:#fff;

}

#content {
	margin-left:205px;
	height:100%;
	 
	color:#585858;
	padding-left:20px;
	padding-right:20px;
	}
#content_bilder {
	margin-left:205px;
	height:100%;
}
#content h1{
	padding-top:20px;
}	

.index {
height:100%;
background-image:url(images/homehintergrund.jpg);
}
#indextxt {
width:420px;
height:100%;
}
.impressum {
height:100%;
background-image:url(images/impressumhintergrund.jpg);
}
.disclaimer {
height:100%;
background-image:url(images/disclaimerhintergrund.jpg);
}
.contact {
height:100%;
background-image:url(images/contacthintergrund.jpg);
}
#line2 {
	width:900px;
	height:3px;
	background-color:#b2aaaa;
	}
	
#line3 {
	width:900px;
	height:3px;
	background-color:#b2aaaa;
	margin-top:10px;
	}
	
	
#copyright {
	color:#b2aaaa;
	text-align:center;

	}
	
#galerie {
	width:900px;
	height:105px;
	border-bottom:solid 10px;
	border-color:#FFF;
	background-color:#2e2e2e;
	}


#bildrow {
height:100px;
}

.bild {
padding:10px;
margin:10px;
}