
/* GLOBAL #################################### */

body {
	background-image: url('../img/body_bg_001.jpg') ;
	background-repeat: repeat-x;
	background-position: top center;
}

html, body {
	padding:0;
	margin:0;
}

body, div, table, td, tr, li, a, input, select, area  {
	font-family: georgia, times new roman, times;	color: #5c3b2f;
}

td {
	font-size= 11px;
}

a, a:link, a:visited{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

p{
	margin-top: 0px;
	margin-bottom: 8px;
}


h1{
	visibility: hidden;
}

h2{
	font-size: 17px;
	font-weight: bold;
	margin-top: 0px;
	color: #b08a64;
}

h3{
	font-size: 13px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 6px;
	color:#8c1a00;
}

h4{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	text-indent: 12px;
}

ul {

}
li {
	margin-left: -15px;
}



/* CONTAINER #################################### */

#container{ 
	width: 800px; 
	position: absolute;
	left: 50%;
	margin-left: -400px; 
	top: 0;
}



/* HEADER #################################### */

#header {
	height: 94px;
	width: 800px; 
	float: left; 
	position: relative; 
	padding: 0px;
}


/* MENU #################################### */

#menu{	
	height: 40px;
	width: 800px; 
	float: left; 
	padding-left: 20px; 
	position: relative; 
}


#menu .itemnon, #menu .itemact {
	height: 40px;
	width: 90px; 
	float: left; 
	padding-top: 19px; 
	font-size:12px;
	text-align: center;
	font-weight: bold;
}

#menu .itemnon {
	color: #b08a64;
	background-image: url('../img/menu_non.png') ;
	background-repeat: no-repeat;
} 


#menu .itemact {
	background-image: url('../img/menu_act.png') ;
	background-repeat: no-repeat;
} 

#menu div:hover{
	background-image: url('../img/menu_act.png') ;

}

#menu a:hover{
	color: #5c3b2f;
	cursor:pointer;
	text-decoration: none;
}


/* CONTENT ################################### */

#content {
	width: 800px; 
	float: left; 
	position: relative; 
	font-size: 11px;
	line-height: 17px;
	background: #fffffff;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 10px 0 20px 0;

}

#content .main{	
	margin: 20px 0 0 0;
	width: 460px;
	float:left;
}

#content .main div{
	float: left;
	width: auto;
	margin: 10px 25px 10px 40px;
	text-align: justify;
}

#content .main div img{
	float: left;
	margin: -5px 0 0 -12px;
}


#content .main a, #content .main a:link, #content .main a:visited{
	text-decoration: underline;
	font-weight: bold;
}


#content .main hr{
	margin-left: 10px;	
	border-top: 1px solid #eee;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

#content .main .subnote{	
	font-size: 10px;
	color: gray;
	font-weight: normal;
	line-height: 11px;
}

#content .main .anfragen{	
	margin: -35px 0 0 0 ;
	padding-left:250px;
}




#content .main .price{	
	width: 375px;
	border: 0px;
	margin-left:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px dashed #b38762;
	border-bottom: 1px solid #b38762;
}

#content .sidebar{
	width:330px;
	padding-left:0px;
	float:right;
	border-left: 1px solid #eee;	
}

#content .sidebar h3{
	padding-left:12pxpx;
}


#content .sidebar .picture{
	width:auto;
}

#content .sidebar .feature{
	width:auto;
	padding-left: 9px;
}

#content .sidebar .partner{
	width:auto;
	padding-right: 5px;
}

#content .sidebar .info{
	width:auto;
	padding: 0 5px 0 12px;
	font-size: 11px;
}


#content .main .form td {
	vertical-align: top;
	font-size:11px;
}

#content .main .form .inptext,  select, area {
	border: 1px solid #b38762;
	font-size:11px;

}


.extcon {
}


/* FOOTER #################################### */

#footer {
	font-size: 10px;
	text-align:center;
	color: #5c3b2f;
	height: 80px;
	width: 800px; 
	float: left; 
	position: relative; 
	padding-top:15px;
	background-image: url('../img/body_bg_002.jpg') ;
	background-repeat: repeat-x;
	background-position: top center;

}