/*  ======================================
	1. Kalibrierung
	====================================*/

* { padding: 0; margin: 0; }

h1, h2, h3, ul, ol { margin-bottom: 1em; }
p {	margin-bottom: 1.5em;}
ol ul { margin-bottom: 0; }
li { margin-left: 2em;}

/*  ======================================
	2. Allgemeine Styles
	====================================*/
	
body {
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 11px;
	line-height: 17px;
	background: url(bilder/grundstyling/body_hg_02.gif) left top repeat-x;
	padding: 0 13px;
}	

h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #0a5277;
	font-family: Helvetica, Verdana, sans-serif;
}

strong {
	font-weight: bold;
}

a:link, a:visited, a:active {
text-decoration: none;
color: #0a5277;
outline: none;
}
a:hover {
text-decoration: none;
color: #91b1c2;
}
	
/*  ========
	ID's  */
#wrapper {
	position: absolute;
	left: 87px;
	top: 25px;
	width: 890px;
	background-image: url(bilder/grundstyling/hg.gif);
	background-position: left-top;
	background-repeat: repeat-y;
	background-color: white;
	border: 2px solid #ffffff;

}

#hg_bildrechts {
	position: absolute;
	top: 76px;
	left: 0;
	width: 100%;
	height: 506px;
	background: url(bilder/grundstyling/body_hgbild_32.jpg) right top no-repeat;
}

#wrapper_hg {
	position: absolute;
	top: 76px;
	left: 74px;
	width: 920px;
	height: 323px;
	background-color: #aab387;
}

#teil_links {
	width: 302px;
	float: left;
}

#teil_rechts {
	width: 588px;
	float: left;
}

#inhalt {
	padding: 30px 0 10px 25px;
}

#leiste {
	width: 890px;
	height: 6px;
	background-color: #226384;
}

#adresse {
	width: 890px;
	text-transform: uppercase;
	text-align: center;	
	font-weight: bold;
	padding: 15px 0 5px 0;
	background-color: #ffffff;
}

#aktuell {
	float: right;
	width: 168px;
	margin: 0 12px 10px 15px;
}

#titelzeile {
	margin-bottom: 0;
}
#fahrt {
	padding: 6px 6px 0 10px;
	margin-bottom: 0;
	background-image: url(bilder/plaettenfahrt/box/abgerundet_03.jpg);
	background-repeat: repeat-y;
	font-size: 10px;

}

#einfug {
	border: 1px solid #0a5277;
	font-weight: bold;
	background-color: #cedce4;
}
	#einfug input, #einfug textarea{
		font-family: Verdana, Helvetica, sans-serif;
		color: #666666;
		font-size: 11px;
	
	}
	#einfug td {
		padding: 2px;
	}

#ablauf td {
	padding: 2px;
	text-align: left;
}		
/*  ===========
	Klassen  */
	
.hervorhebung {
	text-transform: uppercase;
	color: #0a5277;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.rechtsbuendig {
	float: right;
	margin: 0 0 10px 10px;
}

.hg_farbe {
	background-color: #cedce4;
}		
#wrapper #hauptteil #teil_rechts #inhalt #ablauf {
	text-align: center;
}

