html {
height: 100%;
}

a {
color:red;
text-decoration:underline;
}

a:hover {
color:yellow;
}

b {
color:red;
}

body {
font-family:verdana, arial;
color:white;
height: 100%;
background-color:black;
background-image:url('./bilder/hintergrund.jpg');
background-repeat:repeat-x;
background-attachment:fixed;
background-position:0px 106px;
}

.jot-message {
color:black;
}

.container {
position:absolute;
width:1000px;
height:600px;
left:50%;
margin-left:-500px;

}

.header {
position:relative;
width:1000px;
height:300px;
}

.inhalt {
position:relative;
left:155px;
float:left;
top:-10px;
width:515px;
text-align:justify;
}

*html .inhalt {
top:0px;
}

.spalte {
position:relative;
width:235px;
float:right;
left:-40px;
top:13px;
}

*html .spalte {
top:5px;
left:-25px;
}

.spalte a {
color:white;
}

.spalte li .active a {
color:red;
}

.spalte a:hover {
color:red;
}

.spalte li {
list-style-type:none;
margin-left:-40px;
}

.footer {
position:relative;
left:300px;
width:600px;
float:left;
font-size:10pt;
font-weight:bold;
text-align:right;
}
