@import url("reset.css");
@import url("nav.css");

body {
  background-color: #084c8e;
  font-family: Helvetica, sans-serif;
}

#content, /* Für Schriftgrößensteuerung*/
#sidebar{
  font-size: 85%;
  line-height: 1.5em; 
}

#wrapper {
  width: 980px; 
  margin: 0 auto; 
  margin-top: 10px; 
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #bfcdde;
}

#header #logo{
  float: left;
}
#language {
  float: right;
  margin: 10px 16px 0 0;
}
#header img.banner{
  margin: 0 0 0 0;
  clear: both;
}

#site {
  padding: 0px 10px 20px 30px;
}

#content {
  width: 700px;
  height: 600px;  
}
html>body #content{
  min-height: 600px;
  height: auto;
}
h1 {
  margin: 1.0em 0 1em 0; 
  border-bottom: 1px solid #084c8e;
  color: #084c8e;
  font-size:16px; 
  font-weight:bold; 
  text-transform: uppercase;
  padding:10px 0 5px 0; 
  clear: left;
}
h2 {
  margin: 1em 0 0.8em 0;
  color: #084c8e;
  font-size: 1em
  clear: left;
}
h2.underh1 {
  margin-top: -1em;
}
h3.sep{
  color: #666;
  margin: 2em 0 -1em 0;
  border-bottom: 1px dashed #666;
  padding: 1em 0 0 2px;
  clear: left;
  font-size: 16px;
}
h3.first{
  margin: 0 0 -1em 0;
}
h3.bsp{
  color: #666;
  margin: -0.4em 0 -1em 0;
  border-bottom: 1px dashed #666;
  padding: 0 0 0 2px;
  clear: left;
}
h3 small{
  font-weight: normal;
  font-size: 14px;
}
a{
  color: blue;
}
a.important{
  color: red;
  font-weight: bold;
}
#content img {
  float: left;
  margin: 0 30px 10px 0;
}
#content img.nofloat{
  float: none;
}
#content div.fakeheight{
  float: left;
  margin: 0 20px 10px 0;
}
#content div.h150{
  height: 150px;
}
#content div.h200{
  height: 200px;
}
#content div.h300{
  height: 300px;
}
#content div.h400{
  height: 400px;
}
#content div.h500{
  height: 500px;
}
#content div.h600{
  height: 600px;
}
#content div.h810{
  height: 810px;
}


#content a:hover {
  text-decoration: none;
}

#content p{
  margin-bottom: 1em;
}

#content ul{
  list-style: disc outside;            
  list-style-image: url('bullet_ff.png'); 
  margin-left: 35px;  
  * list-style-image: url('bullet_ff.png');
  * margin-left: 35px;
}
#content ul li{
  line-height: 18px;
  * margin-top: 5px;
  * line-height: 28px;
}

#content ul li.tight{
  height: 28px;
  *margin-bottom: -12px;
}

#content ul.femomatik{
  list-style-image: url('bullet_femo_ff.png'); 
  * list-style-image: url('bullet_femo_ff.png')
}

#content ol{
  list-style: decimal outside;
  margin-left: 15px;
}
#content div.protected_list{
  display: inline; /*  Workaround */
}
#content div.protected_list ul{
  margin-bottom: 15px;
}
#content div.protected_list ul li{
  position: relative;
  left: 52px;
  * left: 45px;
}
#content #pagination{
  clear: left;
  margin-top: 50px;
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}


#sidebar {
  float: right;
  width: 200px;
}

* html #sidebar{
  margin-top: 20px;
}

*+html #sidebar{
  margin-top: 20px;
}

#sidebar div.box {
  background: #ccc;
  margin: 0 0 20px 0;
  border: 1px solid #f5f5f5;
}

#sidebar div.box h5 {
  color: #fff;
  font-size: 13px;
  background: #084c8e;
  padding: 2px 7px;
}

#sidebar div.box h6 {
  padding: 2px 7px;
}

#sidebar div.box p{
  padding: 7px;
}

#sidebar div.box ul{
  padding: 5px;
  list-style: disc inside;
}

#footer {
  clear: both;
  height: 60px;
  background-color: #e1e1e1;
  padding: 10px 0 0 0;
  text-align: center;
  font-size: 12px;
}

/* Allgemeines */
span.hint{
  font-style: italic;
}
span.error{
  color: darkred;
  font-weight: bold;
}

.nopadding{
  padding: 0!important;
}

.whitebg{
  background: #fff!important;
}

pre{
  background: #f0f0f0;
  margin: 15px 0 0 0;
  padding: 5px 10px;
  font-size: 11px;
}
div.bsp {
  background: #f0f0f0;
  padding: 5px 10px;
}
div.bsp img{
  float: none!important;
}

/* Newsletter und Kontakt Formular */

form#newsletter_widget {
  text-align: center;
}
form#newsletter_widget input#email,
form#newsletter_widget input#Absenden{
  margin: 3px; 
  width: 180px;
}
form#newsletter input.cb{
  width: 20px!important;
}

form#kontakt,
form#newsletter{
  margin: 20px 0 20px 0;
  text-align: center;
}
form#kontakt input,
form#kontakt textarea{
  margin: 3px; 
  width: 300px;
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
}
form#kontakt td,
form#newsletter td {
  vertical-align: top;
  text-align: left;
}
form#kontakt span.req,
form#newsletter span.req{
  margin: 0 10px;
  color: darkred;
  font-weight: bold;
}
form#newsletter table,
form#kontakt table{
  margin: 0 auto 20px auto;
}
form#newsletter table input{
  width: 250px;
}
form#newsletter td.form_field,
form#kontakt td.form_field{
  width: 80px;
  text-align: right;
}

/* Karrierebereich */
#sidebar.stellen{
  margin: 1em 0 0 0;
}
div.stellenlogo{
  text-align: right;
}
div.stellenlogo img{
  margin: 10px 30px 0 0;
}
div#content.stelle p{
  margin-top: -10px;
  margin-bottom: 20px;
}
div#content.stelle ul{
  margin-top: -15px;
  margin-bottom: 30px;
}
div#content.stelle h2.underh1{
  margin-top: 0px;
}

/* Produkte */

table.produkte td{
  border: 1px solid #084c8e;
}

table.produkte td a{
  display: block;
  padding: 2px 5px;
  width: 300px;
  background: #fff;
  color: #084c8e;
  cursor: pointer;
  * cursor: hand;
  text-decoration: none;
}
table.produkte td a:hover{
  background: #ccc!important;
}
table.produkte td.no_image{
    padding: 2px 5px;
}

