* {
	margin: 0;
}

html, body {
	background-color: #003366;
	background-image:url(../bilder/page_bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	
}




a:link {
	color: #013871;
	text-decoration: none;
}

a:visited {
	color: #013871;
	text-decoration: none;
}
a:active {
	color: #013871;
	text-decoration: none;
}

a:hover {
	color: #013871;
	text-decoration: none;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	width:950px;
}



#header { 	
	
  	width: 950px;
	height: 120px;
	padding: 0px;
	background-image: url(../bilder/top.jpg);
	margin: 0px auto;

  	
}
#menu {
	margin: 0px auto;
	text-align: left;
	width: 950px;
	padding: 0px;
	height:30px;
	background-image:url(../bilder/meny.jpg);
}

h1 {
	font-family: Rockwell, Times;
	font-size: 24px;
	color: #991900;
}
h3 {
	font-family: Rockwell, times;
	font-size: 14px;
	color: #991900;
}


h2 {
	font-family: Rockwell, Times;
	font-size: 16px;
	color: #991900;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003466;
}


.img_border {
	padding: 2px;
	border: 1px solid #cccccc;
	margin: 5px;
}




#menu ul {
	margin: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#menu li {
	display: inline;
}
#menu ul a:link {
	float: left;
	font-size: 12px;
	padding-left: 10px;
	color:#fff;
	text-decoration:none;
	padding-right: 15px;
	border-right-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;	
}
#menu ul a:visited {
	float: left;
	font-size: 12px;
	padding-left: 10px;
	color:#fff;
	text-decoration:none;
	padding-right: 15px;
	border-right-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;	
}
#menu ul a:hover {
	float: left;
	font-size: 12px;
	padding-left: 10px;
	color:#fff;
	text-decoration:none;
	padding-right: 15px;
	border-right-color:#FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;	
}

#mainContainer {
background-image:url(../bilder/maincontainer_bg.jpg);
background-repeat:no-repeat;
width:950px;
margin: 0px auto;
min-height:350px;


}


#leftContent { 	

	float: left;
  	text-align: left;
	width: 675px;
	padding-top:25px;
	padding-left:25px;
		
}

#rightContent {
	float: left;
	clear:right;
	text-align: left;
	width: 180px;
	padding-left: 35px;
	padding-top:35px;	
	color: #333333;
	
}

.push {
	height: 50px; /* .push must be the same height as .footer */

	
}
.footer{
	height: 50px; /* .push must be the same height as .footer */
	width:950px;
	background-image:url(../bilder/footer.jpg);
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
		}
	
#footer_txt{
text-align: center;
color:#FFFFFF;
padding-top:15px;

}
