html 
{
	overflow-x: hidden;
	overflow-y: auto;
}



/* Body */
body
{
background-color:#040A08;
}


Body.Main {
background: url(Bilder/Hintergrund.jpg);
margin: 0px;
text-decoration:none;
background-color:#404040;
}





		/* Tabelle */
td.Bg 
{
background: url(Bilder/Bbg.jpg);
}

		/* Links */

a:link 
{
  color: #FFFFFF;
}

a:visited 
{
  color: #FFFFFF;
}

a:focus 
{
  color: #FFFFFF;
}

a:hover 
{
  color: #FFFFFF;
}

a:active 
{
  color: #FFFFFF;
}

		

		/* Schriften */

font,p {
font-size: 9px;
font-family: Verdana;
color: #DCE2ED;
}
font.standart {
font-size: 9px;
font-family: Verdana;
}

font.Link {
font-size: 9px;
font-family: Verdana;
}

font.Link:Hover {
font-size: 9px;
font-family: Verdana;
text-decoration: underline;
}


font.News {
color: #DCE2ED;
font-size: 9px;
font-family: Verdana;
text-align: justify;
}

h1
{
color: #DCE2ED;
font-size: 9px;
font-family: Verdana;
font-weight: bold;
}

font.NewsBold, h2, a
{
color: #DCE2ED;
font-size: 9px;
font-family: Verdana;
font-weight: bold;
text-decoration: none;
}


font.Bolt {
color: #808080;
font-size: 12px;
font-family: Verdana;
font-weight: bold;
}

font.Boltunder {
color: #808080;
font-size: 9px ;
font-family: Verdana;
font-weight: bold;
text-decoration: underline
}

font.weis {
font-size: 9px;
font-family: Verdana;
color: #FFFFFF;
}


                /* Textfelder */

input.Randlos {
font-family: Verdana, Helvetica, sans-serif;
border-width: 0px;
font-size: 12px;
background-color: #E3E3E3;
color: #000000;
}



                /* Textarea */

textarea.Randlos {
font-family: Verdana, Helvetica, sans-serif;
border-width: 0px;
font-size: 12px;
background-color: #FFFFFF;
color: #000000;
}



                /* Button */
input.button {
font-family: Verdana, Helvetica, sans-serif;
border-width: 0px;
font-size: 12px;
background-color: #E3E3E3;
color: #000000;
}