/* Seiteninhalt */
/* ================================== */
body {
  font-family: Arial, "Free Sans", Verdana, "Bitstream Vera sans", sans-serif;
}
#content {
  font-size:10pt;
  color:#595959;
}
h1 {
  font-size:11pt;
  font-weight: 600;
  color:#f3c200;
  margin:10px 0px 5px 0px;
}
h2, h3 {
  margin:4px 0px;
  font-size:9pt;
  font-weight:600;
  color:#f3c200;
  margin:5px 0px 5px 0px;
}
p.bodytext {
  margin:0px 0px 8px;
  line-height:14pt;
}
#content a {
  text-decoration:none;
  color:#595959;
  border-bottom:1px solid #f3c200;
}
#content a:hover {
  background-color:#f3c200;
  color:#000000;
}
.box {
  background-color:#FFF2C6;
  border:1px solid #FFDA56;
  padding:5px;
  margin:10px 0px;
}
div.clear {
  clear: left; 
  line-height: 0; 
  height: 0;
}

/* Text mit Bild */
/* ================================== */

.csc-textpic {
  overflow:auto;
}
.csc-textpic-intext-right .csc-textpic-imagewrap {
  float:right;
  margin:0px 0px 0px 5px;
}
.csc-textpic-imagewrap dl, .csc-textpic-imagewrap dd {
  margin:0px 5px 0px 0px;
}
.csc-textpic-imagerow {
  padding:0px;
  margin-bottom:5px;
}
div.csc-textpic .csc-textpic-image img {
  border-width:0px;
}
div.csc-textpic-border .csc-textpic-image img {
  border:1px solid #616070;
}
.csc-textpic-caption {
  text-align:center;
  font-size:8pt;
}
.csc-textpic-image  {
  float: left;
}

/* FCE zweispaltig */
/* ================================== */
.fce_2cols {
  width:611px;
  margin:10px 0px 0px;
  clear:left;
  overflow:auto;
}
.fce_2cols_left, .fce_2cols_right {
  width:301px;
}
.fce_2cols_left {
  float:left;
}
.fce_2cols_right {
  float:right;
}

/* Rahmen */
/* ================================== */
.csc-frame-frame1, .csc-frame-frame2 {
  background-color:#FFF2C6;
  border:1px solid #FFDA56;
  padding:5px;
  margin-top:10px;
  overflow:auto;
}
.csc-frame-frame2 {
  width:289px;
}
.csc-frame-frame2 .csc-header {
  float:left;
}

/* Tabelle */
/* ================================== */
.contenttable {
  padding:0px;
}
.contenttable td {
  padding-right:20px;
}

/* Suche */
/* ================================== */
span.csc-sword {
  background-color:#FFDA56;
}