@charset "utf-8";
/* CSS Document */

body{
margin: 0px;
background-color: #a28dd6;
height: 100%;
}

#header{
width: 760px;
height: 210px;
background-image: url(../img/header.jpg);
background-repeat: no-repeat;
margin-left: 35px;
}

#container{
width: 760px;
height: 100%;
min-height: 500px;
float: left;
margin-left: 35px;
}

#menu{
width: 173px;
background-color: #a28dd6;
float: left;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
padding-left: 5px;
padding-right: 5px;
}

#menu_tekst{
width: 135px;
height: 300px;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding-left: 10px;
padding-top: 10px;
line-height: 18px;
}

#main{
width: 557px;
min-height: 520px;
background-color: #ffffff;
padding-top: 5px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
float: left;
color: #7a64b3;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
}



/* INPUTS*/

a.menu:link{
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
a.menu:visited{
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
a.menu:hover{
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}
a.menu:active{
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
}

a.menu:link{
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}
a.menu:visited{
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}
a.menu:hover{
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}
a.menu:active{
color: #ffffff;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}

h1{
font-size: 16px;
}
