@charset "utf-8";
/* CSS Document */

/* nollställ marginaler och indrag för alla element - inklusive listor 
   Läs t.ex. http://www.clagnut.com/blog/1287/  om du inte sett denna förr  */
* {margin:0;padding:0;} 
/* Grundinställningar för visningsytan */
html,body {
background-image:url(gfx/back.jpg);
background-position:top center;
background-attachment:fixed;
background-repeat:repeat-x;
	color: #000; 
	background-color:#000;
	height:100%; /* se till att vi kan utnyttja hela visningsytan */
	text-align:center;  /* centrera #container a'la bluerobot.com del 1 */}
p {
font-family: arial;
font-size: 12px; line-height: 18px;
color: #424242; background-color:transparent;
padding: 5px 10px 5px 10px;
}
#container {
background-color:#FFF;
width:962px; /* innehållets totala bredd */
min-height:100%;  /* ta upp hela sidan (se MISIE-hack nedan) */
background-image:url(bakgrund_tvaspalt.gif); /* Se alistapart.com "faux columns" */
margin:0 auto;  /* centrera #container a'la bluerobot.com del 2 */
text-align: left; /* ... och del 3 */
}
 
#header{
padding: 100px 140px 0px 140px;
height: 120px;
background-color:#FFF;
}
#menu {
padding: 0px 140px 0px 140px;
text-align:center;
margin-top:0px;
height: 17px;
background-color:#FFF;
}
#main {
padding: 10px 140px 50px 140px;
background-color:#FFF;
}
/* sidfotsmek */
#belowthebottom {
  height:105px;  /* samma som #bottom */
	clear:both;
	text-align:center;
}
#bottom{
width:962px;
height: 105px; /* height = p height + p margin-top + p margin-bottom */
background-color:#FFF;
margin-top:-105px; /* samma som height */
margin-left:auto;
margin-right:auto;
}
 
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #424242;

}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a.menulink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.menulink:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.menulink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menulink:hover {
	text-decoration: none;
	color: #999999;
}
a.menulink:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style2 {
	font-size: 10;
	font-style: italic;
	text-transform: uppercase;
}
.style3 {font-size: 22px;
line-height: 26px;
}

