@charset "utf-8";
/* Webbplats skapad av Peter Mattsson */

/*Tar bort all margin, padding och border från webbplatsen */
*		
{
margin:0;
padding:0;
border:0;
}

/* html och body sätter font-size till att motsvara 10px = 1em */
html
{font-size:125%;
}

body
{font-size:50%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#000000;
background-image:url(bilder/bakgrundsbild.jpg);
}

p, tr
{
font-size:1.4em;
margin-bottom:10px;
}

table
{
margin-bottom:10px;
}

h1
{
font-family:"Times New Roman", Times, serif;
font-size:2.5em;
color: #3D7399;
letter-spacing:2px;
margin-bottom:15px;
}

h2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.4em;
color: #3D7399;
margin-bottom:10px;
}

/*wrapper omsluter alla boxar och centrerar webbplatsen*/
#wrapper	
{width:900px;
margin:auto;
border:solid 2px #3D7399;
min-height:100%;
background-color:#ffffff;
}

/*logga används för att placera logotypen */
#logga
{width:300px;
height:300px;
background-image:url(bilder/logga.jpg);
float:left;
}

/*header används för att skapa plats åt varje sidas bild i sidhuvudet*/
#header
{width:600px;
height:300px;
float:left;
}

#content
{
width:590px;
min-height:340px;
overflow:visible;
padding-right:10px;
float:left;
}

#footer
{
width:600px;
height:80px;
text-align:center;
clear:left;
margin-left:300px;
padding-top:10px;
}

#footer p
{
font-size:1.2em;
color:#3D7399;
}

#footer a:link
{
text-decoration:underline;
color:#3D7399;
}

#footer a:visited
{
text-decoration:underline;
color:#3D7399;
}

#footer a:hover
{
text-decoration:none;
color:#3D7399;
}

#footer a:active
{
text-decoration:underline;
color:#3D7399;
}

a:link
{
color:#000000;
text-decoration:underline;
}

a:visited
{
color:#000000;
text-decoration:underline;
}

a:hover
{
color:#BDD076;
text-decoration:none;
}

a:active
{
color:#000000;
text-decoration:underline;
}
/*meny håller menyn på plats */
#meny
{width:300px;
height:320px;
/*background-color:#00CCFF;*/
float:left;
}

/*tar bort punkterna från listan (menyn)*/
#meny ul
{
list-style:none;
}

/*Ser till att länkarna i menyn blir block */
#meny li
{
width:300px;
height:40px;
/*background-color:#CCCC00;*/
}

#meny a
{
display:block;
font-family:"Times New Roman", Times, serif;
font-size:3em;
text-align:center;
text-decoration:none;
color: #3D7399;
line-height:40px;
letter-spacing:2px;
}

#meny a:link
{
color: #3D7399;
}

#meny a:visited
{
color: #3D7399;
}

#meny a:hover
{
color:#BDD076;
}

#meny a:active
{
color: #3D7399;
}

input, textarea
{
border: solid 1px #000000;
padding: 3px;
}
