body{
	font-family: Arial,Veranda,Sans-serif;
	background-color: #FFA200;
}
table.haupt{
	background-color: #FFD600;
}
table.head{
	background-image: url(img/h_bg.jpg);
	background-repeat: repeat-x;
}
div.mt{
	background-image: url(img/t_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
}
td.menue{
	background-color: #FFEE88;
}
td.right{
	background-image: url(img/c_bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
div.menue{
	background-image: url(img/m_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFEE88;
	padding-top: 4px;
	padding-bottom: 0px;
}
div.menue img{
	border-style: none;
}
div.menue a{
	color: #226888 ;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: none;
}
div.menue a:hover{
	color: #398EB6;
	font-size: 18pt;
	font-weight: bold;
	text-decoration: underline;
}
div.content{
	background-image: url(img/m_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFEE88;
	padding-left: 10px;
	padding-top: 4px;
}
h2{
	padding-top: 5px;
	padding-bottom: 0px;
	margin:0px;
	color: #226888;
}
h3{
	padding-top: 0px;
	font-size: 13pt;
	margin-top: 3px;
	margin-bottom: 0px;
	color: #398EB6;
}
.menue li{
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #FFA200;
	border-bottom-width: 1px;
}
li.list{
	border-style: none;
	padding-left: 0px;
}
.menue ul{
	margin: 0px;
	padding-left:0px;
	padding-bottom:0px;
	list-style-type: none;
}
ul.list{
	list-style-type: disc;
	padding-left: 20px;
}
a {
	font-weight: bold;
	color: #226888;
}
a:hover{
	text-decoration: none;
	color: #226888;
}
hr.trenn{
	margin: 0px;
	margin-left: 8px;
	border-style: dotted;
	border-width: 2px;
	border-color: #FFD600;
}
p.bottom{
	background-image: url(img/tu_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	min-height: 39px;
	color: #006600;
	font-weight: bold;
}
div.footer{
	color: #FFFFFF;
	padding-top: 15px;
	font-size: 8pt;
}
.footer a{
	color: #FFFFFF;
}