body {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5 { 
	margin: 0px;
}

.mainmenu {
	/* hier Abstand des Menü im td-tag */
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px;
	}

.mainmenu li a {
	/* hier schriftart und größe */
	/* font-family: Arial, Verdana, Helvetica, Sans-Serif; */
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	/* font-size: 1.1em; */
	font-size: 1.1em;
	display: block;
	width: 150px;
	color: #FFFFFF;
	padding: 3px 0px;	/* hier zeilenabstand der Menues */
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	text-decoration:none;
	}

.mainmenu li a:hover {
	/* hier ist der Bereich, wenn Mouseover */
	color: #0000FF;
	width: 150px;
	background: #FFFFCC;
	border: 0px;
	}

html>body .mainmenu li a:active { /* Apply mousedown effect (non IE browsers only) */
	border-style: 0;
	}

#mainmenu_container {
	background: #CC0000    /*transparent url("gfx/menu_back_400.gif") repeat-y;      */                                   
}

#footer
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
}

#display_area
{
	border-right-width: 2px;
	font-size: 12px;
	color: black;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;
	padding: 10px;
}


#table4
{
	font-size: 12px;
	text-align: right;
	color: black;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;

}
#table2
{
	font-size: 12px;
	color: black;
	font-family: arial, helvetica, tahoma ,verdana,  sans-serif;

}





