html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #999999;
  font-size: 1em;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
  
}

.tdborder {
border:1px solid #000000; 
padding:4px;
vertical-align:top;
}

hr{
border: 1px solid #D8DDE2;
}

p, h2, pre {
margin: 0px; 
padding: 0px 10px 0px 10px; 
}
 
pre { 
color: #564b47;
font-size: 1em;
background-color:transparent;
font-family: Verdana, Arial, Sans-Serif;
}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h2 {
font-size:14px;
padding:5px 15px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}

h1 {
font-size: 11px;
text-transform:uppercase;
color: #564b47;
background-color: #D8DDE2;
padding:5px 15px;
margin:0px
}

h3 {
font-size: 11px;
text-transform:uppercase;
text-align: left;
color: #564b47;
background-color: #D8DDE2;
padding:5px 15px;
margin:0px

}

h4 {
font-size: 1em;
text-align: left;
color: #564b47;
background-color: #D8DDE2;
padding:1px 5px;
margin:0px
}

.subtext {
font-size: 0.8em;
text-align: left;
color: #336699;
text-transform: none;
}

.unterstrichen {
text-decoration:underline;
}


strong { 
font-size: 13px;
}

/*  positioning-layers statisch und absolut */

#links {
position: absolute;
left: 0px;
width: 200px;
color: #564b47;
margin: 0px; 
padding: 0px;
}

#rnavigation {
margin:5px;
list-style: none;
font-size:11px;
}

#rnavigation a{
color:#336699;
text-decoration: none;
}

#rnavigation a:hover, #rnavigation a:focus, #rnavigation a:active {
color:#336699;
background-color:#ffffff;
}

#navigation {
margin:5px;
list-style: none;
font-size:1em;

}

#navigation a{
display:block;
color:#336699;
text-decoration: none;
}

#navigation a:hover, #navigation a:focus, #navigation a:active {
color:#336699;
background-color:#ffffff;
}

#sub-navigation {
font-size:10px;
}

#sub-navigation a{
color:#336699;
text-decoration: none;
}

#sub-navigation a:hover, #sub-navigation a:focus, #sub-navigation a:active {
color:#336699;
background-color:#ffffff;
}

a.norm:active {  color:#336699; font-weight: bold; font-size: 1em; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; text-decoration: none}
a.norm:link {  color: #336699; font-weight: bold; font-size: 1em; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; text-decoration: none}
a.norm:visited {  color: #336699; font-weight: bold; font-size: 1em; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; text-decoration: none}
a.norm:hover { color: #336699; font-weight: bold; font-size: 1em; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; text-decoration: underline }


a.weis:active {  color:#ffffff; font-weight: bold; font-size: 1em; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; text-decoration: none}
a.weis:link {  color: #ffffff; font-weight: bold; font-size: 1em; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; text-decoration: none}
a.weis:visited {  color: #ffffff; font-weight: bold; font-size: 1em; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; text-decoration: none}
a.weis:hover { color: #ffffff; font-weight: bold; font-size: 1em; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; text-decoration: underline }

#inhalt {
margin: 0px 170px 0px 200px;
border-left: 2px solid #D8DDE2;
border-right: 2px solid #D8DDE2;
padding: 0px;
background-color: #ffffff;    
}

#rechts {
position: absolute;
right: 0px;        
width: 170px;
color: #564b47;
margin: 0px;
padding: 0px;
}

#unten {
position: relative;
bottom: 0px;
right: 0px;        
color: #E4E4E4;
margin: 0px;
padding: 0px;
}

#unten[id] {
  position:fixed;
}