@import url(navtop.css);
@import url(module.css);
@import url(lightbox.css);
/*BASICS*/

body {
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	}
	
img {
	border: 0;
	}
	
a {
	color: #fb6d16;
	text-decoration: none;
	}
	
a:hover {
	color: #7f96b2;
	}

/*TOP-BEREICH*/
#top {
	margin: 0 0 11px 0;
	padding: 0;
	height: 118px;
	width: 1012px;
	}
	
#top p {
	position: absolute;
	top: 10px;
	left: 490px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	}
	
#top img {
	float: right;
	margin: 16px 14px 0 0;
	}

/*steuerung des top-bildes ueber body-id*/
#thema_0 #top {/*startseie*/
	background: url(../../02_bilder/head_1.jpg) no-repeat 0 0;
	}
	
#thema_1 #top {/*top-thema*/
	background: url(../../02_bilder/head_1.jpg) no-repeat 0 0;
	}
	
#thema_2 #top {/*ueber uns*/
	background: url(../../02_bilder/head_2.jpg) no-repeat 0 0;
	}
	
#thema_3 #top {/*getraenkekarton*/
	background: url(../../02_bilder/head_3.jpg) no-repeat 0 0;
	}
	
#thema_4 #top {/*recycling*/
	background: url(../../02_bilder/head_4.jpg) no-repeat 0 0;
	}
	
#thema_5 #top {/*co2*/
	background: url(../../02_bilder/head_5.jpg) no-repeat 0 0;
	}
	
#thema_6 #top {/*oekobilanz*/
	background: url(../../02_bilder/head_6.jpg) no-repeat 0 0;
	}
	
#thema_7 #top {/*presse*/
	background: url(../../02_bilder/head_7.jpg) no-repeat 0 0;
	}
	
#thema_8 #top {/*service*/
	background: url(../../02_bilder/head_8.jpg) no-repeat 0 0;
	}
	
#thema_9 #top {/*kontakt*/
	background: url(../../02_bilder/head_1.jpg) no-repeat 0 0;
	}
	
#thema_10 #top {/*impressum*/
	background: url(../../02_bilder/head_1.jpg) no-repeat 0 0;
	}
	
#thema_11 #top {/*uebersicht*/
	background: url(../../02_bilder/head_1.jpg) no-repeat 0 0;
	}
	
#thema_12 #top { /*ADMIN-Bereiche*/
	background: url(../../02_bilder/head_12.jpg) no-repeat 0 0;
	}

/*stuerung linkfarbe technav ueber body-id und link-id*/	
#thema_0 #home, #thema_9 #kontakt, #thema_10 #impressum, #thema_11 #uebersicht { 
	color: #002e66;
	}
	
/*CONTENT*/

/*seitenaufteilung*/
#wrapper {
	margin: 0 0 0 12px;
	*margin: 0 0 0 6px;
	padding: 0;
	width: 1008px;
	float: left;
	}
	
#links {
	float: left;
	width: 283px;
	padding: 0;
	margin: 0;
	}
	
#schmal { /*Text-Bereich fuer dreispaltige seitenaufteilung (startseite) */
	float: left;
	margin: 0 0 0 46px;
	padding: 0;
	width: 344px;
	}

#breit { /*Text-Bereich fuer zwei spaltige seitenaufteilung (rest)*/
	float: left;
	margin: 0 0 0 30px;
	*margin: 0 0 0 15px;
	padding: 0;
	width: 644px;
	}

#rechts {
	float: right;
	width: 283px;
	padding: 0;
	margin: 0 0 0 51px;
	}
	
/*Text-bereich*/
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:	24px;
	font-weight: 100;
	color: #002e66;
	width: 100%;
	border-bottom: 1px solid #889418;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#thema_12 h1 {/*im ADMIN-Bereich*/
	margin: 0 0 20px 0;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 100;
	padding: 0;
	margin: 20px 0 0 0;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	16px;
	font-weight: 100;
	color: #002e66;
	width: 100%;
	margin: 0;
	padding: 0 0 5px 0;
	margin-top: 10px;
	}
	
p {
	font-size: 13px;
	padding: 0;
	line-height: 20px;
	}
	
#breit p {
	margin: 15px 0 9px 0;
	line-height: 20px;
	}
	
#breit ul, #schmal ul {	
	font-size: 13px;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}
	
#thema_8 #breit ul {
	float: left;
	width: 410px;
	*width: 620px
	}
	
#thema_1 #breit ul {
	margin:  0 0 20px 20px;
	*margin:  0 0 20px 0;
	}

#thema_1 #breit ul ul {
	font-size: 11px;
	}
	
ul.float {
	float: left;
	}
	
#breit li, #schmal li {
	background: url(../../03_grafik/block.gif) no-repeat 0 9px;
	padding: 5px 0 5px 20px;
	}
	
.border_bottom {
	border-bottom: 1px solid #889418;
	padding-bottom: 18px;
	}
	
hr {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #889418;
	padding-top: 11px;
	clear: both;
	}
	
.PDF_Link {
	background: url(../../03_grafik/link_pdf.gif) no-repeat left 1px;
	padding-left: 18px;
	}
	
.floatright { /*span-klasse fuer rechtsbuendige zusatz-inhalte, z.Zt nur in kontakt verwendet*/
	float: right;
	text-align: right;
	width: 300px;
	}
	
#breit .floatright {/*da durch den float der margincollapse nicht geht*/
	margin-top: 16px;
	}
	
img.right, .Bild-Rechts {
	float: right;
	margin: 3px 0 3px 10px;
	}
	
img.left, .Bild-Links {
	float: left;
	margin: 3px 10px 3px 0;
	}
		
/*navigation im contnt-beriech zum weiter-/zurueck-switchen*/
#leftnav, #rightnav, #leftnavNo, #rightnavNo {
	margin: 0;
	padding: 10px 0;
	font-size: 12px;
	}

#leftnav, #leftnavNo {	
	padding: 10px 0 10px 10px;
	float: left;
	}
	
#leftnav {
	background: url(../../03_grafik/pfeil_links.gif) no-repeat 0 13px;
	}
	
#leftnavNo {
	background: none;
	}
	
#rightnav, #rightnavNo {
	padding: 10px 10px 10px 0;
	float: right;
	}
	
#rightnav {
	background: url(../../03_grafik/pfeil.gif) no-repeat right 13px;
	}

#rightnavNo {
	background: none;
	}
	
/*ende navigation zum weiter-/zurueck-switchen*/

.greenborder {
	clear: both;
	border-top: 1px solid #889418;
	margin: 0;
	padding: 0 0 20px 0;
	*padding: 0;
	*height: 1px;
	}
	
#print {
	padding: 3px 0 5px 30px;
	*padding: 3px 0 2px 30px;
	*margin: 0;
	background: url(../../03_grafik/drucker.gif) no-repeat;
	font-size: 12px;
	}
	
#c, .Nicht-Umfliessen {
	clear: both;
	}

/*BOTTOM*/
#bottom {
	float: left;
	margin: 40px 0 20px 12px;
	*margin: 40px 0 20px 6px;
	padding: 3px 0 0 30px;
	width: 1000px;
	height: 22px;
	background: url(../../04_bg/bottom.gif) no-repeat 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: 100;
	}
	
/*Formulare*/

form {
	float: left;
	margin: 0 0 20px 0;
	padding: 20px 30px;
	width: 584px;
	background: #edefdd;
	}
	
#fast_cont form {
	width: 235px;
	padding: 0;
	margin: 10px 20px;
	float: none;
	}
	
form.newsletter {
	margin: 0 0 1px 0;
	padding: 20px 30px 0;
	}
	
#thema_12 form {/*thema_12 ist der ADMIN-Bereich*/
	width: 940px;
	}
	
form p {
	font-size: 13px;
	}
	
fieldset.breit {
	float: left;
	width: 584px;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	border: 0;
	}
	
fieldset.schmal_l {
	float: left;
	width: 282px;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
	border: 0;
	}
	
fieldset.schmal_r {
	float: left;
	margin: 0 0 20px 20px;
	width: 282px;
	padding: 10px 0 0 0;
	border: 0;
	}
	
fieldset#rechtfield {
	border: 0;
	padding: 10px;
	}
	
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #002e66;	
	}
	
label {
	font-size: 12px;
	}

label.radio {
	display: block;
	margin: 0 0 5px 0;
	}
	
label.schmal {
	float: left;
	width: 82px;
	padding: 6px 0 0 0;
	}
	
#rechtfield p {
	line-height: normal;
	margin: 5px 0;
	}
	
#rechtfield h3 {
	font-size: 14px;
	margin: 0;
	}

#rechtfield label {
	display: block;
	margin-bottom: 1px
	}
	
#rechtfield input {
	width: 200px;
	}
	
#rechtfield textarea {
	width: 200px;
	}
	
#rechtfield #button {
	width: 67px;
	font-size: 12px;
	padding: 0 2px;
	}
	
input.schmal_l, select.schmal_l {
	float: left;
	width: 190px;
	margin:0 20px 10px 0;
	*margin:0 17px 10px 0;
	}
	
input.schmal_r, select.schmal_r {
	float: left;
	width: 190px;
	margin:0 0 10px 0;
	}
	
input, select, textarea {
	border: 1px solid #6b839b;
	padding: 4px;
	margin: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
label.radio input {
	margin: 0 5px 0 0;
	*border: 0;
	}
	
input#checkbox, #thema_12 input#checkbox {
	width: auto;
	}
	
option {
	padding: 0 4px;
	}
	
option.opthi {
	font-weight: bold;
	}
	
input#button {
	float: right;
	background: #fb7c2e;
	padding: 2px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
	border-color: #ff9b5e #d26522 #d26522 #ff9b5e;
	}
	
#thema_12 input#button {
	margin-right: 204px;
	}
	
input#button:hover {
		border-color: #d26522 #ff9b5e #ff9b5e #d26522;
	}

input#button, #thema_12 input#button {
	width: 180px;
	float: left;
	}
	
#thema_8 .breit input#button {
	margin-right: 10px;
	}
	
#thema_12 input {
	width: 654px;
	}
	
#thema_12 select {
	width: 240px;
	}
	
#thema_12 textarea {
	width: 654px;
	}
/*css fuer admin-themen-blider*/
.theme_img {
	float: left;
	margin: 0 25px 20px 0;
	}
	
/*css fuer die suche iin der top-nav*/
#search_form {
	position: absolute;
	top: 134px;
	left: 736px;
	*left: 768px;
	padding: 0;
	margin: 5px0 0 0;
	background: none;
	width: 236px;
	*width:210px;
	}

#search_form input {
	float: left;
	padding: 2px 4px;
	width: 150px;
	*width: 120px;
	*margin-right: 5px;
	}
	
#search_form input#button {	
	float: right;
	width: 70px;
	padding: 0;
	font-size: 12px;
	*font-size: 11px;
	}
	
/*ADMIN-Bereich*/

/*uebesicht artikel*/
.contlist {
	margin: 5px 0 5px 0px;
	font-size: 14px;	
	float: left;
	background: #edefdd;
	width: 1000px;
	}
	
.contlist span {
	padding: 4px 10px 4px 30px;
	width: 584px;
	display: block;
	float: left;
	border-right: 2px solid #fff;
	}
	
.contlist a {
	padding: 4px 10px;
	display: block;
	float: left;
	border-right: 2px solid #fff;
	}
	
.contlist img {
	padding: 3px 0;
	}
	
/*uebersicht bilder*/
.imglist {
	margin: 5px 0;
	font-size: 14px;	
	float: left;
	background: #edefdd;
	}
	
.imglist span {	
	float: left;
	border-right: 2px solid #fff;
	padding: 8px 10px 8px 30px;
	width: 250px;
	}
	
.imglist span img {
	border: 1px solid #6b839b;
	height: 92px;
	}
	
.imglist p {
	float: left;
	display: block;
	height: 73px;
	width: 688px;
	padding: 4px 10px;
	}
	
.imglist a {
	padding: 4px 10px;
	border: 2px solid #fff;
	border-left: 0;
	border-bottom: 0;
	}
	
.imglist a img {
	*padding: 2px 0 1px;
	}