/*General Area */
html {
height: 100%;
}

body {
margin: 0px;
padding: 0px;
height: 100%;

background-color: #000000;

color: #FFFFFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

img {
border: 0px;
}

h1 {
color: #FFFFFF;
font-size:1.6em;
font-weight:bold;
}

h2 {
color: #FFFFFF;
font-size: 1.2em;
font-weight:bold;
}

hr {
width: 97%;
height: 0px;
border: 0px;

border-top: 1px dashed white;
}

/* Formulare */
input {
background-color: #000000;
border: 1px solid #FFFFFF;
padding:2px;
color: #FFFFFF;
}

textarea {
background-color: #000000;
border: 1px solid #FFFFFF;
color: #FFFFFF;
padding:2px;
}

.noborder {
border: 0px;
}

a {
color: white;
}

/* Navi */
.navi {
color: black;
}

a.navi {
font-size: 1.0em;
text-decoration:none;
font-weight:bold;
margin-left:4px;
}

/*Div-Boxen*/
#bottom {
width:752px;
min-height:100%;
margin:0px;
padding:0px;

background-color: #000000;
}

#header {
width:750px;
height:70px;
margin:0px;
padding-top:5px;
padding-bottom: 5px;
}

#navitop {
width: 179px;
height: 35px;
float:left;
text-align:right;
background-position: bottom;
background-repeat: repeat-x;
}

#navi {
width: 145px;

padding-bottom: 120px;

clear:left;
float:left;

background-color: #FFFFFF;
background-position: bottom;
background-repeat: no-repeat;
}

#Logo {
width: 145px;
margin-top:30px;
padding:0px;

clear:left;
float:left;
text-align:center;
}

#contenttop
{
float:left;
width:573px;
height:11px;
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
font-size:8px;
}


#content
{
margin-left: 170px;
width: 560 px;
padding:5px; 
padding-bottom:300px;
border-right: 1px solid #FFFFFF;
}

/* Misc */
.right {
text-align: right;
}

.bold {
font-weight:bold;
}

.center {
text-align: center;
}

.small {
font-size:0.8em;
}