* {
font-family: Arial, Helvetica, sans-serif;
}
body {background-color: #fbfbfb;
}
#schriftzug {
position: absolute;
top:20px;
left: 43px;
width: 855px;
height: 70px;
font-size: 4.3em;
text-transform: uppercase;
text-indent: 0.7em;
line-height: 72px;
color: #ffffff;
background-color: #800000;
z-index:2;
}
#emblem {
position: absolute;
background-color: #f6cfc8;
width: 620px;
height: 70px;
top: 60px;
left: 374px;
filter:alpha(opacity=50);
-moz-opacity: 0.5;
z-index:1;
text-align: right;
}
#feld1 {
position: absolute;
top:75px;
left: 270px;
width: 625px;
height: 230px;
background-color: #f8f8f8;
border-left: solid 3px #800000;
border-bottom: solid 3px #800000;
}
#logo {
margin-top: 80px;
margin-left: 102px;
width: 522px;
height: 130px;
background-color: #f6cfc8;
z-index: 2;
}
#feld2 {
position: absolute;
top: 320px;
left:375px;
width: 600px;
height: 500px;
z-index:2;
line-height: 40px;
}
#feld3 {
position: absolute;
top: 520px;
left:43px;
height: 18px;
width: 850px;
font-size:0.975em;
text-align: center;
border: solid 3px #800000;
}
p {
font-size: 1.0em;
line-height:0px;
font-weight: bold;
}
#navcontainer {
background: #f6cfc8;
position:absolute;
top: 130px;
left: 43px;
width: 30%;
margin: 0 auto;
padding: 2.4em 0;
font-size: 13px;
text-align: center;
text-transform: lowercase;
z-index:2;
}
ul#navlist {
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}
ul#navlist li {
display: block;
margin: 0;
padding: 0;
}
ul#navlist li a {
display: block;
width: 100%;
padding: 0.4em 0em 0.6em 2em;
border-width: 1px;
border-color: #ffe #ffffff #ccc #fff;
border-style: solid;
color: #848484;
text-decoration: none;
background: #ffffff;
}
#navcontainer>ul#navlist li a { 
width: auto;
}
ul#navlist li#active a {
background: red;
color: blue;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
color: #800000;
background: transparent;
border-color: #ccc #fff #fff #ccc;
}
#firefox {
font-size: 0.75em;
position: absolute;
top: 580px;
left: 43px;
}
a {
text-decoration: none;
color: #000000;
}
a:visited {
color:#000;
}
a:hover {
color: #800000;
}
a:active {
color: #000;
}
a:focus {
color: #000;
}
