
/* schriftstil,abstände */

body {
 background-image: url(../images/bg.gif);
 background-repeat: repeat-x;
 background-color: #0A3C7E;
 color: black;
 font-family: tahoma;
 font-size: 9pt;
 scrollbar-arrow-color: #0A3C7E;
 scrollbar-base-color: white ;
 scrollbar-highlight-color : #0A3C7E;
 scrollbar-shadow-color : #0A3C7E;
 SCROLLBAR-TRACK-COLOR: white;
 margin-top: 0;
}


table,tr,td { color: black; font-size: 9pt;}

/* allgemeine links */

a:link{ color:black ; text-decoration:underline;  font-size: 9pt; }
a:visited{color: black;text-decoration:underline; font-size: 9pt; }
a:active{ color: black;text-decoration:underline; font-size: 9pt; }
a:hover{ color: black;text-decoration:underline; font-size: 9pt; }

#navigation{ color: black; font-size: 9pt; padding-left: 15px; background-image: url(../images/navigation_bg.jpg); font-weight: bold;}
#navigation a:link{ text-decoration: none; font-weight: bold;}
#navigation a:hover{ text-decoration: underline; font-weight: bold;}
#navigation a:visited{ text-decoration: none; font-weight: bold;}

#content{ background-color: white; margin: 40 10 10 35;}
#content_title{font-weight: bold; padding-bottom: 15px; font-size: 10pt; letter-spacing: 1px;}

#footer{ background-color: #C2C5C3;}
.imageborder{ border: 1px solid #9c9a9c;}
.inputborder{ border: 1px solid #9c9a9c;}
.red{color: #ff0000; font-weight:bold;}

#footnote{ font-size: 8pt; text-align: center; color:white; background-color: #0A3C7E; padding-top: 5px;}

#impressum{ font-size: 8pt; vertical-align: bottom; text-align: right; padding: 0 5 5 0;}
#impressum a:link {text-decoration: none; font-size: 8pt;}
#impressum a {text-decoration: none; font-size: 8pt;}
#impressum a:hover {text-decoration: underline; font-size: 8pt;}

.gb{
	font-size: 8pt;	
}
