
<style type="text/css">
<!--
html { 
  background-color: #F0F0F0;
  color: #505050;
}

body { 
  background-color: #F0F0F0;
  color: #505050;
}

h1 { 
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #505050;
}

h2 { 
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #505050;
}

h3 { 
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #505050;
}

p, th, td, ul, ol, li, dl, dt, dd { 
  font-size: 12px;
}

td {
  vertical-align: top;
}

a {
  color: #505050;
}

a:hover {
  color: #A0A0A0;
}

a.img1 {
  text-decoration: none;
  border: none;
}

img.img1 {
  border: none;
}

/*
**
*/
div#t1 { 
  text-align: left;
}

td.t1_ogs {
  text-align: right;
}

td.t1_ogs a {
  text-decoration: none; 
  color: #505050;
}

font.ogs_blue {
  color: #505050;
}

table.t1 {
  background-color: #F0F0F0;
}

td.t1_left {

}

td.t1_right {

}

table.t2 {
  background-color: #FFFFFF;
  border: 1px solid #505050;
}

td.t2 {
  margin: 0;
  padding: 0;
  vertical-align: top;
}

td.t2_left {
  vertical-align: top;

}

td.t2_head {
  vertical-align: top;
  border-bottom: 1px solid #A0A0A0;
}

td.t2_nav {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #A0A0A0;
}

td.t2_toc {
  width: 200px;
  padding-top: 16px;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #A0A0A0;
}

td.t2_main {
  width: 700px;
  vertical-align: top;
  background-color: WHITE;
}

td.t2_img {
  width: 908px;
  vertical-align: top;
  background-color: WHITE;
}

td.t2_foot {
  vertical-align: top;
  border-top: 1px solid #A0A0A0;
}

td.t2_right {
  vertical-align: top;
}

/*
**
*/
div#head { 
  margin: 0;
  padding: 0;
  text-align: center;
}

/*
**
*/
div#nav { 
  margin: 0;
  padding: 0;
  padding-bottom: 8px;
  text-align: center;
}

#nav a {
  text-decoration: none;
  color: #505050;
}

/*
**
*/
div#toc { 
  margin: 0;
  padding-top: 16px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  text-align: left;
  color: #505050;
}

div#toc ul { 
  list-style: none;
  margin: 0;
  padding-left: 0px;
  padding-top: 0px;
}

div#toc li {
  /* position: relative; */
  margin: 0;
  padding: 0em 0em 0em 0em;
  list-style: none;
  border-top: 1px solid #505050;
}

div#toc li a {
  display: block;
  padding: 0.25em 0.25 0.25em 0.5em;
  text-decoration: none;
  color: #505050;
  /* needed for IE 
  An dieser Stelle wird die Breite der linken Spalte bestimmt
  */
  width: 200px; 
}

div#toc li li a {
  width: 184px; 
}

div#toc li a:hover {
  background-color: #505050;
  color: WHITE;
}

div#toc>ul a { 
  width: auto;
}

div#toc ul ul { 
  list-style: none;
  margin: 0;
  padding-left: 16px;
}

/*
**
*/
div#main { 
  min-height: 440px;
  margin: 0;
  padding: 16px;
  text-align: left;
  background: #FFFFFF;
}

/*
**
*/
div#img { 
  margin: 0;
  padding: 16px;
  text-align: center;
  background: #FFFFFF;
}

/*
**
*/
div#foot { 
  margin: 0;
  padding: 0;
  text-align: center;
}

/*
**
*/
div#spec { 
}

div#spec table { 
  border-collapse: collapse;
  border: 1px solid #A0A0A0;
}

div#spec th { 
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
  border: 1px solid #A0A0A0;
}

div#spec td { 
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
  border: 1px solid #A0A0A0;
}

/*
**
*/
div#list { 
}

div#list table { 
  border-collapse: collapse;
}

div#list th { 
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
}

div#list td { 
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: top;
}

/*
**
*/
div#image { 
/*
  border: 1px solid #A0A0A0;
*/
}

div#image table { 
}

div#image td { 
  vertical-align: top;
}

div#image td.img { 
  text-align: center;
}

.comment {
  font-weight: bold;
  color: #AF0000;
}

/*
**
*/
div#important { 
  padding: 8px;
  border: 1px solid #A0A0A0;
}

#important h1 {
  font-size: 14px;
}

/*
**
*/
div#tip { 
  margin: 4px;
  padding: 8px;
  border: 1px solid #A0A0A0;
}

#tip h1 {
  font-size: 14px;
}

div#floatleft {
  float: left;
  padding: 0;
  padding-right: 16px;
  padding-bottom: 16px;
}

div#clearleft {
  clear: left;
}

div#floatright {
  float: right;
  padding: 0;
  padding-left: 16px;
  padding-bottom: 16px;
}

div#clearright {
  clear: right;
}

div#img1 {
  text-align: center;
}

-->
</style>
