@charset "UTF-8";

html {
height: 101%;
}

body {
background-color: #000000;
color: #ff0000;
font-family:Helvetica, Arial, sans-serif;
text-align:center;
font-size: 120%;
height: 101%;
}

a {
color: #ff0000;
text-decoration:none;
}

#wrapper {
position:absolute;
width: 898px;
left: 50%;
margin-left: -450px;
padding-bottom: 20px;
}

#mail {
position:absolute;
left: 8px;
top: 177px;
text-align:left;
width:240px;
margin-bottom: 3px;
}

#homelink {
position:absolute;
top: 177px;
left: 750px;
text-align:right;
width:150px;
margin-bottom: 3px;
}

#wrapper_kalender {
position:relative;
width: 896px;
height: 101%;
background-color: #aa1801;
border: 1px solid #999b9a;
padding-bottom: 20px;
}

#bild_sternlicht {
float:left;
background-image: url(sternlicht_portrait.jpg);
width: 101px;
height: 147px;
margin: 87px 0 50px 49px;
}

#kalender {
position: relative;
margin: 87px 10px 10px 165px;
width: 680px;
text-align:left;
color: #000000;
}

#login {
position:absolute;
text-align:left;
}

.fett {
font-weight:bold;
}

.grau {
color: #cccccc;
font-weight:bold;
}

.linie {
height: 1px;
width: 100%;
margin: 5px 0 10px 0;
background-color: #cccccc;
}

