body, .poptable {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	background: #ffffcc;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	color: red;
}

.headdiv_bottom {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 130px;
	vertical-align: bottom;
}

.smalldiv {
	font-size: 9px;
}

.footer {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.banner {
	vertical-align: top; 
	background-image:url(../gfx/logo.jpg); 
	background-repeat: no-repeat; 
	height: 170px; 
	width: 750px;
	border-bottom: 1px solid #000000;
}

.button { 
	border: 1px solid #000000; 
	padding: 2px;
}

textarea,input,select {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #cde2f3;
}

.content_headline {
	font-size: 20px;
	font-family: Tahoma, Arial, sans-serif;
}

#navigation, #navigation ul {
	float: left;
	width: 140px;
	list-style: none;
	line-height: 1;
	background: #ffffff;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#navigation a {
	display: block;
	width: 110px;
	color: #000000;
	text-decoration: none;
	padding: 0.2em 1.1em;
}

#navigation a.oberpunkt:hover {
	background: url('../gfx/hover.jpg') left no-repeat;
}

#navigation a.oberpunkt {
	background: url('../gfx/inaktiv.jpg') left no-repeat;
}

#navigation li {
	float: left;
	width: 100%;
}

#navigation li ul {
	font-weight: normal;
	padding-left: 2px;
	height: auto;
	width: 80%;
}

#navigation li ul a {
	width: 100%;
}

#navigation li ul a:hover {
	width: 100%;
	text-decoration: underline;
}

