* {
margin:             0;
padding:            0;
}

body {
background-color:   #555555;
}

#container{
}

#header{
width:              100%;
background-color:   #000000;
height:             200px;
background-image:   url("../img/bergtext.jpg");
background-repeat:  no-repeat;
background-attachment: scroll;
background-position: center right;
color:              white;
border-bottom:      3px solid white;
}

#header img {
border-right:       3px solid white;
}

#main {
position:           absolute;
left:               270px;
font-size:          1.4em;
color:              #ffffff;
padding:            10px 30px;
}

#main ol {
margin-left:             20px;
}

#main a {
color:              #ff0000;
}

#navigation {
position:           absolute;
left:               0px;
width:              207px;
height:             100%;
background-color:   #777777;
color:              #ffffff;
padding:            10px 30px 10px 30px;
border-right:       3px solid white;
font-size:          1.5em;
}

#navigation a {
font-weight:        bold;
color:              #ffffff;
line-height:        1.8em;
}
