/* global */
html{
	height:100%;	
}
body{
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	line-height:24px;
	margin:0;
	padding:0;
	text-align:center;
	height:100%;
}
#rightBottom{
        display:block;
        position:fixed;
        bottom:0;
        right:0;
        width:200px;
        height:201px;
        background-image:url(../../../images/stories/cr-button.png);
        z-index:99;
}

/* headings */
h1{
	font-size:200%;
	font-weight:normal;
	margin:5px 0;
}		

h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:2px 0;
}	
h2{            
        font-size:17px;
        font-weight:bold;
        text-transform:uppercase;
        font-family: Arial, Verdana, sans;
        padding:15px 0 5px 0 ;
        color:#11658c;
}	
.col h2{            
	padding-bottom:.5em;
}
	
h3{          
	font-size:14px;
	color:#ac5419;
        font-weight:bold;
        margin:5px 0;
}
h4{          
	font-size:120%;
	color:#c4a100;
}


.contentheading{
        font-size:17px;
        font-weight:bold;
        text-transform:uppercase;
        font-family: Arial, Verdana, sans;
        padding:15px 0 5px 0 ;
        color:#11658c;
}
.componentheading{
        font-size:17px;
        font-weight:bold;
        text-transform:uppercase;
        font-family: Arial, Verdana, sans;
        padding:15px 0 5px 0 ;
        color:#11658c;
}				
   
/* // headings */

/* clearfix */

#content:after, ul:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	text-indent:-8000px;
}
#content, ul{
	display:block;
}
		/*  \*/
#content, ul{
	min-height:1%;
}
#content .contentImg{
	float:right; 
	margin:0 0 10px 20px ;	
}
.cbUsersList{
	margin-left:220px ;
}	
* html #content, * html ul{
	height:1%;
}

/* // clearfix */
	
/* HTML Tags */
a{
			text-decoration:none;
			color:#00758e;
}
a:hover{
			color:#999;
}			
table, input, textarea, select, li{
			/*font:100% Arial, Helvetica, Sans-Serif;
			line-height:160%;
			color:#333;*/

}				
p, blockquote, ul, ol, form{
			margin:1em 0;
}
blockquote{
}
img{
	border:none;
}			
hr{
	color:#777;
	background-color:#777;
	height:1px;
	border:none;
	margin:15px 0;
	clear:both;
}	

th, td{	
	padding:2px 0px;
}	
th{	
	text-align:left;
}	
li{
	display:list-item;
}
cite{
	font-size:17px;
	font-weight:bold;
}
iframe {
	border: none;
} 
	
/* // HTML Tags */	
	
/* // Global */

#background{
	width:100%;
	height:100%;
#	background-color:#ac5419;/* weg halen bij andere versie*/
	background-color:#000;
	overflow:hidden;
	position:fixed;
	top:0;
        left:0;
	z-index:1;
}
#background #left{
	width:50%;
	height:100%;
	float:left;
	background-image:url(../../backLeft2-1.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#background #right{
	width:50%;
	height:100%;
	float:right;
	background-image:url(../../backRight2-1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#website{
	width:100%;
	position:absolute;
	top:0px;
        left:0;
	z-index:2;
}

#topHolder{
	width:100%;
	height:70px;
	position:absolute;
	top:0;
	z-index:4;
}
#topHolder #hor_menu{
        width:930px;
	height:30px;
	margin:20px auto 0 auto;
	line-height:30px;
	text-align:right;
	color:#ac5419;
        /*background:url(../images/logo.png) no-repeat left top;*/
}

#topHolder #hor_menu a{
	color:#ccc;
	text-decoration:none;
	padding:0 2px;
}
#topHolder #hor_menu a:hover{
	color:#ac5419;
	text-decoration:none;
}
#topHolder #hor_menu #topmenu{
        width:600px;
        float:right;
}

#topHolder #logo{
       float:left;
        width:280px;
        padding:7px 0 0 27px;
}

#giraffe{
	width:40px;
	height:100px;
	position:fixed;
	top:0;
	z-index:3;
}
#giraffe #giraffeKop{
	width:40px;
	height:100px;
	margin:40px auto 0 auto;
	background:url(../../girafkop-2.png) no-repeat left top;
}


/* content */
.article_column{
   
    
}

.article_separator{
	display:block;
	border-bottom:1px solid #333;
	width:100%
}

#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:930px;
	background:#000;		
	margin-bottom:2em;
        

}	
#container #topmenu{
	height:60px;
	line-height:60px;
	text-align:right;
	padding-right:10px;
	color:#333;
	background:url(../images/top.jpg);
}
#container #topmenu a{
	color:#fff;
	text-decoration:none;
	padding:0 2px;
}
#container #topmenu a:hover{
	color:#ac5419;
	text-decoration:none;
}			
#container #topmenu #logo{
	width:48px;
	height:97px;
	background:url(../images/girafkop.png) no-repeat left top;
	position:absolute;
	top:40px;
	left:0;
	z-index:3;
}
.content{
	padding:5px 0px;
#	border-bottom:solid 1px #ddd;
	background-color:#000;
	color:#fff;
}
.content .itemWrapper {
	width:207px;
	/* height:180px;*/
	margin:10px;
	float:left;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;

}
.content .itemWrapper:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.content .itemWrapper a {
	color:#C60;
}
.content .itemWrapper .itemText {
	color:#fff;
	min-height:20px;
	height:auto !important;
	height:20px;
	line-height:18px;
	font-size:12px;
	padding:5px 0 5px 5px;
}
.content .itemWrapper .itemImage {
	width:207px;
	height:151px;
}
.content .itemWrapper .itemImageZondag {
	width:207px;
	height:151px;
	background-image:url(../../../images/stories/zondag.jpg);
}
.content .itemWrapper .itemImageZondag .datum {
	width:60px;
	padding:45px 0 0 135px;
	color:#fff;
	font-weight:bold;
}
.content .itemWrapper .itemImageZondag .zondag {
	width:190px;
	height:70px;
	padding-top:15px;
	margin:0 auto;
}
.content .itemWrapper .itemImageZondag img {
	border:none
}
.content .itemWrapper .itemImage img {
	border:none
}
.content .itemWrapper .itemImage img:hover{
	
}
.content .itemWrapper .itemButton {
	background-color:#C60;
	height:30px;
	font:Arial, Helvetica, sans-serif;
}
.content .itemWrapper .itemButton a {
	display:block;
	background-image:url(../images/button_link.jpg);
	width:200px;
	height:30px;
	margin-bottom:5px;
	line-height:30px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	font-transform:uppercase;
	font-size:14px;
}
.content .itemWrapper .itemButton a:hover {
	background-image:url(../images/button_hover.jpg);
	text-decoration:underline;
	background-color:#F90;
}

.menuleft{
	background-color:#000;
	float:left;
	width:200px;
	padding:10px;
	text-align:left;
        position:relative;
        z-index:9;

}
.moduleleft{
	float:left;
}
.hoofdBanner{
	width:930px;
	color:#FFF;
	background:#333;
}

/* // content */

#container #footer{
	width:940px;
	height:30px;
	border-top: #333 1px solid;
	line-height:30px;
	margin:10px 0px;
#	background:url(../images/top.jpg);
	color:#555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:center;
	float:left;
}
#container #footer a{
	color:#777;
	text-decoration:underline;	
}
#container #footer a:hover{
	color:#888;
	text-decoration:none;	
}				
.oranje {
	color: #ac5419;
}
.readon{
        font-weight:bold;
        color:#ac5419;      
}
.el_eventlist{
	width:710px;
	float:left;
}
.el_categoryevents{
	width:710px;
	float:left;
}
#eventlist{
	width:710px;
	float:left;
}
.cbProfile{
	width:710px;
	float:left;
}
.cbEditProfile{
	width:710px;
	float:left;
}
.jd_cat_subheader{
	width:710px;
	float:left;
}
.eventlist, .location, .tab{          
	font-size:14px;
	color:#ac5419;
        font-weight:bold;
        margin:5px 0;
}
.description, .venue, .venue_city, .location_desc {          
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#fff;
        font-weight:normal;
}
.form{
	width:700px;
	float:left;
}
.contentpane{
	width:700px;
	float:left;
}
dl {
	padding: 0.5em;
}
dt {
	float: left;
	clear: left;
	width: 100px;
	text-align: left;
	font-weight: normal;
	color: white;
}

dd {
	margin: 0 0 0 110px;
	padding: 0 0 0.5em 0;
}
.copyright {
	display:none;
}
td.sectiontableheader {
	background: #00758e;
	color: #fff;
	font-weight: bold;
	padding: 4px;
	border-right: 1px solid #fff;
}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td {
	padding: 4px;
}
td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
	 padding: 3px;
}
td.sectiontableheader a{
	color: #fff;
}
#conteneurmenu{
	display:none;
}
.cbUserListCol2 {
	width: 150px;
}
.cbUserListCol3 {
	width: 150px;
}
