﻿@charset "utf-8";
/* CSS Document */
/* Ausrichtung */
#wrapper {
	width: 900px;
	height:550px;
	margin: 30px auto 10px;
	padding: 65px 25px 25px 25px;
	position:relative;
}
#logo{
	height:40px;
}
#logo2{
	background:transparent url(../images/kreuz.png) no-repeat scroll 0 0;
	position:absolute;
	top:0px;
	width:115px;
	height:106px;
	margin-left:-10px;
}
#logo1{
	background:transparent url(../images/logo.png) no-repeat scroll 0 0;
	position:relative;
	bottom:24px;
	left:190px;
	width:687px;
	height:24px;
	background-image: url(../images/logo.jpg);
}
.navi_bottom{
	bottom:45px;
	left:43px;
	position:absolute;
}
div.navi {
	float:left;
	width:200px;
}
#nav, .nav {
	list-style: none;
	padding: 0;
	margin: 10px 0 20px 0;
	display: block;
	overflow: hidden;
	font-size: 0.9em;
	text-transform:capitalize;
}
#load {
	position:absolute;
	left:0px;
	top:0px;
	width:117px;
	height:108px;
	margin-left:16px;
	display: none;
	background: url(../images/loader.gif);
	text-indent: -9999em;
}
#content {
	height:480px;
	float:left;
	width:685px;
	overflow:auto;
}
.clr{
	clear:both;
}
#foot {
	position:absolute;
	left:0px;
	bottom:0px;
	padding: 15px;
	width:900px;
	color: white;
	text-align: center;
	border-top:1px solid #222222;
}
.team{
}
/*Formartierung*/
body {
	font: 0.8em "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #8B8888;
	background: #1D0027 url(../images/bg.png) repeat-x scroll 0 0;
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
}
h1 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0.3em 0;
	color:white;
	text-indent:-99999px;
}
#nav li {
	display: inline;
}
a,a img{
	color: white;
}
a img{
border-color:white;
border-width:0px;
}
a img:hover{
border-color:#515151;
}
#nav li a {
	font-size:10pt;
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
#nav li a:hover,a:hover, .hclass:hover,h3.selected a{
	color:#C9C;
}
h2 {
	margin: 0px;
	padding: 12px 0px 6px 0px;
	color:#C9C;
	font-size:20pt;
	font:Helvetica, Arial, Sans-serif;
}
h3, .hclass, h3 a{
	font-size:10pt;
	margin:0px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	line-height:16pt;
}
h4, .hclass, h4 a{
	font-size:5pt;
	margin:0px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	line-height:8pt;
}
p, .pclass{
	margin: 0;
	padding: 0.4em 0;
	color:#8B8888;
	line-height:1.4em;
}
#content img.right {
	float: right;
	margin-left:10px;
}
#content img.left {
	float: left;
}
.impressum_test p {
	font-size:0.8em;
}
#map {
}
#tabelle {
	text-align: left;
	vertical-align: top;
}
