BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #cdd5e0;
	color: #ffffff;
	font-size: 12px;
	font-style: bold;
	text-align:center;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-style: bold;
	margin: 0;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-style: bold;
	margin: 0;
}

p {
	margin-top: 5px;
	margin-bottom: 5px;
} 

blockquote {
	margin-top: 5px;
	margin-bottom: 5px;
} 
a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #cdd5e0;
}
a:hover {
	text-decoration: none;
	color: #98846a;
}
a:active {
	text-decoration: underline;
	color: #ffffff;
}
.h01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left;
	
}
.h02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
.h03 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top:5px;
	text-align:left;
}
.h05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: normal;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;	
}
.h06 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}
.text01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height:1,5em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:left;

}
.text02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height:1,5em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;

}
.text_rot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height:1,5em;
	font-weight: bold;
	color: #e54e3d;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;

}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height:1,5em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align:center;
}
.table01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height:1,5em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.table02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height:1,5em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align:center;
}
.table01_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height:1,5em;
	font-weight: bold;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	text-align:center;
}
.text_kursiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.info_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.info_klein_center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.info_klein_weiß {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}
.center {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
}

/**************** menu coding *****************/
#menu {
width: 200px;
background: #ffffff;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 15px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #66aef8 #3387e1 #ffffff #03438d;
margin: 0;
padding: 5px 5px;
}

#menu h2 {
color: #ffffff;
background: #c3524a;
text-transform: uppercase;
}

#menu a {
color: #ffffff;
background: #eacbc9;
text-decoration: none;
}

#menu a:hover {
color: #03438d;
background: #ffffff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

