body {font-family: Verdana; font-size: 11px; color: 000000;}
td {font-family: Verdana; font-size: 11px; color: 000000;}
li {font-family: Verdana; font-size: 11px; color: 000000;}


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: Arial Black; text-decoration: cursive; font-weight: bold; color: #000000; font-size: 24px; padding: 0px; margin: 0px;}
h2 { font-family: Verdana; font-size: 20px; font-weight: normal; letter-spacing: 1px; }
h3 { font-family: Verdana; font-size: 16px } 



body {
 	margin:20;
	padding:100;
	font:76% Verdana,Tahoma,Arial,sans-serif;
    background-image: url(images/bg.png);
	background-repeat: repeat-x; 


}


#box1 {
	padding: 0px; 
	position: relative;
	left: 10px;
	top: -50px;	
	font-size: 20px;
	cursor: pointer;
	margin: 0;
	color: #fff;
    font-family: "Berlin Sans FB Demi";
	text-transform: uppercase;

}

#box2 {width: 468px; height: 320px; padding: 0px; margin: 0; background: #fff; overflow: hidden;}

#box1_bild {
	padding: 0px; 
	position: relative;
	left: 0px;
	top: -25px;	
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	color: #fff;
    font-family: "Berlin Sans FB Demi";
	text-transform: uppercase;

}
#box2_bild {width: 230px; height: 160px; padding: 0px; margin: 0; background: #fff; overflow: hidden;}

#box_info {width: 200px; padding-left: 10px; float: right;}


.handcursor{
cursor:hand;
cursor:pointer;
}


.maintable {

	width: 800px;
	background: #ececec;
	height: 1000px;
	border-right: 1px solid #666;
	border-bottom: 2px solid #000;
	border-left: 1px solid #ededed;
}



.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}


#senaste {
	background: #f8f8f8;
	padding: 3px;
	border-bottom: 2px solid #fff;
	width: 220px;
}









/* BUBBLE PLASTIC HORIZONTAL MENU */

#menu{
	
	margin: 0;
	padding: 0;
	float: left;
	width: 950px;
	overflow: hidden;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(images/menu_005_bg.jpg) center center repeat-x;

}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
				line-height:30px;
				border:solid #636363;
				border-width:0 2px 0 2px;				
				background:url(images/menu_005_bg.jpg) repeat-x;
				height:35px;
				margin:0 1px 0 0;								
				border-right: 1px solid #fff;
			}
				#menu li a{
					display:block;
					float:left;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					padding:0 25px;
					height:35px;					
				}
					#menu li a:hover{
						color:#fff;
						background:url(images/menu_005_h.jpg) repeat-x;
					}
				#menu li a.current{
					display:block;
					float:left;
					background:url(images/menu_005_h.jpg) repeat-x;					
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					text-decoration:none;
					padding:0 25px;	
				}
					#menu li a:hover.current{
						color:#fff;
					}  



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

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/menu_005_bg.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
text-transform: uppercase;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/menu_005_h.jpg) center center repeat-x;
}






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


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

.wireframemenu{
border-bottom: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 140px;
}

* 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{
background-color: #edf6ff;
color: black;
}





/******* HOVER FÄRG  ********/

.hoverbg{
border-bottom: 1px solid #C0C0C0;
background-color: #fff;
border-bottom-width: 0;
}

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

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

.hoverbg a{
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px dotted #ccc;
padding: 10px 5px 10px 5px;
}

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

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

.hoverbg a:hover{
background-color: #edf6ff;
color: black;
}


/* ######### STYLE FÖR STORA VIMMELBILDEN ######### */

#opacitetsbox {background: #ffffff; padding: 0px; margin: 0; width: 50px;
opacity: 0.5; filter: alpha(opacity=50);}



/* ######### STYLE FÖR VIMMELGALLERI ######### */

#wrapper {
	margin: 0;
	padding: 0;
	width: 468px;
}

#pagination_menu {
	margin: 4px;
	font-size: 10px;
	font-weight: bold;
}

#pagination_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

#pagination_menu li {
	display: inline;
	margin: 0 2px;
}

#pagination_menu li a {
	padding: 3px;
	text-decoration: none;
	background-color: #EEE;
	border: #CCC 1px solid;
}

#pagination_menu li.active {
	padding: 3px;
	background-color: #70a0cb;
	color: #FFF;
	border: #205380 1px solid;
}


#image_kom {
	float: left;
	float-left;
}


#image_range {
	float: right;
	float-right;
}

.thumb_img {
	width: 150px;
	height: 100px;
	border: #666 1px solid;
}

/**********************************
* Image page
**********************************/

#full_image {
	border: #000000 2px solid;
	width: 718px;
}

.scroll_bar { 
	margin: 10px 0;
	padding-left: 5px;
	font-size: 14px;
}

.scroll_bar a 			{ font-size: 14px; text-decoration:none }
.scroll_bar a:hover 	{ font-size: 14px; text-decoration:underline }



/* ######### STYLE FÖR INLOGGADMENYN ######### */

/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/


	ul#chromemenu2 {
		width:940px;
		background-image:url(images/menu_007_blank.jpg);
		display:block;
		float:left;		
	}


	#chromemenu2{
		width:100%;
	}
		#chromemenu2 ul{
			list-style:none;
			margin:0;
			padding:0;
		}
			#chromemenu2 li{
				list-style:none;
				display:block;
				float:left;
			}
				#chromemenu2 li a{
					display:block;
					float:left;
					height:33px;
					color:#fff;
					text-transform:uppercase;
					cursor:pointer;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_007_left.jpg) no-repeat left;
					line-height:33px;
					padding:0 0 0 5px;
					text-decoration:none;
				}
				#chromemenu2 li a span{
					display:block;
					float:left;
					background:url(images/menu_007_right.jpg) no-repeat right;
					height:33px;
					color:#fff;
					line-height:33px;
					padding:0 14px 0 6px;
				}
					#chromemenu2 li a:hover{
						display:block;
						float:left;					
						background:url(images/menu_007_left_h.jpg) no-repeat left;
						height:33px;
					}
					#chromemenu2 li a:hover span{
						display:block;
						float:left;					
						background:url(images/menu_007_right_h.jpg) no-repeat right;
						color:#fff;
						height:33px;
					}
				#chromemenu2 li a.current{
					display:block;
					float:left;
					height:33px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(images/menu_007_left_h.jpg) no-repeat left;
					line-height:33px;
					padding:0 0 0 5px;
					text-decoration:none;
				}
				#chromemenu2 li a.current span{					
					display:block;
					float:left;
					background:url(images/menu_007_right_h.jpg) no-repeat right;
					height:33px;
					color:#fff;
					line-height:33px;
					padding:0 14px 0 6px;
				}



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

.dropmenudiv_logged{
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #000000;
width: 200px;
visibility: hidden;
}

.dropmenudiv_logged a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
font-weight: bold;
padding-left: 7px;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv_logged a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_logged a:hover{ /*THEME CHANGE HERE*/
background: #555555;
color: #ffffff;
text-decoration: none;
}
.dropmenudiv_logged a:visited{ /*THEME CHANGE HERE*/
color: #ffffff;
text-decoration: none;
}
