body{background: transparent url(bg.jpg) no-repeat; background-color:#000000; margin:0px; padding:0px; }



table.center {
position: absolute;
left: 50%;
width: 950px;
margin-left: -475px;
top: 375px;
/*
height: 682px;
*/
margin-top: -341px;
}



#alpha_wrapper {
	width:748px;
	position: relative;
	float:left;
	overflow:hidden;
	min-height:640px;
}

.overflow{
position:relative;   
color:#FFFFFF;
  margin:0;   			   /* zeilen abstände */

padding-top:90px;
padding-left:23px;
padding-right:23px;
padding-bottom:30px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}


.indexbg{
position: absolute;   
        top: 92px;   
        left: 23px;
width: 725px; 
height: 30px; 
}


#blackbg {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	background-color:#000000;
	width:748px;
	height:1500px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;}

 

.whitebg{  
height:640px;    
background-color:#FFFFFF;    
opacity:.9;    
filter:Alpha(opacity=90);    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); */    
width:190px;
margin:0px auto;    
}  

.topbg{   
float:right;
height: 30px;
background-color:#FFFFFF;    
opacity:.9;    
filter:Alpha(opacity=90);    /* filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); */   
margin:0px auto;   
} 


.schrift {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.schrift h1 { font-weight:bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

a{
color:#e24b16;
text-decoration:none;
}

a:hover{
color:#ff8400;
}
.schrift a:hover{
color:#ff8400;
}


ul.leftnav, ul.leftnav ul {
	font-family:Arial, sans-serif;
	font-size:13px;
	letter-spacing: 0px;

	margin-top:5px;
<!--
	margin-top:1px;
-->


  width: 180px;                 /* sets the size of the menu blocks */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 10px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.leftnav li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  
  margin:0;   			   /* zeilen abstände */
  margin-right:12px;
  margin-bottom:5px;

  padding:4px 10px 4px 2px;    
}
ul.leftnav li > ul {           /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 80px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.leftnav li:hover, ul.leftnav li.CSStoHighlight {
  background-color: #e14e18;      /* gives the active menu items a yellow background */
  color: #fff;                 /* makes the active menu item text black */ 
}
ul.leftnav ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.leftnav li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.leftnav li a { display: block; width: 100%; }
ul.leftnav li a:hover, ul.leftnav li a.CSStoHighLink { color: #fff; }
ul.leftnav li:hover > a { color: #fff; } /* supports links in branch headings - should not be display: block; */
</style>
[if gt IE 5.0]><![if lt IE 7]>
<style type="text/css">
/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.leftnav li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
ul.leftnav ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 78px;
}

/*
.leftnav #current{
color:#e14e18;
font-weight:700;
}

.leftnav #current a{
color:#e14e18;
font-weight:700;
}

.leftnav #current-n{
color:#000000;
font-weight:700;
}

.leftnav #current-n li{
color:#000000;
font-weight:700;
}
*/

ul.topnav
{
	font-family: Arial, sans-serif;
	font-size:13px;
	letter-spacing: 0px;

padding:6px;
margin-top:0;
margin-left: 0;
}

.topnav li
{
display: inline;
list-style-type: none;
}

.topnav a {   padding:2px 10px 3px 10px; }

.topnav a:link, .topnav a:visited
{
text-decoration: none;
}

.topnav a:hover
{
color: #fff;
background-color: #e14e18;
text-decoration: none;
}

ul.indexnav
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing: -1px;

padding:0;
margin-top:0;
margin-left: 0;
}

.indexnav li
{
display: inline;
list-style-type: none;
}

.indexnav a {   padding:0px 3px 0px 1px; }

.indexnav a:link, .indexnav a:visited
{
color: #fff;
text-decoration: none;
}

.indexnav a:hover
{
color: #fff;
background-color: #e14e18;
text-decoration: none;
}

.menu-1 a{
  color: #000; 
  text-decoration: none;  

}

.menu-current a{
  color: #e14e18; 

}

