/* Body */
body {
background-image: url(images/bg.gif);
background-position: left; background-color: #632129;
background-repeat: repeat-y; background-attachment: fixed;
margin: 0px; padding: 0px;
font-family:Georgia;
}


/* Globala inställningar */
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #000000;}
a:hover {text-decoration: underline; color: #000000;}


/* HR */
hr {
color: #632129;
background-color: #632129;
height: 1px;
border: none;
}


/* Meny */
.meny {
position: absolute;
width: 135px; margin-left: 5px; margin-top: 5px;
color: #FFF7DE; font-weight: bold;
border: 0px solid;
} 
.meny a {
display: block; 
position: relative;
margin-bottom: 10px;
text-decoration: none; color: #FFF7DE;
border: 0px solid;
}


/* Innehåll */
.content {
position: absolute;
width: 650px; margin-left: 162px;
font-family:Georgia;
border: 0px solid;
}
.content a img {
border: 0px solid black;
}


/* Innehåll - Välkommen */
.welcomepic-hus {
position: absolute;
background: url(images/hus.gif) no-repeat;
width: 264px; height: 182px;
margin-top: 35px; margin-left: 190px;
border: 0px solid;
}
.welcomepic-text {
position: absolute;
background: url(images/text.gif) no-repeat;
width: 264px; height: 113px;
margin-top: 35px; margin-left: 500px;
border: 0px solid;
}
.welcometext {
position: absolute;
width: 264px;
margin-top: 165px; margin-left: 500px;
font-family:Georgia;
text-align: center;
border: 0px solid;
}
.welcometextinfo {
position: absolute;
width: 590px;
margin-top: 300px; margin-left: 190px;
font-family:Georgia;
text-align: center;
border: 0px solid;
}
.welcometext a img {
border: 0px solid black;
}
.welcomepic-ad {
position: absolute;
background: url(images/ad_S.png) no-repeat;
width: 590px; height: 642px;
margin-top: 240px; margin-left: 190px;
border: 0px solid;
}
.welcomebottom {
position: absolute;
width: 590px; height: 20px;
margin-top: 882px; margin-left: 190px;
border: 0px solid;
}