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

html {
height:100%
}

a {
color:#58988a;
text-decoration:none;
font-size:11px;
}

a:hover {
color:#c8ede5;
}

body {
background-image:url(../bild/bg.jpg);
background-color:#023c12;
margin:0px;
padding:0px;
height:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

.h2 {
font-size:14px;
}

.rubrik {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
height:20px;
margin-bottom:20px;
width:20%;
border-bottom:1px solid #899874;
}

.text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
height:auto;
padding-bottom:20px;
width:700px;
}

.block {
width:400px;
height:auto;
padding:10px;
border:1px solid #626b56;
background-color:#a3b091;
}





#header {
width:100%;
height:120px;
background-image:url(bild/headerbg.png);
background-repeat:repeat-x;
}

#meny {
width:100%;
margin-top:10px;
}

#wrap {
margin:0px;
padding:0px;
width:100%;
height:80%;
}

#mainstart {
background-image:url(bild/mainstart.png);
background-repeat:no-repeat;
width:900px;
height:113px;
margin-top:0px;
}

#main {
width:900px;
height:auto;
background-image:url(bild/mainBG.png);
background-repeat:repeat-y;
margin:0px;
}

#main a {
color:#000;
text-decoration:underline;
}

#main a:hover {
color:#666666;
text-decoration:underline;
}

#mainslut {
background-image:url(bild/mainslut.png);
background-repeat:no-repeat;
width:900px;
height:70px;
margin:0px;
}

#footer {
width:860px;
height:50px;
padding-left:20px;
padding-right:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#256d39;
}

#footer a{
font-size:10px;
}

#skugga {
	height:80px;
	width:100%;
	background-image:url(bild/underbg.png);
	background-repeat:repeat-x;
	position:absolute;
	bottom:0px;
	visibility: hidden;
}

