body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #001B20;
	padding: 10px;
	margin: 10px;
}

table, p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;

}
#layouttable {
	height: 100%;
}
#oben {
	height: 150px;
}
#menue {
	background-color: #006E80;
}
#menue_unten {
	height: 20px;
	background-color: #006E80;
}
#zwischen {
	background-color: #003740;
}
#zwischen_horizontal {
	height: 6px;
	font-size: 4px;
	background-color: #003740;
}
#menue_table {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	margin-left: 15px;
	display: table;
	padding: 3px;
	margin-top: -5px;
	margin-bottom: 5px;
}
#menue2:hover {
	background-color: #000066;
}

#content {
	width: 708px;
	font-size: 11px;
	color: #001B20;
	padding: 10px;
	background-color: #64EBFF;
}
#content_unten {
	width: 708px;
	height: 20px;
	background-color: #64EBFF;
}

a{
	color: #001520;
	text-decoration: none;
}
#content a {
	text-decoration: underline;
}
#menuelink {
	background-image: url(/images/button_norm.jpg);
	height: 29px;
	width: 170px;
	padding: 3px;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	display: table;
}
#menuelink2 {
	margin-top: 7px;
	margin-left: 10px;
}

#menuelink:hover {
	background-image: url(/images/button_over.jpg);
}

#noborder {
	border: 0px none;
}
img {
#border: 2px solid #001B20;
}

h1 {
	font-size: 13px;
}
h2 {
	font-size: 12px;
}

h3 {
	font-size: 11px;
}

#content_table td {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #005CA1;
}
#gif {
	background-color: #999999;
	color: #009999;

}
hr {
	border: 2px solid #001B20;
}
#weiss {
	background-color: #FFFFFF;
}