
/*-------box model hack (for IE/Win)-----------*/
body,html {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	height:99%;
	/* 0088CE, 999999, cccccc */
	/*
   scrollbar-arrow-color: #ccc; 
	scrollbar-3dlight-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-face-color: #333;
	scrollbar-shadow-color: #fff;
	scrollbar-darkshadow-color: #fff;
	scrollbar-track-color: #fff;
	*/
	padding: 0px;
	margin: 0px;
	  }


#web_top_left {
	 z-index:2;
	 position: absolute;
	/* background-image: url(../media/web_top_left.png);
	 background-repeat: no-repeat; */
	 float: left;
	 width: 180px;
	 height: 180px;
	 margin-top: 0px;
	 margin-left: 0px;
	 padding-top: 0px;
	 border: 0px solid red;
	 background-color: transparent;
	 }	
	
#web_bottom_left {
	left: 0px;
	 position: absolute;
	 background-position: bottom;
	 background-repeat: no-repeat;
	 width: 50px;
	 height: 100%;
	 padding-bottom: 0px;
	 margin-left: 0px;
	 margin-top: 0px;
	 border: 0px solid red;
	 background-color: transparent;
	 z-index:1;
	 }	
	

#index_container {
	background: transparent; /* #E4E6D7 #F9F8F3 */
	width: 846px;
	height: 300px;
	margin: 0px;
	padding: 0px;
	/* centrering vertikalt och horisontellt */
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -423px;
	margin-top: -120px;
	/* /centrering vertikalt och horisontellt */

	}

#index_container_knapp {
	background: transparent; /* #E4E6D7 #F9F8F3 */
	width: 846px;
	height: 454px;
	margin: 0px;
	padding: 0px;
	/* centrering vertikalt och horisontellt */
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -423px;
	margin-top: -227px;
	/* /centrering vertikalt och horisontellt */

	}



#bg_container {
	background: transparent; /* #E4E6D7 #F9F8F3 */
	width: 999px;
	height: 669px;
	margin: 0px;
	padding: 0px;
	line-height: 1.36em;
	/* centrering vertikalt och horisontellt */
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -300px;
	/* /centrering vertikalt och horisontellt */

	
	
	z-index:9;
	}






	
#container {
	background: transparent; /* #E4E6D7 #F9F8F3 */
	width: 999px;
	height: 669px;
	margin: 0px;
	padding: 0px;
	line-height: 1.36em;
	/* centrering vertikalt och horisontellt */
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -300px;
	/* /centrering vertikalt och horisontellt
	background-image: url(../media/x_bg_container.png);
	background-repeat: no-repeat; */
	
	border: 0px solid green;
	z-index:20;
	}




#header {
	position: absolute;
	width: 901px;
	height:186px;
	padding: 0px;
	margin-left: 40px;
	margin-top: 54px;
	margin-bottom: 0px; 
	margin-right: 0px;
	background-color: transparent;
	border: 0px solid green;
	
	z-index:2;	
	}
		
		
	
		

















		/* navigering med dropdown */
#nav .no_a {
	cursor: default;
	z-index: 100;
	font-weight:bold;	
	}		

#nav .no_a_linje {
	cursor: default;
	z-index: 100;
	background: url(../media/x_menylinje.png) no-repeat left;
	font-weight:bold;
	}

#nav .menylinje {
	z-index: 100;
	background: url(../media/x_menylinje.png) no-repeat left;
	font-weight:bold;
	}	

#nav .action, #nav .bold {
	font-weight:bold;
	}	
						
#nav .normal  {
	font-weight:normal;
	}	

#navcontainer {
	z-index:89;
	font-size: 0.64em;
	position: relative;
	background: transparent; /*B9C197*/ 
	width: 900px;
	height: 20px;
	margin-top: 30px;
	margin-right: 55px;
	border: 0px solid red;
	float: right;
	display: inline;
	 }
		
ul { /* hela navlist */
	list-style-type: none;
 	padding: 0;
	margin: 0;
	float: right;
	}

#nav li a {
	color: #fff;
	text-decoration: none;
	font-family: sans-serif;
	padding: 0px 9px 0px 9px; /* T R B L */	
	display: block;
	}
		
#nav li a:hover {
	color: #DADA2C;
	text-decoration: none;
	font-family: sans-serif;
	padding: 0px 9px 0px 9px; /* T R B L */	
	display: block;
	left:auto;
	}

#nav li li a {
	color: #000;
	width: 110px;  /* 130 */	
	display:block;
	padding-top:2px;
	margin-left: -1px;
	}

.subnav { /* undermeny som togglas */	
    display: none;
	} 	
	
			

#nav li {
 /*	background: url(../images/flagga_white.gif) no-repeat left; */
	color: #fff;
	float: left;
	position: relative;
	}

#nav li ul li a:hover{
	z-index: 100;
	color: #222;
	background: url(../media/x_bg_liulli.png) no-repeat left;
	padding-top:2px;
	margin-left: -1px;	
	}


li ul { /* hela undermeny */
	left: -999em;
	position: absolute;
	width: 151px; /*  */
	z-index: 100;
	padding-top: 5px;
	padding-bottom: 25px;
	margin-left: -10px;
	background: transparent url(../media/x_dropdown.png) bottom repeat-y;
	text-align: left;
	}

		
#nav li ul li  {
	text-decoration: none;
	font-family: sans-serif;
	padding: 1px 9px 0px 12px; /* T R B L */
	line-height:normal;
	}
			

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 100;
	}


#nav li ul ul { /* third lists */
	margin: -1em 0 0 10em;
	background: transparent url(../media/x_dropdown.png) bottom repeat-y;
	z-index: 101;
/* margin-left: -109px; */
	width:150px;
	padding-bottom: 25px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 100;
	visibility: visible;  /*makes IE7 think something changes on hover, otherwise sfhover can get stuck */	
}

		

		/* navigering med dropdown */




 .lefteye {
 	width: 140px;
	margin-left: 23px;
	margin-top: 3px;
    float: left;
	text-align: left;
	z-index:99;
	}
		
 .righteye {
 	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
    float: right;
	text-align: right;
	}			
		











#page_buttons {
	background: transparent; /* #E4E6D7 #F9F8F3 */
	width: 48px;
	height: 200px;
	margin: 0px;
	position: absolute;
	z-index: 80;
	}





#icon_date {
	background: transparent; /* #E4E6D7 #F9F8F3 */
	width: 48px;
	height: 48px;
	margin: 0px;
	padding-top: 8px;
	margin-bottom: -7px;
	position: relative;
	background-image: url(../media/x_bgdate.jpg);
	background-repeat: no-repeat;
	}





.dateDD {
	margin-left: 14px;
	font-size: 1.6em;
	font-weight:bold;
	color:#95B82A;
	}


.dateMMM {
	position:absolute;
	margin-top:-2px;
	margin-left: 14px;
	font-size: 0.9em;
	font-weight:bold;
	color:#FFFFFF;
	}




	
		
#content {
	position: absolute;
	float: right;
	width: 513px;
	height: 340px; /*357+34=391*/
	overflow: hidden;
	padding: 0px;
	margin-top: 265px; /*45-27=18*/
	margin-left: 457px;
	color: #000;
	text-align:left;
	font-size: 0.72em;
	line-height:160%;
	background-color: transparent;
	z-index: 3;
	border: 0px solid red;
	}
		

	
	
#text-column_defaultram {
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 15px;
	padding-bottom: 0px;

	}	
		
#text-column {
	padding-top: 0px;
	padding-left: 27px;
	padding-right: 15px; /*minskade ner denna 22/4 då tre bilder inte fick plats nar det blev scrollist*/
	}	


#content a, #nyhetsdatum a:visited, #nyhetsdatum a:active {
	color:#9BB72F;
	}		
#content  a:hover {
	text-decoration:none; 
	color:#fff;
	background-color:#9BB72F;
	}	
		
	
#nyhetsdatum{
	color:#000;
/*	font-family:"Times New Roman", Times, serif;	*/
	text-transform: uppercase;
	margin-bottom: 1px;
	}	

	
.nyhetsdatum_linjar{
	color:#000;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style:normal;
	font-weight: bold;
	font-size: 1.0em;
	margin-left: 4px;
	margin-right: 4px;
	}	
		
#nyhetsdatum a, #nyhetsdatum a:visited, #nyhetsdatum a:active {
	color:#9BB72F;
	font-weight: bold;
	}		
#nyhetsdatum  a:hover {
	text-decoration:none; 
	color:#ffffff;
	font-weight: bold;
	background-color:#9BB72F;
	}		
	
#sidebar-a {
	
	position: absolute;
	width: 50px;
	height: 300px;
	margin: 0;
	margin-left:0px;
	margin-top: 35px;
	padding: 0px;
	background-color: transparent;
	font-size: 64%;
	line-height:150%;
	z-index: 2;
	border: 1px solid green;
	}
	
#medialayer {
	z-index:3;
	position: absolute;
	width: 357px;
	height: 322px;
	margin: 0;
	margin-left:72px;
	margin-top: 274px;
	padding: 0px;
	background-color: transparent;
	border: 0px solid green;
	}	
	
#medialayer_film {
	z-index:3;
	position: absolute;
	width: 640px;
	height: 385px;
	margin: 0;
	margin-left:171px;
	margin-top: 244px;
	padding: 0px;
	background-color: transparent;
	border: 0px solid green;
	}		
		
/* Default heading style */
h1, h2, h3, h4, h5, h6 {

	font-weight : bold;
	font-size: 1.3em;
	margin-left: 9px;
	margin-top : 3px;
	margin-bottom : 15px;
	margin-right : 20px;
	color : #9BB72F;
	text-transform: uppercase;
}		

#footer {
	position: absolute;
	width: 790px;
	height: 83px;
	clear: both;
	padding: 0px;
	margin-left: 17px; 
	margin-top: 422px;
	margin-bottom: 0px;
	background-color: transparent;
	border: 0px solid blue;
	text-align: left;
	}
#footer .leftfoot {
    float: left;
	 text-align: left;
}	
#footer .rightfoot {
    float: right;
	 text-align: right;
}		
	
#footer p {
	margin:0px;
	font-size: 8pt;
	text-align:center;
	color:#000;
	padding:0px;
	}

#footer a {
	color:#000; 
	font-size: 8pt;
	}
	
#footer a:link, a:visited a:active {
	color: #000;
	text-decoration: none;
	font-size: 8pt;
	}

#footer a:hover {
	color: #000;
	text-decoration: underline;
	font-size: 8pt;
	}
			
a img {
	border:0;
	}
a:link {
	color: #fff;
	text-decoration: none;
	}

a:visited {
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	text-decoration: none;
	}
	/*----meny sidebar-a----*/











 #menu{
 /* Menyknapparna för admin, ligger i ovankant av container */
	position: absolute;
	top: 0px;
	left: 58%;
	margin-top: 2px;	
	padding: 3px 0;
	margin-left: 0;
	border: 0px solid blue;
	z-index: 77;
	}

#menu li
{
list-style: none;
margin: 0;
display: inline;
}

#menu li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #000;
background: #89867A;
text-decoration: none;
font: bold 11px Calibri, arial, Verdana, sans-serif;
color: #ccc;
}

#menu li a:link { color: #fff; }
#menu li a:visited { color: #fff; }

#menu li a:hover
{
color: #fff;
background: #005792;
border-color: #333;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

a.squarebutton{
background: transparent url('../images/square-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bolder 11px "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}

a.squarebutton span{
background: transparent url('../images/square-green-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;

}