/* CSS Document */

body {
background-color:#000000;
font-size: 85%;
font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
text-align: center;
color: #000000;
}
h4, h5 {
margin: 20px 50px 20px 50px;
}
h4 {
color: #993333;
}
h5 {
color: #993333;
}
a:link {
color: #CC6600;
text-decoration: underline;
}
a:visited {
color: #ff9999;
text-decoration: none;
}
a:hover, a:active, a:focus {
color: #ff9999;
text-decoration: underline;
}
p {
margin: 20px 60px 20px 50px;
}
#wrap {
width: 960px;
margin: 0 auto;
text-align: left;
}
#header {
float: left;
width: 960px;
height: 130px;
text-align: right;
}
#navigation {
float: left;
width: 960px;
height: 60px;
background-color:#333333;
}
#navigation ul {
margin: 0 0 0 5px;
white-space: nowrap;
font-size: 110%;
}
#navigation ul li {
float:left;
margin: 20px 0 0 0;
padding: 0;
list-style-type: none;
}
#navigation ul a:link, #navigation ul a:visited,
#navigation ul a:hover, #navigation ul a:active {
display: block;
float: left;
height: auto;
margin: 0 75px 0 0;
padding: 2px 2px 3px 17px;
text-decoration: none;
font-variant: small-caps;
}
#navigation a#hier:hover, #navigation a#hier:active {
text-decoration: underline;
}
#content {
float: left;
height: 900px;
width: 659px;
background-color:#FFFFFF;
}
#sidebar {
float: left;
height: 900px;
width: 300px;
background-color:#333333;
top: 0;
}
#footer {
float: left;
width: 960px;
height: 60px;
background-color:#FFCCCC;
}

