body, html { 
font-family: Helvetica,Arial,Verdana,Georgia,"Times New Roman",Times, serif; min-height: 100%; height: 100%; margin: 0; 
overflow: hidden; 
/*text-align: center;  */
}
#megazine { margin: 0 auto 0 auto; outline: none; position: relative;z-index:1; }
/* "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; }

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
/*	background: transparent; */
}
body {
	line-height: 1;
}

img, div {
   behavior: url(images/iepngfix.htc); /* Hack für PNG-Transparenz in IE */
}

#logo {
background-image:url(images/logo.png);
background-position:0 0;
background-repeat:no-repeat;
left:0;
height:120px;
width:160px;
text-align:left;
}

#menu {
opacity:.70; 
-moz-opacity:.7;
/* filter:alpha(opacity=70); */
/* background-color:#f2eac5; */
float:left;
left:0;
height:auto;
position:absolute;
top:2em;
z-index:2;
width:10em;
}

a:link { color:black; text-decoration:none; }
a:visited { color:black; text-decoration:none; }
a:focus { color:black; text-decoration:none; }
a:hover { color:black; text-decoration:underline; }
a:active { color:black; text-decoration:underline; }


h3,ol, ul {
	list-style: none;
	text-align:left;
	margin:0.25em 1em 0.25em 1em;
	line-height:1.1em;
	text-shadow: 2px 2px 2px #aaa;
width:8em;	
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
}


