
body {font-family: Verdana; font-size: 12px;}
p {font-family: Verdana; font-size: 12px;}
td {font-family: Verdana; font-size: 13px; line-height: 18px;}
li {font-family: Verdana; font-size: 12px;}


a:link { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none; }
a:active { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none; }
a:visited { font-family: Verdana; font-size: 11px; color: #000000; text-decoration: none; }
a:hover { font-family: Verdana; font-size: 11px; color: #666666; text-decoration: none; }

h1 { font-family: Verdana; text-decoration: cursive; font-weight: bold; color: #333; font-size: 20px; padding: 0px; padding-bottom: 0px; margin: 0px;}
h2 { font-family: Verdana; text-decoration: cursive; font-weight: bold; color: #666; font-size: 14px; padding: 0px; padding-bottom: 0px; margin: 0px;}
h3 { font-family: Verdana; font-size: 16px } 

body {
 	margin:0 auto;
	padding:0;
	font:100% Verdana,Tahoma,Arial,sans-serif;
	background: #fff;
	margin-right: auto; 
	margin-left: auto;
	background: url(images/bg.png);
	background-repeat:repeat-x;
	background-position: top left; 
}


.content {
	width: 1000px;
	background: #fff;
	padding: 7px;
}

.main_center {
	height: 100%;
	width: 980px;
	margin-right: auto; 
	margin-left: auto;
}


.maintable {
	width: 100%;
	background: url(images/header_bg.gif) #000;
	border-bottom: 3px solid #000;
	height: 100px;
	margin-right: auto; 
	margin-left: auto;
}


.minimeny {

	padding: 5px;
	color: #fff;
	font-weight: bold;
	background: url(images/menu_bg.gif) #000;

}

#nyhetsbild {
	background-color: #ffffff;
	width: 200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	float: right;
}


.paddingleft {
	padding-left: 7px;
}

.paddingtop {
	padding-top: 7px;
}


/* ######### STYLE FÖR MENY ######### */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
width: 728px;
overflow: hidden;
border-bottom: 3px solid #000; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: #fff;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #000; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

.mattblacktabs li .current{
	color: #fff;
	background: #000;
}




/* ######### STYLE FÖR RATING ######### */

.rating{
width:80px;
height:16px;
margin:0 0 20px 0;
padding:0;
margin: 0;
list-style:none;
clear:both;
position:relative;
background: url(images/star_rate.jpg) no-repeat 0 0;
}
ul.rating li {
cursor: pointer;
/*ie5 mac doesn't like it if the list is floated but ie6 does\*/
float:left;
/* end hide*/
text-indent:-999em;/* hide text*/ 
}
ul.rating li a {
position:absolute;
left:0;
top:0;
width:16px;
height:16px;
text-decoration:none;
z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;} 

.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px} 

ul.rating li a:hover {
z-index:2;
width:80px;
height:16px;
overflow:hidden;
left:0; 
background: url(images/star_rate.jpg) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -16px;}
ul.rating li.two a:hover {background-position:0 -32px;}
ul.rating li.three a:hover {background-position:0 -48px}
ul.rating li.four a:hover {background-position:0 -64px}
ul.rating li.five a:hover {background-position:0 -80px} 



/* ######### STYLE FÖR MENYN ######### */


ul#thicktabs {
width:728px;
background-image:url(images/pinkbg1.gif);
background-repeat:repeat-x;
border-top: 1px solid #d3bdbe; /*top border style*/
border-bottom: 1px solid #d3bdbe; /*top border style*/
margin: 0;
padding: 0;
float: left;
font-weight: bold;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #FFFFFF;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/pinkbg.gif) top right no-repeat;

}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: #FFFFFF;
}

#thicktabs li a:hover{
color: #FFFFFF;
background-image: url(images/pinkbgover.gif); /*background image swap on hover*/
}

<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->



/* ######### TOOLTIP ######### */

a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:5px; margin-left:8px; width:200px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}





/* ######### MENY HOOVER ######### */

.hoverbg a{
width: 100%; /*Define width for IE6's sake*/
border-bottom: 3px solid #000;
}

html>body .hoverbg a{ /*Non IE rule*/
width: auto;
}

.hoverbg a:hover{
border-bottom: 3px solid #CC0000;
color: black;
}


/* ######### BAKGRUND TILL STARTSIDA MOUSEOVER ######### */
td.off {
background: url(images/body_bg.png); #CCCCCC;
}

td.on {
background: url(images/hover_body_bg.png); #CCCCCC;
}



/* ######### STYLE FÖR BILDFÖRSTORING ######### */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	



/******* Kategorimeny  ********/


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border-bottom: 1px solid #C0C0C0;
border-bottom-width: 0;
width: 230px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 5px 3px 5px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
color: black;
}