/* Scrollbalken erzwingen, damit das Layout nicht "springt" */
html {
	min-height: 120.00%;}
h1 {
font-family : 'Times New Roman';
color : #5e5e5e;
font-size : 1.5em;
display : inline;
}
h2    { color: orange; font-size: 2em; font-family: "Times New Roman"; display: inline }
h3   { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; display: inline }

h4  { font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 1.5; display: inline }
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active {
position : relative;
text-decoration : none;
font-style : italic;
color : #0000ff;
}
a.tooltip:hover {
color : #0000ff;
background : transparent;
}
a.tooltip span {
display : none;
text-decoration : none;
}
a.tooltip:hover span {
display : block;
position : absolute;
top : 0;
left : 0;
width : 250px;
z-index : 1000;
color : #000000;
border : 1px solid #000000;
background : #f1f1f1;
font : 10px Verdana, sans-serif;
text-align : left;
}
BODY {
color : #000000;
margin : 0;
background-color : #e9e9e9;
}
img {
border : 0;
}
A {
color : #000000;
text-decoration : none;
}
A:hover {
color : #0000ff;
text-decoration : underline;
}
FORM {
display : inline;
}
TD.main, P.main {
font-family : Verdana, Arial, sans-serif;
font-size : 11px;
line-height : 1.5;
background-color : #ffffff;
}
TD.navileft, P.navileft {
font-family : Verdana, Arial, sans-serif;
font-size : 11px;
line-height : 1.5;
background-color : #ffffff;
padding-right : 20px;
padding-left : 10px;
font-stretch : ultra-expanded;
}




