body {
	font-size : 101%;
	margin : 0;
	padding : 0;
	background-color : #FFFDF0;
	}
html, body, address, blockquote, caption, dl, dt, fieldset, input, 
label, legend, li, ol, option, p, q, select, textarea, td, th, ul, h1, h2, h3, h4 ,h5, a 	{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
a { color : #97241F; }
p, li { 
	font-weight: normal; 
	line-height: 1.5em;
	font-size : 0.8em;
 	}
h2{  font-size : 1em;  }

.vorschau a img { 
	border : 1px solid White;  
	margin-top : 5px;
	}

input, select {  
	height: 25px;  
	vertical-align : middle;  
	font-weight : normal;
	font-size : 0.8em;
	}	

/* Klassen */
.head {
	padding : 0;
	margin : 0;
	line-height : 0;
	font-size : 0;
	height : 90px;
}

.anzeige {
	font-size : 8pt;
	color: #999;
	float : right;
	line-height : 10pt;
	padding-right : 10px;
}
.anzeige a img {
	border : 1px solid #696969;
}

.auswahl, .vorschau, .vorschau a {
	background-color : #002951;
	color : #DFFEFF;
}
.auswahl {
	font-weight : bold;
	text-align:center; 
	width:100%;
	clear : both;
	border-top : 1px solid #91854C;
	padding-top : 15px;
	margin : 0;
	height : 40px;
}

.vorschau { text-align : center; }

.main { background-color : #F6FFFF; }

.foot {
	padding: 15px; 
	margin: 0;
	font-size : 0.8em;
	line-height : 1.8em;
	text-align : center;
	border-top : 1px solid #91854C;
	color : #000;
}
.foot a { color : #000066; }
