/* HOME */

#home {
	width: 800px;
	height: 140px;
}

#home #links {
	width: 375px;
	height: 140px;
	float:left;
}

#links P {
	margin-top: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}

#links A {
	border-left: 20px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

#links A:hover {
	background-color: #FFFFE0;
	border-left: 20px solid #FFFFE0;
	border-top: 1px solid #FFFFE0;
	border-bottom: 1px solid #FFFFE0;
	border-right: 5px solid #FFFFE0;
}

#links #telefon {
	margin-left: 20px;
	margin-top:15px;
}

#telefon #tellinks {
	margin-top:4px;
	float:left;
	width:30px;
}

#telefon #telrechts {
	margin-top:4px;
	float:left;
	width:325px;
}

#home #mitte {
	width: 50px;
	height: 140px;
	background-color: #F0F0F0;
	float:left;
}

#home #rechts {
	width: 375px;
	height:140px;
	float:left;
}

#rechts p#p1 {
	text-align:center;
	margin: 24px 20px 0px 20px;
	font-size:16px;
	font-style:italic;
}
#rechts p#p2 {
	text-align:center;
	margin: 0px 20px 0px 20px;
	font-size:16px;
	font-style:italic;
}

#rechts #topblau {
	background-color: #E0E0FF;
	height:140px;
}


#rechts P.quote {
	margin-top:10px;
}

#balken {
	clear:both;
	width: 800px;
	height: 30px;
	background-color: #F0F0F0;
}

#menu {
	width: 800px;
	margin-top:20px;
	padding-bottom:24px;
}

#menu A P {
	text-align:center;
	font-size: 18px;
	margin-bottom: 5px;
	padding-top:3px;
	padding-bottom:3px;
}

#menu A:hover P {
	background-color: #FFFFE0;
}

#menu A P.head {
	color: #3366CC;
	text-align:center;
	font-size: 24px;
	margin-bottom: 12px;
	padding-top:8px;
	padding-bottom:3px;
}

#menu A P.head SPAN {
	font-weight:bold;
	color: #3300CC;
}

#menu A:hover P.head {
	background-color: #FFFFFF;
}

#menu A P.small {
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 0px;
}