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.gif);
	background-repeat: repeat-x; 

}

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


.maintable {

	width: 800px;
	background: #FFFFF;
	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 */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 15px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 15px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */








/* GRAY HOVER */
.bubplastic.gray ul li a:hover,
.bubplastic.gray ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top left no-repeat;
}
.bubplastic.gray ul li a:hover span.menu_ar,
.bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-gray.gif) top right no-repeat;
}


#test li {
	display: block;
	border: solid 1px red;
}                    






/******* 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;
}

