/******************************************/
/* Allgemein */
/******************************************/
body {
  background-color:#6d6d6d;
  background-image:url('images/body_bg.png');
  background-repeat:repeat-y;
  background-position:center;
  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 {
  background-image:url('images/icon_link.gif');
  background-repeat:no-repeat;
  background-position:2px 4px;
  padding-left:10px;
  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 */
/******************************************/
#outer_wrap {
  text-align:center;
  width:770px;
  margin:0px auto;
}

#inner_wrap {
  text-align:left;
}

#columns {
  position:relative;
}

#left_column {
  padding-left:31px;
  width:156px;
  position:absolute;
  left:0px;
}

#right_column {
  width:450px;
  padding-left:30px;
  padding-right:30px;
  position:absolute;
  left:186px;
}

/******************************************/
/* Header */
/******************************************/
#head {
  height:170px;
  background-image:url('images/head_bg.png');
  background-repeat:no-repeat;
  background-position:60px 40px;
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:0.7em;
  color:#6d6d6d;
  padding-left:380px;
}
#head_adresse_1 {
  width:140px;
  height:70px;
  float:left;
  margin-top:65px;
}
#head_adresse_2 {
  width:150px;
  height:70px;
  float:left;
  margin-top:65px;
}

/******************************************/
/* Menü */
/******************************************/
#menu {
  margin:0px;
  margin-top:10px;
  padding:0px;
  margin-left:0px;
  font-size:0.8em;
  background-color:#666;
}
#menu ul {
  list-style:none;
  margin:0px;
  padding:0px;
}
#menu ul li {
  padding:0px;
  margin:0px;
  display:inline;
}
a.menu, a.menu:link, a.menu:visited, a.menu:active {
  line-height:1.8em;
  border-top:1px solid #787878;
  border-bottom:1px solid #393939;
  border-left:1px solid #999;
  border-right:1px solid #333;
  display:block;
  text-decoration:none;
  height:2.2em;
  vertical-align:middle;
  color:#fff;
}
a.menu:hover {
  text-decoration:none;
  background-color:#777;
}
a.l1 {
  padding-left:20px;
  font-size:0.9em;
}
a.l2 {
  padding-left:40px;
  font-size:0.9em;
}
a.active {
  background-color:#ff7a14;
}
a.active:hover {
  background-color:#ff9a24;
  text-decoration:none;
}

/* **************************************** */
/* 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;
}