
body, div, table
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body, div, table
{
    font-size:10pt;
    color: #fff;
}

body
{
    background-color: #333;
}

p,li
{
   text-align : justify;
}

p.rechts
{
   text-align : right;
}

p.mitte
{
   text-align : center;
}

p.eyecatcher
{
   color: #FDB92F;
}

a
{
   color: #FDB92F;
   text-decoration:none;
}

a:hover
{
   color: #ff1;
   text-decoration: underline;
}

img{
    border:0px;
}

#bodyframe
{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left:0px;
    background-image: url(/img/pageback.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#topbar
{
    position: absolute;
    width: 750px;
    height: 100px;
    top:50px;
    left:50%;
    margin-left:-375px;
    background-color: #666;
    border:3px solid #ccc;
    opacity:0.5;
    filter:alpha(opacity=50);
}

#topbar p.row1
{
    font-size: 26pt;
    font-weight:bold;
    margin:5px;
    padding:0px;
}
#topbar p.row2
{
    font-size: 16pt;
    margin:0px;
    margin:5px;
    padding:0px;
}

#infobox
{
    position: absolute;
    width: 500px;
    min-height: 100px;
    top:250px;
    left:50%;
    margin-left:-200px;
    background-color: #333;
    border:3px solid #ccc;
    opacity:0.5;
    filter:alpha(opacity=50);
}

#impressum
{
    font-size: 8pt;
    position: absolute;
    width: 460px;
    min-height: 40px;
    bottom:50px;
    right:50px;
    background-color: #333;
    border:1px solid #ccc;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.servererror
{
	color:#f00;
}

.serverok
{
	color:#0f0;
}