﻿body
{
    background-color: #000000;
    background-image: url('images/bkground.gif');
    background-attachment: fixed;
    background-repeat: repeat;
    font-family: Verdana;
    color: #FBDB00;
    font-size:10pt;
}

h1           { font-size:18pt; font-weight:bold; }
h2           { font-size:14pt; font-weight:bold; }
.U           { font-size:10pt; font-weight:bold; }
.Sp          { font-size:7pt; }
a:hover      { color:blue; text-decoration:none}
a:visited    { color:#990000;text-decoration:none}
a:link       { color:red; text-decoration:none}
a:active     { color:blue; text-decoration:none}
li           { margin-bottom:5px;  }

hr
{
    border-top: 1px;
    border-style: dashed hidden hidden hidden;
}

.Liste th
{
    font-weight: bold;
    background-color: #990000;
    height:30px;
    text-align:left;
    padding-left:5px;
}

.Liste td
{
    padding-left:5px;
    text-align:left;
}

.Form td
{
    font-size:10pt;
}

.Button
{
	border: red 1px solid;
	background-color:#990000;
	color: #FBDB00;
}

p.Artikel 
{
	text-align:center;
}