*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}



body {
	background: #272727;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#container {
	width:1000px;
	height: auto;
	margin:0 auto;
	background-color: #581f58;
	border-left: 2px solid #FC3;
	border-right: 2px solid #FC3;
}

#header{
	position: relative;
	height: 284px;
	background-image: url("../img/header.png");
}

#gele_balk_boven{
	height: 33px;
	width: 1000px;
	background-image: url("../img/gele_balk_boven.png");
	background-repeat:repeat-x;
}

#gele_balk_boven_tekst{
	height: 33px;
	width: 1000px;
	background-image: url("../img/gele_balk_boven_tekst.png");
}

/* content */

#content{
	width: 732px;
	border-right: 10px solid #e3ac01;
	float: left;
	padding: 10px;	
	min-height: 577px;
}

a {
	color: #ffffff;
}

a.link{
	text-decoration: underline;
}

.small{
	font-style: italic;
	font-size: 10px;
}

h2{
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 30px;
}

h3{
	color: #e3ac01;
	margin-top: 5px;
	font-size: 18px;
}

/* einde content */

#menu{
	width: 238px;
	min-height: 577px;
	background-image: url("../img/menu.png");
	float: left;
}

#menu ul{
	margin-top: 10px;
	list-style: none;
}

.menu_plaatje{
	border:none;
}

#home{	
	height: 40px;
	width: 238px;
	background-image: url("../img/home.png");
}

#home:hover{
	height: 40px;
	width: 238px;
	background-image: url("../img/home_hover.png");
}

#info{	
	height: 40px;
	width: 238px;
	background-image: url("../img/info.png");
}

#info:hover{
	height: 40px;
	width: 238px;
	background-image: url("../img/info_hover.png");
}

#promo{	
	height: 40px;
	width: 238px;
	background-image: url("../img/promo.png");
}

#promo:hover{
	height: 40px;
	width: 238px;
	background-image: url("../img/promo_hover.png");
}

#bedrijven{	
	height: 40px;
	width: 238px;
	background-image: url("../img/bedrijven.png");
}

#bedrijven:hover{
	height: 40px;
	width: 238px;
	background-image: url("../img/bedrijven_hover.png");
}

#inschrijven{	
	height: 40px;
	width: 238px;
	background-image: url("../img/inschrijven.png");
}

#inschrijven:hover{
	height: 40px;
	width: 238px;
	background-image: url("../img/inschrijven_hover.png");
}

#gastenboek{	
	height: 40px;
	width: 238px;
	background-image: url("../img/gastenboek.png");
}

#gastenboek:hover{
	height: 40px;
	width: 238px;
	background-image: url("../img/gastenboek_hover.png");
}

#contact{	
	height: 40px;
	width: 238px;
	background-image: url("../img/contact.png");
}

#contact:hover{
	height: 40px;
	width: 238px;
	background-image: url("../img/contact_hover.png");
}

#gele_balk_onder{
	height: 33px;
	width: 1000px;
	background-image: url("../img/gele_balk_onder.png");
	background-repeat:repeat-x;
}

#footer{
	height: 33px;	
}

/* Paging */
div.paging {
	text-align:center;
	color: #fff;
	margin-bottom: 2em;
}
div.paging div.disabled {
	display: none;
}

div.paging span {
}

div.paging span.current {
	color: #fff;
}
div.paging span a {
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #ff3131;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #ff3131;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

.teamdata label {
	width:250px;	
	display:block;
	float:left;	
	clear:left;
}

.teamdata select {
	float:left;	
}

.teamdata input {
	float:left;	
}

.teamdata textarea {
	float:left;	
}


.posts dt {
	margin-top:1em;
	padding:2px;
	color:#581f58;
	background-color:#CCC;
	font-weight: bold;
}

.posts dd {
	font-weight:bold;
	margin-bottom:1em;
	padding-top: 1em;
	padding-left:60px;
	background: url("../img/comment.png") no-repeat scroll left top; 
	min-height:50px;
	border: 1px solid #CCC;
}

.actions ul{
	list-style: none;
}