a:link { color: #000080 } /* Vanlig länk */
a:visited { color: #000080;} /* Besökt länkt */
a:hover { color: #000080;} /* Mus över länken */
a:active { color: #000080;} /* Aktiv länk */
a:link { text-decoration: none}
a:visited { text-decoration: none}
a:active { text-decoration: none}
a:hover { text-decoration: none}

body{
	padding: 0;
    color:             black;
    background-color: #94C7F6;
	font-family: verdana;
	margin:0px;
	margin-left:0px;
	margin-top:20px;
	font-size:10px;

}

table{
	font-family: verdana;
	margin:0px;
	font-size:10px;
}

#master{
position:absolute;
width:1100px;
height:100px;
left:50%;
margin-left:-550px;


}

#slave{
position:relative;
background-image:url("img/bg_shad.png");
width:1072px;

padding-left:13px;
padding-right:13px;

}

#top{
position:relative;
background-image:url("img/top.png");
width:1100px;
height:342px;

}

#bottom{
position:relative;
background-image:url("img/bottom.png");
width:1100px;
height:38px;
text-align:center;
font-size:10px;
padding-top:10px;

}

#head{

width:1032px;
padding:20px;

}

#meny{
position:relative;
background-image:url("img/meny_bg.gif");
width:1074px;
height:23px;

}

#navigation{
padding-left:20px;
padding-top:0px;
}

.navigation{
font: bold 10px Verdana;
width: 100%; /*leave this value as is in most cases*/
}

.navigation ul{
margin: 0;
padding: 0;
float: left;
width: 80%; /*width of menu*/
border-width: 1px 0;

}

.navigation ul li{
display: inline;
}

.navigation ul li a{
float: left;
color: white; /*text color*/
padding: 5px 10px;
text-decoration: none;

}

.navigation ul li a:visited{
color: white;
}

.navigation ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/

background: url("img/meny_bg_hover.png") center center repeat-x;
}
