/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-heigth: 18px;
	padding: 3px;
	line-height: 18px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #990000;
}
.navigation {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #993300;
	display: block;
	padding: 8px;
	width: 140px;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	background-color: #d03d03;
	display: block;
	padding: 8px 6px 10px 26px;
	width: 140px;
	letter-spacing: 0.1em;
	line-height: 16px;
}

a {
	color: #006e83;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}

/* ID Styles */

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.1em;
	text-decoration: none;
	}
.adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	color: #003366;
	font-weight: normal;
}
.uberschrift {
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
font-style:normal;
color:#006e83;
font-weight:normal;
}
