﻿/* Häner Huhn Krause - Stylesheet */

html, body {
	height:100%;
}

body {
	margin:0;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	background: url('../bilder/bg_body.jpg') repeat-x center 170px white;
	text-align:center;
}

input, textarea, select {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	width:200px;
	margin-bottom:4px;
	border:1px solid #BEC8CD;
	padding:4px;
}

td.form_label {
	padding-top:4px;
}

a {
	color:#003366;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin:0;
	margin-bottom:12px;
}

ul {
	margin:0;
	margin-left:35px;
	padding:0;
	margin-bottom:24px;
}

li {
	list-style-type:square;
	margin-bottom:6px;
}

table {
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
}

td {
	vertical-align:top;
}

img {
	border:0;
}

#struktur {
	text-align:left;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header {
	height:460px;
	background: url('../bilder/bg_header.jpg') repeat-y left top;
}

#header_cover {
	position:absolute;
	z-index:1000;
	width:40px;
	height:250px;
	right:0px;
	top:170px;
	background: url('../bilder/bg_body.jpg') repeat-x left top white;
}

#content {
	min-height:200px;
	background: url('../bilder/bg_content.jpg') repeat-y 15px top white;
}

#footer {
	min-height:100px;
	background: url('../bilder/bg_footer.jpg') repeat-y left top white;
}

#bildbereich {
	width:740px;
	height:420px;
	display:inline;
	float:left;
}

#logo {
	display:inline;
	float:left;
}

#navigation {
	display:inline;
	float:left;
	width:200px;
}

#navigation > a {
	display:block;
	height:34px;
	border-bottom:1px solid #D5D8DA;
	font-size:18px;
	color:#333;
	text-decoration:none;
	background: url('../bilder/bg_nav_1.gif') no-repeat 188px 20px;
}

#navigation > a:hover, #navigation > a.active, #navigation > a.active:hover {
	color:white;
	background: url('../bilder/bg_nav_1.gif') no-repeat 188px 20px #333941;
}

#navigation > a > span {
	display:block;
	padding-top:10px;
	padding-bottom:2px;
	padding-left:12px;
}

#meldung {
	margin-bottom:24px;
}

.links {
	display:inline;
	float:left;
	width:300px;
	margin-left:30px;
	margin-right:60px;
	padding-bottom:60px;
}

.rechts {
	display:inline;
	float:left;
	width:520px;
	padding-bottom:60px;
}

.links h1, .rechts h1 {
	font-size:18px;
	color:#003366;
	margin-top:40px;
	margin-bottom:20px;
	padding-left:20px;
	padding-bottom:5px;
	border-bottom:1px solid #bec8cd;
}
.links h2, .rechts h2 {
	font-size:12px;
	color:#003366;
	margin-bottom:4px;
	padding-left:20px;
}
.links p, .rechts p, .links form, .rechts form {
	margin-left:20px;
}

div.p {
	margin-top:12px;
	margin-bottom:12px;
}

div.th2 {
	margin-bottom:2px;
	font-weight:bold;
}
div.toc {
	margin-bottom:15px;
}

#subnavigation {
	position:absolute;
	z-index:1000;
	left:70px;
	top:432px;
}
#subnavigation a {
	color:#333;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:inline;
	float:left;
	* margin-right:10px;
}
#subnavigation a.active, #subnavigation a.active:hover, #subnavigation a:hover {
	color:#666;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:inline;
	float:left;
}
#subnavigation a:after {
	content:'|';
	margin-right:5px;
	margin-left:5px;
	color:#666;
}
#subnavigation a.last:after {
	content:'';
	margin-left:5px;
}
.footer_1 {
	color:#BBB;
	display:inline;
	float:left;
	width:266px;
	min-height:100px;
	margin-top:20px;
	margin-left:70px;
}
.footer_2 {
	color:#BBB;
	display:inline;
	float:left;
	width:180px;
	margin-top:20px;
	margin-left:20px;
	border-left:1px solid #595f65;
	padding-left:10px;
	padding-bottom:10px;
}
.footer_3 {
	color:#BBB;
	display:inline;
	float:left;
	width:160px;
	margin-top:20px;
	margin-left:20px;
	border-left:1px solid #595f65;
	padding-left:10px;
	padding-bottom:10px;
}
.footer_4 {
	color:#BBB;
	display:inline;
	float:left;
	width:180px;
	margin-top:20px;
	margin-left:20px;
	border-left:1px solid #595f65;
	padding-left:10px;
	padding-bottom:10px;
}
.stopper {
	clear:both;
	height:1px;
}

#fotogalerie {
	margin-left:20px;
	clear:both;
}

.fotoinfo {
	clear:both;
}

.thumb {
	display:inline;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
}
