html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #ffffff;
	background-image:url(bg.gif);
	background-repeat: repeat-x;
	
	font-family: Arial,sans-serif;
	font-size: 12px;
	color:#777777;
}

a.meny {
	color: #ffffff;
	text-decoration: underline;
}

#top {
	width: 100%;
	height: 110px;
}

h1 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 28px;
	padding-bottom: 10px;
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 22px;
}

a {
	color: #0000ff;
	text-decoration: none;
}

#container {
	margin:0 auto; /* center, not in IE5 */
	width:1008px;
	background:#ffffff;
	height:100%; /* IE6: treaded as min-height*/
}

.tips {
	border: 1px dotted #FF0000;
	padding: 10px;
	font-size: 16px;
}

#content_left {
	background-image:url(bg_left.gif);
	width: 34px;
	float: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#content_right {
	background-image:url(bg_right.gif);
	width: 34px;
	float: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


#content {
	float: left;
	width:940px;
	background: #FFFFFF;
	position: relative;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#content_inner {
	padding: 20px;
	background-image:url(top.gif);
	background-repeat: repeat-x;	
}

#latest {
	position: relative;	
	width: 900px;
	height: 500px;
}

#latest img {
	position: absolute;
	top: 0px;
	left: 0px;	
}

#latest_over {
	z-index: 2;	
}

#latest_under {
	z-index: 1;	
}
	

