html {
	height:100%; 
}

body {       
	font-family: "Trebuchet MS", Arial, Helvetica,  sans-serif;
	font-size:11px;
	color:#ccc;
	line-height:185%;
	text-align: left;	
	margin: 0;
	height:100%;  
	background: #000 ;
} 
/*===============
GENERAL  STYLES
===============*/

a:link, a:visited {   
	color:#eee;
	text-decoration: none;
}
a:hover { 
	color:#fff;  
	text-decoration: underline;
} 
strong {
	font-weight: bold;
	color: #eee;
} 
h1 a:link, h1 a:visited {
	color: #cb262c;
	text-decoration: none;
}
h1 a:hover {
	color: #cb262c;
	text-decoration: none;
} 

.cufon-loading h1, .cufon-loading h2, .cufon-loading h1 span, .cufon-loading ul.mainmenu li span { 
	visibility: hidden !important;
}

h1 {  
	color: #fff;  
	font-size: 15px; 
	font-weight: normal;   
	text-transform: uppercase;
	border-top: 1px solid #fff;
	margin-top: 3px;
} 
h2 { 
	color: #fff;  
	font-size: 15px; 
	font-weight: normal;   
	text-transform: uppercase;
	border-top: 1px solid #fff; 
	padding-top: 3px; 
}    
 
h3 { 
	color: #fff;  
	font-size: 12px; 
	font-weight: normal;   
	text-transform: uppercase;   
	margin-top: 15px; 
}   

img {
	border: 0; 
}
p {
	margin: 10px 0px 10px 0px; 
}
p img { 
} 
 
hr {
	border: 0;
	color: #3b3b3c;
	background-color: #b32027;
	height: 1px;
}

hr.softbreak {
	border:0;
	color: #545454;
	background-color: #545454;
	height: 1px;
}
/*=============
LAYOUT STYLES
=============*/

div.mainwrapper  { 
	margin: 0 auto;  
	background: #000 url('/images/d2e_background.jpg') top center no-repeat;  
	-webkit-background-size: 1924px 1248px;
	min-height: 1248px;
}  

div.maincolumn {
	width: 800px;  
	margin: 0px auto; 
	height: auto;    
	background: #424244 ;   
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

div.logo {
	width: 356px;
	height: 58px;
	z-index: 100;
	position : relative;
	top: -350px;
	float: right;
}
  
 
div.header{
	width: 800px;;
	height: 384px;
	overflow: hidden;     
}
 
div.content {
	width: 100%;   
	margin: 0 auto;    
	min-height: 700px;
	background: url('/images/d2e_topbg.jpg') top repeat-x;
	padding-bottom:  120px; 
}

div.content_col1 {
	width: 500px;
	float: left; 
	min-height: 310px;
	padding: 50px 20px 20px 30px;
}
  

div.content_col2 {
	width: 205px;
	margin: 50px 0px 0px 20px; 
	float: left; 
} 


div.col_wide {
	float: left;
	width: 815px;
	margin: 114px 30px 0px 68px; 
} 
div.col_edit{ 
	width: 580px;
	margin: 40px 0px 0px 35px; 
	float: left; 
}

div.bottom { 
	width: 800px;  
	margin: 0px auto; 
	height: auto;    
	background: #424244 ;   
  border-left: 1px solid #999;
  border-right: 1px solid #999; 
  border-top: 1px solid #999; 
  text-align: center;
}
  
div.bottom a {
	color: #999;
	text-decoration: none;
	font-weight: normal; 
	font-size: 10px;
	text-transform: uppercase;
}

div.bottom a:hover {
	color: #ccc;
	text-decoration: none; 
}
 
 
div.likebutton { 
	margin-top: 15px;
} 

div.newsimg {
	float: right;
	margin: 16px 0px 6px 20px;
}
div.contentblock {
	margin-bottom: 30px;
}
div.contentblock p {
	text-align: justify;
}
div.contentblock ul {
	list-style: disc;
}
div.contentblock li {
	margin-left: 20px;
}

div.content_col1 ul {
	list-style: disc;
}
div.content_col1 li {
	margin-left: 20px;
}

/*=============
MENU STYLES
=============*/ 

div.header ul.mainmenu {  
	text-align: right; 
	line-height: 100%;  
	list-style: none;
	float: right; 
	padding: 0;   
	position: relative; 
	top: -90px;
	width: 800px;
	background: url('/images/d2e_menubg.png') ;
  border-top: 1px solid #555;
  height: 32px;
}
 
div.header ul.mainmenu li {
	display: inline;   
	font-weight: bold;  
	text-align: center; 
	float: left; 
	text-transform: uppercase;
	padding-right: 0px; 
}  

div.header ul.mainmenu li a {  
	display: block; 
	color: #ddd;
	text-decoration: none;  
	font-size: 11px;
	font-weight: normal;  
	width: auto;
	overflow: hidden; 
	padding: 9px 15px 8px 15px; 
} 
 
div.header  ul.mainmenu li a.active {   
	color: #fff;     
}

div.header ul.mainmenu li a:hover {
	color: #fff;  
}
div.header  ul.mainmenu li a.active:hover {   
	color: #fff;   
}  

 
/*=================
FRONTPAGE STYLES
=================*/

 
#slidingFeatures{ 
	position: relative;
	overflow: hidden;
	width: 800px;
	height: 383px;  
}
.jshowoff {
	width: 800px;
	margin: 0px ;  
}
 
.jshowoff p.jshowoff-slidelinks {
	width: 181px;
	height: 19px;
	position: absolute;
	bottom: 0px;
	left: 0px; 
	margin: 0; 
	padding-left: 30px; 
}
.jshowoff-slidelinks a, .jshowoff-controls a {
	color: #cb262c;
	display: block; 
	padding: 3px 7px 2px;
	margin: 2px 0 0 4px;
	float: left;
	text-decoration: none; 
	outline: none;
	font-size: 11px;
	line-height: 14px;
	position: relative;
	top: -2px;
	background: #E6E6E7;
	font-weight:bold;
} 

.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover { 
	color: #cb262c;;
}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #6E6E70;
	color: #E6E6E7;
}
 
.jshowoff-pausetext {
	color: #fff;
} 
ul.articlelist {
	margin-top: 15px;
}
ul.articlelist li {
	border-bottom: 1px solid #545454;
}
  
/*=============
NEWS STYLES
=============*/


span.newsgeplaatst {
	font-size: 10px;
	color: #999;
}
 
/*=============
EVENTS STYLES
=============*/


div.flyerthumb{
	width: 160px;
	float: right;
}
 


/*=============
CONTACT STYLES
=============*/

div.plattegrond{ 
	position: relative;
	overflow: hidden;
	width: 939px;
	height: 326px; 
	margin: 3px 0px 40px 7px;; 
}

h1.contact {
	margin-top:  10px;
}

/*=============
ALBUM STYLES
=============*/

ul.fotowrap {
	width: 520px;
}
ul.fotowrap li {
	display: inline;
	margin-right: 3px;
	width: 120px;
	height: 120px;
	overflow: hidden;
} 
ul.fotowrap li a {
	text-decoration: none;
}

ul.fotowrap li a img{
		border: 1px solid #666;
}
ul.fotowrap li a:hover img{
		border: 1px solid #999;
}

 
.pagenumber ul{ 
	padding: 0;
	float: left;
	width: 510px;
}

.pagenumber li{
	margin:3px;  
	padding: 0;
	float: left;
	list-style: none;
	text-align: center;
}

.pagenumber li a {
	width: 22px;
	height: 22px; 
	color: #ccc;
	background: #555; 
	display: block;
	text-decoration: none;
}

.pagenumber li a:hover { 
	background: #666;
}
.pagenumber li a.activenumber { 
	color:  #424244;
	background: #ccc;  
} 
 
/*=============
FORM STYLES
=============*/
 
input, select {
	color: #424244;
	font-family: Arial, Helvetica,  sans-serif; 
	background: #ccc;
	border: 3px solid #ccc; 
}

textarea { 
	color: #424244;
	font-family: Arial, Helvetica,  sans-serif; 
	padding: 4px 8px;
	background: #ccc;
	border: 3px solid #ccc; 
	overflow: auto;
}

input.radio, {
	background: none;
}

/* CONTACT */
form.contact {  
	width: 510px;
}

form.contact label {
	width: 117px;
	float: left;  
	line-height: 180%;
	padding-top: 4px;
}

form.contact label h2{
	color: #eee; 
	margin-bottom: 5px;
}
	
form.contact input.text {
	width: 360px;
	float: left; 
	margin-bottom: 4px; 
	padding: 4px 8px;
} 
	 

form.contact textarea {
	width: 360px;
	height: 120px;    
	margin-bottom: 4px;
}

form.contact input.submit {  
	margin-top: 10px; 
	color: #424244;
	font-family: Arial, Helvetica,  sans-serif; 
	padding: 4px 8px;
	background: #ccc;
	border: 3px solid #ccc; 
}
  
/* EDIT */ 
 
form.edit label {
	width: 70px;
	float: left;  
	line-height: 120%;
	padding-top: 4px;
}

form.edit input {
	width: 500px;
	float: left;
}
form.edit input.editfile {
	width: 470px;  
}

form.edit input.checkbox {
	width: 20px;
	background: #424244;
	border: 0;
}
form.edit select {
	width: 60px;
}
form.edit select.wide {
	width: 500px;
}

input.edit_frontpage {
	width: 420px;
}
 
form.edit input.submit {
	width: 120px;
	margin-top: 10px;
}
form.edit textarea {
	width: 485px;
	height: 90px;
	background: #ccc;
	border: 3px solid #ccc; 
	color: #424244; 
	font-family: Arial, Helvetica,  sans-serif;
	float: left;
}

span.mcewrapper {
	width: 440px;
	float: left;
}
 

/*=============
ADMIN STYLES
=============*/

span.admin, span.red {
	color: #f00;
}

div.admin {
	float: right;
	position: relative; 
	background: #ccc; 
}
 
img.tool, div.admin img {
	width: 20px;
	height: 20px;
	border: 0px;
	background: #ccc;
	margin: 0px;
	padding: 2px;;  
}

div.tool {
	width: 20px;
	height: 20px; 
	float: left;
	background: #ccc;
	margin: 0;
	padding: 0; 
}

img.toolsmall {
	width: 14px;
	border: 0px;
}

div.toolsmall {
	width: 14px;
	height: 14px;
	border: 1px solid #333;
	float: left;
}

 
  

