body {
background-color: #FF9900;
font-size: 12px;
font-family: Arial, SunSans-Regular, Sans-Serif;
color:#000000;
padding:0px;
margin:0px;
}
a {color: #000000; font-weight:normal;}
a:visited {color:#000000;}
a:hover {color: #FF9900;}
a:active { color:#000000;}

a.linkimtext {color: #000000;}
a.linkimtext:visited {color:#000000;}
a.linkimtext:hover {color: #000000;}
a.linkimtext:active { color:#000000;}

h1 {
font-size:16px;
font-weight: bold;
padding: 5px 10px 0px 35px;
margin:0px;}

/* ----------container zentriert das layout-------------- */
#container {
width: 959px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: right;
background-color: #ffffff;
padding: 0px;
margin: 0px; }

/* ----------outer und inner----------------- */

#outer{ 
border-left: solid 285px #FF9900; /* linke Menue Spalten Farbe  */ 
border-right: solid 220px #FF9900; /* rechte Menue Spalten Farbe  */ 
background-color: #FF9900; /* Farbe fuer Inhalt Spalten  */
} 

#inner{margin:0; width:100%; }

#left {
 width:270px; 
 float:left; 
 position:relative; 
 margin-left:-285px; 
 margin-right:1px;
 }
 
 #right {
 width:220px; 
 float:right; 
 position:relative; 
 margin-right:-220px; 
 margin-left:1px;
 }

/* -----------------Inhalt--------------------- */ 
#content{ 
width:674px;
/*height:865px;*/
position: relative; 
margin: 0px; 
background-color: #ffffff;
border-top: 11px solid #FF9900;
font-size: 12px;
font-family: Arial, SunSans-Regular, Sans-Serif;
line-height:1.4em;
float:left;
}

p {
padding: 5px 100px 0px 35px;
margin:0px; }

.tabelle {
padding: 5px 100px 0px 35px;
margin:0px; }

.anschrift {
font-weight: bold;
color: #FF9900;
}

.anschriftXL {
font-size:14px;
font-weight: bold;
color: #FF9900;
}

pre{
font-size: 12px;
padding: 5px 10px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: right; } 


/* ------------------ NaviLinks -------------------*/

/*ANFANG - alternativ zu #vierNavi*/
ul#Navigation {/*Buttons*/
/*width: 10em;*/
/*font-size:97%; */

width:285px;
margin: 0; padding: 0;
border-left: 4px solid; border-left-color: #FF9900;
border-right: 1px solid; border-right-color: #FF9900;
border-top: 1px solid; border-top-color: #FF9900;
background-color: #FF9900;
float:left;
}
* html ul#Navigation {  /* Korrekturen fuer IE 5.x */
/*width: 11.6em;
w\idth: 10em;*/
width: 189px;
w\idth: 188px;
padding-left: 0;
padd\ing-left: 0;
}

* html ul#Navigation a {  /* Breitenangaben nur fuer IE */
/*width: 100%;
w\idth: 8.8em;*/
width: 189px;
w\idth: 184px;
}

ul#Navigation li {
list-style: none;
margin: 0; padding: 0;
}

ul#Navigation a {
display:block;
padding: 0.4em 0.6em 0.4em 0.55em;
text-decoration: none; font-weight: normal; text-align: left;
border-top: 10px solid #FF9900;
border-right: 1px solid #FF9900;
border-right-color: white; border-top-color: #FF9900;
color: #000000; background-color: #ffffff;
}

ul#Navigation a:hover {
/*border-color: white;*/
border-right-color: white; border-top-color: #FF9900;
color: white; background-color: #FF9900;
text-align: left;
}

ul#Navigation a.umwelt:hover {
/*border-color: white;*/
border-right-color: white; border-top-color: #FF9900;
color: white; background-color: #199A2E;
text-align: left;
}

ul#Navigation a.vieron {
/*border-color: white;*/
border-right-color: white; border-top-color: #FF9900;
color: white; background-color: #FF9900;
text-align: left;
}

ul#Navigation a.vieronUmwelt {
/*border-color: white;*/
border-right-color: white; border-top-color: #FF9900;
color: white; background-color: #199A2E;
text-align: left;
}

ul#Navigation a.button {
/*border-color: white;*/
border-right-color: #ffffff; border-top-color: #ffffff;
color: #ffffff; background-color: #ffffff;
text-align: left;
width:150px;
}


.mangel {background-color: #FF3301; font-size:12px; line-height: 1.4em;}
.weissBold {font-size:12px; font-weight: bold; color: white;}
.rot {font-size:12px; font-weight: bold; color: red;}

.leftalign {
	float: left;
	margin: 0 10px 0 0;
}