body {
	margin: 0; padding: 0; top: 0; left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #999;
	background-color: #000;
}
h1 {
	width: 100%;
	text-align: center;
	margin-top: 2.0em;
}
h1 img {
	font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em; font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
h2 {
	margin: 0; padding: 0 0 2.0em 3.0em;
	font-size: 1.0em;
}
p {font-size: 0.8em; text-align: center;width: 100%;}

a {color: #999; text-decoration: none;}
a:hover {color: #f00; text-decoration: underline;}
a:visited {color: #999;}

#hmenu {
	position: absolute; top: 3px; right: 0;
	margin-right: 5px;
	font-size: 0.8em;
}
#hmenu a {color: #999; padding: 0.4em}
#hmenu a:hover {color: #f00; text-decoration: none}
#hmenu a:visited {color: #999}

#teaser {
	position: absolute; top: 3px; left: 5px;
	font-size: 0.8em; color: #f00;
}
#teaser ul {
	list-style-type: circle; list-style-position: inside;
	margin: 0.2em 0 0 0; padding: 0;	
}
#teaser li {margin: 0; padding: 0;}
#teaser img {margin: 4px;}
.showCover {
	width: auto; height: 1.0em; line-height: 1.0em;
	background-color: transparent;
	overflow: hidden;
}
.showCover:hover {
	height: auto; padding: 0 3px 6px 3px;
	overflow: visible;
	background: #fff url(../img/teaser-head.jpg) repeat-x top left;
	border-left: #999 2px solid;
	border-right: #999 2px solid;
	border-bottom: #999 2px solid;
}

#footer {
	position: fixed; left: 0; bottom: 2px;
	width: 100%; height: 1.3em; padding: 1px 0 0 0 ; margin: 0;
	background-color: transparent;
	border-top: #666 1px dotted;
	font-size: 0.7em; color: #666;
	text-align: center;
}
*html #footer {position: absolute}
#footer a {color: #666;}
#footer a:hover {color: #999; text-decoration: none;}
#footer a:visited {color: #666}

.hide {visibility: hidden}

#content {width: 100%; text-align: center;}

#logo {position: absolute; top: 0; left: 0;}
#logo a {text-decoration: none}
#logo a:hover {text-decoration: none}
#logo a:visited {text-decoration: none}

#undercon {position: fixed; bottom: 1.1em; left: 0;}
*html #undercon {position: absolute}

