/* Senast uppdaterad 2007-04-24, (multimedia layer)*/
/*-------box model hack (for IE/Win)-----------*/
body,html {
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
   color:#fff;
   height:96%;
	/* 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;
	*/
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	  }

#web_top_left {
	 z-index:89;
	 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;
	 }	
	
	
#container {
	background: #ECECEC; /* #E4E6D7 #F9F8F3 */
	width: 832px;
	height: 506px;
	margin: 0px;
	padding: 0px;
	line-height: 1.36em;
	/* centrering vertikalt och horisontellt */
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -418px;
	margin-top: -250px;
	/* /centrering vertikalt och horisontellt */
	background-image: url(../media/bg_container_notext2.jpg);
	background-repeat: no-repeat;
	}

#header {
	position: absolute;
	width: 290px;
	height:60px;
	padding: 5px;
	margin-left: 493px;
	margin-top: 13px;
	margin-bottom: 0px; 
	margin-right: 0px;
	background-color: transparent;
	border: 0px solid green;
	}
		
		
		
		
/* navigering med dropdown */
#navcontainer {
	 position: absolute;
	 z-index:89;
	 position: absolute;
    background: transparent; /*B9C197*/ 
	 width: 700px;
	 height: 20px;
	 margin-top: 421px;
	 margin-left: 105px;
	 border: 0px solid red;
	 text-align: right;
	 }
		
		
#nav, #nav ul { /* all lists */
	padding: 6;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	font-weight: bold;
	color: #666666;
	font-weight: normal; text-decoration: none; font-size: 70%;
	font-family: sans-serif;
	padding: 5px 9px 2px 9px;
	display: block; 
	
}

#nav li { /* all list items */
	float: left;
	width: 70px; /* width needed or else Opera goes nuts */
}

		#nav li li a {
			color: #888888;
			width: 120px; 
			
			}	

#nav li ul { /* second-level lists */

	
			left: -999em;
			position: absolute;
			width: 120px; 
			background-color: #fff;
			z-index: 100;
			padding-top: 5px;
			padding-bottom: 5px;
			padding-left: 5px;
			border-left: ButtonShadow 1px solid;
			border-top: transparent 0px solid; 
			border-right: ButtonShadow 1px solid;  
			border-bottom: ButtonShadow 1px solid; 
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0em 0 4em;
	z-index:100	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	z-index:100;	
}

#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;
}
	
#nav li a:hover{
	background: transparent url(../images/red_arrow.gif) left center no-repeat;
	z-index:100
}		

		
		/* navigering med dropdown */
		
	
		
#content {
	position: absolute;
	float: right;
	width: 330px;
	height: 375px; /*357+34=391*/
	overflow: hidden;
	padding: 0px;
	margin-top: 27px; /*45-27=18*/
	margin-left: 507px;
	color: #000;
	text-align:left;
	font-size: 0.64em;
	line-height:150%;
	background-color: transparent;
	z-index: 3;
	border: 0px solid red;
	}
		
	
#content_default {
	position: absolute;
	float: right;
	width: 319px;
	height: 295px; /* okat pa den med 18px eftersom margin top ar minskad med 18px*/
	overflow: auto;
	padding: 0px;
	margin-top: 27px;
	margin-left: 507px;
	color: #000;
	text-align:left;
	font-size: 0.64em;
	line-height:150%;
	background-color: transparent;
	z-index: 3;
	border: 0px solid red;
	}	
	
#newsteaser_default {
	position: absolute;
	float: right;
	width: 319px;
	height: 80px;
	overflow: no;
	padding: 0px;
	margin-top: 301px;
	margin-left: 507px;
	color: #666;
	text-align:left;
	font-size: 64%;
	line-height:150%;
	background-color: transparent;
	z-index: 3;
	border: 0px solid blue;
	}		
	
#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*/
	}	

.blog-rubrik{
	color:#000;
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style:italic;
	font-weight: bold;
	font-size: 1.7em;
	line-height:1.2em;
	}
	
.blog-rubrik a:link, .blog-rubrik a:visited, .blog-rubrik a:active, .blog-rubrik a:hover {
	color:#000;
	}	


#content a, #nyhetsdatum a:visited, #nyhetsdatum a:active {
	color:#000;
	}	

#content a:hover {
	text-decoration:none; 
	color:#fff;
	background-color:#fe0000;
	}	
		
	
	
#nyhetsdatum{
	color:#000;
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	font-style:italic;
	font-weight: bold;
	font-size: 1.0em;
	}	

	
.nyhetsdatum_linjar{
	color:#000;
	font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style:normal;
	font-weight: normal;
	font-size: 1.0em;
	margin-left: 4px;
	margin-right: 4px;
	}	
		
#nyhetsdatum a, #nyhetsdatum a:visited, #nyhetsdatum a:active {
	color:#000;
	}		
#nyhetsdatum  a:hover {
	text-decoration:none; 
	color:#fff;
	background-color:#ff0000;
	}			
	
#sidebar-a {
	
	position: absolute;
	width: 479px;
	height: 391px;
	margin: 0;
	margin-left:27px;
	margin-top: 27px;
	padding: 0px;
	background-color: transparent;
	font-size: 64%;
	line-height:150%;
	z-index: 2;
	border: 0px solid green;
	}
	
#medialayer {
	z-index:3;
	position: absolute;
	width: 479px;
	height: 391px;
	margin: 0;
	margin-left:27px;
	margin-top: 27px;
	padding: 0px;
	background-color: transparent;
	border: 0px solid green;
	}	
		
/* Default heading style */
h1, h2, h3, h4, h5, h6 {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	margin-top : 16px;
	margin-bottom : 2px;
	color : #555;
}		

#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{
	position: absolute;
	top:50%;
	left: 50%;

	margin-top: -288px;	
padding: 3px 0;
margin-left: 0;

}

#menu li
{
list-style: none;
margin: 0;
display: inline;
}

#menu li a
{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #333;
border-bottom: none;
background: #424242;
text-decoration: none;
font: bold 10px Verdana, sans-serif;
color: #ccc;
}

#menu li a:link { color: #ccc; }
#menu li a:visited { color: #ccc; }

#menu li a:hover
{
color: #ccc;
background: #ff0000;
border-color: #227;
}

.guestbookfield {
width:105px;
font-size: 11px;
}
.guestbookarea {
height:120px;
width:225px;
font-size: 11px;
font-family: arial;
}


.form_button { background-image: url(../media/x_skicka.jpg); height: 30px; width: 70px; background-color: transparent; border: none; }

