body {margin:0;padding:0; height:100%; width:100%}



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*-moz-text-shadow: 0px 1px 1px #000; -webkit-text-shadow: 0px 1px 1px #000; text-shadow: 0px 1px 1px #000;*/
	font-size: 12px;
	color: #fff;
}

/*html,body{overflow:hidden;}*/

a:link, a:visited, a:active {
	color: #0DCCDD;
	text-decoration: none;
}
a:hover {
	color: #0DCCDD;
	text-decoration: underline;
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5 {
font-size:60px;
font-weight: bold;
margin: -20px 0px 0px 0px;
}
.header {
	background-color: #336699;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}


#logo {
	position:fixed; z-index:20; bottom:5px;right:3%;
	padding:10px;
	filter:alpha(opacity=55); /* IE */
	-moz-opacity: 0.55; /* Mozilla */
	opacity: 0.55; /* Opera */
	
}
#logo h1 {
font-size:140px; 
color:#111;
}
/* Main menu */
.menu{display:block; list-style:none; margin:0; padding:0; width:240px;font-size:45px;font-weight: 900;}
.menu li{display:inline; line-height:1.5em; padding:10px; width:240px;}
.menu li a{
background:#111; background:rgb(0,0,0); background:rgba(0,0,0,0.65);
background: transparent url(ie_back.png);/* IE */
color:#fff; 
float:left;  
margin:5px 10px;
padding:10px 0 ; 
text-decoration:none; 
width:230px;
-moz-box-shadow: 0 0 20px rgba(100, 118, 173, 0.5); 
-webkit-box-shadow: 0 0 20px rgba(100, 118, 173, 0.5); 
box-shadow:0 0 20px rgba(100, 118, 173, 0.5);


}
.menu li a:hover{
background:#111; background:rgb(0,0,0); background:rgba(0,0,0,0.35)!important;
filter:alpha(opacity=35); /* IE */ }
ul.menu ul{font-size:0.9em; margin:0 0 0 15px; padding:0 0 5px; width:125px;}
ul.menu ul a{font-weight:400; padding:3px 1px 3px 5px; width:115px;}
ul.menu ul ul{width:113px;}
ul.menu ul ul a{width:100px;}





#menu { position: fixed; left:0; top:2%;
margin:0px 0; z-index:200;
	background-color:transparent;text-align:center
	
}


.menu-current > a{
background:#111; background:rgb(0,0,0); background:rgba(0,0,0,0.35)!important;
filter:alpha(opacity=35); /* IE */
	color:#fff!important;

	font-weight: normal;

}

.highlight {
	background-color: #D0D0D0;
}

#content {position:relative;  height:500px; min-width:600px; max-width:900px;
z-index:100;left:0px;
margin:60px 0 80px 0;
padding-left:250px;
	vertical-align: middle!important;
}
.inhalte{ width:400px;
background:#111; background:rgb(0,0,0); background:rgba(0,0,0,0.65);
background: transparent url(ie_back.png);/* IE */
 padding:20px; text-align:left;margin:5px;
-moz-box-shadow:0 0 20px rgba(100, 118, 173, 0.5);float:right;

 }
 .contents{ 
background:#111; background:rgb(0,0,0); background:rgba(0,0,0,0.65);
background: transparent url(ie_back.png);/* IE */
 padding:20px; text-align:left;margin:5px 5px 80px 5px;
-moz-box-shadow:0 0 20px rgba(100, 118, 173, 0.5);float:right;

 }

#footer {position:fixed; bottom:0px; z-index:50;
	
	 background: transparent url(ie_back.png);/* IE */
	 filter:alpha(opacity=65); /* IE */
	-moz-opacity: 0.65; /* Mozilla */
	opacity: 0.65; /* Opera */
	 color:#fff;
	text-align: center;font-size:12px;
	padding:10px 0;
	width:100%;
	
	
}
#footer a { color:#fff!important;}
	