/* (c) Copyright SexGratisprodukter.se 2008 - Design av Robert Roos Roosweb.se */

body {
background-image: url(gfx/background3.png);
background-repeat: repeat;
background-color: #cecece;
font-family: Trebuchet MS, Verdana, Tahoma, Arial;
font-size: 13px;
color: #86878b;
margin-top: 0px;
}


/* DIV-Formateringar */


#Header {
width: 922px;
height: 155px;
background-image: url(gfx/Header.png);
margin: 0px auto;
}

#Content {
width: 882px;
padding-left: 20px;
padding-right: 20px;
background-image: url(gfx/ContentBG.png);
margin: 0px auto;
}

#Meny {
width: 170px;
border: 0px solid;
float: left;
}

#MainShow {
width: 695px;
border: 0px solid;
float: right;
}

#Footer {
width: 902px;
height: 47px;
padding-top: 50px;
padding-left: 20px;
background-image: url(gfx/Footer.png);
margin: 0px auto;
color: #ffffff;
}


/* Länk-Formateringar */

.meny {
text-decoration: none;
color: #000000;
font-size: 12px;
}

.meny:hover {
text-decoration: underline;
color: #4fc2f0;
font-size: 12px;
}

a {
color: #000000;
}

/* TEXT-Formateringar */

h1 {
font-size: 18pt;
font-weight: bold;
color: #009999;
letter-spacing: -1px;
}

h2 {
font-size: 15pt;
font-weight: bold;
color: #009999;
letter-spacing: -1px;
}