/*stylesheet voor lofotenfoto.nl © fbs Vision*/
*{
	margin: 0;
	padding: 0;
}
body{
	margin-top: 5px;
	background-color: #282828;
}
h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 3.2em;
	color: #fff;
	letter-spacing: 0.3em;
	padding: 0.5em;
}
h2{
	font-family: "Courier New", Courier, monospace;
	font-size: 3em;
	color: #fffff0;
	letter-spacing: 0.2em;
}
h3{
	font-family: "Courier New", Courier, monospace;
	font-size: 1.4em;
}
p{
	margin-top:0.5em;
	margin-bottom: .5em;
	line-height: 125%;
}

#wrapper{
	width:900px;
	margin: 0 auto;
	border:5px solid #fff;
}
#content{
	width: 900px;
	margin:0 auto;
	background-color: #333; 
}
#header{
	width: 900px;
	background-color: #fffff0;
	height: 250px;
	background-position: left top;
	background-repeat: no-repeat;
}
#seizoen{
	margin-top: 70px;
	margin-right: 20px;
	text-align: right;
}
#header.herfst{
	background-image: url(../images/headherfst.jpg);
}
#header.winter{
	background-image: url(../images/headwinter.jpg);
}
#header.contact{
	background-image: url(../images/headcontact.jpg);
}
#header.winter h1, #header.winter h2{
	color: #b70000;
}
#header.zomer{
	background-image: url(../images/headzomer.jpg);
}
#header.zomer h1, #header.zomer h2{
	color: #0099e8;
}
#header.alg{
	background-image: url(../images/headeralg.jpg);
}
#header.alg h1, #header.alg h2{
	color: #ff9900;
}
#header.contact h1, #header.contact h2{
	color: #d6d700;
}
#header.flora{
	background-image: url(../images/headflora.jpg);
}
#header.flora h1, #header.flora h2{
	color: #ee82ee;
}
#header.luchten{
	background-image: url(../images/headluchten.jpg);
}
#header.luchten h1, #header.luchten h2{
	color: #ffd700;
}
#menu{
	width: 890px;
	height: 23px;
	background-color: #666666;
	padding: 3px 0 0 10px;
}
ul{
	list-style: none;
}
#menu ul li{
	display: inline;
	width: 150px;
}
#menu ul li.ver{
	float: right;
}
#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-decoration: none;
	margin-right: 15px;
	padding: 0 5px 0 5px;
	letter-spacing: 2px;
	color: #fffff0;
}
#menu a:hover{
	background-color: #323232;
	color: #ccc;
}
#menu a.actief{
	color: #ccc;
}
#flashcontent{
	width: 100%;
	height: 550px;
}
#tekstcontent{
	width: 100%;
	height: 550px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fffff0;
	text-align: justify;
}
.tekst{
	padding: 20px;
}
.tekst a{
	font-size: 0.85em;
	color:#fffff0;
	font-weight: bold;
	text-decoration: none;
}
.tekst a:hover{
	color: #ccc;
}
.tekst img{
	padding: 5px 0 5px 15px;
}
#footer{
	width: 100%;
	height: 12px;
	background-color: #333;
	text-align: right;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fffff0;
	text-decoration: none;
	padding-right: 15px;
}