@charset "utf-8";
/* CSS Document */

body {
	background: #1a171b;
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	}
	
a {
	font-weight: bold;
	text-decoration: none;
	color: #af8809;
	}
	
a:hover, .text ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	}	
	
.container {
	width: 320px;
	margin: 0 auto 20px auto;
	font-size: 12px;
	}
	
.header {
	margin: 13px 0 0 0;
	}
	
.footer {
	margin: 30px 0;
	color: #af8809;
	font-size: 10px;
	text-align: center;
	}
	
ul, .nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}

.nav ul {
	text-align: center;
	}
	
.nav ul li {
	display: inline;
	}
	
#aktiv {
	color: #FFF;
	}

.logo {
	margin: 45px auto 35px auto;
	width: 230px;
	height: 45px;
	background: url(../images/logo_taunusgold.jpg) 0 0 no-repeat;
	}
	
.text {
	text-align: justify;
	line-height: 18px;
	}
	
#center {
	text-align: center;
	}

.block {
	text-align: justify;
	}
	
.clear {
	clear: both;
	}