body{
background-color: FFDAB9;
font-family: verdana;
font-size: 12pt;
}

a{
text-decoration: none;
}

a:hover{
font-weight:;
color: DC143C;
border: 2px solid;
border-color: grey;
border-style: inset;
}



#header{
color: black;
border: 2px solid;
left: 50%;
margin-left: -400px;
height: 150px;
width: 800px;
background-image: url('bilder/header.jpg');
position: absolute;
}

#navi{
position: absolute;
color: black;
border: 2px solid;
left: 50%;
margin-left: -400px;
margin-top: 160px;
background-color: 1E90FF;
height: 1100px;
width: 150px;
text-align: center;
font-size: 11pt;
}

#content{
position: absolute;
color: black;
border: 2px solid;
left: 50%;
margin-left: -240px;
margin-top: 160px;
background-color: 6495ED;
height: 1100px;
width: 640px;
}

#bottom{
position: absolute;
color: black;
border: 2px solid;
left: 50%;
margin-left: -400px;
width: 800px;
margin-top: 1270px;
font-size: 8pt;
background-color: 7B68EE;
text-align: center;
}

#contenthead{
font-size: 20pt;
font-family: comic sans;
color: BA55D3;
text-align: center;
}

