body {
	color:#000000;
        background-color:#FFFFFF;
}

table {
	margin-left:auto;
	margin-right:auto;
}

td.menue {
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size:12px;
        line-height:20px;
        text-align:center;
	color:#000000;
	background-color:#444444;
	border-top-style:solid;
	border-top-width:2px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#000000;
}

td.inhalt {
        font-family:Arial, Helvetica, sans-serif;
        font-weight:bold;
        font-size:12px;
        line-height:16px;
        text-align:left;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#000000;
	background-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:1px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#000000;
}


 
a {
        text-decoration:none;
        color:#0000FF;
}
 
a:link {
        text-decoration:none;
        color:#0000FF;
}
 
a:active {
        text-decoration:underline;
        color:#0000FF;
}
 
a:visited {
        text-decoration:none;
        color:#0000FF;
}
 
a:hover {
        text-decoration:underline;
        color:#0000FF;
}


a.menue {
	text-decoration:none;
        color:#FFFFFF;
}

a.menue:link {
	text-decoration:none;
	color:#FFFFFF;
}

a.menue:active {
	text-decoration:underline;
	color:#FFFFFF;
}

a.menue:visited {
	text-decoration:none;
	color:#FFFFFF;
}


a.menue:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

