body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white;
	background-image:url(../bilder/seite_back_oben.jpg);
	background-repeat: repeat-x;
}

td, font{
	/*font-size: 10px;*/
	font-size: xx-small; 
	color: black;
}

.font_schwarz{
	color: black;
}

.font_silber{
	color: #999999;
}

.ueberschrift {
	font-size: 20px; 
	color: #010066;; 
	font-weight: bold;
}

a#adressblock, .adressblock{
	font-size: 10px;
	color: black;
	font-weight:normal;
}

.linieUntermenue{
	background-color: #EDEDED;
}


/* Links im Text ----------------------------------------*/

a:link, a:visited, a:hover, a:active {
	font-size: 10px; 
	color: black; 
	font-weight: normal;
	text-decoration: underline;
}


.buttonLeiste {
	border-bottom: 1px dotted #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.button{
	
}
						 
					
div#auswahl a {
	text-decoration: none;
	color: gray;
	font-weight: bold;
}
div#auswahl a:active {
	text-decoration: none; 
	color: #515151;
	font-weight: bold;
}
div#auswahl a:hover {
	text-decoration: none;
	color: #515151;
	font-weight: bold;
}
input, select, textarea	{
	font-size: 9pt;
}
.strich	{
	color: white;
}
.tab_ganz {
	border:1px solid black;
}
.tab_ohne_links	{
	border-right:1px solid black; 
	border-top:1px solid black; 
	border-bottom:1px solid black;
}
li {
	list-style-image: url(../bilder/list.gif);
}

b.hell {
	color: white;
}
b.load{
	color: #394F76;
}
a.load, a.load:visited, a.load:hover {
	color: #394F76;
	text-decoration: none;
}
a.load_hell, a.load_hell:visited, a.load_hell:hover {
	color: white;
	text-decoration: none;
}

#news {
	background-color: #071E36;
	padding: 5px 12px 0px 12px;
	color: white;
	font-size: 9px;
}
#news_text {
	background-color: #071E36;
	color: white;
	font-size: 9px;
}
#news_weiter, #news_weiter a {
	background-color: #071E36;
	padding: 5px 7px 5px 0px;
	color: #6F82A3;
	font-size: 9px;
	text-decoration: none;
	text-align: right;
}

hr {
height : 1px; 
width : 75%; 
color : silver; 
text-align : left; 
} 

h1 {font-size : x-large; } 
h2 {font-size : large; } 
h3 {font-size : medium; } 
h4 {font-size : small; } 
h5 {font-size : smaller; } 
h6 {font-size : x-small; } 
h7 {font-size : xx-small; } 

h1, h2 , h3 , h4 , h5 , h6 , h7 {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
color : #000066; 
}

#printonly{display:none;}

/* Links

a:link {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : none; 
color: #003399;
} 
a:visited {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight : bold; 
color : #0066FF; 
text-decoration : none; 
} 
a:active {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight : bold; 
color : red; 
text-decoration : none; 
} 
a:hover {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight : bold; 
text-decoration : underline; 
color: #003399;
} 
*/


