
/* CSS für die Hauptboxen */

body{
background-color:#FFFFFF;
}


#box {
background:#FFFFFF;
position:absolute;
width: 800px;
height: 450px;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: -225px;
border-style: solid;
border-width:0px;
border-color: #000000;
z-index:10;
}


#footer {
background:#FFFFFF;
position:absolute;
width: 800px;
height: 20px;
left: 50%;
top: 50%;
margin-left: -400px;
margin-top: 254px;
z-index:1;
}


#newsbox {
background:#FFFFFF;
opacity: 0.9;
position:absolute;
width: 336px;
height: 296px;
right: 20px;
top: 115px;
border-style: solid;
border-width: 0px;
border-color: #50021B;
z-index:5;
}


table {
width: 100%;
margin: auto;
border: 0;
cellpadding: 0;
cellspacing: 0;
}


th, td {
font-family: Arial;
font-size: 8pt;
color: #29332E;
}


td.left {
text-align: left;
vertical-align: top;
}


td.right {
text-align: right;
vertical-align: top;
}


h1 {
font-family: Arial;
font-size: 12pt;
color: #B80017;
}


#text01 {
font-family: Arial;
font-size: 9pt;
color: #29332E;
text-align: justify;
line-height: 1.35;
}

a:link {
color: #B80017;
}