@charset "UTF-8";
/* CSS Document */

/*
Linjära teckensnitt: Arial / Arial Bold
Serif-teckensnitt: Georgia / Georgia italic

Svart teckenfärg: Standardsvart
Grå teckenfärg: 5f5f5f
Röd teckenfärg: ab0327
Orange teckenfärg: cd603e
*/

html, body {
height: 100%;
}

* html #container { /* IE6 */
height: 100%;
}


h1 p,h2 p,h3 p,h4 p,h5 p
{
	margin: 0px;
	padding: 0px;
	
	}

body {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
	background-image: url(../images/backdrop.png);
	background-position: center;
	background-repeat:repeat-y;
	/*background-image: url(../images/flower_pattern.jpg);*/
	
	
	
}

.boldredrub
{
	font-size:12px;
	font-weight: bold;
	color: #ab0327;
	}

.boldblackrub
{
	font-size:12px;
	font-weight: bold;
	color: #000;
	}

.blackrub a:link,.blackrub a:visited,.blackrub a:hover,.blackrub a:active
{
	font-size:12px;
	color: #000000;
	}
	
#shadow
{
	
	/*background-image: url(../images/backdrop.png);*/
	/* background-image: url(../images/backdrop2.png); */
	/* background-image: url(../images/backdrop3.png); */
	 /*background-image: url(../images/backdrop4.png); */
	background-position: center;
	background-repeat:repeat-y;
	width:100%;
	height:100%;
	
	}



h1
{
	color:#ab0327;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	margin: 0; 
	padding: 10px 0; 
	line-height: 22px;
	}

h1 a
{
    text-decoration: none;
	}
	

	
a:link{color: #ab0327;}
a:visited{color: #ab0327;}
a:hover{color: #ab0327;} 
a:active{color: #ab0327;}



#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
}

#header {
	/* background: #fff57f; */
	height: 115px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    clear: both;
    background-image: url(../images/89white.gif); /*Skapar en vit bakgrund för utskrifter*/
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header .logo
{
	margin-top: 16px;
	border:none;
	}

#flag
{
	 position:absolute; 
	 margin-top:25px;
	 margin-left: 850px;
	}

#newsfeed
{
	float:right;
	
	}

#newsfeed a {color:#000;}
#newsfeed .vald a 
{
    /*color:#ab0327;*/
    }	

#newsfeed .newsflash a
{
    color: #000;
    font-weight: bold;
}	

#newsfeed .newsflash 
{
    
    font-weight: bold;
}	

#newsfeed h1
{
	color: #ab0327;
	margin: 0px;
	padding: 0px;
	
	}

#newsfeed h2,h3,h4,h5
{
	color: #000;
	margin: 0px;
	padding: 0px;
	
	}

	
#newsfeed h4
{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 6px;
	
	}
		
	
#newsfeed .box
{
	float:left;
	width:267px;
	margin-right:19px;
	margin-top:27px;
	padding-left: 4px;
	height: 86px;
	/* background-color: lime; */
	
	}

#latestlist
{
padding: 2px 0px 0px 0px;
margin: 2px 0px 0px 0px;
border-top: 2px solid #ab0327;
width: 256px;
font-size: 12px;
line-height:12px;
}

#latestlist li
{
list-style: none;
margin: 0;
padding: 0.1em;
}

#latestlist li a { text-decoration: none; }


#navcontainer
{
	width: 450px;
	margin-left: 30px;
	
	}

ul#navlist
{
margin-left: 0;
padding-left: 0;
margin:0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 0px }


#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#mainContent_slim {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFF;
	padding-left: 30px;
	padding-right: 30px;
}



#breadcrumb
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5f5f5f;
	font-size: 10px;
	margin-bottom: 6px;
	
	}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active
{
	color: #5f5f5f;
	}

.clearspace /* Avslutning på sidan för att få lite mellanrum till sidfoten */
{
	clear: both;
	height: 30px;
	}


/*Footer*/

#footer {
	
	font-size: 11px;
	color: #5f5f5f;
	padding-left: 30px;
	padding-right: 30px;	
	padding-bottom: 20px;
	background-color: #fff;

}

#footer .inner {
	
	padding-top: 5px;
	border-top: solid 2px #e2e2e2;

}

#footer .left {
	float: right;
}

#footer a {
	color: #5f5f5f;
}