/* Bildlaufleiste im Firefox immer zeigen */
html { height: 101%; }

html, body{
 background-color:#999a9d;
 background-image:url(../upload/layout/bg.gif);
 background-repeat:repeat-x;
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
} 
 
#wrapper{ 
 width:960px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-color:#ffffff; 
} 
 
#header{
 position:relative; 
 height:175px; 
/*  background-color:#899999; */
 width:100%;
  background-image:url(../upload/layout/logo2.gif);
 background-repeat:no-repeat;
 background-position:center 15px;
 width:960px; 
}

#content{
 background-image:url(../upload/layout/bg_content_neu.gif);
 background-repeat:repeat-y;
 height:auto;
} 

#leftcol{
/* background-image:url(../upload/layout/bg_left.gif);
 background-repeat:repeat-y;*/
 width:200px; 
 float:left; 
 position:relative;
 }
 
#twocols{
 width:760px; 
 float:right; 
 position:relative;
  }
 
#rightcol{
/* background-image:url(../upload/layout/bg_right.gif);
 background-repeat:repeat-y;*/
 width:200px; 
 float:right; 
 position:relative;
 padding:28px 0px 10px 0px;
 }
 
/*
#maincol{background-color: #FFFFFF;
 float: left; 
 display:inline; 
 position: relative; 
 width:512px; 
 padding:28px 24px 24px 24px;
 font-size: 80%;
 }
*/
 
#maincol{
 background-image:url(../upload/layout/bg_maincol.gif);
 background-repeat:no-repeat;
 float: left; 
 display:inline; 
 position: relative; 
 width:560px; 
 padding:0px 0px 24px 0px;
 min-height:555px;
 height:expression(this.scrollHeight > 555 ? "auto":"555px");

 }
 
#inhalt{
 position: relative; 
 padding:28px 24px 24px 24px;
 }
 
#rotatingimage{
 position: relative; 
 padding:0px 0px 0px 0px;
 }
 
h1 {
font-size: 14pt;
color:#669a16;
margin:0 0 10px 0;
}

h2 {
font-size: 12pt;
color:#575759;
margin:0 0 10px 0;
}

/* ###################################################### */
/* ####################### TEXTSPALTEN ################ */
/* ###################################################### */

/* 2 Spalten */

.zwei_textspalten{
 float: left; 
 display:inline; 
 position: relative;
 width:244px; 
 padding:0px 0px 0px 0px;
}

#text4{
 margin:25px 24px 0 0px;
}

#text5{
 margin:25px 0px 0 0px;
}

/* 3 Spalten */

.drei_textspalten{
 float: left; 
 display:inline; 
 position: relative;
 width:160px; 
 padding:0px 0px 0px 0px;
 font-size: 8pt;
}

#text1{
 margin:25px 0px 0 0px;
}

#text2{
 margin:25px 15px 0 15px;
}

#text3{
 margin:25px 0px 0 0px;
}

/* ###################################################### */
/* ####################### RIGHT ################ */
/* ###################################################### */

#zinstool{
background-color:#ffffff;
 display:inline; 
 width:200px;
}


/* ###################################################### */
/* ####################### LEFT ################ */
/* ###################################################### */

#left_contact p{
margin:0 0 0 10px;
}

#left_contact{
background-color:#ffffff;
}

#left_contact img {
border:0;
}

#unicef{
text-align:center;
margin-top:20px;
}

#unicef img{
border:0;
}

/* ###################################################### */
/* ####################### Right ################ */
/* ###################################################### */


.box_right{
background-color:#ffffff;
padding:10px;
}

.box_right p img{
border:0;
margin-left:20px;
}

/* ###################################################### */
/* ####################### FOOTER ################ */
/* ###################################################### */

#footer{
/* height:15px;  */
 background-color:#79B51C; 
 clear:both;
 padding: 10px 10px 5px 10px;
 }


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


/* ###################################################### */
/* ####################### CLIPS ANFRAGE ################ */
/* ###################################################### */

.anfrage{
  clear: both;
  padding: 20px 0px 30px 0px;
  border-bottom:1px dashed #79B51C;
  margin-bottom:20px;
}

.anfrage img{
float:left;
margin-right:20px;
margin-bottom:30px;
border:0;
}

/* ###################################################### */
/* ####################### FORMULARE ################ */
/* ###################################################### */

#form_auftraggeber .error {
background-color: #FF0000;
color:#ffffff;
font-weight:bolder;
}

#form_auftraggeber .pflicht {
background-color: #DEF0D2;
}

#form_auftraggeber .error_select {
background-color:#00FF00; border:2px solid #FF0000;
}

/*
#form_auftraggeber input {
background-color:#eeeeee;color:#000; border:1px solid #929292;
}


#form_auftraggeber textarea {
background-color:#eeeeee;color:#000; border:1px solid #929292;
}

#form_auftraggeber select {
background-color:#eeeeee;color:#000; border:1px solid #929292;
}
*/


#form_auftraggeber {
width:100%;
/*
  color: #000;
  background-color: #cc9;
  border: 1px solid #666;
*/
}

#form_auftraggeber .reihe {
  clear: both;
  padding: 2px 0px;
}

#form_auftraggeber .label {
  float: left;
  width:260px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}

#form_auftraggeber .feld {
  float: right;
  width:240px;
  text-align: left;
}

#form_auftraggeber .defbreite {
  width: 190px;
  color:#000;
  border:1px solid #929292;
}

#form_auftraggeber .textarea01 {
  width:100%;
  height:100px;
  color:#000;
  border:1px solid #929292;
}

#form_auftraggeber .textareabox {
height:100px;
}

#form_auftraggeber .block {
  background-color: #ffffff;
  border:0px;
  border-bottom:1px dashed #79B51C;
  margin:0px 0px 20px 0px;
  padding:0px 0px 40px 0px;
  display:block;
}

#form_auftraggeber select:hover,
#form_auftraggeber input:hover,
#form_auftraggeber textarea:hover{
background-color: #79B51C;
border: 1px solid #999;
color: #ffffff;
}

#form_auftraggeber select:focus,
#form_auftraggeber input:focus,
#form_auftraggeber textarea:focus{
background-color: #f0f0f1;
border: 1px solid #999;
color: #000000;
}

html > body fieldset{
background: #f3f3f3; /* vor IE verstecken */
}


#form_auftraggeber .hidden { display: none; }
#form_auftraggeber .unhidden { display: block; }

.stepnavi {
float:right;
}

.stepnavi ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
clear:both;
}

.stepnavi li{
list-style: none;
display: inline;
margin: 10px;
}

.stepnavi li a{
text-decoration: none;
padding: 5px 5px 5px 5px;
margin-right: 3px;
border: 1px solid #778;
background-color: #79B51C;
color:#ffffff;
font-weight:bolder;
}

.tablehead {
background-color: #DEF0D2;
padding:4px;
margin-bottom:10px;
}

#footer2 {padding:10px;}
