body
 {
   font-family:sans-serif;
   background-color: #000;
   color: #FFF;
}

td {
	font-size: 0.8em;
}

.tdHeader{
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    font-size: 1em;
    font-weight: bold;
}

.tdContentGrey{
    border-bottom: solid 1px #FFF;
    background-color: #222;
}
.tdContentBlack{
    border-bottom: solid 1px #FFF;
}

h1, h2
{
	text-align: left;
}
.message
{
	font-size:  0.8em ;
	color: #F00; 
}
.x
{
	font-weight: bold;
	border-bottom: 2px solid #000;
}
.tdDone
{
        border-bottom: solid 1px #FFF;
	background-color: #8B0000;
}

a{
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
}
a:visited 
{
	color: #8F8F8F;
}
a:hover{
	color: #8B0000;
}

#tableAktuell {
   border-collapse: collapse;
}

#tableAktuell td{
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}

#header
{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
        margin-top: 50px;
}
#navi
{
	padding: 10px;
	/*background-color: #303030;*/
	background-image:url(../images/navi_bg_rl.png);
	background-repeat: x;
	border: solid 1px #FFFFFF;
        /*
        border-top: solid 1px #FFFFFF;
        border-right: solid 1px #FFFFFF;
        border-bottom: solid 1px #FFFFFF;
*/

        margin-left: 10px;
	min-width: 100px;
	max-width: 200px;
	width: 130px;
	float: left;
}
#navi a
{
	margin-left: 20px;
	display: block;
}

#navi a:hover
{
	color: #FFF;
}

#content
{
    margin-left: 100px;
    float: left;
    width: 800px;
    border: 1px #FFFFFF solid;
    padding: 10px;
}

#footer
{
	clear: both;
	width: 100%;
}

