* {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

body {
text-align: center;
background-color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #BBBBBB;
}

a:link, a:visited, a:active {
color: #4b6d93;
text-decoration: none;
}
a:hover {
color: #4b6d93;
text-decoration: underline;
}

.input {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
width: 300px;
background-color: #111111;
border: 1px solid #333333;
padding: 2px;
}

.inputButton {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #cccccc;
width: 200px;
background-color: #233e5c;
border: 1px solid #333333;
padding: 2px;
cursor: pointer;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
padding-left: 20px;
background-image: url(../images/h1point.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
padding-bottom: 22px;
}
.floatLeft { float: left; }
.nav { float: left; }
img { border: 0; }
.clearer { clear: both; }

#content {
width: 982px;
overflow: visible;
margin: 0 auto;
text-align: left;
}

#header {
width: 982px;
height: 154px;
}
#flasheader {
width: 425px;
height: 154px;
float: left;
}

#navigation {
width: 982px;
height: 76px;
}

#top {
width: 982px;
height: 40px;
}

#mainframe {
width: 982px;
height: auto;
background-image: url(../images/mainbg.jpg);
background-repeat: repeat-y;
overflow: visible;
}

#footer {
width: 982px;
height: 85px;
background-image: url(../images/footer.jpg);
background-repeat: no-repeat;
margin-top: 10px;
}

#leftframe {
width: 240px;
height: auto;
float: left;
overflow: visible;
}
#rightframe {
width: 700px;
height: auto;
float: left;
padding-left: 30px;
padding-right: 12px;
}
#rightframe p {
padding-left: 20px;
padding-bottom: 18px;
line-height: 16px;
}

#leftnavi li {
margin-bottom: 10px;
list-style: none;
list-style-type: none;
}

.aufzaehlung {
margin-left: 20px;
}
.aufzaehlung li {
padding-left: 20px;
background-image: url(../images/h1point.gif);
background-repeat: no-repeat;
background-position: 0px 4px;
list-style: none;
list-style-type: none;
}
.aufzaehlung2 {
margin-left: 25px;
}
.aufzaehlung2 li {
padding-left: 15px;
background-image: url(../images/h1point.gif);
background-repeat: no-repeat;
background-position: 0px 6px;
list-style: none;
list-style-type: none;
line-height: 18px;
}

.raquo {
font-weight: bold;
color: #4b6d93;
}

.aufzaehlung2 a {
text-decoration:none;
color: #BBBBBB;
}


.fehler {
padding: 5px;
border: 1px solid #990000;
color: #990000;
margin-bottom: 10px;
}

.ok {
padding: 5px;
border: 1px solid #007700;
color: #007700;
margin-bottom: 10px;
}