/******************************************/
/* Allgemein */
/******************************************/
body {
  margin:0px;
  padding:0px;
  font-family:Verdana, Helvetica, Sans-Serif;
  font-size:100.1%;
  font-weight:normal;
  text-decoration:none;
  color:#000;
}

a, a:link, a:visited, a:active, a:hover {
  text-decoration:none;
  color:#da6811;
}

p.bodytext {
  margin:0.5em 0em;
}

p.bodytext a, p.bodytext p.bodytext a:link, p.bodytext a:visited, p.bodytext a:active, p.bodytext a:hover {
  text-decoration:none;
  color:#da6811;
}

span.invisible {
  display:none;
}

input, textarea {
  border:1px solid #555;
  background-color:#eee;
}

/******************************************/
/* CSC-Zeug */
/******************************************/
dd.csc-textpic-caption {
  color:#666;
  font-size:0.9em;
}

/******************************************/
/* Überschriften */
/******************************************/
h1 {
  font-size:1.6em;
  font-weight:bold;
  color:#da6811;
  margin-bottom:1.6em;
  border-bottom:1px dashed #aaa;
}
h2 {
  font-size:1.3em;
  font-weight:bold;
  color:#6d6d6d;
  margin-top:1.2em;
}
h3 {
  font-size:1.2em;
  font-weight:bold;
  color:#6d6d6d;
  margin-top:1em;
}

/******************************************/
/* Marker */
/******************************************/
#content {
  font-size:0.8em;
}
#footer {
  font-size:0.7em;
  color:#666;
  border-top:1px solid #aaa;
  margin-top:20px;
  padding-bottom:20px;
  text-align:right;
}

/******************************************/
/* Layout */
/******************************************/
#left_column {
  display:none;
}
#right_column {
  clear:both;
}

/******************************************/
/* Header */
/******************************************/
#head {
  font-size:0.7em;
  color:#6d6d6d;
}
#head_adresse_1 {
  width:140px;
  height:70px;
  float:left;
  margin-right:20px;
}
#head_adresse_2 {
  width:150px;
  height:70px;
  float:left;
  margin-right:20px;
}

/* **************************************** */
/* RTE-Zeug */
/* **************************************** */
.align-left {
   text-align:left;
}
.align-center {
   text-align:center;
}
.align-right {
   text-align:right;
}
table.contenttable td {
   vertical-align:top;
   padding:3px;
}