@charset "utf-8";
/* CSS Document */
html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #333333;
	}
	
	h1 {
	color: #731B95;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	}

h2 {
	color: #731B95;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}

li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 0;
	margin-bottom: 0;
}
	

#container {
	margin: auto;
	width: 853px;
	background: url(images/content_bg_top.jpg) no-repeat top center;
	position: relative;
}

#meny {
	margin: auto;
	margin-top: 0px;
	width: 853px;
	position: relative;
	}
	
	
a:link {
	color: #731B95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #731B95;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #CC0099;
}

	
#text {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	visibility: visible;
	margin: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 220px;
}

#bilder {
	position:absolute;
	width:150px;
	top:455px;
	z-index:5;
	color: #666666;
	font-size:10px;
	left: 30px;
	height:350px;
	line-height:13px;
}

#liste {
	padding:50px 100px 30px 205px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
#footer {
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

