body
{
margin: 0;
padding: 0;
font: 85% verdana, arial, hevetica, sans-serif;
text-align: center;
color: #FFFFFF;
background-color: #D6D6D6;
background-image: url(../img/bg.png);
}

a:link { color: #FFFFFF; }
a:visited { color: #FFFFDD; }

a:hover, a:active
{
color: #fff;
background-color: #B52C00;
}

h2
{
color: #B52C07;
font: 120% verdana, arial, hevetica, sans-serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
color: #FFFFFF;
font: 106% verdana, arial, hevetica, sans-serif;
font-weight: bold;
margin-top: 0;
}

#container
{
margin: 1em auto;
width: 760px;
text-align: left;
background-color: #CC3333;
border: 1px none #FFFFFF;
}

#header
{
height: 90px;
width: 100%;
background-image: url(../img/header.gif);
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 1px solid #fff;
position: relative;
border: 1px none #fff;
}

#header h1
{
font-size: 1px;
text-align: right;
color: #fff;
margin: 0;
padding: 0;
}

#top_nav ul { list-style-type: none; }
#top_nav li { display: inline; }

#left_nav
{
float: right;
width: 165px;
border-left: 1px solid #FFFFFF;
padding-left: 10px;
padding-right: 10px;
background-image: url(../img/drache.gif);
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }


#footer
{
clear: both;
color: #FFFFFF;
text-align: right;
font-size: 90%;
}

#container
{
border: 1px solid #FFFFFF;
}

#top_nav
{
background-color: #DC3530;
color: #272900;
padding: 2px 0;
margin-bottom: 22px;
border-bottom: 1px solid #FFFFFF;
}

#top_nav ul
{
margin: 0 0 0 20px;
padding: 0;
list-style-type: none;
border-left: 1px solid #C4C769;
}

#top_nav li
{
display: inline;
padding: 0 10px;
border-right: 1px solid #C4C769;
}

#top_nav li a
{
text-decoration: none;
color: #FFFFFF;
}

#top_nav li a:hover
{
text-decoration: none;
color: #FFFFFF;
background-color: #B52C00;
}

#left_nav ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 165%;
}
	
.img_float
{
float: right;
padding: 2px;
border: 1px solid #FFFFFF;
margin: 0 0 10px 10px;
}


#footer
{
background-color: #DC3530;
padding: 5px;
font-size: 90%;
text-align: center;
}

table
{
background-color: #DC3530;
color: #FFFFFF;
padding: 10px;
border: 1px dotted #FFFFFF;
}

td
{
border-bottom: 1px dotted #FFFFFF;
padding: 5px;
}


