body {
font-size: 85%;
font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
text-align: left;
background-color: #cccccc
}
#wrap {
width: 950px;
margin-left: 0px;
margin-top: 0px
text-align: left;
}
#header {
float: left;
width: 950px;
height: 70px;
text-align: right;
}
#navigation {
float: left;
width: 140px;
height: 500px;
}
#content {
float: left;
height: 500px; /*Bereich ist leer*/
width: 500px;
background-color: #af412a;
background-image:  url(../bilder/startbild.gif);
}
#sidebar {
float: left;
height: 500px; /*Bereich ist leer*/
width: 200px;
top: 0;
}
#footer {
float: left;
width: 900px;
height: 70px;
text-align: left;
margin-left: 140px;
}
h1, h2, h3, h4, h5, h6 {
margin: 15px;
color: #333333;
}
p {
margin: 15px 15px;
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size: 97%;
letter-spacing: 0.01em;
color: #CCCCCC;
}
#navigation a:link {
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size: 110%;
font-weight: bold;
color: #af412a;
text-decoration: none;
}
#navigation a:hover {
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size: 110%;
font-weight: bold;
color: #5588b5;
border-bottom: 1px dotted;
}
#navigation a:visited {
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size: 110%;
font-weight: bold;
color: #af412a;
text-decoration: none;
}
#content a:link {
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size: 97%;
font-weight: normal;
color: #cccccc;
text-decoration: none;
}
#content a:hover {
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size: 97%;
font-weight: normal;
color: #5588b5;
border-bottom: 1px dotted;
}
#content a:visited {
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size: 97%;
font-weight: normal;
color: #cccccc;
text-decoration: none;
}
#footer a:link {
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size: 60%;
font-weight: normal;
color: #af412a;
text-decoration: none;
}
