body {
 margin:0;
 padding:0;
 border:0; /* This removes the border around the viewport in old versions of IE */
 width:100%;
 background:#fff;
 min-width:600px;    /* Minimum width of layout - remove line if not required */
	     	     /* The min-width property does not work in old versions of Internet Explorer */
 font: 12px/1.5em Verdana,Futura,sans-serif,arial;
}
/* Header styles */
#header {
 clear:both;
 float:left;
 width:100%;
 background-image: url(../pics/bgUmweltchecker.jpg);
 height: 100px;

}

/* column container */
.colmask {
 position:relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
 clear:both;
 float:left;
 width:100%; /* width of whole page */
 overflow:hidden; /* This chops off any overhanging divs */
 min-height: 450px;
}

/* 2 column left menu settings */
.colleft {
/*    background-color:white; */
}
.colmask .colright {
 float:left;
 width: 200%;
 position:relative;
 left:300px; /* breite des menues */

}
.colmask .col1wrap {
 float:right;
 width:50%;
 position:relative;
 right:300px; /* breite des menues */
 padding-bottom:1em;
}
.colmask .col1 {
 margin: 30px 15px 0 315px;
 position:relative;
 right:100%;
/* overflow:hidden; */
 border: 1px solid #fff; /* for ie6 */
}
.colmask .col2 {
 float:left;
 width:270px;
 position:relative;
 right:285px;
}

/* Footer styles */
#footer {
 clear:both;
 float:left;
 width:100%;
 margin-top: 30px;
 padding-top: 12px
}

/* Header styles */
#header {
 line-height: 0
}
#header h1 {
 padding-bottom: 5px;
 margin-bottom: 0px;

}
#header h1 a {
 color: #f00;
 font-size: 19px;
 margin: 60px 0 0 20px;
 text-decoration: none;
 display: block;
}
#header p.subtitle {
 color: #f00;
 margin: 18px 0 0 20px;
 padding-top: 0;
}
#header ul {
 line-height: 1.5em
}

/* Menu */
#menu {
 list-style: none;
 padding: 0;
 width: 250px;
 margin:0; /* for ie6 */
 margin-top: 45px;
}
#menu li.lev0 {
 background-repeat: no-repeat;
 margin: 10px 0;
 padding: 0;
}
#menu li.selected.lev0 {
 width: 270px;
}
#menu li.lev0 a {
 display: block;
 margin: 0;
 height: 30px;
 padding: 10px 2px 0px 5px;
 text-decoration: none;
 margin-left: 50px;
 color: #fff; 
 font-size: 12px;
 font-weight: bold;
}
#menu li.selected a.lev1 {
 color: #000;
}
#menu li a.selected {
 background-color: #fff;
 color: #000;
}
#menu li:hover {
 width: 290px;
 color: #000;
}
#menu li:hover a {
 color: #000
}
#menu li.lev0 ul {
 position: absolute;
 top: -5px;
 width: 400px;
 left: 300px;
 list-style: none;
 padding: 0;
}
#menu li.lev1 {
 float: left;
 width: 110px;
 height: 22px;
 text-align: center;
 padding: 0;
 margin: 0 3px;
 background-image: url(../gui/bg.gif);
 background-position: bottom left;
 background-repeat: no-repeat;
 }
#menu li.lev0 a.lev1 {
 color: #000;
 height: 19px;
 display : block;
 margin: 0;
 padding: 0;
 font-size: 11px;
 color: #fff;
}
#menu  li.lev0 ul a:hover {
 color: #000;
}
#menu li.selected a.selected {
 color: #000
}


#menu li.tools a {
 color: #000;
 font-weight: normal;
 margin-left: 0;
 text-decoration: underline;
 display: inline;
}
#menu li.tools {
 display: inline;
 white-space: nowrap
}

#menu li.tools a.selected {
 font-weight: bold;
 text-decoration: none;
}

/* end menu */


/* Startseite */
body.index {
 background-color: #77d2ff
}
.index #header {
 background: none;
 border: none;
 padding-top: 0px;
 line-height: 0
}
.index #header ul {
 display: none;
} 

.index .colmask .col1 {
 border:none;
 margin-top: 40px;
}
.index img {
 border: none;
}
.index #footer {
background-color: #fff;
 height: 95px;
 margin-top:0;
}
.index .colmask .col1 img {
position: relative;
top: -45px;
}

#mn1 {
 background-image: url(../pics/mnHome.jpg);
 background-color: #c00;
 border: 1px solid #c00;
}

/* allgemeine Seiten: Impressum Download ... */

.allgemein #header {
 background-image: url(../pics/bgAllgemein.jpg);
}

.allgemein h2 + div img.links {
margin-top: 1em;
}
.allgemein .content h2.titel {
 background-color: #666;
}
/* Fussabdruck */
#mn2 {
 background-image: url(../pics/mnFussabruck.jpg);
 background-color: #c00;
 border: 1px solid #c00;
}
h2.fussabdruck,
h1.fussabdruck {
 color: #fff;
 background-color: #c00;
 padding: .5em;
}
.fussabdruck h1,
.fussabdruck h2 {
 color: #c00;
}
.fussabdruck #header {
 border-bottom: 5px solid #c00;
 background-image: url(../pics/bgFussabdruck.jpg);
}
.fussabdruck #footer {
 border-top:1px solid #c00;
}
.fussabdruck .content h2.titel,
.fussabdruck #menu li.lev1,
.fussabdruck #menu li.lev1 a {
 background-color: #c00;
}
.fussabdruck .bg {
 background-color: #ed7777;
}
.fussabdruck .col1 h3.bg,
.fussabdruck .col1 h2.bg
 {
 color: #fff;
 background-color: #ed7777;
 border-bottom: none;
}

/* Klimawandel */
#mn3 {
 background-image: url(../pics/mnKlimawandel.jpg);
 background-color: #0095da;
 border: 1px solid #0095da;
}
h1.klimawandel,
h2.klimawandel {
 background-color:  #0095da;
 padding: .5em;
 color: #fff;
}
.klimawandel h1,
.klimawandel h2 {
 color: #0095da;
}
.klimawandel #header {
 border-bottom: 5px solid #0095da;
 background-image: url(../pics/bgKlimawandel.jpg);
}
.klimawandel #footer {
 border-top:1px solid #0095da;
}
.klimawandel .content h2.titel,
.klimawandel #menu li.lev1,
.klimawandel #menu li.lev1 a {
 background-color: #0095da;
}
.klimawandel .bg {
 background-color: #bbe6fa;
}
.klimawandel .col1 .bg h3,
.klimawandel .col1 .bg h2,
.klimawandel .col1 .bg h1
  {
 color: #fff;
 background-color: #0095da;
 border-bottom: none;
}

/* Energie */
#mn4 {
 background-image: url(../pics/mnEnergie.jpg);
 background-color: #fbad18;
 border: 1px solid #fbad18;
}
h1.energie,
h2.energie {
 background-color: #fbad18;
 padding: .5em;
 color: #fff;
}
.energie h1,
.energie h2 {
 color: #f90;
}
.energie #header {
 border-bottom: 5px solid #f90;
 background-image: url(../pics/bgEnergie.jpg);
}
.energie #footer {
 border-top:1px solid #fbad18;
}
.energie .content h2.titel,
.energie #menu li.lev1,
.energie #menu li.lev1 a {
 background-color: #f90;
}
.energie .bg {
 background-color: #fbd48a;
}
.energie .col1 div.bg h3,
.energie .col1 div.bg h2,
.energie .col1 div.bg h1
 {
 color: #fff;
 background-color: #fbad18;
 border-bottom: none;
}

/* Bauen */
#mn5 {
 background-image: url(../pics/mnBauen.jpg);
 background-color: #af4e1c;
 border: 1px solid #af4e1c;
}
h1.bauen,
h2.bauen {
 background-color:  #af4e1c;
 padding: .5em;
 color: #fff;
}
.bauen h1,
.bauen h2 {
 color: #af4e1c;
}
.bauen #header {
 border-bottom: 5px solid #af4e1c;
 background-image: url(../pics/bgBauen.jpg);
}
.bauen #footer {
 border-top:1px solid #af4e1c;
}
.bauen .content h2.titel,
.bauen #menu li.lev1,
.bauen #menu li.lev1 a {
 background-color: #af4e1c;
}
.bauen .bg {
 background-color: #eabaa1;
}
.bauen .col1 div.bg h3,
.bauen .col1 div.bg h2,
.bauen .col1 div.bg h1
 {
 color: #fff;
 background-color: #af4e1c;
 border-bottom: none;
}

/* Abfall */
#mn6 {
 background-image: url(../pics/mnAbfall.jpg);
 background-color: #c46424;
 border: 1px solid #c46424;
}
h1.abfall,
h2.abfall {
 background-color: #c46424;
 padding: .5em;
 color: #fff;
}
.abfall h1,
.abfall h2 {
 color: #c46424;
}
.abfall #header {
 border-bottom: 5px solid #c46424;
 background-image: url(../pics/bgAbfall.jpg);
}
.abfall #footer {
 border-top:1px solid #c46424;
}
.abfall .content h2.titel,
.abfall #menu li.lev1,
.abfall #menu li.lev1 a {
 background-color: #c46424;
}
.abfall .bg {
 background-color: #f6c08a;
}
.abfall .col1 div.bg h3,
.abfall .col1 div.bg h2,
.abfall .col1 div.bg h1

 {
 color: #fff;
 background-color: #c46424;
 border-bottom: none;
}
table.abfall strong{
 color: #f68b1e;
}
table.abfall tr {
 border-bottom: 1px dotted #ccc;
}
table.abfall em {
 font-weight: bold;
}
.abfall .col1 table.abfall {
 font-size: .95em;
 margin-bottom: 2.5em;
}


/* Wald */
#mn7 {
 background-image: url(../pics/mnWald.jpg);
 background-color: #008a4b;
 border: 1px solid #008a4b;
}
h1.wald,
h2.wald {
 background-color: #008a4b;
 padding: .5em;
 color: #fff;
}
.wald h1,
.wald h2 {
 color: #008a4b;
}
.wald #header {
 border-bottom: 5px solid #008a4b;
 background-image: url(../pics/bgWald.jpg);
}
.wald #footer {
 border-top:1px solid #008a4b;
}
.wald .content h2.titel,
.wald #menu li.lev1,
.wald #menu li.lev1 a {
 background-color: #008a4b;
}
.wald .bg {
 background-color: #63c799;
}
.wald .col1 div.bg h3,
.wald .col1 div.bg h2,
.wald .col1 div.bg h1
 {
 color: #fff;
 background-color: #008a4b;
 
 border-bottom: none;
}

/* Ernaehrung */
#mn8 {
 background-image: url(../pics/mnErnaehrung.jpg);
 background-color: #39b54a;
 border: 1px solid #39b54a;
}
h1.ernaehrung,
h2.ernaehrung {
 background-color: #39b54a;
 padding: .5em;
 color: #fff;
}
.ernaehrung h1,
.ernaehrung h2 {
 color: #39b54a;
}
.ernaehrung #header {
 border-bottom: 5px solid #39b54a;
 background-image: url(../pics/bgErnaehrung.jpg);
}
.ernaehrung #footer {
 border-top:1px solid #39b54a;
}
.ernaehrung .content h2.titel,
.ernaehrung #menu li.lev1,
.ernaehrung #menu li.lev1 a {
 background-color: #39b54a;
}
.ernaehrung .bg {
 background-color: #c0ebc6;
}
.ernaehrung .col1 div.bg h3,
.ernaehrung .col1 div.bg h2,
.ernaehrung .col1 div.bg h1

 {
 color: #fff;
 background-color: #39b54a;
 border-bottom: none;
}
.ernaehrung div.bg table {
 margin: 0 1em;
}
.ernaehrung div.bg table tr {
 border-bottom: 1px dotted;
}
.ernaehrung div.bg table tr:hover {
 background-color: #efe
}
/* Wasser */
#mn9 {
 background-image: url(../pics/mnWasser.jpg);
 background-color: #145b9d;
 border: 1px solid #145b9d;
}
h1.wasser,
h2.wasser {
 background-color: #145b9d;
 padding: .5em;
 color: #fff;
}
.wasser h1,
.wasser h2 {
 color: #145b9d;
}
.wasser #header {
 border-bottom: 5px solid #145b9d;
 background-image: url(../pics/bgWasser.jpg);
}
.wasser #footer {
 border-top:1px solid #145b9d;
}
.wasser .content h2.titel,
.wasser #menu li.lev1,
.wasser #menu li.lev1 a {
 background-color: #145b9d;
}
.wasser .col1 div.bg h3,
.wasser .col1 div.bg h2,
.wasser .col1 div.bg h1
 {
 color: #fff;
 background-color: #145b9d;
 border-bottom: none;
}
.wasser .bg {
 background-color: #bfd6eb;
}


/* mobilitaet*/
#mn10 {
 background-image: url(../pics/mnMobilitaet.jpg);
 background-color: #007c8d;
 border: 1px solid #007c8d;
}
h1.mobilitaet,
h2.mobilitaet {
 background-color: #007c8d;
 padding: .5em;
 color: #fff;
}
.mobilitaet h1,
.mobilitaet h2 {
 color: #007c8d;
}
.mobilitaet #header {
 border-bottom: 5px solid #007c8d;
 background-image: url(../pics/bgMobilitaet.jpg);
}
.mobilitaet #footer {
 border-top:1px solid #007c8d;
}
.mobilitaet .content h2.titel,
.mobilitaet #menu li.lev1,
.mobilitaet #menu li.lev1 a {
 background-color: #007c8d;
}
.mobilitaet .bg {
 background-color: #c0e5ea;
}
.mobilitaet .col1 div.bg h3,
.mobilitaet .col1 div.bg h2,
.mobilitaet .col1 div.bg h1

 {
 color: #fff;
 background-color: #007c8d;
 border-bottom: none;
}

/* schattenleiste */
#topdrop
{
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 10px;
 background-image: url(../pics/topdrop.png);
 background-repeat: repeat-x;
 z-index: 99997;
 font-size: 1px; /* for ie6 */
 line-height: 1px; /* for ie6 */
}
.index #topdrop {
 display: none;
}

/* titelseite bestellen */
#bestellen {
 position: fixed;
 top: 5px;
 left: 800px;
 display: none;
 z-index: 20
}
#bestellen img {
 border: none
}
.index #bestellen {
 display: block;
}


.col1 table td {
 vertical-align: top;
 padding: .3em .5em;
}
.col1 table {
 border-collapse: collapse;
 margin-right: 140px;
 border-spacing: 0;
}
.col1 p,
.col1 ul {
 padding-right: 140px;
}
.col1 h1 {
 font-size: 1.8em;
}

.col1 h2 {
 font-size: 1.2em;
 margin-bottom: 0;
 margin-top: 2em
}

.col1 h3 {
 font-size: 1.1em;
 margin-bottom: 0;
 margin-top: 1.5em
}
.col1 h2 + p,
.col1 h3 + p {
 margin-top: .5em;
}

.col1 h1,
.col1 h2,
.col1 h3 {
  margin-right: 140px;
}
.col1 p + h1,
.col1 div.bg + h1 {
margin-top: 3.5em
} 

.col1 div.bg + h2 {
 margin-top: 3.5em;
}
a.extern {
 background: url(../gui/external.png) center right no-repeat;
 padding-right: 13px;
}

/* Bilder */
img.rechts {
 float: right;
 position: relative;
 width: auto;
}
img.links {
 float: left;
 position: relative;
 width: auto;
 margin-right: 1em;
}
img.mitte {
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding-right: 140px;
 width: auto;
 position: relative;
}
.col1 img {
 border: none;
}



#footer img {
 border:none;
}

#footer {
text-align: center;
 position: relative;
}
#footer .rechts {
position: absolute;
right: 20px;
top:0;
}
#footer .links {
position: absolute;
left: 15px;
top:0;
}
#footer .mitte {
top:0;
 position: absolute;
 left: 50%;
}
#footer p {
 padding-top: 10px;
 padding-bottom: 0px;
 font-size: .8em;
 line-height: .9em;
}
/* */
#admin {
 position: absolute;
 right: 0;
}
/* Texteditor */
.textEditor fieldset {
 border: none
}
.textEditor .editorCtl {
 text-align: right;
}

/* konzept: fixed header, fixed menu */
#header {
 position: fixed;
 z-index: 3;
 height: 78px;
 background-position: bottom left;
}
#header h1 a {
 margin-top: 38px;
}
.colmask {
 margin-top: 78px;
 z-index: 2;
}

#menu {
position: fixed;
margin-top: 28px;
padding-bottom: 0px;
}
#menu li.lev0 {
 margin: 8px 0;
}
#menu li.lev0 a {
 height: 25px;
 padding: 6px 2px 3px 5px;

}
#menu li.lev0 ul {
top: -28px;
}
#topdrop {
 top: 78px;
 z-index: 1
}

/**/

.colmask #pageFrm {
height: 400px;
overflow: scroll;
}

div.editorCtl {
 position: fixed;
 right: 15px;
 z-index: 80
}
/* Hinterlegte textteile */
.col1 div.bg {
 margin-right: 140px;
 padding-bottom: 1em;
}

.col1 div.bg p,
.col1 div.bg table,
.col1 div.bg h1,
.col1 div.bg h2,
.col1 div.bg h3
 {
 padding: 1em;
 margin-right: 0;
}

.col1 div.bg ul {
 padding-right: 1em;
}
div.bg img.rechts {
 right: -140px;
}
/**/
table th {
 white-space: nowrap;
 vertical-align: top;
 text-align: left;
 padding-left: .5em
}

h2 + div img.links {
 margin-top: 1em;
}
/* Inhaltsverzeichnisse */
.content h2 {
 width: 110px;
 height: 22px;
 text-align: center;
 padding: 0;
 margin: 0 3px;
 background-image: url(../gui/bg.gif);
 background-position: bottom left;
 background-repeat: no-repeat;
 color: #fff;
 font-size: 11px;
 position: absolute;
 top: -31px;
 right: 0;
 cursor: pointer;
 cursor: pointer;
 z-index: 100;
}
a.anchor {
 display: block;
 text-align: right;
 margin-right: 140px;
}
.content div ul {
 display: none;
}
