/* webacons default style - by Urs Zimmermann - http://www.webacons.com/ */
/* All associated graphics copyright 2008, webacons GmbH */
/* Added: Feb 12, 2008 */

/* body defines fonts and sizes, no margin no padding*/
body{
	width: 100%;
}
html, body  {
 height:100%;
 margin: 0;
 padding: 0;
 background-image:url(../images/bg.jpg);
 background-position: top center;
 background-repeat:repeat-x;
 text-align:center;
 background-color: #AAC0CF;
}

html, body, input, textarea {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
padding:0;
margin:10px 0;
}

label {
	display:block;
	width:200px;
	float:left;
	line-height:24px;
}

#wrap {
width: 894px;
 margin: 0% auto;
 padding:0px;
 min-height:100%;
 height:auto !important;  /* f�r moderne Browser */
 height:100%;  /*f�r den IE */
 background-position:top left;
 background-repeat: no-repeat;
 position: relative;
 text-align:left;
}

.wasser {
 background-image:url(../images/wasser.jpg);
}
.feuer {
 background-image:url(../images/feuer.jpg);
}
.erde {
 background-image:url(../images/erde.jpg);
}
.luft {
 background-image:url(../images/luft.jpg);
}
#header {
 width: 100%;
 height:192px;
 position: relative;
}
html>body #header {
z-index:10; /* Prevent certain problems with form controls */
}
#content-wrap {
margin-left:40px;
margin-right:40px;
min-height:550px;
height:auto !important;  /* f�r moderne Browser */
height:550px;  /*f�r den IE */
}
#content {
width: 658px;
margin-left:185px;
margin-right:20px;
margin-top:20px;
background-color: #FFFFFF;
}

#content ul, #right ul {
  margin:0;
  padding:0;
}

#content li, #right li {
  list-style:none;
}

#breadcrumbs{
margin-left:185px;
margin-top:7px;
font-size: 11px;
}
#breadcrumbs a,#breadcrumbs span{
color: #666;
text-decoration:none;
}
#breadcrumbs a:hover{
text-decoration:underline;
}

/* left side: menu */

#left{
	width: 160px;
	float: left;
	font-size: 12px;
	padding-top:1px;
	position: absolute;
	top: 235px;
	left: 40px;
}

#left ul {
	margin:0 11px 0 6px;
	padding:0;
	list-style:none;
}

#left ul li {
	border-top:1px solid #9B9B9B;
  border-bottom:1px solid #9B9B9B;
  margin-top:-1px;
  line-height:24px;
	background: #fff url(../images/arrow_right.jpg) 2px 6px no-repeat;
  padding-left:15px;
}

#left ul li.active {
  background: #fff url(../images/arrow_down.jpg) 0px 6px no-repeat;
  padding-left:15px;
}

#left ul li ul {
  margin-left:-15px;
  padding-top:0;
}

#left ul li ul li, #left ul li ul li.active{
  background: none;
  border:0 none;
}

#left ul li#current a {
  font-weight: bold;
}

#left ul li.active ul li a, #left ul li#current ul li a {
  font-weight: normal;
}

#left ul li.active ul li.active a {
  font-weight: bold;
}

/*#left ul{ text-decoration: none;  margin-left:20px; padding:0;list-style-image:url(../images/arrow_right.jpg);list-style-position:outside;}
#left ul li a { color: #005294;  text-decoration: none; }
#left ul li { border-top: 1px solid #9B9B9B; line-height: 24px; text-transform:uppercase;}
#left>ul>li#current {
font-weight: bold; 
list-style-image:url(../images/arrow_down.jpg);
}
#left>ul>li.active {
list-style-image:url(../images/arrow_down.jpg);
}
#left>ul>li#current>ul>li a {
font-weight: normal; 
text-transform: none;
}
#left>ul>li.active>ul>li#current {
font-weight: bold; 
text-transform: none;
}
#left>ul>li>ul>li {
text-transform: none;
list-style-image:none;
list-style: none;
border: none;
padding: 0;
margin: 0;
}*/
/* TODO hover farbe
#left a:hover {  color: #009fff; }
*/

/* right side: news*/
#right{
	width: 160px;
	float: right;
}

#right a.link_mit_pfeil {
  background: url(../images/link-arrow.png) 0 5px no-repeat;
  padding-left:13px;
  text-decoration: none;
  display:block;
}

/* h1 - h4 */
h1{
	font-size: 17px;
	color: #005294;
	font-weight: normal;
}
h2{
	font-size: 15px;
	color: #005294;
	font-weight: normal;
}
h3{
	font-size: 14px;
	color: #005294;
	font-weight: normal;
}
h4{
	font-size: 12px;
	color: #005294;
	font-weight: bold;
	margin-bottom:0;
}
a{ color: #005294;  text-decoration: none; }
a:hover {
  text-decoration: underline;
}
img{border:none;}
/* header and service navi*/
#serviceNavi{
 font-size: 11px;
 height: 12px;
 position:relative;
 float: right;
 text-align:right;
 vertical-align: bottom;
 margin-top: 33px;
 margin-right: 50px;
}
#serviceNavi a{
 color: #666666;
 text-decoration: none;
 background-image:url(../images/horizontalSeparator.jpg);
 background-position: left center;
 background-repeat: no-repeat;
 padding-left: 10px;
 padding-right: 10px;
}
#serviceNavi>ul{
 padding: 0px;
 margin: 0px;
}
#serviceNavi>ul>li:first-child a{
 background-image:none;
}
#serviceNavi a:hover{
 text-decoration: underline;
}
#serviceNavi ul li{
line-height: 24px;
display: inline;
}

/* right news*/
#right .bannerheader{
	padding-top: 12px;
	font-size: 12px;
	text-transform: uppercase;
	color: #005294;
}

hr, .blog .article_separator {
	background-color:#9B9B9B;
	border:0;
	color:#9B9B9B;
	height:1px;
	margin:11px 0;
}
span.article_separator {
	display:block;
	margin-bottom:15px;
}

.inputbox {
	margin:2px 0;
}

.copy {
	width:auto;
}

.contact_email_checkbox {
	height:25px;
}

#contact_email_copy {
	float:left;
}

.error {
	color:red;
}

#prozesse {
  font-size:10px;
}

#prozesse td, #prozesse th, .download td, .download th {
  border:1px solid #AAC0CF;
}

.download {
  border-collapse: collapse;
}

.download td, .download th {
  padding:4px;
}

#ben-center-box {
    border: 1px solid #9B9B9B;  
    margin: 48px 12px 0 7px;
    color: #005294;
}
#ben-center-box h1{
    background-color: #9B9B9B;
    width: 128px;
    height: 100%;
    padding: 6px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}
#ben-center-box p{
    padding: 6px;
}
#ben-center-box p a{
    text-decoration: underline;
}

