#page{
width: 1000px;
height: 1030px;
}

#header{
position: absolute;
width: 1000px;
left: 0px;
height: 130px;
background-color: #A12930;
}



#mitten{
position: absolute;
width: 925px;
left: 75px;
height: 100px;
top: 10px;
background-color: #A12930;
}


#leftcol{
position: absolute;
top: 130px;
left: 0px;
width: 200px;
height: 900px;
background-color: #A12930;
}

#maincol{
position: absolute;
top: 130px;
left: 205px;
width: 495px;
height: 900px;
background: #A12930;
}

#rightcol{
position: absolute;
top: 130px;
left: 705px;
width: 295px;
height: 900px;
background-color: #A12930;}




.rightbox{
background-color: #A12930;
border-style: none;
border-width: 2px;
padding: 2px;
border-color: red;
height: 800px;
text-align: left;
position: relative;
top: 0px;
left: 30px;
width: 78%;
}


#leftline{
position: absolute;
top: 130px;
left: 200px;
width: 5px;
height: 900px;
background-color: black;
}


#rightline{
position: absolute;
top: 130px;
left: 700px;
width: 5px;
height: 900px;
background-color: black;
}



#toppen {
position: absolute;
left: 200px;
top: 20px;
}

#sidan {
position: absolute;
left: 10px;
top: 50px;
}




.messagebox{
background-color: white;
border-style: solid;
border-width: 2px;
padding: 2px;
border-color: black;
height: 800px;
text-align: center;
position: relative;
top: 50px;
left: 50px;
width: 78%;
}


.leftmenu{
padding-left: 30px;
padding-right: 10px;
font-family: Times new roman;
font-size: 20pt;
font-face: bold;
border-style: none;
border-width: 2px;
padding: 2px;
border-color: gray;

}



a:link {color:black; text-decoration: underline;}
a:visited {color:black; text-decoration: underline;}
a:hover {color:blue; text-decoration: underline;}