/* CSS Document */
* html, body {
	margin:0;
	padding:0;
	background-color: #000;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color:#000;
	line-height: 1.8em;
	border-style: 1px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
h2,h3,h4,h5,h6{
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #FFF;
}
a:hover{
	text-decoration:underline;
}
#wrapper {
	width:100%;
	margin:0 auto;
	padding:0;
}
#header{
	width:100%;
	height:121px;
}
#logo{
	width:333px;
	height:66px;
	float:left;
	margin-top:25px;
	margin-left:15px;
	clear:left;
}
#logo img{
	border:0;
}
#nav{
	float:right;
	list-style:none;
	text-align:left;
	margin-top:90px;
}
#nav li{
	list-style:none;
	text-decoration:none;
	display:inline;
	text-align:right;
	margin-left:5px;
	margin-right:5px;
	padding:5px;
}
#nav li a{
	color:#666;
	text-decoration:none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}
#nav li a:hover{
	color:#900;
	border: thin solid #FFF;
}
#container{
	width:100%;
	margin-top:15px;
	color: #999;
}
#tabelle {
	page-break-before: auto;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	height: 300px;
	width: 300px;
	text-align: center;
	vertical-align: middle;
	page-break-after: auto;
	font-size: 16px;
	color: #FFF;
	margin: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main{
	width:auto;
	height:auto;
	padding:20px;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	vertical-align: top;
	margin-top: 8px;
	margin-right: 10%;
	margin-bottom: 8px;
	margin-left: 10%;
	border: thin solid #CCC;
}
#first-col{
	margin-left:10px;
	float:left;
	width:30%;
	height:auto;
	padding:8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#second-col{
	float:left;
	width:30%;
	height:auto;
	margin-left:10px;
	padding:8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#third-col{
	float:left;
	width:30%;
	height:auto;
	margin-left:10px;
	padding:8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#footer{
	clear:both;
	background:#1f4e87 url(img/footer_bg.gif) repeat-x;
	height:92px;
	width:100%;
	color: #999;
}
.copyrights{
	color:#999;
	padding-top:30px;
	font-family: verdana;
	font-size: 10px;
	background-color: #FFF;
}
#footer a{
	text-decoration:none;
	color:#CCC;
	text-transform:capitalize;
	font-family: verdana;
	font-size: 10px;
}
#footer a:hover{
	text-decoration:none;
	color: #CCC;
}
#wrapper #footer .copyrights {
	color: #999;
}
#wrapper #footer .copyrights {
	color: #CCC;
	text-align: center;
	background-color: #FFF;
}
