
/* schriftstil,abstände */

body {
 background-image: url(images/background.gif);
 background-repeat: repeat-x;
 background-color: #E4880F;
 color: black;
 font-family: trebuchet ms;
 font-size: 10pt;
 scrollbar-arrow-color: black;
 scrollbar-base-color:#FEF6E6 ;
 scrollbar-highlight-color : black;
 scrollbar-shadow-color : black;
 SCROLLBAR-TRACK-COLOR:#FEF6E6;
 margin-top: 0;
}


table,tr,td {
 color: black;
 font-size: 10pt;
}

/* scrolleiste internet explorer ab vers.5.5 */

#navcontent {
 background-image: url(images/navbackground.gif);
 background-repeat: repeat-x;
 vertical-align: top;
}


#title {
 font-family: trebuchet ms;
 font-weight:bold;
 font-size: 12pt;
 color: black;
}

#maintext {
 vertical-align: top;
 padding: 10px 0px 10px 0px;
 text-align: justify;
}

#borderright{
   border-right: 1px solid #3f78ab;
}


#news {
 width: 157px;
 vertical-align: top;
 padding: 35px 5px 15px 0px;
 background-color: white;
}

#newstext {
 vertical-align: top;
 padding: 5 0 0 5;
 font-size: 9pt;
 border-left: 1px solid #3f78ab;
}

#newstext a { color:black ; text-decoration:underline;  font-size: 9pt; }
#newstext a:hover{ color: black;text-decoration:none; font-size: 9pt; }

#mainpage {
 vertical-align: top;
 background-color: white;
}

#imp {
 background-color: #CA0830;
 color: #ffffff;
 font-family: trebuchet,sans-serif;
 font-size: 8px;
 text-align: right;
 vertical-align: bottom;
}

/*  Navigational links */
#navlist {
	text-align: right;
	background: white;
	padding: 3 0 3 0;
}

#navlist a {
        color: black;
		font-weight:bold;
		text-decoration: none;
}

/*  #navlist a:hover, #navitem a:hover, #subnavi a:hover{
	color: black;
	background: white;
}
*/
td#navlist a:hover, td#navitem a:hover, td#subnavi a:hover{
	display: block;
	width: 100%;
	color: black;
	background: white;
	white-space:nowrap;
}


#navitem{
		text-align: right;
		padding: 3 0 3 0;
}

#navitem a {
	color: black;
	text-decoration: none;
}

#subnavi{
	text-align: right;
	background: white;
}

#subnavi a {
        color: black;
		font-weight:bold;
		text-decoration: none;
}

#subsubnavi{
	text-align: right;
	background: white;
    font-size: 8pt;
}

#subsubnavi a {
        color: black;
		font-weight:bold;
		text-decoration: none;
		text-align: right;
    font-size: 8pt;
}

/* allgemeine links */

a:link{ color:black ; text-decoration:underline;  font-size: 10pt; }
a:visited{color: black;text-decoration:underline; font-size: 10pt; }
a:active{ color: black;text-decoration:underline; font-size: 10pt; }
a:hover{ color: black;text-decoration:underline; font-size: 10pt; }

#sp a:link{ color: blue; text-decoration:underline;  font-size: 10pt; }
#sp a:visited{color: blue; text-decoration:underline; font-size: 10pt; }
#sp a:active{ color: blue; text-decoration:underline; font-size: 10pt; }
#sp a:hover{ color: blue; text-decoration:underline; font-size: 10pt; }

.fsa_red {color: #ca0830}
.fsa_blue {color: #3f78ab}
.fsa_yellow { color: #FFCC00}
.red{color: #ff0000; font-weight:bold;}
