/* Allgemeine Formatdefinitionen - (c) Josef Buchriegler 
   *****************************************************

Hier werden grundsätzliche Layouts definiert, die zum Teil für alle 
Sub-Seiten gelten. Die meisten Browser sollten diese Definitionen
korrekt verarbeiten. Die Datei "modern_layout.css" enthält weitere
Definitionen, die mit der Datei "browserweiche.ssi" eingebunden
werden. */


* {
	font-family:Arial Unicode MS,'Century Gothic',Verdana,Arial,sans-serif;
	}

body {
	background-color:#111111;
	background-image:url(../img/sandstein.jpg);
	}

a {
	color:#0066cc;
	text-decoration:none;
	}

a:hover {
	color:#3399cc;
	text-decoration:underline;
	}

.headline_01 {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	}

#haupttab {
	border-collapse:collapse;
	width:950px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px; /* Abstandskorrektur für Schatten auf der rechten Seite */
	color:#ffffff;
	font-size:15px;
	}

#seitenbreite {
	width:850px; /* Gesamtseite der Breite (ohne Schatten) */
	}

#kopfzeile {
	height:100px;
	}

.kopf {
	background-color:#111111;
	background-position:left top; /* Kopfbild wird linksbündig angezeigt, damit beim Zusammenschieben das Logo bleibt */
	background-repeat:no-repeat;
	border-top:1px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:0px;
	text-align:right;
	vertical-align:middle;
	padding-right:25px;
	font-size:26px;
	color:#ffffff;
	font-weight:bold;
	}

.kopf div {
	margin-top:10px;
	font-size:15px;
	color:red;
	}

.kopf div span a {
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	}

#home_kopf {
	background-image:url(../img/home_kopf.jpg);
	}

#navi {
	background-color:#111111;
	border-left:1px solid black;
	border-right:1px solid black;
	border-top:0px;
	border-bottom:0px;
	padding:3px;
	height:25px;
	font-size:13px;
	}

#navi table {
	margin-left:auto;
	margin-right:auto;
	border-collapse:separate;
	}

#navi table td {
	background-color:#000000;
	border:1px solid #333333;
	text-align:center;
	padding:1px;
	height:18px;
	width:150px;
	}

#navi table tr td a {
	color:#ffffff;
	text-decoration:none;
	display:block;
	}

#navi table tr td:hover {	
	border:1px solid #0066cc;
	background-color:#333333;
	text-decoration:underline;
	}

.infobereich {
	background-color:#222222;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	font-size:13px;
	text-align:justify;
	vertical-align:top;
	}

.infos {
	margin:20px;
	padding:15px;	
	overflow:auto;
	max-height:720px; /* Maximalhöhe des Info-Bereichs */
	}

.reob {
	float:right;
	border:0px;
	margin-left:20px;
	padding:5px;
	}

.liob {
	float:left;
	border:0px;
	margin-right:20px;
	padding:2px;
	}

#galnav {
	margin:2px;
	margin-left:auto;
	margin-right:auto;
	font-size:13px;
	}

#galnav td {
	background-color:#111111;
	border:1px solid #444444;
	padding:1px;
	width:130px; /* Breite der Sub-Galerie-Buttons */
	}

#galnav td:hover {
	background-color:#444444;
	}

#galnav tr td a {
	text-align:center;
	color:#aaaaaa;
	text-decoration:none;
	display:block;
	}

#galnav tr td:hover a {
	color:#ffffff;
	text-decoration:underline;
	}

#galerien {
	margin-top:2px;
	}

.einzelgalerie {
	clear:both;
	}

.einzelgalerie img {
	padding:3px;
	background-color:#333333;
	}

.einzelgalerie a img:hover {
	background-color:#0066cc;
	}

.einzelgalerie h4 a {
	display:block;
	font-size:14px;
	font-weight:bold;
	background-color:#333333;
	color:#ffffff;
	padding:3px;
	}

.einzelgalerie div {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:30px;
	}

#kontakttxt table tr th {
	text-align:left;
	vertical-align:top;
	width:100px;
	}

#gbnavi {
	margin-left:10px;
	margin-right:10px;
	}

#gbnavi table {
	width:100%;
	}

#gbnavi table tr td {
	width:33%;
	}

#quelltext {
	margin-top:10px;
	}

#quelltext td div {
	text-align:left;
	font-family:monospace;
	font-size:12px;
	padding-left:15px;
	padding-bottom:15px;
	}

#quelltext th {
	width:220px;
	text-align:center;
	}

#quelltext th img {
	padding:4px;
	margin-left:auto;
	margin-right:auto;
	}

#techinfo {
	font-size:10px;
	color:#666666;
	}

.linksb {
	text-align:left;
	}

.zentr {
	text-align:center;
	}

.rechtsb {
	text-align:right;
	}

#linktxt table {
	width:100%;
	}

#linktxt th {
	text-align:center;
	}

#linktxt a {
	margin:2px;
	display:block;
	}

#linktxt img {
	border:0px;
	margin:2px;
	}

#lastupdate {
	text-align:center;
	height:25px;
	font-size:11px;
	color:#999999;
	}

#tabhome {
	text-align:center;
	}



#tabhome a {
	display:block;
	width:230px;
	height:190px;
	background-position:center;
	background-repeat:no-repeat;
	}

.adressen th {
	padding-left:25px;
	}

