/* Info ----------------------------
CSS
Jonny Strömberg
http://www.jonnystromberg.se
http://www.poseinteractive.se
------------------------------------*/	

/* Allmänt
------------------------------------*/	
* 				{ margin:0; padding:0;}
body 			{ background:url(pix/bg_body.jpg) #fff; 
				  font-size:small;}	
* html body { font-size:x-small; f\ont-size:small; }

li 			{ list-style-type:none;}
	
/* Länkar
------------------------------------*/	
a:link 		{ text-decoration:none; color:#030368; font-weight:bold; }
a:active 	{ text-decoration:none; color:#030368; font-weight:bold; }
a:visited 	{ text-decoration:none; color:#030368; font-weight:bold; }
a:hover 		{ text-decoration:none; color:#1515bb; font-weight:bold;}	
a img 		{ border:0;}

/* Typografi
------------------------------------*/	
h1 { 
	font:bold 135%/1.5 arial, sans-serif; 
	color:#000;}
h2 { 
	font:bold 115%/1.5 arial, sans-serif; 
	color:#000;}	
p {
	font:normal 107%/1.4 arial, sans-serif; 
	margin-bottom:14px;
	color:#222;}
	
/* WRAP
************************ */	
div#wrap {
	background: url(pix/bg_content.jpg) right repeat-y;
	margin:0 auto 0 auto;
	width:708px;}
/* SvartRam
************************ */		
.SvartRam {
	border: 1px solid #000000;
}

/* LOGO
************************ */		
h1#logo {	
	background:url(pix/bg_top.jpg) no-repeat transparent; 
	padding:20px 0 20px 0;
	margin:0;}
h1#logo a{
	display:block;
	height:103px;}
h1#logo span {
	display:none;}

/* MENY
************************ */			
ul#menu  {
	width:179px;
	float:left;
	display:inline;
	margin:-10px 0 0 16px;
	_margin:-10px 0 0 0;}
ul#menu li {
	background: url(pix/icon_skull2.gif) no-repeat left;
	color:#000;
	height:36px;
	margin:0;}	
ul#menu li a {
	background: url(pix/icon_skull3.gif) no-repeat left;
	font:bold 135%/35px arial, "trebuchet ms", sans-serif;
	display:block;
	height:35px;
	padding-left:45px;
	margin-top:1px;}	
ul#menu li a:hover {
	background:none;}
ul#menu li a.aktiv,
ul#menu li a.aktiv:hover {
	background: url(pix/icon_skull.gif) no-repeat left;}
	
/* INNEHÅLL
************************ */	
div#content {
	float:right;
	display:inline;
	width:458px;
	margin-right:25px;}
			
/* BOTTEN
************************ */		
ul#bottom {
	background: url(pix/bg_bottom.jpg) repeat-y transparent;
	height:46px;
	clear:both;
	float:center;
	padding:35px 30px 0 30px;}
ul#bottom li {
	font:normal 85% arial, sans-serif; 
	display:inline;
	color:#fff;
	margin-right:7px;}
ul#bottom li a {
	color:#fff;}
ul#bottom li a:hover {
	color:#999;}