html, body{
  margin:0;
  padding:0;
  font-family:Verdana,Helvetica,sans-serif;
  font-size:12px;
  text-align:center;
  line-height: 1.5;
  background:#bababa url(img/bg.gif) repeat-x;
}

body{
  min-height:1000px;
}

a{text-decoration:none;}
a img{border:0;}

#rahmen{
  position:relative;
  width:1000px;
  margin:0 auto;
  text-align:center;
  background: #bababa url(img/rahmenbg.gif) no-repeat;
}


#seite{
  position:relative;
  /*width:950px;*/
  margin:0 auto;
  padding:0 10px 80px;
  text-align:left;
  background:#fff;
  border-left: solid 1px #bbbbbb;
  border-right: solid 1px #bbbbbb;

}

#header{
  position:relative;
  height:378px;
  background:url(img/kopf_hg2.png) 0% 100% repeat-x;
}

#ani{
  margin:70px 0 0 280px;
}

#login{
  position:absolute;
  right:0px;
  bottom:0px;
  width:180px;
  height:110px;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  border-right:1px solid #fff;
  border-bottom:2px solid #ff6600;
  background:url(img/login_hg.png);
}

#login h3{
  margin:1px 15px;
  width: 82%;
  color:#fff;
  padding-left: 3px;
  background-color: #f60;
}

#login form{
  margin:0 16px;
 
}

#login div{
  margin-bottom:2px;
  
}

#login input{
  padding:0px 6px;
  color:#000000;
  font-size:10px;
  font-weight:normal;
  height:15px;
}

#login input.submit{
  color:#fff;
  padding:0 2px 2px 2px;
  text-align:left;
  border:0;
  background:#f60;
  cursor:pointer;
  font-weight:bold;
}

#login a{
  font-size:10px;
  position:absolute;
  right:0px;
  bottom:17px;
  background:#ffffff;
  color:#000;
  font-weight:normal;
  width:50%;
  text-align:left;
}

#login a.fpw{
  bottom:2px;
}

#metanavi{
  margin:0;
  padding:0 18px 0 0;
  height:40px;
  line-height:40px;
  text-align:right;
  color:#fff;
  background:#7f7f7f;
  border-bottom:2px solid #ff6600;
}

#languages{
  float:left;
  margin-left:10px;
}

#languages a{
  font-weight:bold;
}

#languages a.act{
  color:#f60;
}

#logo{
  position:absolute;
  left:16px;
  top:60px;
}

#kopf{
  position:absolute;
  right:0px;
  bottom:0px;
}

#kontakt{
  position:absolute;
  left:0px;
  bottom:0px;
}

#fav{
  position:absolute;
  left:0px;
  bottom:0px;
  /*padding-left:205px;*/
  /*width:561px;*/
  width:795px;
  background:#7f7f7f;
  border-top:2px solid #f60;
  border-right:2px solid #f60;
  height:29px;
}
/*
#fav a{
  color:#fff;
  margin:0 18px 0 0;
  padding:0 0 4px 18px;
  line-height:25px;
  font-weight:bold;
  background:url(img/fav.png) 0% 100% no-repeat;
}
*/

#subnavi{
  margin:12px 0 0;
  padding:0;
  list-style:none;
}

#subnavi li{
  margin:4px 0;
  padding:0;
  line-height:12px;
}

#subnavi a{
  display:block;
  background:#f60;
  padding:2px;
  color:#fff;
  font-weight:bold;
}

table#haupt{
  width:100%;
  border-top:14px solid #fff;
}

td#links{
  width:180px;
}

td#mitte{
  border-style:solid;
  border-color:#fff;
  border-width:0px 25px;
}

td#rechts{
  width:181px;
}

#links h1, #rechts h1{
  font-weight: normal;
  color:#ffffff;
  border-top: solid 2px #f60;
  text-decoration: none;
  background-color: #7f7f7f;
  padding-left: 5px;
  font-size: 12px;
}

#fuss{
  position:absolute;
  bottom:0px;
  left:0px;
  /*width:970px;*/
  width:100%;
  height:36px;
  line-height:36px;
  text-align:center;
  color:#fff;
  background:#7f7f7f;
}

#fuss a, #metanavi a{
  margin:0 6px;
  color:#fff;
  text-transform:uppercase;
  font-size:11px;
}

#copy{
  margin:6px 0;
  font-size:9px;
}

#links .csc-textpic-text p{
  margin:0;
  padding:4px;
  color:#fff;
  background:#f60;
}

/* #### Formulare #### */
form{
  clear:left;
  margin:0;
}

fieldset{
  border:1px solid #f60;
  padding:6px;
  margin-bottom:8px;
}

fieldset.noshow{
  border:0;
  padding:0;
}

fieldset.noshow legend{
  display:none;
}

form div{
  clear:left;
  padding:4px 0;
}

form p{
  margin:0;
}

label{
  display:block;
  float:left;
  width:120px;
}

input.powermail_text, textarea{
  width:200px;
}

.breit .tx_powermail_pi1_fieldwrap_html_text label{
  width:100%;
  float:none;
}

.powermail_check_inner label{
  display:inline;
  float:none;
}

.tx_powermail_pi1_fieldwrap_html_textarea label, .tx_powermail_pi1_fieldwrap_html_select label, .tx_powermail_pi1_fieldwrap_html_date label{
  width:100%;
  float:none;
}

#auftrag .tx_powermail_pi1_fieldwrap_html_checkbox_title{
  display:none;
}

input.powermail_submit, .tx_powermail_pi1_submitmultiple_forward, .tx_powermail_pi1_submitmultiple_back{
  background-color:#7f7f7f;
  color:#fff;
  border:1px solid #f60;
}

.powermail_mandatory_js{
  color:#f60;
  float:right;
  margin-top:-24px;
  padding-left:300px;
  font-weight:bold;
}

ul#tabs{
  list-style:none;
  margin:4px;
  padding:0;
}

ul#tabs li{
  display:inline;
  margin:4px;
  padding:3px 5px;
  background:#7f7f7f;
  border:1px solid #f60;
  color:#fff;
}

ul#tabs li.done{
  background:#146b21;
}

ul#tabs li.active{
  font-weight:bold;
}

ul#tabs a{
  color:#fff;
}

.date2cal_img_help, .success, #uid27_msg, .jscalendar_cb{
  display:none;
}

.selector{
  width:50%;
  height:200px;
  padding:5px;
  background:#e1e1e1;
  overflow:auto;
}

table.project{
  width:100%;
}

#pdflink{
  float:right;
}
