/*stylesheet*/


body { background-image:  url('../images/bg.png'); 
font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; 
}

#meny1{
position:absolute;
top:20px;
left:130px;
width:207px;
height:35px;
}
#main{
position:absolute;
top:80px;
left:130px;
width:400px;
height:200px;
}
#main1{
position:absolute;
top:0px;
left:130px;
width:400px;
height:400px;
}
#nav1{
position:absolute;
float:left;
top:-40px;
left:20px;
width:700px;
height:50px;
}
#spelgladjenorr{
position:absolute;
float:left;
top:200px;
left:400px;
width:300px;
height:50px;
}
#spelgladjemellan{
position:absolute;
float:left;
top:220px;
left:400px;
width:300px;
height:50px;
}
#spelgladjesyd{
position:absolute;
float:left;
top:240px;
left:400px;
width:300px;
height:50px;
}
.menylinks a:link, .menylinks a:hover, .menylinks a:active, .menylinks a:visited {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
.menylinks2 {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}
.spelgladje a:link, .spelgladje a:hover, .spelgladje a:active, .spelgladje a:visited {
	color:#FFFFFF;
	font-size:22px;
	text-decoration:none;
	font-weight:normal;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;

}

.frontpage a:link, .frontpage a:hover, .frontpage a:active, .frontpage a:visited {
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
}
/******************************************************************************************************************/



td {

font-family: Trebuchet MS, Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;

font-size: 11pt; 

font-weight: normal; 

font-style: normal; 

line-height: normal; 

//**color: #666666; **//
}      




/******************************************************************************************************************/

 
/* Smal headline; update, secondary navigation, caption 
(Textremsan under sidhuvudet; uppdateringar med datum, navigering, bildtext)  */


h1 {									/* Alla <h1> rubriker får dessa värden på sajten */



font-size: 10pt; 

font-weight: normal; 

font-style: normal; 

line-height: normal; 

color: #000000;}


/******************************************************************************************************************/


/* Content Headline; bold
(Ämnes rubriker för brödtext, fet)*/


h2 {									/* Alla <h2> rubriker får dessa värden på sajten */


font-size: 10pt; 

font-weight: bold; 

font-style: normal; 

line-height: normal; 

color: #666666;}




/******************************************************************************************************************/



a:link { 

color: #000000;
font-size: 11pt; 
font-weight: normal;
text-decoration: none; } /* Alla länkar får dessa värden */

a:visited { 

color: #000000;
font-size: 11pt; 
font-weight: normal;
text-decoration: none; } /* Alla besökta länkar får dessa värden */

a:hover { 

color: #000000;
font-size: 11pt; 
font-weight: normal;
text-decoration: none; } /* När man för musen över länken får den dessa värden*/

a:active { 

color: #000000;
font-size: 11pt; 
font-weight: normal;
text-decoration: none; } /* Alla aktiverade länkar får dessa värden */
