/* CSS Website Vereniging Nederlandse Debatcentra (VND) */
	body {
		margin: 0px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;
		background-color: #CCCCCC; 
	}
	a:link {
		text-decoration: none;
		font-weight: bold; 
		color: #CC0000;
	}
  a:visited {
		text-decoration: none; 
		font-weight: bold;
		color: #CC0000;
	}
  a:active {
		text-decoration: none;
		font-weight: bold; 
		color: #CC0000;
	}
  a:hover {
		text-decoration: underline;
		font-weight: bold; 
		color: #CC0000;
	}
	.inhoud {
		background-color: #FFFFFF;
		line-height: 18px;
	}
	.zijbalk {
		background-color: #F6F6F6;
		line-height: 14px;
	}
	.debat {
		color: #CC0000;
		font-weight: bold;
		line-height: 14px;	
	}
	.datum {
		color: #666666;
		font-weight: bold;
		line-height: 14px;
	}
	.debatcentrum {
		color: #000000;
		font-weight: bold;
		line-height: 14px;
	}
	.hr {
		color: #CC0000;
	}
	.header {
		color: #CC0000;
		font-weight: bold;
		font-size: 16px;
	}
	input {
		background-color: #F6F6F6; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px; 
		color: #000000; 
		border-color: #000000; 
		border-top:1px solid; 
		border-bottom:1px solid; 
		border-left: 1px solid; 
		border-right:1px solid;
	}
	select {
		background-color: #F6F6F6; 
		font-family: verdana; 
		font-size: 11px; 
		color: #000000; 
		border-color: #000000; 
		border-top:1px solid; 
		border-bottom:1px solid; 
		border-left: 1px solid; 
		border-right:1px solid;
	}
	textarea {
		background-color: #F6F6F6; 
		border-color: #000000; 
		border-top:1px solid; 
		border-bottom:1px solid; 
		border-left: 1px solid; 
		border-right:1px solid;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	.radio {
		background-color: #FFFFFF; 
		border-color: #FFFFFF;
	}
	.beheer_header {
		color: #CC0000;
		font-weight: bold;
		font-size: 20px;
	}
	.beheer_textredlarge {
		color: #CC0000;
		font-weight: bold;
		font-size: 16px;
	}
	.beheer_textlarge {
		color: #000000;
		font-weight: bold;
		font-size: 16px;
	}
	.beheer_redbold {
		color: #CC0000;
		font-weight: bold;
	}
