@charset "utf-8";
/* CSS Document by Filewalker.net 2009 - All rights reserved */
html, body {
	font-family: 'Droid Sans', Tahoma, Arial, sans-serif;
	font-size: 100.01%;
	color: #333;
	margin: 0;
	padding: 0;
	/*background-image: url(images/wallbg_white_2.png);*/
	background-image: url(images/bg.png);	
	background-position: 0 0;
	background-repeat: repeat-x;
}
.wrapper {
	margin: 0 auto;
	/*margin-top: 5px;*/
	padding: 0;
	width: 1000px;
	text-align: center;
}
/* ---------------------- box design ------------------ */
.header {
	z-index: 0;
	background: url(images/logo2.jpg) no-repeat 0 0;
	height: 200px;
	width: 100%;
}
.header:hover {
	z-index: 0;
	background: url(images/logo2.jpg) no-repeat 0 -200px;
	height: 200px;
	width: 100%;
}
/*.header_grass {
	z-index: 0;
	background: url(images/grass2.png) no-repeat 0 0;
	height: 100px;
	width: 100%;
}*/
.header_ads {
	z-index: 0;
	position: relative;
	margin: 0 0 -1px 0; /* -1 um border doubling zu vermeiden */
	width: 100%;
	line-height: 30px;
	background: url(images/header_ads_2.jpg) repeat-x;
	color: #222;
	text-indent: 10px;
	text-align: left;
	font-size: 0.7em;
}
.header_nav {
	z-index: 0;
	position: relative;
	margin: -1px 0 0 0;
	padding: 1px 1px 1px 1px;
	height: 40px;
	background: url(images/header_nav.jpg) no-repeat;
	color: #222;	
}
.main_context {
	width: 898px;
	margin: -2px 0 0 0;
	padding: 20px 50px 20px 50px;
	min-height: 262px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	/*background-image: url(images/wallbg_white_2.png);
	background-position: 0 0;
	background-repeat: repeat;*/
	background-color: white;
	text-align: left;
}
.main_context > p {
	font-size: 0.8em;
	line-height: 1.75em;
}
.footer  {
	margin: 0;
	padding: 0;		
	color: #222;
	text-align: center;
	font-size: 0.7em;	
}

hr.clear {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* ---------------------- table items ------------------ */



/* ---------------------- special items ------------------ */
a#LogoMap {
	display: block;
	width: 100%;
	height: 100px;
	border: 0;
}
#Uhr {
	position: absolute;
	right: 10px;
	top: 23px;
	color: #000;
}
/* --- ADs --- */
div#top_links {
	position: absolute;
	right: 10px;
	top: 0;
	height: 30px;
	text-align: right;
}
div#top_links > a {
	color: #222;
	text-decoration: none;
}
div#top_links > a:hover {
	color: #000;
	text-decoration: underline;
}
a.gototop {
	display: block;
	background: url(images/gototop.png) no-repeat 0 0;
	width: 26px;
	height: 16px;
}
/* ---------------------- items design ------------------ */
ul {
	list-style: disc inside;
	margin: 0;
	padding: 0;
}
ul#navigation {
	width: 1000px;
	margin:0 auto;	
	list-style: none;
}
li, li + li {
	font-size: 0.8em;
	line-height: 1.5em;
	background-repeat: no-repeat;	
}

li.naviitem {
	font-size: 0.8em;
	float: left;
	line-height: 40px;
	text-align: center;	
}
li.naviitem + li.naviitem {
	/* margin: 0 0 0 2px; */
}

li.naviitem a {
	display: block;
	height: 38px;
	padding: 0 10px 0 10px;
	border-right: 1px solid #222;
	text-decoration: none;
	font-weight: bold;
}
li.naviitem a:hover {
	color: #666;
	background: url(images/header_nav_item.jpg) no-repeat;
}

/* ---------------------- content design ------------------ */
img, a > img {
	border: 0;
}
img.framed {
	border: 1px solid #666;
	margin-top: 1em;
}
img.floatright {
	float: right;
	margin: 4px;
}
p {
	margin: 0;
}
h2 {
	font-size: 1.1em;
	margin: 1em 0 1em 0;
	line-height: 1.4em;
	text-indent: 1.5em;
	background: url(images/h_black_2.png) no-repeat 0 8px;
}
h3 {
	font-size: 1em;
	margin: 1em 0 1em 0;
	text-decoration: underline;
}
a {
	color: #222;
	text-decoration: underline;
}
a:visited {
/* */
}
a:active {
/* */
}
a:hover {
	color: #F90;
}

.courier {
	font-family: 'Courier New';
	font-size: 90%;
	padding:0 5px 0 5px;
}

p.smallnwhite > a {
	color: white;
}
p.smallnwhite > a:hover {
	color: #F90;
}
div.centered {
	text-align: center;
}
p.downloadme {
	background: url(images/disk.png) no-repeat 0 0;
	padding-left: 50px;
	line-height: 40px;
}
p.downloadme > a {
	font-weight: bold;
}
.smallnitalic {
	font-size: 0.7em;
	font-style: italic;
}
.vip-text {
	color: #CC0000;
}
p.centered {
	text-align:center;
}
p.dangerbox {
	margin: 10px;
	padding: 10px;
	background-color: #F99;
	border: 1px solid #F00;
	font-size: 0.7em;
}
#floater_l {
	float: left;
	width: 33%;
	text-align: center;
}
#floater_r {
	float: right;
	margin: 4px;
}