body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height:2em;
	background-color:#666666;
}

table, td, th {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height:2em;
}

ul {
	margin-left: 5px;
	list-style-position: outside;
	list-style-type: disc;
}

h1 {
	font-size:100%;
	text-decoration:underline;
	text-transform: uppercase;
	color:#000000;
	margin: 10px 0px 10px 0;
}

h2 {
	font-size:90%;
	text-transform: uppercase;
	font-variant: small-caps;
	margin: 10px 0px 10px 0;
}

h3 {
	font-size:80%;
	margin-bottom: 0px;
	margin: 20px 0px 10px 0;
}

h4 {
	font-size:80%;
	font-weight:600;
	margin-bottom: 0px;
	padding: 0px 0x 5px 0px;
}	


a {
	text-decoration:underline;
}

a:link {
	color: #ffcc33;
	text-decoration: underline;

}
a:visited {
	color: #ffffff;
	text-decoration: underline;

}
a:hover {
	color: #ffcc33;
	text-decoration: underline;
}


.zitat{
	font-style: italic;
}

.pflichtfeld{
	color:#ffcc33;
	font-weight:bold;
}

.underline{
	text-decoration: underline;
}

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

#menue a:hover, .current  {
    border-bottom:4px solid #ffcc33;
	text-decoration:none;
	color:#ffffff;
}
    
