html { 
  padding:0px;
  margin:0px;
  height: 100%;
}

body {
  background-color: #FFFFFF;
  font-size: 10pt;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#000000;
height: 100%;
}

h3 {
  color: #0066CC;
}

h4 {
  color: #0066CC;
}

h5 {
  color: #0066CC;
}

strong {
  color: #0066CC;
}

table {
  font-size: 9pt;
}

a.menu2 { padding-left: 16px; font-size: 8pt; }
div#navigation { padding-bottom: 16px; }
div#contact { padding-top: 16px; padding-bottom: 16px; }
div#howtofindus { padding-top: 16px; font-size: 8pt; padding-bottom: 16px; }
div#copyright { padding-top: 16px; font-size: 8pt; color: #A0A0A0; }
#right p { padding: 0px 12px 0px 8px; }
div.caption { padding: 4px 8px 0px 8px; }

a:link { color: #0066CC; text-decoration: underline; }
a:visited { color: #0066CC; text-decoration: underline; }
a:hover { color: #0066CC; text-decoration: underline; }
a:active { color: #0066CC; text-decoration: none; }


/*  positioning-layers statisch und absolut */

#header {
padding: 16px;
border-bottom: thin dotted #0066CC;
}

#left {
position: absolute;
left: 0px;
width: 200px;
margin: 0px; 
padding: 12px 8px 100px 12px;
/* background: url(img/muster_grau.bmp);*/
background-color: #F0F0F0;
height: 100%;
}

#right {
position: absolute;
right: 0px;        
width: 200px;
margin: 0px; 
padding: 1px 0px 100px 0px;
/* background: url(img/muster_grau.bmp);*/
font-size: 8pt;
background-color: #F0F0F0;
height: 100%;
}

#content {
margin: 0px 200px 0px 200px;
padding: 12px 12px 100px 12px;
height: 100%;
}


