body {
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
color: #666; line-height: 11px;
margin: 0;
padding: 0;
background-image:url(../images/back_200.gif); background-repeat:repeat-y;
}
 

p, td, dt, dd {
  color: #666; line-height: 11px;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  margin-top: 0.5em; margin-bottom: 0.5em; 
  padding-top: 0.1em; padding-bottom: 0.1em; 
}
ul, ol {
  color: #666; line-height: 11px;
  font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
  font-size: 11px;
  line-height: 1.5em;
  padding-top: 0.25em; padding-bottom: 0.25em;
  list-style-image:url(../images/bullet.gif);
}
 
.big {
font-size: 12px;
}

img {
border: 0px;
margin: 0;
}

h1  {
color: #bc324b; font-weight: bold; font-size: 14px; clear: left; 
margin-top: 0.5em; margin-bottom: 0.5em; 
padding-top: 1em; padding-bottom: 0em; 
border-bottom: 0px none;
}

h2  {
color: #666; font-size: 12px; line-height: 1.5em; 
margin-top: 0em; margin-bottom: 0em; 
padding-top: 0.5em; 
border-bottom: 0px none;
}

h3  {
color: #666; font-style: italic; font-size: 12px; line-height: 1.5em;
}

h4, h5, h6  {
color: #999; font-style: italic; font-size: 11px; line-height: 1.5em; 
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, 
sans-serif; clear: left; padding-bottom: 0.5em; border-bottom: 0px none;
}


th {
	color: #666; 
	font-style: italic; font-size: 11px; line-height: 1.5em; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
	clear: left; padding-bottom: 0.5em; border-bottom: 0px none;
}

td.intext {
	color: #666;
	font-style: italic; font-size: 10px; line-height: 0.8em;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif; 
	clear: left; padding-bottom: 0.5em; border-bottom: 0px none;
}



.verbatim {
font-family: monospace;
}

.navigate      { color: #036; line-height: 10pt;  
text-decoration: none }
.navigate1    { color: #bc324b; line-height: 10pt; 
text-decoration: none } /* aktiver Folder */
.navigate2   { color: #036; font-size: 8pt; line-height: 12pt; }


a:link  {
color: #1e568e; font-weight: normal; text-decoration: underline;
}

a:active  {
color: #bc324b; font-weight: normal;  text-decoration: none;
}

a:visited  {
color: #1e568e; font-weight: normal; text-decoration: underline;;
}

a:hover  {
color: #bc324b; text-decoration: underline;;
}

/* Positionierungen im Header */

#headerhead {
  position: absolute;
  top: 0px;
  left: 199px;
  width: 680px;
}

#headercorner {
  position: absolute;
  top: 0px;
  left: 0px;
  width:198px;
}

#searchBox {
    /*searchbox style and positioning */
    position: absolute;
    top: 50px;
    left: 710px;
}
#pathBar {
  position: absolute;
  top: 80px;
  left: 200px;
  font-size: 11px;
  font-weight: bold;
}
 

/* Positionierungen Navigation und Content*/
#navigation_fixed {
  position: fixed;
  top: 140px;
  left: 2px;
  float: right;
  text-align: right;
  width: 200px;
}
 

#navigation {
  position: absolute;
  top: 140px;
  left: 2px;
  float: right;
  text-align: right;
  width: 200px;
}
 
 

#content {
  position: absolute;
  top: 100px;
  left: 200px;
  width: 688px;
        padding-left: 12px;
        padding-right: 10px;
 
   }
}
#subnavigation {
  position: relative;
  top: 10px;
  left: 300 px;
  width: 300 px;
}
 
#sectionlogo {
   position: relative;
   top: 0px;
   left: 10px;
   width: 150px;
   height: 100px;
   vertical-align: middle;
   text-align: center;
   float: left;
}

#sectionheader {
   position: relative;
   left: 10px;
   top: 30px;
   color: #883300;
   line-height: 18px;
   font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
   font-weight: bold;
   font-size: 13px;
 
}

#subcontent {
   position: relativ;
   top:10px;
   padding-left: 12px;
   padding-right: 10px;
}
 

.redfont { color: #cc3300 }


  a.navigate { 
      color: #036;
      text-decoration: none;
      font-style: normal;
      font-weight: normal;
  }

  a.navigate:link {

  }
  a.navigate:visited {
    color: #036;
  }
  a.navigate:focus {
    color: #bc324b;
  }
  a.navigate:hover {
    color: #bc324b;

  }
  a.navigate:active {
    color: #bc324b;
  }