/**** ALLGEMEINE ANGABEN ***/
html, body{ 
  margin:0; 
  padding:0; 
} 

body{
  background-color: #FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px; 
  color: #666;
}

/* Schriften und Abstaende*/
h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
  margin: 0;
  padding: 0;
}

#content a {
  text-decoration: none;
  color: #EC880D;
}

#content a:hover {
  text-decoration: underline;
  color: #EC880D;
}

#content h1 {
  font-size: 17px;
  color: #999;
  font-weight: normal;
  margin: 10px 0 15px 0;
  
}

#content h2 {
  font-size: 14px;
  color: #EC880D;
  font-weight: normal;
  margin: 15px 0 8px 0;
  
}

#content h3 {
  font-size: 11px;
  color: #EC880D;
  font-weight: normal;
  margin: 15px 0 8px 0;
  
}

#content ul { 
  margin:10px 0 10px 20px; 
  padding: 0 0 0 10px;
  display:block;
  line-height: 18px;
  list-style-image:url(../img/list.gif);
}

#content ol { 
  margin:10px 0 10px 28px; 
  padding: 0 0 0 10px;
  display:block;
  line-height: 18px;
}


#content .bodytext {
  line-height: 18px;
}

.csc-textpic-caption {
  color: #000;
}

#ec ul { 
  margin:10px 0 10px 20px; 
  padding: 0 0 0 10px;
  display:block;
  list-style-image:url(../img/list2.gif);
}

#ec ol { 
  margin:10px 0 10px 28px; 
  padding: 0 0 0 10px;
  display:block;
  line-height: 18px;
}


#ec .bodytext {
  margin: 5px 0 5px 0;
}


#ec ul li a {
  text-decoration: none;
  color: #666666;
}


#ec ul li a:hover, #ec ul li a:focus, #ec ul li a:active {
  border-bottom: 1px solid #CEE7E7;
}

#ec h2 {
  font-size: 12px;
  color: #666;
  font-weight: bold;
  margin: 15px 0 8px 0;
  
}

#ec h3 {
  color: #EC880D;
  font-weight: bold;
  margin: 15px 0 8px 0;
  font-size: 12px;
}

/**** BOXEN ***/

#pagewidth{ 
  width:600px;
} 
 
#header{
  position:relative; 
  height:160px; 
  width:600px;
  background: url("../img/logo_print.gif") no-repeat top left;
}

#rootline {
  position:relative;
  width:600px;
  padding: 20px 0 0 16px;
}

#content {
  position:relative;
  padding: 10px 0 50px 16px;
}

#ec {
  position:relative;
  padding: 10px 0 50px 16px;
}

/* Formulare */

#mailform input, textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #666;
  background-color: #CEE7E7;
  border: 1px solid #CEE7E7;
}

#mailform input {
  width: 200px;
}

#mailform textarea {
  width: 420px;
  height: 100px;
}

#mailform input.csc-mailform-check{
  width: 20px;
}

#mailform input.csc-mailform-submit {
  width: 100px;
}

#mailform fieldset.csc-mailform {
  border: 2px solid #CEE7E7;
  padding: 10px;
}

#mailform legend {
  color: #EC880D;
  font-size: 14px;
}

#mailformname {
  margin: 10px 0 0 0;
}

#distance {
  margin: 0 0 10px 0;
}

.csc-mailform-field {
  padding: 5px;
}



