html {
	height:100%; 
	margin: 0;
}
body {
	font-family: Verdana, sans-serif;
	height:100%; 
	margin: 0; 
	scrollbar-base-color: #fec220;  
	background-color:#666666;
}
.main {
	border-left: 1px solid #fec220; 
	border-right:1px solid #fec220; 
	background-color: #ffffff; 
}

.info {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
	color: #FBE71E;  
	margin-right: 5px;
	margin-top: 6px;
}


.head {
	margin: 15px 20px 10px;
	color: #333333; 
	border-bottom: 1px solid #FBE71E;  
	font-family: Verdana, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
}
.nav1 {
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	font-weight: bold;  
	line-height: 22px; 
	padding-left: 10px;   
	background-color:#f1f1f1;
	border-bottom: 1px solid #cccccc;
}
.nav2 {
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	line-height: 18px; 
	padding-left: 28px;   
	background-color:#ffffff; 
	border-bottom: 1px solid #cccccc; 
}

/*a.navi:hover {color:#003896 }*/

a:link, a:visited {
	color: #008bd0;
	text-decoration: none; 
}
a:hover, a:focus {
	color: #ff0000; 
	text-decoration: none; 
}
.on {
	color:#ff0000
}


h3 {
	margin-top: 4px; 
	color: #333333; 
	font-family: Verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal; 
	margin-right: 5px; 
	margin-left: 5px; 
}

h2 {
	margin-top: 0px; 
	color: #000000; 
	font-size: 11px; 
	font-family: Verdana, sans-serif;
	margin-left: 10px; 
	line-height: 14px; 
	margin-right: 20px;
	font-weight: normal;
}

.text {
	color: #666666; 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	margin-left: 20px; 
	margin-right: 30px; 
	text-align: justify;
}

li {
	margin-top:20px;
}

ul.ohneAbstand li {
	margin-top:0;	
}

.box {
	border:1px solid #cccccc; 
	margin: 5px 10px 10px;
	background-color:#f8f8f8;
}
.box1 {
	border:1px solid #FBE71E; 
	margin: 5px 10px 10px;
}

em { 
	font-style:normal;
	font-weight:bold;
}

/*	::NEU::ARMIN:: */
.angebotswagen {
	position: relative;
	clear: left;
	margin: 20px 20px 10px;
	border-bottom: 1px solid #FBE71E;
	/*	unsichtbar, aber wichtig fuer margin-top */
	border-top: 1px solid white;
}



.angebotswagen h2, .angebotswagen p {
	margin-left: 300px;
}
.angebotswagen h2 {
	font-weight: bold;
}



.angebotswagen img {
	float: left;
	width: auto;
	display: block;
	margin: 10px 20px 10px;
	width: 250px;
}
/*	Ausgleich fuer double float margin bug? jedenfalls stimmt es jetzt auch im IE6 */
* html .angebotswagen img{
	margin-left: 10px;
}







/*	soll Klasse head ersetzen */
h1 {
	margin: 15px 20px 10px;
	color: #333333; 
	border-bottom: 1px solid #FBE71E;  
	font-family: Verdana, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
}
/*	soll Klasse text ersetzen */
p {
	color: #666666; 
	font-family: Verdana, sans-serif; 
	font-size: 11px; 
	line-height: 14px; 
	margin-left: 20px; 
	margin-right: 30px; 
	text-align: justify;
}
p.preis {
	color: black;
	font-weight: bold;
}
img.atmopicts {
	display: inline-block;
	margin: 20px 0 0 20px;
}

/* Armin 11.12.2010 */

div#details ul li, div#extras ul li{
	font-size: 11px;
	line-height: 1.5;
	margin-top: 0;
}

div#details, div#extras {
	float: left;
	width: 250px;
}

p.typ, p.ausstattung, ul li.preis {
	font-weight: bold;
}

.clearleft {
	clear: left;
	font-size: 0px;
	line-height: 0;
	height: 1px;
}

#thumbs {
	float: right;
	margin-right: 20px;
	width: 120px;
}
#thumbs img {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
