body {
	background-color: #4E6D8A;
	margin:0px;
}
H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#666666;
}
H2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
UL{
	margin:5px;
}
.button {
	background-image: url(images/button_bg.jpg);
	color:#FFFFFF;
	line-height:30px;
	height: 30px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #D8E1ED;
	border-left: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.button a{
	background-image: url(images/button_bg.jpg);
	color:#FFFFFF;
	text-decoration:none;
}
.button a:hover{
	color:#E3B52C;
	text-decoration:none;
}
.button_a{
	background-image: url(images/button_bg.jpg);
	line-height:30px;
	height: 30px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#E3B52C;
	border: solid 1px #D8E1ED;
	border-left: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.button_st {
	border: solid 1px #D8E1ED;
	border-left: none;
	width:10px;
	height:30px;
}
#content {
	background-color: #D9E1EB;
	padding: 20px;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.head {
	background-image: url(images/kopf.jpg);
	height: 178px;
	width: 820px;
	text-align: right;
}
.menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight:bold;
	color:#666666;
	padding-right: 10px;
	padding-top: 5px;
	letter-spacing: 1px;
	margin-right:10px;
}
.menu_top a{
	color:#666666;
	text-decoration:none;
}
.menu_top a:hover{
	text-decoration:underline;
}
.menu_bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(images/fuss_bg.jpg);
	text-align: center;
	height: 30px;
	line-height:30px;
	letter-spacing: 1px;
}
.menu_bottom a{
	color:#FFFFFF;
	text-decoration:none;
}
.menu_bottom a:hover{
	text-decoration:underline;
}
.laufschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.laufschrift a{
	color: #FFFFFF;
	text-decoration:none;
}
.laufschrift a:hover{
	text-decoration:underline;
}
TABLE.tabelle{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
}
TD.tabelle{
	border: 1px solid #CCCCCC;
}