body {
	background-color:#F5E137;
	color:#000000;
	margin:60px;
        font-family:courier 
}

div.logo {
	text-align:center;
	background-image:url(pics/misc/logo_top.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:80px;
}

div.menue {
	text-align:right;
	padding-top:15px;
}

div.submenue {
	text-align:right;
	padding-bottom:55px;
	font-size:smaller;
}

div.pic {
	float:left;
	width:250px;
}

div.text {
	padding:0px;
	margin-left:250px;
	text-align:left;
}

div.impressum {
	clear:both;
	text-align:center;
	padding:5px;
}

p.menue {
	border-bottom-style:solid;
	border-width:thin;
	border-color:black;
	margin-bottom:0px;
}

p.impressum {
	border-top-style:solid;
	border-width:thin;
	border-color:black;
}

td {
        background-color:#F5E137;
} 
td.invert {
        color:#F5E137;
        background-color:#000000;
}
td.headline {
	border-width:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	color:#F5E137;
	background-color:#000000;
}
a:active {
}
a:focus {
}
a.inverted {
	font-weight:bold;
}
.donotshow {
	display:none;
}
