/* ------------ RESET ------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

input {
	border: none;
}

textarea {
	border:none;
}

select {
	border:none;
}

select option {
	border: none;
}

html, body {	
	height: 100%;
	}

/* ------------ Layout ------------ */
body {
	background: #696d74 url(../img/layout/gloss.png) top center no-repeat;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #ffffff;
}


a {
	text-decoration: none;
}


#wrapper {
	width: 940px;
	overflow: hidden;
	margin: 160px auto 0px auto;
	padding: 0 10px;

}



/* ------------- Sidebar ------------- */
#sidebar {
	color: #cbcbcb;
	width: 214px;
	height: 564px;
	float: left;
}


#sidebar a {
	color: #cbcbcb;
	line-height: 22px;
	display: block;
	width: 130px;
}


#sidebar a:hover,
#sidebar a:focus,
#sidebar a.aktiv {
	color: #ffffff;
}


#sidebar ul#navi a,
#sidebar ul#kontakt a {
	border-bottom: 1px dotted #9c9c9e;
}


#sidebar ul#navi a:hover,
#sidebar ul#navi a:focus,
#sidebar ul#kontakt a:hover,
#sidebar ul#kontakt a:focus,
#sidebar a.aktiv {
	background: transparent url(../img/layout/pfeil.gif)top right no-repeat;
}


#sidebar a.umwelt {
	color: #7ebf47;
}


#lang {
	margin-top: 50px;
}


.adress-titel {
	color: #ffffff;
}


#sidebar p {
	font-size: 11px;
	margin-top: 153px;
	line-height: 20px;
}



/* ------------- Fadein ------------- */
.fadein {
	position:relative;
	width:720px;
	height:400px;
	float: right;
}


.fadein img {
	position:absolute;
	left:0;
	top:0;
}



/* ------------- Galerie ------------- */
#sub-wrapper {
	width:720px;
	float: right;
}


#main_image {
	height: 400px;
	width: 720px;
}


.galleria {
	list-style: none;
	width: 720px;
}


.galleria li {
	display: block;
	width: 130px;
	height: 72px;
	overflow: hidden;
	float: left;
	margin: 10px 10px 0 0;
	border: 3px solid #2F3134;
}


.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px;
}


.galleria li div img {
	cursor: pointer;
}


.galleria li.active div img,.galleria li.active div {
	display: block;
}


.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto;
}


.galleria li .caption {
	display: block;
	padding-top: .5em;
}


* html .galleria li div span {
	width: 400px;
}


.galleria li.abstandslos {
	margin: 10px 0 0 0;
}


.galleria li.active {
	border: 3px solid #2F3134;
}



/* ------------- Content ------------- */
#content {
	width: 720px;
	float: right;
	margin-top: 30px;
	line-height: 20px;
	min-height: 280px;
	margin-bottom: 45px
}


#content blockquote { font-style: italic; }

body#index #content ul li img {
	border: 3px solid #2f3134; 
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

body#index #content ul li img.potenzial {
	float: none;
	margin: 0;
	padding: 0;
	}

body#index #content ul li {
	min-height: 120px;
	height: auto !important;
	padding: 20px 0 20px 0;
	border-bottom: 1px dotted #999;
}

body#index #content ul li.umrandung {
	border: 1px dotted #999;
	padding: 10px;
	position: relative;
}

body#index #content ul li a.button-mehr-info {
	display: block; 
	width: 130px;
	position: absolute; 
	bottom: 10px;
	right: 10px;
}

#content p a,
#content ul li a {
	color: #fec900;
}


#content p a:hover,
#content ul li a:hover {
	color: #fec900;
	text-decoration: underline;
}


.auflistung_links {
	width: 360px;
	float: left;
}


.auflistung_rechts {
	width: 360px;
	float: right;
}


#content img {
	margin: 0 15px 15px 0;
	float: left;
	border: 3px solid #2F3134;
}

#content td img {
	margin: 0;
	border: 3px solid #2F3134;
}

#content p.texteinzug_content {
	margin-left: 30px;
}

.partner a {
	color: #fec900;
}

.partner a:hover,
.partner a:focus {
	text-decoration: underline;
} 

/* ------------- Umweltschutz ------------- */
#umweltschutz #content a {
	color: #7ebf47;
	font-weight: bold;
}

.umweltschutz {
	color: #7ebf47;
	font-weight: bold;
}



/* ------------- Liste Content ------------- */
#content ul#list-content{
	list-style-type:square;
	margin: 20px 0 0 12px;
	padding-left: 5px;
}


#content ul#list-content ul li {
	padding-left: 15px;
	background: transparent url("../img/layout/list-content_punkt.gif") left center no-repeat;
}


body#index #content ul li ul li {
	padding: 0 0 0 15px;
	background: transparent url("../img/layout/list-content_punkt.gif") left center  no-repeat;
	border: none;
	height: auto;
	min-height: 0px;

}

/* ------------- Kontaktformular ------------- */
.kontaktformular {
	border: 1px dotted #9c9c9e;
	width: 600px;
	padding: 30px 0 30px 30px;
}


.kontaktformular input {
	height:21px;
	margin-bottom: 4px;
}


.nachricht {
	border: 1px dotted #9c9c9e;
	width: 600px;
	padding: 30px 0 30px 30px;
}


form label {
	display: block;
	float: left;
	text-align: left;
	width: 280px;
}



/* ------------- TYPO ------------- */
h1 a{
	background: transparent url(../img/layout/logo.png) top left no-repeat;
	width: 220px;
	height: 140px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 250px;
}


h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 11px;
}


h3 {
	font-size: 11px;
	text-transform: uppercase;
}


h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

.potenzial {

}

/* ------------- Clear ------------- */
.clear {
	clear: both;
}

#ankerlink {
	position: absolute;
	top: 629px;
	left: 50%;
	margin-left: 500px;
	color: #FEC900;
}

#ankerlink:hover {
	text-decoration: underline;
}


#tabelle_links {
	float: left;
	width: 310px;
}

#tabelle_rechts {
	float: right;
	width: 310px;
	margin-top: 46px;
}