BODY
{
	background-color:#930202;
	margin: 0px;
}

.header_text {
	font-family: 'Book Antiqua', 'Times New Roman', 'Serif';
	font-size: 20px;
	font-weight: bold;
	color: rgb(0,0,255);
}
.text_mitte {
	font-family: 'Book Antiqua', 'Times New Roman', 'Serif';
	font-size: 12pt;
	color: rgb(0,0,255);
	width:700px;
}

.text_mitte_2 {
	font-family: 'Book Antiqua', 'Times New Roman', 'Serif';
	font-size: 12pt;
	color: rgb(0,0,255);
	width:425px;
	line-height:25px;
}

.footer {
	font-family: 'Book Antiqua', 'Times New Roman', 'Serif';
	font-size: 10pt;
	color: rgb(0,0,255);
	text-align: center;
	margin: 3px 3px 3px 3px;
}
.table_left {
	background-color: rgb(147,2,2);
	height: 750px;
	width:150px;
}
.table_right {
	background-color: rgb(250,110,23);
	height: 750px;
}
.mainmenu{
	width: 125px;
	padding: 10px;


}
.mainmenu ul {
	width: 100%;
	list-style: none;
	line-height: 1;
	color:#cc9900;
	background: #990000;
	padding: 0;
	border: solid transparent;
	border-width: 1px 1px;
	margin: 0 0 0 0;
}

.mainmenu a, .mainmenu a:visited {
	display: block;
	width: 100%;
	font-family: 'Book Antiqua', 'Times New Roman', 'Serif';
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #cc9900;
	text-decoration: underline;
	padding: 1em 0em;
	text-indent: 1em;
	margin: 0;
}

.mainmenu ul a{
		width: 100%;
}


.mainmenu li  {
	width:100%;
	margin:0;
	padding:0;
}

.mainmenu ul li {
float:left; 
position:relative; }
.mainmenu ul li  {
width:100%;
} 
	
.mainmenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width:125px;	
	background: transparent;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}

.mainmenu li a{
width: 100% ; 
}

.mainmenu li ul  {
	margin: -2.1em 0 0 -0.3em;
}


.mainmenu li:hover ul,
{
	left: 100%; 
}

.mainmenu li:hover{
	background: #660000;
}

.mainmenu li:hover a,.mainmenu li:hover a:visited,.mainmenu li:hover a:hover,.mainmenu li a:hover{
	color:#cc9900;
}

