html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#FFFFFF;

	height: 100%;
	margin: 0px;
	padding: 0px;
}

* {
	margin:0px auto;
	padding:0px;
}
 
div#dold {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -300px;
	float: left;
}
 
div#wrapper {
	background-color:#FFFFFF;
	width: 100%;
	height: 600px;
	clear: both;
	position: relative;
	top: -150px;
/* IE4ever Hack: Hide from IE4 **/
	position: static;
/** end hack */
 
}
 
/* Hide from IE5mac \*//*/
div#dold {
display: none;
}
 
html, body {
height: auto;
}
/* end hack */
 
/* ]]> */
#content {
	width: 960px;
	}
#slider {
	width: 540px;
	float:left;
	}
 
#bildVert {
	width:500px;
	height:530px;
	background-image:url(block_bild_bg.png);
	background-repeat:no-repeat;
	background-position:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	padding:27px 0px 0px 31px;
}

#bildHor {
	width:600px;
	height:430px;
	background-image:url(block_bild_bg_horisont.png);
	background-repeat:no-repeat;
	background-position:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	padding:31px 0px 0px 27px
}

#bildtext {
	width:400px;
	height:44px;
	position:relative;
	margin:30px 0px 0px 0px;
	padding: 10px 0px 0px 70px;
	background-image:url(block_kamera.png);
	background-repeat:no-repeat;
	background-position:0px 0px 0px 0px;
	font-style:italic;
	color:#999999;
}

#bildtext a{
	font-weight:normal;
	}

#text {
	width:400px;
	padding:0px 0px 0px 0px;
	float:left;
	margin:22px 10px 10px 10px;
}

.lankVanster {
	width:120px;
	height:30px;
	padding:10px 0px 0px 40px; 
	float:left;
	}
.lankHoger {
	width:200px;
	height:30px;
	padding:10px 0px 0px 40px; 
	float:left;
}


p {
	line-height:15px;
}



h1 {
	font: bold 24px "Century Gothic", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#69a71f;
	margin:0px 0px 10px 0px;
}



a {
	font-weight:bold;
	color:#69a71f;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#color {
	position:fixed;
	top:0px; 
	right:0px; 
	width:153px; 
	height:93px;
	z-index:0;
}







/*
		 * Required 
		*/
		.container { width:540px; height:375px; overflow:hidden; position:relative; cursor:pointer; }
		.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
		.slides li { position:absolute; top:0; width:540px; display:none; padding:0; margin:0; }
		/*
		 * Optional
		*/
		#loopedSlider,#newsSlider { margin:0 auto; width:540px; position:relative; clear:both; float:left; }
		.slides li { padding-bottom:20px; }
		ul.pagination { list-style:none; padding:0; margin:0; float:right;}
		ul.pagination li  { float:left; }
		ul.pagination li a { padding:2px 4px; }
		ul.pagination li.active a {	border: 1px solid #69a71f; }
