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

body {
background-image: url(../images/bakgrund_mur2.jpg);
background-position:top center;
background-repeat:no-repeat;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:80%;
letter-spacing:1px;
background-color:#d6d6d6;
}

a, a:link, a:visited {
text-decoration: none;	
color: #ba202a;
}

a:hover, a:active {
text-decoration: none;	
color: black;
}

img {
	border: 0px;
}

/* OMRÅDEN MM*/

#content {
width: 1000px;
margin: 0 auto;
height: auto;
position: relative;
border: 0px solid red;
}

#top {
background-image: url(../images/top.png);
background-repeat:no-repeat;
position: relative;
width: 908px;
height: 230px;
margin: 0 auto;
text-align:center;
}

#meny {
position: absolute; 
bottom: 15px;
text-align:right;
right: 87px;
border: 0px solid green;
width: 430px;
height: 30px;
letter-spacing:3px;
}

#mid {
	margin: 0 auto;
	text-align:center;
width: 908px;
height: auto;
background-image: url(../images/midbg.png);
background-repeat:repeat-y;
}

#midcontent {
	text-align:left;
width: 770px;
margin: 0 auto;
}


#footer {
	text-align:center;
margin: 0 auto;
width: 908px;
height: 92px;
background-image: url(../images/footer.png);
background-repeat:no-repeat
}

.footertext {
	clear:both;
	text-align:center;
	margin:0 auto;
	padding: 10px;
width: 700px;
height: auto;
border-top:1px solid black;
}

.right {
	width: 395px;
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

.liten {
font-size:0.6em;	
}

.space {
height: 20px;
width: 400px;
margin: 0 auto;
text-align: center;
border: 0px solid blue;
}



/* TEXT MM */

a.meny:link, a.meny:visited {text-decoration:none; color: #ba202a;}
a.meny:active, a.meny:hover {text-decoration:none; color: black;}

a.menyactive:link, a.menyactive:visited {text-decoration:none; color: black;}
a.menyactive:active, a.menyactive:hover {text-decoration:none; color: black;}