@charset "utf-8";
/* 	Copyright Johannes Obermeier - Gestaltung + Druck Altenthann
	Internet: www.johannes-obermeier.de
 */
html, body {
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	padding:0;
	height:100%;
	overflow:hidden;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#content_container {
	height:95%;
	overflow:auto;
}
#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	width:100%;
	padding-top:20px;
}
#main a:link, #main a:visited {
	color: #fff;
	text-decoration: none;
}
#main a:hover {
	font-weight: bold;
}
#footer {
	height:5%;
	text-align:center;
	padding-top:1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
#suchbegriffe {
	visibility:hidden;
	position:absolute;
	height:0px;
	overflow:hidden;
}
