@charset "ISO-8859-1";

body {
background-color: #EEEEEE;
}

body, html {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}

.main {
text-align:left;
background-color: #FFFFFF;
width: 800px;
height: 530px;
border: #f07c00 2px solid;
}

.menu {
width: 800px;
height: 25px;
background-color: #f07c00;
top: 180px;
color: #FFFFFF;
}

.menu a {
color: #FFFFFF;
text-decoration: none;
}

.menu a:hover {
color: #000000;
}

.content {
margin-left: 10px;
bottom: 30px;
width: 790px;
height: 305px;
left: 10px;
overflow: auto;
}

.content a {
color: #f07c00;
}

.content a:hover {
color: #000000;
}

.footer {
z-index: 5;
height: 20px;
width: 800px;
background-color: #f07c00;
color: #FFFFFF
}

.footer a {
color: #FFFFFF;
text-decoration: none;
}

.footer a:hover {
color: #000000;
}


.verdana10pt {
font-family: Verdana, Arial;
font-size: 10px;
}

.verdana12pt {
font-family: Verdana, Arial;
font-size: 12px;
}

.verdana12pt_fett {
font-family: Verdana, Arial;
font-size: 12px;
font-weight: bold;
}

.verdana12pt_fett_rot {
font-family: Verdana, Arial;
font-size: 12px;
font-weight: bold;
color: #FF0000;
}

.verdana12pt_kursiv {
font-family: Verdana, Arial;
font-size: 12px;
font-style: italic;
}

h1 {
font-family: Verdana, Arial;
font-size: 14px;
font-weight: bold;
margin-bottom: 20px;
}

.rand {
position: absolute;
margin: 5px;
}