/*---------------------------
ALLGEMEINES
----------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	overflow: hidden;
	height: 650px;
}

#clear {clear: both;}

#Bestätigung #Navigation a {
	float: left;
	width: 20px;
}

#Navigation ul {
	margin: 0px;
	padding: 0 10px;
	list-style: none;
}

#Navigation ul li {float: left;}

#Navigation a {
	float: left;
	margin-right: 20px;
	padding: 0 2.2em;
	background: url(bilder/layout/button_hintergrund.jpg) repeat left top;
	line-height: 2.1em;
	text-decoration: none;
	width: 100%;
}

#Daten #Navigation a {
	margin-left: 0px;
	padding: 0 0em;
}

#Navigation a:hover {text-decoration: underline;}

a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}

a:active {
	text-decoration: none;
	color: #FFF;
}

#Daten a:link {
	color: #000;
	text-decoration: none;
}
#Daten a:visited {
	text-decoration: none;
	color: #000;
}
#Daten a:hover {
	text-decoration: underline;
	color: #000;
}
#Daten a:active {
	text-decoration: none;
	color: #000;
}

input:focus {background-color: #FFFF66;}
/*---------------------------
KOPFZEILE
----------------------*/
#Kopfzeile {
	position: absolute;
	left: 122px;
	background: url(bilder/layout/kopf.jpg) no-repeat;
	width: 828px;
	height: 150px;
}

#Kopfzeile img {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 150px;
}

/*---------------------------
INHALT
----------------------*/
#Inhalt {
	top: 140px;
	width: 67.5%;
	position: relative;
	left: 135px;
	z-index: 2;
	overflow: auto;
	height: 450px;
}

#Inhalt p {line-height: 2;}

#Daten {max-width: 600px;}

#Daten td {padding: 5px;}

#Daten tr {background: url(bilder/layout/button_hintergrund.jpg);}

#Daten #Tabellenüberschrift {
	font-size: 12px;
	color: #FFFFFF;
	background: #A00;
}

#Inhalt #Navigation a {color: #000;}

#Inhalt #Navigation ul a {margin-top: 12px;}

#Foto_klein {float: left;}

#Foto_klein * {float: none;}

#Foto_klein p {
	max-width: 150px;
	margin-left: 30px;
}

#Foto_klein img {width: 180px;}

#Foto_gross p {text-align: center;}

#Foto_gross img {
	text-align: center;
	width: 600px;
	position: relative;
}

#Vorstand img {width: 175px;}

#Vorstand {
	width: 175px;
	text-align: left;
	float: left;
	margin-left: 100px;
}

#Vorstand .img-wrapper {
	float: none;
	margin-left: -10px;
}

#Kompanien img {width: 280px;}

.img-wrapper {
	background: url(bilder/layout/shadow.png) no-repeat bottom right;
	line-height: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-wrapper img {
	padding: 4px;
	border: 1px solid #a9a9a9;
	position: relative;
	left: -5px;
	top: -5px;
}

#Inhalt h1 {
	font-size: 20px;
	width: 500px;
}

#Inhalt h2 {
	float: right;
	font-size: 18px;
}

#Inhalt h3 {font-size: 14px;}

.Pfeile img {
	width: 25px;
	border: none;
}

#admin_nav td {width: 150px;}

#admin_nav td {vertikal-align: top;}

#index_spalte_links, #index_spalte_rechts {width: 300px;}

#index_spalte_rechts {float: right;}

#index_spalte_links {float: left;}
/*---------------------------
SPALTEN
----------------------*/
#links, #rechts {position: absolute;}

#rechts {
	left: 780px;
	background: url(bilder/layout/spalte_rechts.jpg) no-repeat right top;
	height: 500px;
	width: 170px;
	top: 145px;
}

#Foto_alt {margin-top: 8px;}

#Foto_alt img {
	width: 130px;
	height: 100px;
	margin-top: 15px;
	margin-left: 27px;
}

#links {
	left: 0px;
	background: url(bilder/layout/nav_hintergrund.jpg) no-repeat left top;
	height: 548px;
	width: 122px;
}

#links img {margin-top: 8px;}

#links p {
	margin-top: 15px;
	width: 66px;
}
/*---------------------------
ABSOLUT-POSITIONIERTE-Elemente
----------------------*/
#Logo {
	position: absolute;
	left: 160px;
	top: 5px;
}

#footer {
	position: absolute;
	left: 0px;
	top: 447px;
	z-index: 1;
	width: 180px;
	height: 198px;
	background: url(bilder/layout/footer.png);
}

#Log {
	position: absolute;
	left: 905px;
	top: 150px;
	z-index: 1;
}
/*---------------------------
BUGFIXES
----------------------*/
* html .img-wrapper img {position: static;}

*+html .img-wrapper img {position: static;}

* html #Foto_alt img {margin-top: 13px;}

*+html #Foto_alt img {margin-top: 13px;}

* html #Foto_alt {margin-top: 10px;}

*+html #Foto_alt {margin-top: 10px;}

* html #links p {margin-top: 7px;}

*+html #links p {margin-top: 7px;}

* html .img-wrapper {background: url(bilder/layout/shadow.gif) no-repeat bottom right;}

* html #footer {background: url(bilder/layout/footer.jpg);}
