body {
	margin= 0px;
}



.schlagzeile {
	font-family:  Arial, Verdana, Geneva, sans-serif;
	font-size: 15px;
	color: #9E9694;
	font-weight: bold;
}

h3 {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #004584;
	font-weight: bold;
	letter-spacing: 0.2pt;
}

p, td, ol, li {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: 0.2pt;
}



/* MouseOver vom Logo */
a.logo:hover {
	text-decoration: none;
	background-color: transparent;
}

/* normaler Textlink */
a:link {
	font-family : Arial, Verdana, Geneva, sans-serif;
	font-size : 12px;
	color : #9E9694;
	text-decoration: none;
}

a:visited {
	font-family : Arial, Verdana, Geneva, sans-serif;
	font-size : 12px;
	color : #9E9694;
	text-decoration: none;	
}

a:hover {
	font-family : Arial, Verdana, Geneva, sans-serif;
	font-size : 12px;
	color : #000000;
	text-decoration: none;	
	background-color: #C3BDB4
}



ul {
	list-style-type : square;	
}

/* Navigation */
#navigation {
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	width: 337px;
}

#navigation a.head {
	cursor: pointer;
	display: block;
	width: 337px;
	height: 93px;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	text-decoration: none;
}

#navigation a.head span {
  position: absolute;
  width: 200px;
  left: -5000px;
}

#navigation a.nav1 { background: #fff url(img/startseite/1.jpg) no-repeat scroll; }
#navigation a.nav2 { background: #fff url(img/startseite/2.jpg) no-repeat scroll; }
#navigation a.nav3 { background: #fff url(img/startseite/3.jpg) no-repeat scroll; }
#navigation a.nav4 { background: #fff url(img/startseite/4.jpg) no-repeat scroll; }

#navigation ul {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
}

#navigation li {
	list-style: none outside none;
	line-height: 16px;
}

#navigation li ul {
	padding-bottom: 16px !important;
}


