@charset "utf-8";
/* Standard Vorgaben */
body
{
background-image: url(../bilder/bckg.jpg);
background-color: #000c3d;
color: #3571c3;
margin: 0; 
padding: 0;
font-family: Arial, Helvetica, sans-serif;
background-repeat: repeat-x;
text-align: center; /* Workaround für ältere Browser */
/*scrollbar-base-color: blue;
scrollbar-3d-light-color: blue;
scrollbar-arrow-color: white;
scrollbar-darkshadow-color: blue;
scrollbar-face-color: blue;
scrollbar-highlight-color: white;
scrollbar-shadow-color: white;
scrollbar-track-color: blue;*/
}
a
{
	text-decoration: none;
	color: black;
}
a:link
{
color: #3571c3;
}
a:visited
{
color: #8fadcb;
}
a:hover ,a:active 
{
color: #003;
}
div#frame
{
width: 960px;
margin: 20px auto 0px auto;
text-align: left; /* Workaround für ältere Browser */
}
div 
{
	margin: 0;
	padding: 0;
	position: relative;
}
/* Logo-div*/
div#logo a
{
background-image: url(../bilder/logo.png);
height: 36px; 
width: 324px;
margin-bottom: 10px;
background-repeat: no-repeat;
display: block;
}
/* Header-div */
div#header
{
position: relative;
}
/* Inhalt-div */
div#main
{
width: 920px;
min-height: 331px;
background-color: #ffffff;
color: #000000;
display: block;
border-width: 0px 5px 5px 5px;
border-style: solid;
border-color: #ffffff;
padding: 0px 15px 15px 15px;
font-size: 12px;
font-weight: normal;
white-space: normal;
overflow: visible;
}	
* html div#main
{
    height: 331px; 	/* nur fuer IE erforderlich */
	width: 960px;    /* nur fuer IE erforderlich */
}
/* Schriftvormatierung des Inhalts */
h1
{
color: #3571c3;
font-weight: normal;
font-size: 18px;
margin: 0;
padding: 10px 0px 5px 0px;
}
p
{
margin: 0;
padding: 5px 0px 5px 0px
}
b
{
font-weight: bold;
color: #000000;
}
table, td, tr
{
	//background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	white-space: normal;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
th
{
	color: #000;
	text-align: left;
}
a img
{
	border: none 0px;
}
ul 
{
padding: 0; 
margin: 0;
list-style: square inside;
}
/* Footer-div und Liste */
div#footer
{
width: 960px;
clear: both;
padding: 5px 0px 0px 0px;
text-align: left;
position: relative; 
}
div#footer ul 
{
padding: 0; 
margin: 0; 
list-style: none;
font-size: 12px; 
}
div#footer li
{
display: inline;
margin-right: 5px;
}
div#footer li a
{
text-decoration: none;
color: #3571c3;
}
div#footer li a:hover, div#footer li a:active
{
text-decoration: none;
color: #ffffff;
}
/* Sonstiges */
.error
{
color: red;
font-weight: bold;
}
.center
{
text-align: center;
}
img.text
{
float:right
}
div.clear
{
clear: both;
}