*{
	margin: 0;
	padding: 0;
}

img{
	border: none;
}

body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	width: 100%;
	text-align: center;
}

ol{
	list-style-position: inside;
}

#container{
	width: 995px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background: #AA1919;
}

#header{
	width: 100%;
	float: left;
	height: 195px;
	background: #AA1919;
}

/*****************************************************************/
#logo{
	float: left;
	width: 135px;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#nav{
	width: 775px;
	padding: 30px 0 0 30px;
	float: left;
}

#nav .navItem{
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 17px;
}


/************************************** jaarverslag*/

#nav.jaarverslag{
	position: relative;
	width: 775px;
}

#nav.jaarverslag .navItem{
	font-size: 12px;
	font-weight: normal;
	margin-right: 20px;
	position: relative;
}

#nav.jaarverslag .navItem h1.col6{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}

#nav.jaarverslag .navItem h1{ 
	font-size: 15px;
	font-weight: bold;
	margin-right: 0px;
}

#nav.jaarverslag .navItem ul{ 
	margin-right: 0px;
}

#logo.jaarverslag{
	padding: 30px 0 0 0;
}

/*********************************************/
#nav .navItem .col1, #nav .navItem .col2, #nav .navItem .col3{
	margin-right: 25px;
}

#nav .navItem .col4{
	margin-right: 0px;
}

#nav .navItem a{
	text-decoration: none;
	color: #fff;
}

#nav .navItem a:hover{
	color: #FA280F;
}

#nav .navItem a.selected{
	color: #fa280f;
}

#nav .navItem ul{
	list-style-type: none;
	margin-top: 12px;
}

#nav .navItem h1{
	font-size: 12px;
}

#nav.normal .navItem h1 a span{
	display: none;
}

#nav .navItem h1 a{
	display: block;
	height: 19px;
}

#nav.normal .navItem h1.col1 a{
	background: url("../img/navItem_col1.gif") no-repeat top left;
	width: 149px;
	display: block;
}

#nav.normal .navItem h1.col1 a:hover{
	background: url("../img/navItem_col1_over.gif") no-repeat top left;
}

#nav.normal .navItem h1.col1 a.selected{
	background: url("../img/navItem_col1_selected.gif") no-repeat top
		left;
}

#nav.normal .navItem h1.col2 a{
	background: url("../img/navItem_col2.gif") no-repeat top left;
	width: 221px;
	display: block;
}

#nav.normal .navItem h1.col2 a:hover{
	background: url("../img/navItem_col2_over.gif") no-repeat top left;
}

#nav.normal .navItem h1.col2 a.selected{
	background: url("../img/navItem_col2_selected.gif") no-repeat top
		left;
}

#nav.normal .navItem h1.col3 a{
	background: url("../img/navItem_col3.gif") no-repeat top left;
	width: 214px;
	display: block;
}

#nav.normal .navItem h1.col3 a:hover{
	background: url("../img/navItem_col3_over.gif") no-repeat top left;
}

#nav.normal .navItem h1.col3 a.selected{
	background: url("../img/navItem_col3_selected.gif") no-repeat top
		left;
}

#nav.normal .navItem h1.col4 a{
	background: url("../img/navItem_col4.gif") no-repeat top left;
	width: 51px;
	display: block;
}

#nav.normal .navItem h1.col4 a:hover{
	background: url("../img/navItem_col4_over.gif") no-repeat top left;
}

#nav.normal .navItem h1.col4 a.selected{
	background: url("../img/navItem_col4_selected.gif") no-repeat top
		left;
}

/*********************************************************************/
#contentTitle{
	float: left;
	width: 100%;
	background: #AA1919 url(../img/header_bg.gif) no-repeat top left;
	height: 30px;
}

#contentTitle.home{
	/*background: #AA1919 url(../img/header_bg_home.gif) no-repeat top left;*/
	background: #AA1919 url(../img/header_bg_banner.gif) no-repeat top left;
}

#contentTitle h1{
	padding-left: 285px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	padding-top: 5px;
	margin: 0;
}

#pageTitle{
	float: left;
	width: 730px;
}

#search{
	float: left;
	width: 260px;	
}

#contentContainer{
	float: left;
	width: 100%;
	background: #E6E6E6;
	padding: 30px 0 30px 0;
}

#wysiwyg{
	text-align: left;
	background: #E6E6E6;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
}

#contentContainer.intro{
	padding: 0px 0 30px 0;
}

#contentContainerHome{
	padding: 0px 0 30px 0;
	background: #E6E6E6;
	float: left;
	width: 100%;
}

#contentLeft{
	width: 270px;
	float: left;
	margin-right: 00px;
}

#contentLeft #subnav{
	margin-left: 30px;
	font-size: 14px;
	list-style-type: none;
	font-weight: bold;
	margin-right: 20px;
}

#contentLeft #subnav a{
	color: #820F0A;
	text-decoration: none;
}

#contentLeft #subnav a:hover{
	color: #FA280F;
}

#contentLeft #subnav a.selected{
	color: #FA280F;
}

#contentLeft #subnav li{
	margin-bottom: 1em;
}

#content.contentLong{
	width: 680px;
	padding-left: 30px;
}

#content.contentJaarverslagHome{
	width: 935px;
	padding-left: 30px;
}

#content.contentJaarverslag{
	width: 680px;
	padding-right: 30px;	
}

#content{
	width: 425px;
	float: left;
	padding: 0 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: -3px;
}

#content a, #wysiwyg a{
	font-family: Arial, sans-serif;
	color: #7F0700;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #wysiwyg a:hover{
	color: #fa280f;
}

#content p, #wysiwyg p{
	margin: 0 0 1em 0;
	font-size: 14px;
}

#content p.introText{
	background: #F0AD00;
	width: 455px;
	margin-left: -15px;
	font-size: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #AA1919;
	line-height: 25px;
	padding: 30px 0px 50px 0px;
}

#content p.introText span.more{
	padding: 0 20px;
	display: block;
}

#content h1, #wysiwyg h1, #content h1 a, #wysiwyg h1 a{
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 18px;
	margin: 1em 0 0.3em 0;
	line-height: 24px;
	}

#content h2, #wysiwyg h2{
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin: 2em 0 0.3em 0;
}

#content ul, #wysiwyg ul{
	margin: 0 0 1em 1em;
}

#content li, #wysiwyg li{
	padding: 0 0 0 1em;
}

#contentRight{
	padding: 0 20px;
	width: 225px;
	float: left;
}

#contentContainer.intro #contentRight{
	padding: 30px 0px 0 20px;
}

#contentContainer.intro #contentLeft{
	padding: 30px 0px 0 0px;
}

#contentContainer.home #contentRight{
	padding: 0px 0px 0 30px;
}

#contentRight #talen{
	list-style-type: none;
}

#contentRight #talen li{
	padding: 1px 0 13px 0;
}

#contentRight #talen li a{
	display: block;
	width: 216px;
	height: 16px;
	background-repeat: no-repeat;
}

#contentRight #talen li a span{
	display: none;
}

#contentRight h2#extranet{
	margin-top: 20px;
}

#contentRight h2#extranet.home{
	margin-left: 10px;
}

#contentRight h2#extranet a{
	background: url(../img/extranet.gif) no-repeat top left;
	display: block;
	width: 93px;
	height: 31px;
}

#contentRight h2#extranet.home a{
	background: url(../img/extranet_home.gif) no-repeat top left;
	display: block;
	width: 93px;
	height: 31px;
}

#contentRight h2#extranet a span{
	display: none;
}

/***************************************** home */
#talenHome{
	width: 968px;
	float: left;
	background: white;
	padding-left: 30px;
}

#talenHome .taal{
	background: white;
	width: 212px;
	height: 60px;
	margin-right: 30px;
	padding-bottom: 30px;
	float: left;
}

#talenHome .taal a{
	width: 212px;
	height: 60px;
	display: block;
	background-repeat: no-repeat;
}

#talenHome .taal a span{
	display: none;
}

/**********************************/
#newsContainer{
	width: 725px;
	float: left;
	background: #e6e6e6;
}

#newsContainer .left{
	width: 270px;
	float: left;
	overflow: hidden;
}

#newsContainer .right{
	width: 455px;
	float: left;
	overflow: hidden;
}

#newsContainer .left .newsItem.column1{
	background: white;
	margin: 0 30px 30px 30px;
	width: 210px;
}

#newsContainer .right .newsItem.column2{
	background: white;
	margin-bottom: 30px;
	margin-right: 0px;
}

.newsItem p{
	padding: 5px 15px 10px 15px;
}

.newsItem p.more a{
	background: url(../img/more.gif) no-repeat top left;
	display: block;
	width: 42px;
	height: 15px;
}

.newsItem p.more a span{
	display: none;
}

.newsItem h1{
	background: #646464;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	padding: 7px 0 6px 10px;
}

.newsItem.column1 a{
	color: #AA1919;
	text-decoration: none;
}

.newsItem.column1 a:hover, .newsItem.column2 a:hover{
	color: #FA280F;
}

.newsItem.column2 a{
	color: #AA1919;
	font-family: Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

.newsItem.column1 p{
	font-size: 17px;
	line-height: 22px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.newsItem.column2 p{
	font-size: 16px;
	line-height: 20px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/************************************* footer */
#footer{
	font-size: 10px;
	padding: 5px 0 0px 0;
	color: #999;
	background: white;
	width: 100%;
}

#footer a{
	color: #999;
}


table{
	border-collapse: collapse;
	margin: 0 0 1em 0;
	font-size: 12px;
}

table th{
	padding: 2px 5px;
}


table td{
	padding: 2px 5px;
	vertical-align: top;
}

table.extranet{
	border-collapse: collapse;
	margin: 0 0 1em 0;
}

table.extranet th{
	padding: 2px 10px;
}


table.extranet td{
	padding: 2px 10px;
	vertical-align: top;
}

/************************************* zoek */

#searchForm{
	float: left;
	width: 220px;
	padding-left: 20px;
	}
	


#searchForm span.text{
	float: left;
	background: url(../img/btn_zoekveld.gif) no-repeat 0 0px;
	width: 144px;
	height: 26px;
	display: block;
	}	

#searchForm span.submit{
	float: left;
	width: 46px;
	height: 26px;		
	background: url(../img/btn_zoek.gif) no-repeat 0 0px;
	display: block;
	}
	
	
#searchForm span.submit input{
	border: 0;
	height: 26px;	
	width: 46px;
	background: none;
	line-height: 1em;
	}
	
#searchForm span.text input{
	border: 0;
	padding: 0;
	width: 110px;
	height: 26px;
	background: none;
	padding: 0 0 0 18px;
	font-size: 11px;
	}	

/********************************** jaarverslag home */


#content.contentJaarverslagHome{
	/*width: 725px;*/
	float: left;
	background: #e6e6e6;
	font-size: 15px;
}

#content.contentJaarverslagHome #left, #wysiwyg #left{
	width: 220px;
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

#content.contentJaarverslagHome #right, #wysiwyg #right{
	width: 455px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}

#content.contentJaarverslagHome #sidebar, #wysiwyg #sidebar{
	width: 220px;
	float: left;
	overflow: hidden;
}

#content.contentJaarverslagHome h1,  #wysiwyg #left h1, #wysiwyg #right h1,  #wysiwyg #sidebar h1{
	background: #646464;
	color: white;
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	padding: 7px 0 6px 10px;	
	margin: 0;
}

#content.contentJaarverslagHome .columnLeft, #wysiwyg .columnLeft{
	margin: 0 0 30px 0;
	background: white;
	padding: 10px;
}

#content.contentJaarverslagHome .columnLeft p{
	font-size: 12px;
	line-height: 15px;

}

#content.contentJaarverslagHome .columnRight,  #wysiwyg .columnRight{
	margin: 0 0 30px 0;
	background: white;
	padding: 10px;
}

#content.contentJaarverslagHome .columnSidebar,   #wysiwyg .columnSidebar{
	margin: 0 0 30px 0;
	background: white;
	padding: 10px;
}

#slideshow, #slideshow2 { width: 200px; margin: auto }
#slideshow img { }

/***********************************************/
.clearfix{
	clear: both;
}

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
