/* G. Höbel Holzbau GmbH */

/*Wrapper*/
#wrapper
{
	width: 943px;
	padding: 0;
	margin: 0;
}

body
{
	background-color: #E8E0CE;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a
{
text-decoration: underline;
color: #663300;
}

a:hover
{
text-decoration: none;
color: #663300;
}



h1 {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #EEE8E5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #611D04;
	padding-left: 10px;
	width:100%;
}
h2 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	background-color: #EEE8E5;
	width:100%;
}
h3 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;

}
/*Logo und Baum*/
#topeins
{

	/*IE 5*/
	width: 943px;
	voice-family: "\"}\"";
 	voice-family:inherit;
	/*IE 6*/
	width: 943px;
	border-bottom: 6px solid #F2C40F
}
html>body #topeins 
{
	/*be nice to Opera 5*/
	width: 943px;
}

/*Logo und Bilder*/
#topzwei
{

	/*IE 5*/
	width: 943px;
	voice-family: "\"}\"";
 	voice-family:inherit;
	/*IE 6*/
	width: 943px;
	border-bottom: 6px solid #F2C40F
}
html>body #topzwei 
{
	/*be nice to Opera 5*/
	width: 943px;
}
#topzwei img
{
border-right: 1px solid #FDF6D9;
}

/*Navigation*/
#nav
{
	
	width: 223px;
	padding-top: 20px;
	background-image: url('images/hg_nav.jpg');
	background-repeat: no-repeat;
	background-color: #611D04;
	float: left;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
}

#nav ul li
{
    color: #F2C40F;
	font-size: 12px;
	font-weight: bold; 
	line-height: 18px;
	list-style-type: none;
	margin-left: 20px;
}

#nav ul li a
{
	color: white;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold; 
	line-height: 18px;
}
#nav ul li a:hover
{
	color: #F2C40F;
}
#nav ul li a:active
{
	color: #F2C40F;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold; 
	line-height: 18px;
}


.adresse
{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 20px;
}

#inhalt
{	
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 223px;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url('images/hg_inhalt.jpg');
	background-repeat: no-repeat;
	/*IE 5*/
	width: 640px;
	voice-family: "\"}\"";
 	voice-family:inherit;
	/*IE 6*/
	width: 677px;
}
html>body #inhalt 
{
	/*be nice to Opera 5*/
	width: 680px;
}


.killfloat
{
	clear: both;
}

/*Bilder im Inhalt*/
.bildlinks {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #663300;
	padding: 2px;

}
.bildrechts {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #663300;
	padding: 2px;
	
}

#subnav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav a {
	color: #FFFFFF;
	text-decoration: underline;
}

#subnav a:visited {
	color: #FFFFFF;
}

.border
{
	border: 1px solid #663300;
	padding: 2px;
	margin-bottom: 10px;
}




