/*
grün für links und akzente: #bcce34
dunkelgrau/schwarz für text und hintergrund: #434345
*/


* {
	padding: 0;
	margin: 0; /* auch für sticky footer */
	line-height: 1.3em
}

body {
	background: #434345;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	color: #434345;
}

html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
}
.kontaktleiste, .kontaktleistepush {
	height: 77px; /* .push must be the same height as .footer */
}
/* sticky footer ende */

.kontaktleiste {
	background: #565656;
	border-bottom: 3px solid #bcce34;	
}

.kontaktleistecol {
	width:266px; 
	float:left;
}

input,select,textarea {
	font-family: Verdana, sans-serif;
}

img { 
	border: none;
}

p {
	text-align: justify;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.0em;
}

h1,h2,p,ul {
	margin-bottom: 10px;
}

.container ul {
	padding-left: 38px;
}

a,a:visited {
	color: #bcce34;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #434345;
}

.zentriert {
	width: 900px;
	margin: 0px auto;
}

#header {
	height: 97px; /* höhe des logos */
	padding-top: 20px;
	padding-bottom: 20px;
}

#content,#footer {
	margin-left: 50px;
}

#footer {
	margin-bottom: 30px;
	color: #121212;
	font-size: 0.8em;
	padding: 13px;
}

#footer a,#footer a:visited {
	font-weight: bold;
	color: #121212;
}

#footer a:hover {
	color: #bcce34;
}

#footer span, #footer div {
	float:left;
}

#logo {
	float: left;
}

#navspacer {
	float: left;
	width: 19px;	
}

ul#navigation {
	list-style-type: none;
	float: left;
	margin-top: 55px;
}

ul#navigation li {
	display: inline;
	margin-left: 10px;
}

#navigation a {
	display: inline-block;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 3px solid #bcce34;
}

#navigation a:hover,#navigation a.aktiv {
	text-decoration: none;
	color: #bcce34;
	border-bottom: 3px solid #fff;
}

ul#subnavigation {
	list-style-type: none;
	padding-top: 10px;
	padding-left: 0px;
}

ul#subnavigation li {
	display: inline;
	margin-right: 7px;
}

#subnavigation a {
	text-decoration: none;
	color: #fff;
	background: #434345;
	padding: 7px;
}

#subnavigation a:hover,#subnavigation a.aktiv {
	text-decoration: none;
	color: #fff;
	background: #bcce34;
}

.container {
	background: #fff;
	padding: 13px;
	margin-bottom: 10px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #999;
	-moz-box-shadow: 0 0 7px #2b2a29;
	-webkit-box-shadow: 0 0 7px #2b2a29;
	box-shadow: 0 0 7px #2b2a29;
}

#left {
	float: left;
	width: 550px;
}

.left {
	float: left;
}	

#right {
	float: left;
	margin-left: 10px;
	width: 290px;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

/* seitenspezifisch */
.antwort {
	display: none;
}

.frage {
	font-weight: bold;
	text-align: left;
}

.frage>a {
	cursor: pointer;
}

.objektbox {
	float: left;
	width: 248px;
	height: 179px;
}

.themenbox {
	float: left;
	width: 248px;
	height: 210px;
}

.themenbox .text {
    background: #e2e2e2; 
    color: #666;
    display:block; 
    width:248px; 
    min-width:248px;
    min-height:166px; 
    height:166px; 
    max-width:248px; 
    max-height:166px;
}

.themenbox .text p {
    padding:5px; 
    text-align:left;
}

.zweierauswahlbox {
	float: left;
	height: 296px;
	display: block;	
}

.boxbeschriftung {
	background-image: url('images/hintergrund_grau_transparent.png');
	position: relative;
	bottom: 50px;
	display: block;
}

.boxbeschriftung span {
	padding: 7px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 1.4em;
	color: #fff;
	display: block;
}

.boxtext {
	position: relative;
	bottom: 30px;
}

.objektbox:hover, .zweierauswahlbox:hover {
	background: #bcce34;
}

.boxabstand {
	margin-left: 11px;
}

a.facebook {
	float: right;
	display:block;
	width: 50px;
	height: 50px;
	background: url(images/fb.jpg);	
}

a.facebook:hover {
	background: url(images/fb_hover.jpg);	
}

.imagelabel {
	background-image: url('images/hintergrund_grau_transparent.png');
	position: relative;
	bottom: 50px;
	width: 580px;
	height: 50px;
	display: block;
}

.imagelabel span {
	padding: 7px;
	font-variant: small-caps;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 17px;
	color: #fff;
	display: block;
}

.green {
    color: #bcce34;
    font-size: 1.1em;
}

.iframe {
    height: 700px;
}