
	/* den gyllene regeln
	ej blanda samman de olika enheter exempel 100% + 1px
	 */


	/* fix för Internet Explorer */

html{
	overflow: auto;
}

	/* body */
body{

		/* fix för Internet Explorer */
	margin: 0px;
	padding: 0px;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #080808;
	/* fix för Internet Explorer */
	font-size: 100%;
	min-height: 100%;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
	 }

.container{

	/* fix för Mozilla Firefox centera box */
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	}


.containermenu{

	padding-bottom: 15px;
	margin-top: 40px;
	}

.logo{

	width: 85px;
	float: left;
	padding-right: 25px;
	margin-top: -35px;
	}


.logo a img{

	border: 0px;
	}


.menu{

	float: left;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	}

.menu ul{

	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	}

	/*Top level list items*/
.menu ul li{

	position: relative;
	display: inline;
	float: left;
	}

.menubutton:link, .menubutton:visited{

	display: block;
	color: silver;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
	text-decoration: none;
	margin-bottom: 0px;
	font-size: 14px;
	padding-right: 33px;
	text-align: left;
	letter-spacing: 2px;
	}

 .menubutton:active, .menubutton:hover, .menubutton:focus{

	display: block;
	color: #d5bf59;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
	text-decoration: none;
	margin-bottom: 0px;
	font-size: 14px;
	padding-right: 33px;
	text-align: left;
	letter-spacing: 2px;
	}

.menusub:link, .menusub:visited{

	font-size: 12px;
	margin: 0px;
	background-color: #080808;
	display: block;
	color: silver;
	width: 160px; /*width of sub menus*/
	padding: 4px 5px;
	text-decoration: none;
	}

.menusub:active, .menusub:hover, .menusub:focus{

	 font-size: 12px;
	 margin: 0px;
	 background-color: #080808;
	 display: block;
	 color: #d5bf59;
	 width: 160px; /*width of sub menus*/
	 padding: 4px 5px;
	 text-decoration: none;
	 }



/*1st sub level menu*/
.menu ul li ul{

	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background-color: #080808;
   }

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li{

	display: list-item;
	float: none;
	}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul{

	top: 0;
	}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{

	position: absolute;
	top: 7px;
	right: 5px;
	}

.rightarrowclass{

	position: absolute;
	top: 5px;
	right: 5px;
	}


.logo2022{

	float: right;
	width: 104px;
	}



.logo2022 a img{

	border: 0px;
	}

.border_0{

	border: 0px;
	}


.partner_img{

	border: 1px solid #1d1d1d;
	margin-top: 15px;
	margin-right: 25px;
	background-color: white;
	}

.line2{


	background-image: url(/assets/image/line.gif);
	background-position: top 196px;
	background-repeat: repeat-y;
	width: 600px;
	height: 300px;
	}

.line1{
	padding-top: 5px;
	background-image: url(/assets/image/line.gif);
	background-position: top 404px;
	background-repeat: repeat-y;
	width: 600px;
	height: 300px;
	}

.clear{

	height: 0px;
	clear: both;
	}

.containerall{

	border: 1px solid #1d1d1d;
	margin-top: 0px;
	background-color: black;
	padding-top: 15px;
	color: silver;
	padding-bottom: 25px;
	}

.bigtitle{

	float: left;
	color: silver;
	padding-bottom: 10px;
	padding-left: 28px;
	font-size: 18px;
	width: 588px;
	}

.bigtitle1{

	color: #d5bf59;
	padding-bottom: 5px;
	padding-left: 28px;
	font-size: 18px;
	}

.bigtitle2{

	color: silver;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 18px;
	}

.smalltitle{

	color: silver;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0px;
	}

.bigtitle3{

	color: silver;
	padding-bottom: 5px;
	padding-left: 28px;
	font-size: 18px;
	}

.bigtitle4{

	color: silver;
	padding-bottom: 15px;
	padding-left: 25px;
	font-size: 18px;
	}

.bigtitle5{

	color: silver;
	padding-left: 25px;
	font-size: 18px;
	padding-bottom: 15px;
	padding-top: 15px;
	display: block;
	height: 1em;
	}

.datum{

	color: silver;
	font-size: 12px;
	}

.text{

	color: silver;
	font-size: 12px;
	}

.text1{

	color: silver;
	font-size: 14px;
	padding-left: 2px;
	}

.news_sort{

	color: #807e7f;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 8px;
	}

.news_sort a:link, .news_sort a:visited{

	color: silver;
	font-size: 11px;
	text-decoration: none;
	}

.news_sort a:active, .news_sort a:hover, .news_sort a:focus{

	color: #d5bf59;
	font-size: 11px;
	text-decoration: none;
	}

.cloud{

	padding-left: 25px;
	font-size: 85%;
	padding-right: 25px;
	}

.cloud a:link, .cloud a:visited{

	color: silver;
	text-decoration: none;
	}

.cloud a:active, .cloud a:hover, .news_sort a:focus{

	color: #d5bf59;
	text-decoration: none;
	}

.news_sort span{

	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	font-size: 7px;
	position: relative;
	top: -2px;
	}

.news_sort1{


	color: silver;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 15px;
	}

.news_sort1 a:link, .news_sort1 a:visited{

	color: silver;
	font-size: 11px;
	text-decoration: none;
	}

.news_sort1 a:active, .news_sort1 a:hover, .news_sort1 a:focus{

	color: #d5bf59;
	font-size: 11px;
	text-decoration: none;
	}

.news_sort1 span{

	padding-left: 7px;
	padding-right: 7px;
	padding-top: 0px;
	font-size: 7px;
	position: relative;
	top: -2px;
	}

.media_container{

	padding-left: 25px;
	padding-right: 20px;
	padding-top: 1px;
	}

.media_container1{

	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 1px;
	}


.media_cell_left{

	width: 710px;
	float: left;
	}

.media_cell_left img{

	height: 466px;
	width: 710px;
	}

.media_cell_right{

	width: 186px;
	float: right;
	height: 466px;
	}


.media_cell__right_link{

	display: block;
	float: left;
	margin: 1px;
	}

.media_year_icon{

	display: block;
	float: left;
	margin: 1px;
	}

.media_year_icon1{

	border: 1px solid #1d1d1d;
	margin-right: 17px;
	margin-bottom: 17px;
	padding: 3px;
	display: block;
	float: left;
	}


.media_cell__right_img{

	border: 0px;
	width: 77px;
	height: 60px;
	}

.media_index_link:link, .media_index_link:visited{

	color: silver;
	text-decoration: none;
	display: block;
}

.media_index_link:active, .media_index_link:hover, .media_index_link:focus{

	color: #d5bf59;
	text-decoration: none;
	display: block;
}



.voters, .partner_info{

	float: left;
	width: 318px;
	}

.voters_container{

	padding-bottom: 10px;
	padding-right: 25px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 265px;
	}

.voters_smallbox{

	padding-bottom: 15px;
	}

.voters_smallbox_inne{

	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	}

.banner1{

	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 20px;
	color: silver;
	text-align: center;
	font-size: 10px;
	height: 307px;
	float: right;
	width: 211px;
	border: 0px;
	}


.voters_smallbox_img{

	 float: left;
	 padding-right: 8px;
	width: 85px;
	border: 0px;
	height: 65px;
	}


.voters_smallbox_box{

	 color: silver;
	 float: left;
	 width: 170px;
	 height: 2em;
	}

.voters_smallbox_textarea{

	font-size: 14px;
	color: silver;
	padding-bottom: 6px;

	}

.voters_smallbox_textarea1{


	color: silver;
	padding-bottom: 6px;
	float: left;
	}
	
.read_more3:link, .read_more3:visited{

	color: silver;
	font-size: 13px;
	text-decoration: none;
	}

.read_more3:active, .read_more3:hover, .read_more3:focus{

	color: #d5bf59;
	font-size: 13px;
	text-decoration: none;
	}


.read_more4:link, .read_more4:visited{

	color: silver;
	font-size: 10px;
	text-decoration: none;
	}

.read_more4:active, .read_more4:hover, .read_more4:focus{

	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
	}


.voters_smallbox_read_more{

	padding-top: 8px;
	}

.bignewscontainer{

	float: left;
	width: 642px;
	color: silver
	}

.bignewsinnecontainer{

	padding-left: 25px;
	padding-right: 25px;
	padding-top: 0px;
	padding-bottom: 25px;
	}

.container_contact{

	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	}

.container_contact_form{

	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	width: 500px;
	}

form{

	margin: 0px;
	padding: 0px;
	}

.contact_form_label{

	font-size: 12px;
	display: block;
	width: 99%;
	padding-top: 12px;
	color: silver;
	margin-bottom: 4px;
	}

.contact_form_textarea{

	width: 99%;
	border: 1px solid #1d1d1d;
	color: #d5bf59;
	background-color: black;
	overflow: auto;
	}

.contact_form_submit{

	background-color: #92773e;
	border: 0px;
	color: black;
	float: right;
	width: 4.3em;
	background-image: url(/assets/image/bottom.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 1px;
	font-weight: bold;
	}

.containerboxs{

	margin-top: 12px;
	}

.box{

	float: left;
	color: silver;
	width: 298px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 12px;
	border: 1px solid #1d1d1d;
	background-color: #000000;
	}


.box1{

	float: left;
	color: silver;
	width: 298px;
	background-color: #000000;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 8px;
	padding-top: 12px;
	border: 1px solid #1d1d1d;
	margin-left: 5px;
	}


.table{

	border: 0px;
	border-spacing: 0px;
	}

.table1_tr{

	padding-left: 8px;
	font-size: 12px;
	padding-right: 8px;
	}




.box1 a, .box a{


	height: 74px;
	width: 115px;
	}

.box1 img{

	border: 0px;
	float: left;
	height: 74px;
	width: 115px;
	}

.box img{

	border: 0px;
	float: left;
	height: 74px;
	width: 115px;
	}

.box_container_link{

	text-align: left;
	padding-top: 5px;
	}

.box_textarea{

	float: left;
	padding-left: 12px;
	font-size: 14px;
	padding-top: 22px;
	width: 160px;
	text-align: left;
	}

.box1_textarea{

	float: left;
	padding-left: 12px;
	font-size: 10px;
	width: 160px;
	padding-top: 22px;
	color: #d5bf59;
	width: 160px;
	text-align: left;
	}

.read_more1:link, .read_more1:visited{

	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
	}

.read_more1:active, .read_more1:hover, .read_more1:focus{

	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
	}

.read_more2:link, .read_more2:visited{

	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
	}

.read_more2:active, .read_more2:hover, .read_more2:focus{

	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
	}

.read_more1:link, .read_more1:visited{

	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
	}

.read_more1:active, .read_more1:hover, .read_more1:focus{

	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
	}


.read_more:link, .read_more:visited{

	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
	}

.read_more:active, .read_more:hover, .read_more:focus{

	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
	}




.foot{


	color: silver;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	}

.foot_sp{

	color: #d5bf59;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	}

.foot_sp1{

	color: silver;
	font-size: 10px;
	font-weight: normal;
	margin-top: 0px;
	}	
	
.foot  span{

	font-size: 7px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	margin-top: 0px;
	top: -1px;
	position: relative;
	}


.foot_a:link, .foot_a:visited{

	text-decoration: none;
	color: #d5bf59;
	margin-top: 0px;
	}

.foot_a:active, .foot_a:hover, .foot_a:focus{

	text-decoration: none;
	color: #d5bf59;
	margin-top: 0px;
	}



/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.box_news{

	height: 342px;
	width: 307px;
	}

	
.flexcroll{


}

#mycustomscroll2{

width: 186px;
height: 466px;
}

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {
 width: 16px;
 background-color: black;
 background-repeat: repeat-y;
 background-position: 0px 0px;
 background-image: url(/assets/image/basebarcaps_verticalbarbody.png);

}
.vscrollerbar {
	width: 16px;
	background-color: #99CBCB;
 	 background-repeat: repeat-y;
    background-position: -16px 0px;
    background-image: url(/assets/image/basebarcaps_verticalbarbody.png);
	}
.hscrollerbase {
height: 16px;
background: #D7EBDF url(/assets/image/basebarcaps_verticalbarbody.png) repeat-x 0px -16px;

}
.hscrollerbar {
height: 16px;
background: #99CBCB url(/image/basebarcaps_verticalbarbody.png) 0px -25px repeat-x;
}
.vscrollerbar, .hscrollerbar {
padding: 18px 13px;
z-index: 2;
}
.vscrollerbarbeg {
background: url(/assets/image/basebarcaps_verticalbarbody.png) -48px -31px no-repeat;
width: 16px;
height: 19px !important;
}
.vscrollerbarend {
background: url(/assets/image/basebarcaps_verticalbarbody.png) -48px 0px no-repeat;
width: 16px;
height: 19px;
}
.hscrollerbarbeg {
background:  url(/assets/image/basebarcaps_verticalbarbody.png) -65px -15px no-repeat;
height: 16px;
width: 16px !important;
}
.hscrollerbarend {
background: url(/assets/image/basebarcaps_verticalbarbody.png) -30px -15px no-repeat;
height: 16px;
width: 16px;
}
.scrollerjogbox {
width: 16px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #4E727C url(horizontalbarbody_cornerjog.png) 0px 0px;
}
.vscrollerbasebeg {
background: url(/assets/image/basebarcaps_verticalbarbody.png) -32px -32px no-repeat;
width: 16px;
height: 18px !important;
}
.vscrollerbaseend {
background: url(/assets/image/basebarcaps_verticalbarbody.png) -64px -32px no-repeat;
height: 17px;
width: 16px;
}
.hscrollerbasebeg {
background: url(/assets/image/basebarcaps_verticalbarbody.png) -60px 0px no-repeat;
height: 16px;
width: 16px !important;
}
.hscrollerbaseend {
height: 16px;
width: 16px;
background: url(/assets/image/basebarcaps_verticalbarbody.png) -30px 0px no-repeat;
}
.scrollerjogbox:hover {
background: #5E828C url(/assets/image/basebarcaps_verticalbarbody.png) -45px -15px;
}
/* Scroll Bar Master Styling Ends Here */


.media_c{
	
	padding: 3px;
	border: 1px solid #1d1d1d;
	margin-bottom: 23px;
	margin-right: 23px;
	float: left;
}

.media_c1{
	
	padding: 3px;
	border: 1px solid #1d1d1d;
}

.media_c_icon_text{
	padding-bottom: 4px;
	padding-top: 5px;
	text-align: center;
}


/** breadcrumbs **/

.breadcrumbs {

	padding: 4px 4px 15px 4px;
	color: silver;
	font-size: 12px;
}

.breadcrumbs a {
	color:#d5bf59;
	text-decoration:none;
}
.breadcrumbs a:hover {
	text-decoration:underline;
}


.image-loading {
	background:url('/assets/throbber.gif') no-repeat center center #080808 !important;
	border: 0px;
}



/** body *************/

/*body {
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #080808;
}*/

/*#wrap {
	margin-top: 1px;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}*/

/*#inner {
	border-left: 0px solid #141414;
	border-right: 0px solid #141414;
}*/

/** partners *********/

/*#partners {
	width:970px;
	height:290px;
	border:0px solid #141414;
}*/

/*#partners .row {
	text-align:center;
}*/

/*#partners img.partner {
	width:220px;
	height:100px;
	background-color:#FFFFFF;
	padding:2px;
	border:solid 2px #242424;
	margin:2px;
}*/

/** globals **********/

/*.clr { clear:both; height:0px; }*/
/*.strong { font-weight:bold; }*/


/** news *************/

/*a.readmore {
	color: #d5bf59;
	font-size: 10px;
	text-decoration: none;
}*/

/*span.tagpad {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	font-size: 7px;
}*/
/*a.newstags {
	color: #807e7f;
	font-size: 11px;
	text-decoration:none;
}*/




/** forms ***/

/*form > label {
	color:#9B9B9B;
}*/
