BODY {
	MARGIN: 0px; COLOR: #666; FONT-FAMILY: arial,helvetica,sans-serif;FONT-SIZE: 10pt;
}
td {
	COLOR: #A46F1E; 
	FONT-FAMILY: arial,helvetica,sans-serif;
	FONT-SIZE: 10pt;
}

/*K&ouml;RPER*/
H1.title{
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom: 7px;
}
H2.title{
	font-size: 13pt;
	margin-top: 10px;
	margin-bottom: 0px;
	
}
H2.title_tp{
	font-size: 13pt;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #cc0000;
	
}
H3.title{
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
}


/*LISTEN*/
ul{
	list-style-image: url(../images/bulletlist.gif);
	list-style-position: outside;
	}
.link{
	list-style-image: url(../images/bulletbody.gif);
	list-style-position: outside;
	}
.preise{
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	color: #cc0000;
	
}
.preise_li{
	font-size: 13pt;
	margin-top: 0px;
	margin-bottom: -15px;

}

#nav {
	/* alle listen (UL)  */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 100%;
	background-color: #BB9C27;
	background-image: url(../images/navi_hg.gif);
	background-repeat: repeat;
}
	#nav ul {
	/* alle listen (UL)  */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;

	border-bottom-width: 2px;
	border-bottom-color: #A87720;
	border-bottom-style: solid;
	
}
					
#nav .level0{
	background: #BB9C27;
	width: 126px;
	margin-left: 0px;
	font-weight: bold;
	
	border-right-style: solid;
	border-right-color: #A87720;
	border-right-width: 1px;
	
	background-image: url(../images/navi_hg.gif);
	background-repeat: repeat;

}
				
#nav .level0active{
		background: #C8B72B;
		width: 126px;
		margin-left: 0px;
		font-weight: bold;
		
		border-right-style: solid;
		border-right-color: #A87720;
		border-right-width: 1px;
		
		background-image: url(../images/navi_hg_sub.gif);
		background-repeat: repeat;
	
	}


	
#nav .level1{
	background: #C8B72B;
	width: 126px;
	font-weight: bold;
	border-left-style: solid;
	border-left-color: #A87720;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #A87720;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #A87720;
	border-top-width: 1px;
	background-image: url(../images/navi_hg_sub.gif);
	background-repeat: repeat-x;
	background-color: #C8B72B;
	background-position: bottom;
	
}
#nav .level1active{
	background: #F0BE28;
	width: 126px;
	font-weight: bold;
	border-left-style: solid;
	border-left-color: #A87720;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #A87720;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #A87720;
	border-top-width: 1px;
	
	background-image: url(../images/navi_hg_sub_aktiv.gif);
	background-repeat: repeat;
	
	
}
													
#nav a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;


	
}
#nav a:hover {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 9pt;
	color: #ffffff;
	font-weight: bold;
	background: #F0BE28;
	background-image: url(../images/navi_hg_sub_aktiv.gif);
	background-repeat: repeat-x;
	background-color: #C8B72B;
	background-position: bottom;

}



#nav li { /* alle listen elemente (LI) */
	float: left;
	width: 0em; /* brauchen wir f&uuml;r opera */
	
	
	

}

#nav li ul {
	/* listen der zweiten ebene */
	position: absolute;
	width: 1em;
	left: -999em;

}
	
	
	

#nav li ul ul { /* dritte ebene */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* verschachtelte listen */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
	background-color: #f7f7f7;

}

A:link{
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;
	}
A:visited{
	color: #666;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;

	}
A:active{
	color: #AC0F16;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;

	}
A:hover{
	color: #AC0F16;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10pt;

	}

A.aktionsnav:link{
	color: #666;
	text-decoration: none;
	padding-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	margin-right:25px;
	}
A.aktionsnav:visited{
	color: #666;
	text-decoration: none;
	padding-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	margin-right:25px;

	}
A.aktionsnav:active{
	color: #AC0F16;
	text-decoration: none;
	padding-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	margin-right:25px;

	}
A.aktionsnav:hover{
	color: #AC0F16;
	text-decoration: none;
	padding-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	margin-right:25px;

	}
	
A.footer:link{
	color: #A87720;
	text-decoration: underline;
	padding-top: 10px;
	font-weight: normal;
	font-size: 10pt;

	}
A.footer:visited{
	color: #A87720;
	text-decoration: underline;
	padding-top: 10px;
	font-weight: normal;
	font-size: 10pt;


	}
A.footer:active{
	color: #AC0F16;
	text-decoration: underline;
	padding-top: 10px;
	font-weight: normal;
	font-size: 10pt;


	}
A.footer:hover{
	color: #AC0F16;
	text-decoration: underline;
	padding-top: 10px;
	font-weight: normal;
	font-size: 10pt;


	}
	
A.footernav:link{
	color: #666;
	text-decoration: none;
	padding-top: 10px;
	margin-right:25px;
	FONT-SIZE: 90%;
	}
A.footernav:visited{
	color: #666;
	text-decoration: none;
	padding-top: 10px;
	margin-right:25px;
	FONT-SIZE: 90%;

	}
A.footernav:active{
	color: #AC0F16;
	text-decoration: none;
	padding-top: 10px;
	margin-right:25px;
	FONT-SIZE: 90%;

	}
A.footernav:hover{
	color: #AC0F16;
	text-decoration: none;
	padding-top: 10px;
	margin-right:25px;
	FONT-SIZE: 90%;

	}

.formtab{
	border-width:1px;
	border-style:solid;
	border-color:#E1E1E1;
}

.border-bottom{
	border-bottom-width:1pt;
	border-bottom-style:solid;
	border-color:#E1E1E1;
	margin: 5px;
}

.border-top{
	border-top-width:1pt;
	border-top-style:solid;
	border-color:#E1E1E1;
	margin: 1px;
}

/*Formulare*/
.border{
	border-width:3px;
	border-style:solid;
	border-color:#ffcc00;
}
.formtab{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	width: 275px;
}
.formtab_text{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	width: 275px;
	color: #A46F1E;
	FONT-FAMILY: arial,helvetica,sans-serif;
}
.formtab_head{
	border-left:1px;
	border-right:1px;
	border-top:1px;
	border-bottom:0px;
	border-style:solid;
	border-color:#999999;
}
.formtabcon{
	border-width:1px;
	border-style:solid;
	border-color: #999999;
}
.formbarup{
	border-bottom-width:1pt;
	border-bottom-style:solid;
	border-color:#999999;
}
.formbar{
	border-bottom-width:1pt;
	border-bottom-style:solid;
	border-color:#000000;
}
.formbarred{
	border-bottom-width:1pt;
	border-bottom-style:solid;
	border-color:#cc0000;
}

Form{
	display: inline;
	}
	
	
Select{
	font-size:10pt;
	width: 275px;
	}
option{
	color: #A46F1E;
	background-color: #ffffff;
}
option.even{
	color: #A46F1E;
	background-color: #ffffff;
}


#buttons{
	/*cursor:hand;*/
	background-color: #F0BE28;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #BB9C27;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #BB9C27;
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #BB9C27;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #BB9C27;
	font-weight:bold;
	color:#ffffff;
}
