/* ===== 0. Basisauszeichnungen ===== */

body {
	margin: 10px;
	padding: 10px;
	font: normal normal normal 80%/140% Arial, Helvetica, sans serif;
	color: #333333;
	}

	table {
		font: normal normal normal 100% Arial, Helvetica;
		}
/* ===== 0.1 Ueberschriften ===== */

h1 {
	font: normal normal normal 120%/140% Arial, Helvetica, sans serif;
}

 h2 {
		font: normal normal bold 90% Arial, Helvetica, sans serif;
		margin: 0px;
		background-color: #0D81E8;	
		padding: 0px;
		color: #FFFFFF;
}


h3 {
	font: normal normal bold 100%/140% Arial, Helvetica, sans serif;
	margin: 0px 9px 0px 9px;
	background-color: #0D81E8;	
	border-bottom: 1px solid #1F4667;
	border-left: 1px solid #67B3F4;
	border-right: 1px solid #125995;
	border-top: 1px solid #75B8F2;
	color: #FFFFFF;
}

#navigation h4 {
	font: normal normal bold 75%/140% Arial, Helvetica, sans serif;
	margin: 9px 0px 9px 0px;
	background-color: #A7D3F7;	
	border-bottom: 1px solid #A7B6C3;
	border-left: 1px solid #ABD5F8;
	border-right: 1px solid #A7C0D6;
	border-top: 1px solid #C9E3FA;
	padding: 4px 5px 4px 21px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform:uppercase;
}

	a:link {
		COLOR: #0C84E7;
		text-decoration: none;
		font-weight: bold;
		}
		
	a:visited {
		COLOR: #0C84E7;
		text-decoration: none;
		font-weight: bold;
		}
		
	a:active {
		COLOR: #0C84E7;
		text-decoration: underline;
		font-weight: bold;
		}
		
	a:hover {
		COLOR: #0C84E7;
		text-decoration: underline;
		font-weight: bold;
		}
		

/* ===== 1. Seitenstruktur ===== */

.dunkelgrau {
		padding: 5px;
		margin: 0px;
		background-color: #D5D5D5;
		display: block;
}

.hellgrau {
		padding: 5px;
		margin: 0px;
		background-color: #EAEAEA;
		display: block;
}

.bildlinks {
		float: left;
		padding-right: 10px;
}

.bildrechts {
		float: right;
		padding-left: 10px;
}

.ueberschrift {
		font: normal normal bold 110% Arial, Helvetica, sans serif;
		background: url(pics/h2_hint.png) repeat-x;		
		display: block;
		padding: 5px;
		margin: 0px;
		color: #FFFFFF;
		}
		
.textklein {
		font-size: 90%;
		}
		
.textgross {
		font-size: 110%;
		}
		
.textprint {
		font-size: 90%;
		}
		
	#titel {
		background: url(pics/h2_hint.png) repeat-x;
		font-size: 140%;
		font-weight: bold;
		padding: 5px;
		margin-left: -5px;
		color: #fff;
		}
		
	#titel a:link, #titel a:hover, #titel a:focus, #titel a:active, #titel a:visited {
		display: block;
		background-color: #fff;
		margin: -5px;
		padding: 5px;
		font-size: 60%;
		}
		
	#informationen {
		
		}

	#sonstiges {
		background-color: #eaeaea;
		margin-top: 0;
		margin-bottom: 10px;
		padding:5px;
		clear: both;
		}	

	#fahrten  {
		
		}

	#ueberschrift {
		background: url(pics/h2_hint.png) repeat-x;
		font-size: 120%;
		font-weight: bold;
		padding: 5px;
		color: #fff;
		border-bottom: 1px solid #fff;
		}

	#fahrten {
		
		}

	.einzelfahrt {
		background-color: #cee6fa;
		border-bottom: 1px solid #fff;
		padding: 5px;
		font-size: 120%;
		}

	#eingeschlossene_leistungen {
		background-color: #e6f2fc;
		padding: 5px;
		border-bottom: 1px solid #fff;
		}

	#haus_zu_haus {
		float: left;
		position:relative;
		width: 170px;
		padding-top: 3px;
		}
	#preise {
		background-color: #cee6fa;
		border-bottom: 1px solid #fff;
		font-size: 120%;
		font-weight: bold;
		line-height: 180%;
		padding: 5px;
		display: block;
		text-align: right;
		min-height: 63px;
		}
