<!--
html,body
{
margin-top: 10px;
padding-top: 0px;
background-color: #cc6600;
margin-bottom: 10px;
}

body
{
font-size: 76%;
font-family: sans-serif;
text-align: center;
}

p
{
margin-top: 5px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}

div#link-titel
{
Color: maroon;
font-size: 19px;
padding-top: 10px;
font-weight: bold;
font-family: tahoma;
padding-left: 20px;
}

div#titel
{
font-size: 16px;
color: black;
font-weight: bold;
text-align: center;
}


div#header
{
background-image: url(pic/original.jpg);
margin-top: 3px;
padding-top: 100px;
border: 1px solid maroon;

}

div#container
{
width: 670px;
margin: 0 auto;
text-align: left;
}

div#content
{
float:left;
border-left: 1px solid maroon;
border-bottom: 1px solid maroon;
width: 548px;
height: 1830px;
background-color: white;
}

div#content p
{
line-height:1.4;
text-align: left;
width: 450px;
padding-left: 30px;
}

div#extra1
{
background-color: white;
float: right;
clear: right;
width: 120px;
height: 180px;
padding-top: 15px;
padding-bottom: 15px;
border-right: 1px solid maroon;
color: maroon;
font-weight: bold;
text-align: center;
}

div#extra2
{
background-color: white;
float: right;
clear: right;
width: 120px;
height: 1434px;
padding-top: 15px;
padding-bottom: 15px;
border-right: 1px solid maroon;
border-bottom: 1px solid maroon;
color: maroon;
font-weight: bold;
text-align: center;
}


div#navigation
{
float: right;
clear: right;
width: 120px;
height:140px;
padding-top: 15px;
padding-bottom: 1px;
background-color: white;
border-right: 1px solid maroon;
text-align: center;
}


div#footer
{
clear: both;
width: 100%;
color: black;
font-size: 12px;
text-align: center;
font-weight: bold;
padding: 5px;
}

a:link
{
text-decoration:none;
font-weight:bold;
color:maroon;
}

a:visited
{
text-decoration:none;
font-weight:bold;
color:maroon;
}

a:hover
{
text-decoration:none;
font-weight: bold;
color: #FF8539;
}

div.nav a:link
{
text-decoration:none;
font-weight:bold;
color:maroon;
}

div.nav a:visited
{
text-decoration:none;
font-weight:bold;
color:maroon;
}

div.nav a:hover
{
text-decoration:none;
font-weight:bold;
color:#FF8539;
}


.unterstrich
{
text-decoration: line-through;
}


-->/* Style Sheet */