html { overflow-y:scroll;}

/*****************************/
/* GENERAL fonts */
/*****************************/

body {
	min-height:101%; /*Scrollbar immer anzeigen*/
}
OL, UL, DIV, H1, H2, P {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
P, H1, H2 { color: black; margin: 0; }
H1 { color: #033399; font-size: 20px; line-height: 26px; }
H2 { color: #033399; font-size: 13px; line-height: 16px; }
a.link {
font-size: 9pt;
color: #CCCCCC;
text-decoration: none;
}

a.active {
font-size: 9pt;
color: #CCCCCC;
}

a.visited {
font-size: 9pt;
color: #CCCCCC;
}

a.hover {
font-size: 9pt;
color: #6699CC;
}
/*****************************/
/* Content column */
/*****************************/

TD#content 
{ font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
padding-left: 10px; 
padding-right: 10px; 
padding-top: 15px; 
vertical-align: top; 
width: 459px; 
line-height: 16px; 
margin: 0; }

TD#content a {color: #666666;text-decoration: none;}
TD#content a:hover { text-decoration: underline; }
TD#content a:active { text-decoration: underline;}

/*****************************/
/* Menu / SDi */
/*****************************/
a.menue_sdi 
{ font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  display:block;
  font-size: 11px;
  height: 25px;
  line-height:25px;
  background-color: #e7e6e6;
  width: 176%;
  margin: 0;
  padding-top:2px;
  padding-left:5px;
  color: #033399;
  text-decoration: underline;}
  
  a.menue_sdi:link { color: #033399;}
  a.menue_sdi:visited { color: #033399;}
  a.menue_sdi:hover { color: #666666;}
