/* @override 
	http://www.jopberkhout.nl/kerstactie/style.css
	http://localhost/kerstgroet/style.css
*/

html{
	height: 100%;
	overflow: hidden;
}
html, body{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 100%;
	overflow-y: scroll;
}
#wrapper{
	background: #000c18 url('images/bg-stars.jpg') no-repeat center top;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	zoom: 1;
}
li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	display: inline;
}
h3{
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
}
p{
	padding: 0 0 1em 0;
	margin: 0;
}


#navigation{
	position: absolute;
	right: 0;
	margin-right: 17px;
	top: 273px;
	width: 229px;
	height: 203px;
	color: #fff;
	overflow: hidden;
	background: url(images/bg-nav.png);
	z-index: 1;
}
body > div#navigation {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
#navigation h4{
	width: 227px;
	height: 38px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
}
#navigation .menu{
	width: 57px;
	float: left;
	display: block;
}
#navigation .snel{
	float: right;
	display: block;
	width: 170px;
	height: 38px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
}
#navigation ul{
	clear: both;
	padding: 11px 0 0 0;
	font-size: 13px;
}
#navigation li{
	clear: both;
	display: block;
	color: #afce27;
	line-height: 36px;
	z-index: 1;
}
#navigation li a{
	display: block;
	color: #afce27;
	padding: 0 0 0 57px;
	text-decoration: none;
	white-space: nowrap;
	z-index: 9;
	position: relative;
}
#navigation li a:hover{
	color: #fff;
}
/* 
============= Groet =============
*/
#groet{
	background: url(images/bg-header.jpg);
	width: 980px;
	height: 580px;
	margin: 0 auto;
	font-family: Georgia;
}
#groetwrap{
	width: 620px;
	height: 280px;
	float: left;
}
#groet h3{
	margin: 0 0 0 115px;
	padding: 66px 0 0 0;
	width: 420px;
	font-family: Georgia;
}
#groet h3 span{
	text-transform: capitalize;
}
#groet p{
	display: block;
	margin: 0 0 0 115px;
	padding: 15px 0 0 0;
	width: 420px;
	height: 95px;
	overflow: hidden;
	font-size: 17px;
	line-height: 24px;
}
#groet ul{
	margin: 0 0 0 115px;
	padding: 25px 0 0 0;

}
#groet li{
	font-size: 16px;
	font-style: italic;
	padding: 0 10px 0 0;
	line-height: 30px;
	height: 30px;
}
#groet li.large{
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
}
/* 
============= End groet =============
*/

#form{
	float: left;
	width: 280px;
	height: 345px;
	margin-top: 30px;
	background-image: url(images/bg-form.png);
	background-repeat: no-repeat;
	color: #fff;
	font-family: "trebuchet MS";
	line-height: 14px;
}
#form form{
	display: block;
	padding: 0 20px;
	margin: 0;
}
#form textarea{
	clear: both;
	width: 230px;
	font-size: 12px;
	font-family: "trebuchet MS";
	font-style: italic;
	height: 7em;
	border: 1px solid #1a5b8a;
	background: #000c18;
	color: #abce27;
	padding: 5px;
}
#form span{
	display: block;
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
}
#form span.max{
	float: right;
	width: 110px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	text-align: right;
}
#form span input{
	background: none;
	border: none;
	color: #fff;
	font-weight: normal;
	font-size: 11px;
	font-family: "trebuchet MS";
	margin: 0;
	padding: 0;
	width: 20px;
}
#form label{
	font-weight: bold;
	padding: 10px 0 14px 0;
	margin: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
}
#form h3{
	margin: 20px;
	padding: 0;
	width: auto;
}
#form p{
	display: block;
	margin: 0 20px;
	padding: 0;
	width: auto;
	font-size: 13px;
	line-height: 22px;
	height: 85px;
}
#form #submit{
	display: block;
	margin: 10px 0 0 -5px;
	width: 250px;
	height: 44px;
	background: url(images/button-verstuur.png);
	text-indent: -1000px;
	overflow: hidden;
}
#form #submit:hover{
	background: url(images/button-verstuur-over.png);
}


#formresult{
	float: left;
	width: 280px;
	margin: 30px 0 0 0;
	height: 235px;
	color: #fff;
	font-family: "trebuchet MS";
	line-height: 14px;
}
#formresult.bezoeker{
	background-image: url(images/bg-bezoeker.png);
	background-repeat: no-repeat;
}

#formresult h3{
	margin: 0;
	padding: 20px;
	width: auto;
}
#formresult p{
	margin: 0 20px;
	padding: 0;
	width: auto;
	height: auto;
	font-size: 13px;
	line-height: 22px;
}
#formresult a{
	color: #fff;
}
#formresult ul{
	clear: both;
	margin: 0;
	padding: 4px 0 0 0;
}
#formresult li{
	clear: both;
	display: block;
	color: #afce27;
	font-style: normal;
	font-size: 13px;
	width: 235px;
	margin: 0;
	padding: 0;
	line-height: 36px;
	height: 36px;
}
#formresult li a{
	display: block;
	color: #afce27;
	padding: 0 0 0 67px;
	width: 100%;
	line-height: 36px;
	text-decoration: none;
}
#formresult li a:hover{
	color: #fff;
}



#actie{
	background: url(images/bg-actie.jpg) no-repeat;
	width: 980px;
	height: 344px;
	margin: 0 auto;
}
#actie{
	line-height: 20px;
}
#actie h3{
	margin: 0 0 1em 0;
}
#actie ul{
	width: 980px;
	margin: 0 auto;	
}
#actie ul li{
	float: left;
	display: inline;
	width: 360px;
	margin: 120px 0 0 0;
}
#actie ul li.left{
	margin-left: 110px;
}
#actie ul li.right{
	margin-left: 40px;
	width: 360px;
}
#actie ul li ul{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}
#actie ul li ul li{
	float: none;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
#actie p, #actiesite p{
	color: #3f4245;
	font-size: 13px;
}
#actie a, #actiesite a{
	color: #b10122;
	font-weight: bold;
}
#actie a:hover, #actie a:active, #actiesite a:hover, #actiesite a:active{
	text-decoration: none;
}
#actie a.button{
	display: block;
	margin: 12px 0 0 -4px;
	width: 240px;
	height: 42px;
	text-indent: -1000px;
	overflow: hidden;
}
#actie a.button img, #actiesite a.button img{
	border: none;
}
#actie a.button.actie{
	background: url(images/button-actie.gif);
}
#actie a.button.actie:hover{
	background: url(images/button-actie-over.gif);
}
#actie a.button.mailing{
	background: url(images/button-mailing.gif);
}
#actie a.button.mailing:hover{
	background: url(images/button-mailing-over.gif);
}


#actie #thumbs{
	width: 780px;
	margin: 0 auto;
	padding: 120px 0 0 0;
	overflow: hidden;
}
#actie #thumbs ul{
	width: 780px;
}
#actie #thumbs li{
	border: none;
	float: left;
	display: inline;
	margin: 0;
	width: 20%;
}
#actie #thumbs a{
	border: none;
	float: left;
	display: inline;
	margin: 0 0 0 8px;
	width: 138px;
	height: 106px;
	background: url(images/bg-thumbs.gif);
}
#actie #thumbs a img{
	display: block;
	margin: 4px 0 0 4px;
	border: none;
}
#actie #thumbs h3{
	margin: 0 0 45px 12px;
	
}


#actie #wallpapers{
	width: 780px;
	margin: 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
}
#actie #wallpapers ul{
	width: 780px;
}
#actie #wallpapers li{
	border: none;
	float: left;
	display: inline;
	margin: 0;
	width: 20%;
}

#actie #wallpapers .walldowns{
	display: block;
	text-align: center;
	line-height: 14px;
	margin: 0 15px;
}
#actie #wallpapers .walldowns a{
	float: none;
	display: inline;
	background: none;
	font-size: 10px;
	padding: 0;
	margin: 0;
}
/* 
============= Relaties =============
*/
#relaties{
	width: 980px;
	background: url(images/bg-content.gif) repeat-y center top;
	margin: 0 auto;
}
#relaties h3{
	margin: 0 60px;
	padding: 65px 50px 40px 50px;
	background: #fff;
}
#relaties ul{
	background: url(images/bg-relaties.jpg) no-repeat left top;
	padding: 0 0 0 70px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#relaties li{
	width: 360px;
	height: 106px;
	margin: 0 0 25px 40px;
}
#relaties li.bg1{
	background: url(images/bg-wolkje1.gif);
}
#relaties li.bg2{
	background: url(images/bg-wolkje2.gif);
}
#relaties li.bg3{
	background: url(images/bg-wolkje3.gif);
}
#relaties li.bg4{
	background: url(images/bg-wolkje4.gif);
}
#relaties small{
	display: block;
	margin: 10px 6px 10px 100px;
	font-size: 12px;
}
#relaties small span{
	font-size: 10px;
}
#relaties p{
	padding: 2px 6px 6px 100px;
}
/* 
============= End Relaties =============
*/



/* 
============= twitter =============
*/
#twitter{
	width: 980px;
	background: url(images/bg-content.gif) repeat-y center top;
	margin: 0 auto;
}
#twitter h3{
	margin: 0 60px;
	padding: 85px 50px 40px 50px;
	background: #fff url(images/bg-divider.gif) no-repeat center top;
}
#twitter ul{
	background: url(images/bg-twitter.jpg) no-repeat left 40px;
	padding: 0 0 0 70px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#twitter li{
	background: url(images/bg-tweet.gif);
	width: 360px;
	height: 106px;
	margin: 0 0 25px 40px;
}
#twitter small{
	display: block;
	margin: 10px 6px 10px 100px;
	font-size: 12px;
}
#twitter small span{
	font-size: 10px;
}
#twitter p{
	padding: 2px 6px 6px 100px;
}
/* 
============= End twitter =============
*/


textarea{
	display: block;
	width: 350px;
	height: 4em;
	line-height: 1.3em;
}

#actiesite{
	height: 527px;
	background: url(images/bg-skyline.jpg) no-repeat center top;
	line-height: 20px;
}
#actiesite h3{
	margin: 0 0 1em 0;
}
#actiesite ul{
	background: url(images/bg-actiesite.jpg);
	width: 980px;
	height: 527px;
	margin: 0 auto;	
}
#actiesite ul li{
	float: left;
	display: inline;
	width: 275px;
	margin: 50px 0 0 0;
}
#actiesite ul li.left{
	margin-left: 200px;
}
#actiesite ul li.right{
	margin-left: 40px;
	width: 360px;
}
#actiesite ul li ul{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: none;
}
#actiesite ul li ul li{
	float: none;
	display: block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	color: #3f4245;
	font-size: 13px;
	font-weight: bold;
}
#actiesite a.button{
	display: block;
	margin: 20px 0 0 -4px;
	width: 240px;
	height: 42px;
	overflow: hidden;
	text-indent: -1000px;
}
#actiesite a img{
	border: none;
}
#actiesite a.button.actie{
	background: url(images/button-actie.gif);
}
#actiesite a.button.actie:hover{
	background: url(images/button-actie-over.gif);
}
#actiesite a.button.mailing{
	background: url(images/button-mailing.gif);
}
#actiesite a.button.mailing:hover{
	background: url(images/button-mailing-over.gif);
}

#actiesite #about{
	width: 980px;
	margin: 85px 0 0 0;
	text-align: center;
	font-size: 11px;
}
#actiesite #about a{
	display: inline;
}
#actiesite #about p{
	padding: 0;
}
#actiesite #about p.by1, #actiesite #about p.by1 a{
	font-size: 12px;
	margin-top: 10px;
	color: #3e6081;
}
#actiesite #about p.by2, #actiesite #about p.by2 a{
	color: #fff;
	line-height: 46px;
}
#actiesite #about p.by2 img{
	vertical-align: bottom;
}




.next, .prev { 
    /* absolute positioning relative to the overlay */ 
    position:absolute; 
    top:40%; 
 
    /* upcoming CSS3 rounded border feature */ 
    -moz-border-radius:5px; 
    -webkit-border-radius:5px; 
} 
 
/* progress indicator (animated gif). should be initially hidden */ 
.progress { 
    position:absolute; 
    top:45%; 
    left:50%; 
    display:none; 
} 
 
/* active thumbnail is raised on top of the mask using the z-index property */ 
#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}
#gallery .prev, #gallery  .next{
	color: #fff;
}
#pos{
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 999999999;
}
#gallery{
	position: absolute;
	margin: 0 auto;
	padding: 0;
	z-index: 9999999999;
}
.simple_overlay .info a{
	color: #fff;
}
