body, html { background: #333333; font-family: Verdana, Arial, Helvetica, sans-serif; min-height: 100%; height: 100% !important; margin: 0; overflow: hidden; text-align: center; 
background:url(bg.jpg);
}
#megazine { margin: 0 auto 0 auto; outline: none; position: relative; }
/* "Flash not found" notice formatting */
#megazine h1 { color: #FFFFFF; }
#megazine img { border: none; }
#megazine p { color: #999999; font-size: 0.6em; }
#megazine a, a:visited { color: #CCCCCC; text-decoration: none; }
#megazine a:active { color: #FFFFFF; text-decoration: none; }
#megazine a:hover, a:focus { color: #FFFFFF; text-decoration: underline; }

* {
margin: 0;
padding: 0;
}

#menu {
width: 100%;
padding: 0;
background: #000;
font-family: Verdana;
font-size: 0.7em;
line-height: 1.6;
float: left;
height:1.6;
}
 
#menu ul {
float: left;
width: 110px;
list-style-type: none;
}
 
/*--definiert die Block&uuml;berschriften--*/
#menu h3 {
font-size: 1em;
text-align: center;
color: #ccc;
/*border: 1px solid #999;*/
background: #000;
padding: 3px;
font-weight:normal;
}
 
/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
text-decoration: none;
display: block;
/*border: 1px solid #ccc;*/
text-align: center;
background: #000;
color: #ccc;
}
 
/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
color: #fff;
background: #638fbc;
}
 
#menu h3 a:hover {
background:none;
}
/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine H&ouml;henvergr&ouml;&szlig;erung von #menu beim Hovern--
*/
 
#menu li {
position: relative;
}
 
/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
z-index: 2;
display: none;
}
 
/*--l&auml;sst die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
display: block;
}
 
/*--nur f&uuml;r IE-Versionen &lt;=6 erkennbar--*/
* html #menu ul li {
float: left;
width: 100%;
}
 
/*--nur f&uuml;r IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;
width: 100%;
}
 
/*--bewirkt Hover-Effekt f&uuml;r IE &lt;7 auch f&uuml;r ul- und li-Elemente--*/
*html body {
behavior: url(csshover3-source.htc);
font-size: 100%;
}
 
*html #menu ul li a {
height: 1%;
}

#facebook {
width: 140px;
padding: 0;
font-family: Verdana;
font-size: 1em;
float: right;
}

#facebook h3 {
font-weight:bold;
}

#kontur {
position: absolute;
width: 100%;
left:0;
button: 0 !important;
background: #000;
font-family: Verdana;
font-size: 0.7em;
line-height: 1.6;
bottom: -1px;
}

#kontur  a {
text-decoration: none;
display: block;
/*border: 1px solid #ccc;*/
text-align: center;
background: #000;
color: #ccc;
}
 