body 	
{
	background-image: url(background.jpeg);	
	background-color: #FFFFFF;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
	background-position: center center;
    	text-align: center;
    	font-size: 11px;
    	font-family: Arial;
}
div#root
{
    width:900px;
    margin: 0px auto;
    text-align: left;
    color: #000000;
    background-color: #8b0000;
    font-family: verdana, sans-serif; 
    font-size: 9pt;
}
div#header
{
    border: 0px;
    height:203px;
    margin: 0px;
    text-align: left;
}
div#logo
{
    border: 0px;
    height: 200px;
    width: 200px;
    margin: 0px auto;
    text-align: left;
    float: left;
}
div#navi
{
    border: 0px;
    height: 200px;
    width: 700px;
    margin: 0px auto;
    text-align: left;
    float: right;
    background-image: url(navi.jpg)
}
div#navibild
{
    border: 0px;
    height: 180px;
    width: 700px;
}
div#navilinks
{
    border: 0px;
    height: 20px;
    width: 700px;
    color: white;
    padding-left: 5px;
}
div.navigation
{
    border: 0px;
    width: 200px;
    float: right;
    margin: 0px;
    padding: 0px;
}
div.content
{
    border: 0px;
    width: 700px;
    float: left;
    margin: 0px;
    background-color: #f5deb3;
}
div#pic
{
    border: 0px;
    height: 550px;
    width: 210px;
    float: left;
    margin: 0px;
}
div#picimp
{
    border: 0px;
    height: 670px;
    width: 210px;
    float: left;
    margin: 0px;
}
div#picimpressum
{
    border: 0px;
    height: 740px;
    width: 210px;
    float: left;
    margin: 0px;
}
div#text
{
    border: 0px;
    text-align: justify;
    margin-right: 15px;
 
}
div#footer
{
    border: 0px;
    height: 15px;
    margin: 0px;
    text-align: left;
    clear: both;
}
ul#navilinks
{
    margin: 0px;
    padding-left: 5px;
}
ul#navilinks li
{
    list-style: none;
    display: inline;
    margin: 15px;
}
ul#navilinks a
{
    font-weight: bold;
    text-decoration: none;
    color: white;
}
ul#navilinks a:hover
{
    text-decoration: underline;
    list-style-image: url(li.png);
}
ul#navi
{
    margin: 0px;
    padding-left: 5px;
    padding-top: 5px;
}
ul#navi li
{
    list-style: none;
    margin: 5px;
}
ul#navi a
{
    font-weight: bold;
    text-decoration: none;
    color: white;
}
ul#navi a:hover
{
    text-decoration: underline;
}
ul#cont
{
    list-style: square;
    list-style-position: inside;
}
ul#cont li
{
    margin-left: 10px;
    padding-left: 0px;
}
h1
{
    padding-top: 10px;
    font-weight: bold;
    font-size: 10pt;
}
p#burg
{
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    color: white;
}
p
{
    padding: 0px;
}
p a
{
    font-weight: bold;
    text-decoration: none;
    color: #8b0000;
}
p a:hover
{
    text-decoration: underline;
}
.highlight
{
    font-weight: bold;
    font-size: 12pt;
    color: #8b0000;
    text-decoration: underline;
}
table#table
{
    width:480px;
    border: 0px;
    text-align: middle;
    font-family: verdana, sans-serif; 
    font-size: 9pt;
}
table#table tr.red
{
    background-color: #8b0000;
    color: white;
}
