html, body
{
	font-family: 'Verdana', Verdana, Arial, Sans-Serif;
	margin-right: auto;
	margin-left: auto;

	font-size: 12px;
	line-height: 17px;
	background: #ebf0f2 url(img/bg.png) no-repeat top left;
}
.page {
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: left;
height: auto;
padding-bottom: 50px;
min-height: 220px;
}
.pay {
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: center;
height: auto;
padding-bottom: 50px;
min-height: 220px;
}
/* voor de admin page, een link editten */

a.tooltip hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:160px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #ffffff; color:#6c6c6c;}




.edit {
width: 900px;
margin-left: auto;
margin-right: auto;
text-align: left;
height: auto;
min-height: 600px;	
}
.edit #field {
	width: 850px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
.edit .first_form{
	float: left;
	width: 180px;
	text-align: left;
}
.edit .second_form{
	float: left;
	width: 300px;
	text-align: left;
}
.edit .third_form{
	float: left;
	width: 330px;
	text-align: left;
}


.aanmelden {
	width: 100%;
}
#field {
	width: 730px;
	float: left;
	margin-left: 10px;
	text-align: left;
}
.first_form{
	float: left;
	width: 100px;
	text-align: left;
}
.second_form{
	float: left;
	width: 300px;
	text-align: left;
}
.third_form{
	float: left;
	width: 330px;
	text-align: left;
}
#tooltip{
	position:absolute;
	padding:0px;
	color:#191919;
	width: 170px;
	text-align: center;
	padding-top: 20px;
	border: 1px solid #6C6C6C;
	background-color: #cdc39b;
	/*background-color: #fffae8;
	
	
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;*/
	
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	z-index: 3;
	

}

.popup {
	display: none;
	visibility: hidden;
}
img{
	border: none;
}

h1{
	font-size: 3.3em;
	letter-spacing: -1px;
	color: #3a4145;
	  font-family: helvetica, arial sans-serif;
  font-weight: bold;
  text-decoration:none;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 15px;

}
h4{
	font-size: 2.5em;
	letter-spacing: -1px;
	color: #3a4145;
	  font-family: helvetica, arial sans-serif;
  font-weight: bold;
  text-decoration:none;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 15px;


}
h2 {
	font-family: 'Verdana', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #e9e3ca;
	margin: 0;

	padding-top: 2px;
}
h3{
	font-family: 'Verdana', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.7em;
	color: #706a52;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration:none;
}
.closeEl {
	color: #FCFCFC;
	margin-top: 4px;
	
}

.groupWrapper
{
	width: 24%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
	text-align: left;
}
.groupWrapper3
{
	width: 31%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
	text-align: left;
}
.serializer
{
	clear: both;
}
.groupItem
{
		margin-bottom: 20px;
}
.Nomove
{
	margin-bottom: 20px;
}
.groupItem .itemHeader
{
	background-color: #3a4145;
	border: 1px solid #D6D6D6;
	color: #FCFCFC;
	padding: 0 10px;
	cursor: move;
	height: 22px;
	position: relative;
	text-align: left;
	z-index: 1;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	

	


}
.Nomove .itemHeader
{
	background-color: #3a4145;
	border: 1px solid #D6D6D6;
	color: #FCFCFC;
	padding: 0 10px;
	cursor: default;
	height: 22px;
	position: relative;
	text-align: left;
	
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
	


}
.itemContent {
	background-color: #FDFDFD;
	border: 1px solid #D6D6D6;
	text-align: left;
	position: relative;	
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;

}
.itemContent ul {
		margin: 0;
	padding: 0;

	display: block;
	text-decoration: none;
	padding: 10px;
	list-style-type: none;

}
.itemContent ul li {
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
	padding-left: 0px;
	list-style-type: none;
	height: 20px;
}
.groupItem .itemHeader a
{
	position: absolute;
	right: 10px;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
input.submit {
	border: 1px solid #FFFFFF;
	cursor: pointer;
	background: #706a52;
	color: f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input{
	background: #FAFAFA;
	border: 1px solid #706a52;
	padding: 3px;
	color: #191919;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 3px;
}
textarea {
	background: #FAFAFA;
	border: 1px solid #706a52;
	padding: 3px;
	color: #191919;
	width: 280px;
	height: 160px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
		margin-bottom: 5px;
}

input:hover, textarea:hover {
	border: 1px solid #706a52;
	background: #F7F7F7;
	color: #222;
}
input:focus, textarea:focus {
	border: 1px solid #706a52;
	background: #F7F7F7;
	color: #222;
}

input.submit:hover{
	border: 1px solid #706a52;
}
input.submit:focus {
	border: 1px solid #706a52;
}
.beschrijving {
	background: url(img/arrow.gif) no-repeat left;
	padding-left: 20px;
	position: absolute;

	
}
.beschrijvingadmin {
		position: absolute;

}
.show {
	position: absolute;
	z-index: 2;
	right: 0px;

}
/*  Classes voor alle links op de index */

a:link {
	color: #222;
}    
a:visited {
	color:#222
}  
a:hover {
	color:#706a52;
	font-weight: bold;
}  
a:active {
	color:#036
} 

/*  Classes voor de index */
.sortHelper
{
	border: 3px dashed #666;
	width: auto !important;
}
.groupWrapper p
{
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: auto;
	margin-top: 0px;
	padding-top: 0px;
	top: 0px;
}

/*  Classes voor de header */
.header {
height: 75px;	
padding-left: 30px;
margin: 0px;
width: 100%;
}

.leftheader {
float: left;
width: 420px;
text-align: left;
height: 75px;
overflow: visible;
}
.rightheader {
float: right;
width: 530px;
height: 75px;
}


/*  Classes voor de poll */
.poll {
width: 200px;	
margin-right: auto;
margin-left: auto;
}
.vraag {
	float: left;
}
.votes {
	float: right;
}
.clear {
	clear: both;
}
.devraag {
	margin-bottom: 5px;	
	padding-left: 5px;
}
.pollsubmit {
	margin-top: 5px;	
}

/*  Classes voor de admin */
.adminmenu {
	background-color: #3a4145;
	border: 1px solid #D6D6D6;
	color: #FCFCFC;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 5px;
	float: left;
	margin-right: 5px;
}
/*  Classes voor de admin links in het top menu*/
.adminmenu a:link {
	color: #f5f5f5;
} 
.adminmenu a:visited {
	color:#f5f5f5
} 
.adminmenu a:hover {
	color:#FFFFFF
} 
.adminmenu a:active {
	color:#FFFFFF
}  

/*  Classes voor de footer*/
.footer {
	background-color: #3a4145;
	border: 1px solid #D6D6D6;
	color: #FCFCFC;
	padding: 0 10px;
	height: 25px;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	padding-top: 3px;
	float: left;
	width: 100%;
}


/*  Classes voor de footer links */
.footer a:link {
	color: #f5f5f5;	
}     
.footer a:visited {
	color:#f5f5f5
}  
.footer a:hover {
	color:#FFFFFF
}  
.footer a:active {
	color:#FFFFFF
}  

/*  Classes voor de shoutbox */

.shoutbox {
	width: 206px;
	margin-left: auto;
	margin-right: auto;

}
.shoutcolor {
	background-color: #cdc39b;
	color: #222;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.shoutcolortop {
	background-color: #fffae8;
	color: #222;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.shoutnocolor {
	background-color: #fffae8;
	color: #222;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.shoutnew {
	float: left;
	width: 55px;
	padding: 0px;
	margin: 0px;
}
.shoutleft {
	float: right;
	padding: 0px;
	margin: 0px;
}
.shoutsubmit {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.shouttop {
	margin-top: 10px;	
}

/*  Classes voor de melding op de voorpagina */
.reset {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		border: 1px #222 solid;
		background-color: #fffae8;
		height: 30px;
		margin-bottom: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding-left: 30px;
}
.resettekst {
	float: left;
	padding-top: 5px;
	
}
.resetplaatje {
	float: left;
	padding-top: 3px;
	margin-left: 10px;
}
.menu{

	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin-top: 10px;
	}
.menu ul{
	background:#3a4145;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#3a4145 url("admin/img/seperator.gif") bottom right no-repeat;
		color:#FFFFFF;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #fccbeb url("admin/img/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#3a4145;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('admin/img/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#fffff url('admin/img/configure-icon.png') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		
