/******************* main elements **********************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img, input, fieldset, blockquote, cite
{
    margin: 0;
    padding: 0;
    border: 0;
}

.clear{clear: both;}
.space{height: 35px;}
.left{float: left;}
.right{float: right;}

html
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    height: 100%;
}

body
{
    font-size: 1.2em;
    color: #323232;
    height: 100%;
    background: #fff url(images/layout/top-shadow.gif) repeat-x;
}

a
{
    color: #76a700;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h2{
    font-size: 1.7em;
    font-weight: normal;
    color: #323232;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #cacaca;
}

h3{
    font-size: 1.6em;
    font-weight: normal;
    margin: 0 0 15px 0;
    color: #092b65;
}

h4{
    font-size: 1.4em;
    font-weight: normal;
    margin: 0 0 15px 0;
    color: #092b65;
    padding: 15px 0 0 0;
}

table.styled{padding: 0 0 15px 0;}

th.styled, td.styled{
  padding: 5px 15px 5px 15px;
  border: 1px solid #dadada;
  margin: 1px;
  background: url(images/layout/shadow-back.gif) repeat-x left bottom;
}

hr {
	color: #ffffff;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 10px;
}
/******************* main text area elements *******************/
#text h3{
    padding: 15px 0 0 0;
}

#text p, #text ul, #text ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
}

#text ul, #text ol{
    padding: 0 0 15px 30px;
}

#text ul ul, #text ul ol, #text ol ol, #text ol ul{padding: 0 0 0 30px;}

#text img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

#text table img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0;
}

#text img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#text .noborder{
    border: 0;
}

blockquote{
    font-size: 0.9em;
    background: url(images/layout/blockquote-middle.gif) repeat-y;
    margin: 0 0 15px 0;
}

#text blockquote p{
    padding: 0;
}

blockquote div{
    background: url(images/layout/blockquote-start.gif) no-repeat;
    padding: 15px 25px 5px 45px;
	width: 533px;
}

blockquote cite{
    width: 533px;
    height: 29px;
    display: block;
    background: url(images/layout/blockquote-end.gif) no-repeat right top;
    font-style: italic;
    font-weight: bold;
    color: #798263;
}

/* Full width layout */
#textfull h3{
    padding: 15px 0 0 0;
}

#textfull p, #textfull ul, #textfull ol{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
}

#textfull ul, #textfull ol{
    padding: 0 0 15px 30px;
}

#textfull ul ul, #textfull ul ol, #textfull ol ol, #textfull ol ul{padding: 0 0 0 30px;}

#textfull img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0 10px 10px 0;
}

#textfull table img{
    padding: 3px;
    border: 1px solid #DEDFDE;
    vertical-align: middle;
    margin: 0;
}

#textfull img.right{
    float: right;
    margin: 0 0 10px 10px;
}

#textfull .noborder{
    border: 0;
}
/***************************** layout divs *******************/

#wrapper{
    width: 945px;
    margin: 0 auto -80px auto; 
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#header{
    padding: 50px 15px 0 20px;
}

#logo{
    width: 300px;
    float: left;
}

#languageswitch{
    width: 200px;
    float: right;
    margin: -5px 5px 5px 0;
    font-size: 0.9em;
    text-align: right;
    line-height: 1.4;
}

#text{
    width: 580px;
    float: left;
    margin: 0 0 40px 50px;
    padding: 0 0 0 0;
}

#textfull{
    width: 840px;
    margin: 0 0 40px 50px;
    padding: 0 0 0 0;
}

/* Breadcrumb */
#breadcrumb {
	font-size: 10px;
	padding-left:10px;
}

#breadcrumb .breadcrumbtext {
	font-weight: bolder;
}

#breadcrumb ul li{ 
	list-style-image: none; 
	display:inline; 
	padding: 0 3px 0 0; 
	margin: 3px 0 0 0; 
} 

#breadcrumb ul{ 
	margin:0;
	padding:0; 
	list-style-type: none; 
	padding-left: 1em; 
} 

#breadcrumb a {
	color: #092b65;	
	font-weight: bolder;
	text-decoration:none;
}

#breadcrumb a:hover {
	color: #ff0000;	
	font-weight: bolder;
	text-decoration:underline;
}

/********************** main horizontal menu ***************/

#mainmenu{
    float: right;
    list-style: none;
    position: relative; top: 13px; right: 6px;
    z-index: 1;
}

#mainmenu li{
    float: left;
    width: 120px;
    height: 35px;
    background: url(images/layout/mainmenu-back.gif);
}

#mainmenu li a{
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, sans-serif;
    letter-spacing: 0.05em;
    color: #fff;
    background: url(images/layout/mainmenu-back.gif);
    display: block;
    width: 120px;
    height: 25px;
    padding: 10px 0 0 0;
    text-align: center;
    text-transform: uppercase;
    
}

#mainmenu li a:hover{
    text-decoration: none;
    background: url(images/layout/mainmenu-back-hover.gif);
    height: 20px;
    padding: 15px 0 0 0;
}


/******************* headers with slogan and header for inner pages **********************/

.panel{
    width: 945px;
    height: 250px;
    background: url(images/bannerscroll/banner.jpg);
}

#first{
    background: url(images/bannerscroll/banner_erde.jpg);
}

#second{
    background: url(images/bannerscroll/banner_ecoclean.jpg);
}

#third{
    background: url(images/bannerscroll/banner_downloads.jpg);
}

#fourth{
    background: url(images/bannerscroll/banner_briefkasten.jpg);
}

.panel-inner{
    width: 945px;
    height: 200px;
}

.panel .show-next-banner{width: 20px; height: 100px; display: block; float: right; position: relative; top: 130px;}

.slogan{
    width: 450px;
    padding: 65px 0 0 350px;
}

.slogan p{
    color: #fff;
    line-height: 1.5;
    padding: 10px 0 15px 0;
}

.slogan strong{
    color: #adddff;
    font-size: 2.1em;
    font-family: Arial, sans-serif;
}

.smallslogan{
    width: 450px;
    padding: 30px 0 0 325px;
}

.smallslogan p{
    color: #fff;
    line-height: 1.5;
    padding: 5px 0 10px 0;
}

.smallslogan strong{
    color: #adddff;
    font-size: 2.1em;
    font-family: Arial, sans-serif;
}

/******************* left sidebar **********************/

#sidebar{
    width: 260px;
    float: left;
    padding: 0 0 0 20px;
}

#sidebar p, #sidebar ul{
    line-height: 1.6;
    padding: 0 0 15px 0;
    color: #444444;
    font-size: 0.9em;
}

#sidebar ul{
    list-style-image: url(images/layout/tick.gif);
    padding: 0 0 15px 25px;
}

#sidebar ul li{padding: 0 0 5px 5px;}

#sidebar .border_left{
    float: left;
    padding: 3px;
    border: 1px solid #C8C8C8;
    margin: 0 15px 5px 0;
}

#sidebar .noborder_left{
    float: left;
    padding: 3px;
    margin: 0 15px 5px 0;
	border: 0px;
}

#sidebar .noborder{
    padding: 3px;
	border: 0px;
} 

#sidebar strong{
    text-transform: uppercase;
}

#sidebar #sidemenu {
    list-style-image: url(images/layout/bullet.gif);
    padding: 0 0 9px 25px;
}


#sidebar #sidemenu li{
    margin: 0 0 5px 0;
    border-bottom: 1px solid #dadada; 
}

#sidebar #sidemenu li a{
    color: #798263;
}

/******************* footer *****************************/

.push{height: 80px;}

#footer{height: 80px;}

#footer{
	text-align: center;
	background-image: url(images/layout/footer-shadow.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footer p{
    /*width: 300px;*/
    margin: 0 auto; 
    padding: 50px 0 0 15px;
    font-size: 0.9em;
}


/**************** contact form **************************/

input, select, option{
  /*height: 18px;*/
}

input, select, textarea{
	border: solid 1px #ddd;
	background: transparent url(images/layout/contact-input-back.gif) repeat-x;
	width: 250px;
}

option{background: white;}

textarea{
	width: 400px;
	background: transparent url(images/layout/contact-textarea-back.gif) repeat-x left bottom;
}

input.submit-button{
	background: url(images/layout/contact-send-button.gif) no-repeat;
	width: 78px;
	height: 29px;
	border: 0;
	color: white;
	font-weight: bold;
}


/**************** formbuilder **************************/
#tooltip {
	position: absolute;
	visibility: hidden;
	z-index: 100;width: 150px;
	border: 1px solid #000000;
	padding: 5px;
	background-color: #fafafa;
	color: #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135);
}

.formtable {
   padding:5px;
   width: 95%;
}

.required {
   font-weight:bolder;
   color: green;
}

.labelcell {
   font-weight:bolder;
}

.errorcell {
   font-weight:bolder;
   color: red;
}

.valuecell {
	color: black;
}

.formdescription{
	color: #bdbdbd;
}
   
.forminaktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #bdbdbd;
	background-color: #fafafa;
}
   
.formaktiv {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid #7f7f7f;
	background-color: #ffffff;
}
   
.formerror {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	border: 1px solid red;
	color:red;
	background-color: #ffcccc;
	background-image:none;
}
   
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	border: 1px solid black;
	background-color: #f9c890;
	cursor: pointer;
}

.button_disabled {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: black;
	border: 1px solid #555555;
	background-color: #dedfde;
	cursor: default;
}
   
.buttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: black;
	border: 1px solid black;
	background-color: #ff9900;
	cursor: pointer;
}

.accept {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.captchaimage {
	cursor:pointer;
	border: 1px solid #bdbdbd;
}

.charsleftfield {
	border:none;
	background:transparent;
	font-weight:bolder;
	font-size:12px;
	color:#000000;
}

.charsleft {
	font-size:12px;
	color:#000000;
}

.codetip {
	font-size:13px;
	color:#bfbfbf;
	font-style:italic;
}

/**************** scrolling effect **********************/
#slider {
  width: 945px;
  position: relative;
}

#slider a {
  color: #adddff;
  font-weight:bolder;
  text-decoration:underline;
}

#slider a:hover {
  color: #a0e300;
  font-weight:bolder;
  text-decoration:none;
}

.scroll {
  height: 250px;
  width: 945px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
  margin: 0 0 20px 0;
  z-index: 0;
}

.scrollContainer div.panel {
  width: 945px;
  height: 250px;
  z-index: 0;
}

/**************** Diverse Klassen **********************/
ul.nobullet {
	list-style:none;
	padding-left:10px;
}

div.htmltooltip {
	position: absolute;
 	display: none;
	border: 2px solid #dadada;
  	padding: 5px 15px 5px 15px;
  	background: #ffffff url(images/layout/shadow-back.gif) repeat-x left bottom;
	margin: 1px;
	width: 350px; /*width of tooltip*/
	color: #323232;
	font-size: 0.9em;
}

.helpicon {
	cursor: help;
	border: 0px;
}
