/* lay-out */
html, body {
	height: auto;
	margin: 0;
	padding:10px 0px;
	background-color: #FFF;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#content {
	position:relative;
	z-index:1;
	width: 800px;
	margin:0px auto;
	left: 28px;
	top: 1px;
}
#logo{
	text-align:center;
}


/* opmaak */
a{
	color:#000;
	height: auto;
	width: auto;
}
p {
	margin-top:0px;
	margin-bottom:0px;
}
.titelbalk{
	padding-top:40px; 		/* ruimte boven de zwarte balk */
	padding-bottom:10px; 	/* ruimte onder de zwarte balk */
}
.titel{
	background-color:#191919;
	text-align:center;
	cursor:pointer;
	display:block;
	width:800px;
}
.introtext{
	padding-bottom:6px;
}
.tekst{
	background-color:#FFF;
	padding:2px;
	cursor:pointer;
	display:block;
	width:796px;
}
.maintext{
	padding-bottom:6px;
}
.maintext .tekst{
	background-color:#FFF;
	padding:2px;
	display:block;
	width:796px;
	cursor:default;
}
.geenklik{
	cursor: default;
}
.klikbaar{
	cursor:pointer;
}


/* inspiratie */
.inspiratie{
	float:left;
	width:740px;
	text-align:center;
}
img.pijl-vorige{
	float:left;
	margin-top:4px;
	margin-left:10px;
}
img.pijl-volgende{
	float:right;
	margin-top:4px;
	margin-right:10px;
}


/* formulier */
.formfield{
	width:790px;
	border: 1px solid #CCC;
	margin-bottom:5px;
}
textarea{
	width:790px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	border: 1px solid #CCC;
}
.label{
	font-size:11px;
}


/* twitter*/
#twitter {
}
#twitter_div ul{
	margin:0px;
	padding:0px;
	list-style:none;
	
}
#twitter_div ul li{
	margin-left:20px;
	padding-top:10px;
/*	list-style: url(../images/ahtekens-open.png);
	background: url(../images/ahtekens-sluiten.png) no-repeat right bottom;
*/}
#twitter_div ul li a{
	color:#C00; /* linkkleur Tweets */
}


/* stepcarousel */
.stepcarousel{
	position: relative;
	width: 710px;
	height: 90px;
	margin-left:40px;
	overflow: hidden;

}
.stepcarousel .belt{
	position: absolute;
	left: 0px;
	top: 1px;
	width: 721px;
	height: 784px;



}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 92px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

