@charset "utf-8";
/* CSS Document */

/*=========================================================================================================*/
/*  ALGEMENE CSS
/*=========================================================================================================*/

body
{
	background: #711B1D;
	color: #FFF;
	font-family:Arial, tahoma, Helvetica, sans-serif;
	margin: 0px;
	font-size: 62.5%;
}

a
{
	color: #FFF;
}

.main
{
	width: 100%;
}

a img
{
	border: 0px;
}

.layoutTop
{
	width: 100%;
	float:left;
	min-height:300px;
	background: url("../img/bgMainContainer.gif") repeat 0px 0px;	
}

.layoutFooter
{
	width:100%;
	float:left;
	background: url("../img/footerContainer.png") repeat-x 0px 0px;
}

.layout
{
	margin: 0px auto 0px auto;
	width: 855px;
}


.mainContainer
{
	width: 855px;
	background: #303030 url("../img/bgMain.jpg") repeat-x 0px 0px;
	float:left;
}

/*=========================================================================================================*/
/*  HEADER CSS
/*=========================================================================================================*/

.headerTop
{
	height: 16px;
	display: block;
	width: 841px;
	padding: 7px;
	margin-bottom:1px;
	background: #000;
}

.moods
{
	width: 170px;
	height: 16px;
	float:right;
}

.moods img
{
float:left;
}

.moods .dot
{
	width: 19px;
	height: 16px;
	display: block;
	float:left;
}

.moods .dot.red
{
	background: url("../img/redDot.gif")
}

.moods .dot.gray
{
	background: url("../img/grayDot.gif")
}

.moods .dot.white
{
	background: url("../img/whiteDot.gif")
}

.moods .dot:hover
{
	background-position: 0px 16px;
}

.headerMain
{
	width: 722px;
	float:left;
	padding: 133px 0px 0px 146px;
	display: block;
	background: url("../img/bgHeader.jpg") no-repeat 0px 0px;
}

.mainMenu
{
	height: 27px;
	width: 560px;
	padding-top:4px;
	padding-left:6px;
	display: block;
	float:left;
	border-left: 1px solid #484848;
	border-top: 1px solid #484848;
	border-right: 1px solid #484848;
	border-bottom: 0px solid #484848;
	background: url("../img/bgMainMenu.gif") repeat-x 0px 0px;
}

.mainMenu img
{
	float:left;
}

.mainMenu a
{
	text-transform: uppercase;
	font-size: 1.1em;
	float:left;
	text-decoration: none;
	padding: 3px 25px 9px 25px;
	display: block;
}

.mainMenu a:hover
{
	background: #C0171B;	
}

.mainMenu a.current
{
	background: #C0171B;	
}

#socialLinks { float: left;  margin: -10px 0 0 0; padding: 0;}
#socialLinks ul { margin: 0; padding: 0;}
#socialLinks ul li { display: inline; margin: 0; padding: 0;}


/*=========================================================================================================*/
/*  NIEUWS
/*=========================================================================================================*/

.nieuwsItem
{
	width: 500px;
	border: 1px solid #666666;
	background: #333333 url("../img/bgAgendaItem.jpg") repeat-x 0px 0px;
	padding:10px;
	float:left;
	color:#CDCDCD;
	margin-bottom:20px;
	margin: 15px 0 10px 150px;
}

.nieuwsItem img
{
	float:left;
	margin-right:20px;
}

.nieuwsItem .content
{
	float:left;
	font-size: 1.1em;
	line-height:16px;
	width: 480px;
}

.nieuwsItem span.titleSmall
{
	text-transform: uppercase;
	width: 480px;
	font-weight: bold;
	font-size: 1.2em;
	color: #e1e1e1;
	float:left;
	margin: 1px 0 10px 0;
	font-size: 140%
}
#nieuwsOnder {
	float: left;
	margin: 10px 0 10px 150px;	
}
#nieuwsOnder .newsdate {
	margin-bottom: 3px;	
}

/*=========================================================================================================*/
/*  MAINCONTENT CSS
/*=========================================================================================================*/
.headerImageContainer
{
	width: 855px;
	padding: 0px 15px;
	float:left;
	margin-bottom:15px;
}

.headerImage
{
	width: 825px;
	background:#333333;
	height: 238px;
	float:left;
}

.articles
{
	width:825px;
	padding: 0px 15px;
	float:left;
}

.items
{
	width: 825px;
	float:left;
}

.items .title
{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.item
{
	width: 372px;
	float:left;
	padding: 15px;
	margin-bottom:15px;
	border: 1px dashed #999999;
}

.item.odd
{
	margin-right:15px;
}

.item span.title
{
	text-transform: uppercase;
	width: 100%;
	font-weight: bold;
	font-size: 1.2em;
	color: #e1e1e1;
	margin-bottom:5px;
	float:left;
}

.item span.content
{
	color:#999999;
	font-size: 1.1em;
	float:left;
	line-height: 16px;
}

.item img
{
	border: 1px solid #676767;
	margin:5px 5px 5px 5px;
	padding:1px;
}

/*=========================================================================================================*/
/*  AGENDA CSS
/*=========================================================================================================*/
.agendaItem
{
	width: 805px;
	border: 1px solid #666666;
	background: #333333 url("../img/bgAgendaItem.jpg") repeat-x 0px 0px;
	padding:10px;
	float:left;
	color:#CDCDCD;
	margin-bottom:20px;
}

.agendaItem img
{
	float:left;
	margin-right:20px;
}

.agendaItem .content
{
	float:left;
	font-size: 1.1em;
	line-height:16px;
	width: 480px;
}

.agendaItem span.titleSmall
{
	text-transform: uppercase;
	width: 480px;
	font-weight: bold;
	font-size: 1.2em;
	color: #e1e1e1;
	float:left;
}

.titleAgenda {
	background-image: url(../img/01/titleAgenda2.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: auto;
	margin-bottom: 10px;
}

.agendaItem span.titleSmall span.title{
	float: left;
	width: 280px;	
}

.agendaItem span.titleSmall span.datum{
	float: right;
	font-size: 80%;
}
/*=========================================================================================================*/
/*  PORTAL CSS
/*=========================================================================================================*/
.portalBlokken
{
	width:825px;
	padding: 0px 15px;
	float:left;
}

.portalBlokken .blok
{
	width: 255px;
	float:left;
	color:#999999;
	margin-right: 27px;
}

.portalBlokken .blok.last
{
	margin-right: 0px;
}

.portalBlokken .blok a.banner
{
	float:left;
	width: 260px;
	margin-bottom:10px;
}

.blok .title
{
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 7px;
	text-transform:uppercase;
	float:left;
	width:100%;
}

.blok .title.red
{
	color: #D90026;
}

.blok a.title
{
	text-decoration: none;
}

.blok a.title:hover
{
	color:#FFF;
	text-decoration: underline;
}

.blok span.content
{
	font-size: 1.1em;
	margin: 4px 2px;
	float: left;
}

.blok a
{
	text-decoration: none;
	color:#CCCCCC;
}

.blok a:hover
{
	text-decoration: none;
	color:#FFF;
}

.spacerBottom
{
	height:25px;
	float:left;
	width:100%;
	display: block;
}

.portalBlokken .blok .title a {
	text-decoration: none;	
}

/* TITLE PLAATJES */

#titleNieuws {
	display: block;
	background-image: url(../img/01/titleNieuws.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 260px;
	margin-bottom: 10px;	
}

#titleFotos {
	display: block;
	background-image: url(../img/01/titleFotos.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 260px;
	margin-bottom: 10px;	
}

#titleNieuwsbrief {
	display: block;
	background-image: url(../img/01/titleNieuwsbrief.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 260px;
	margin-bottom: 10px;	
}

#titleAgenda {
	display: block;
	background-image: url(../img/01/titleAgenda.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 260px;
	margin-bottom: 10px;	
}



/*=========================================================================================================*/
/*  FOOTER CSS
/*=========================================================================================================*/

.footer
{
	background: url("../img/bgFooter.png") repeat-x center 0px;
	width: 855px;
	height: 190px;
	margin: 0px auto;
	font-size: 1.1em;
	float:left;
}

.footer span
{
	text-align:center;
	width: 100%;
	float:left;
	color:#A47C7D;
	margin: 110px auto 0px auto;
}

.footer a{
	text-decoration: none;	
}
/*
#########################################
##	Fotogalerij
#########################################
*/

#allefotos {
	float: left;
	padding: 5px 5px 5px 80px;
	width: 496px;
}

#allefotos img{
	float: left;
	margin: 10px 0px 10px 10px;
	border: 1px solid grey;
}

#productgroepen {
	float: left;
	width: 100%;	
}

ul.productgroepen {
    height: auto;
	list-style: none;
	padding: 0 50px 0 90px;
}

ul.productgroepen li.groepknop {
	width: 134px;
	height: 25px;
	background-image: url(../img/groepbutton.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 5px 2px 5px 3px;
	text-align: center;
	margin-top: 10px;
}

ul.productgroepen li.groepknop a {
	color: white;
	font-size: 14px;
	text-decoration: none;
	line-height: 0.5;
}

#agenda {
	float: right;
	border: 0px;
	padding: 15px 10px 0 0;
	margin: 0 0 0 0;
	width: 260px;
		
}
#agenda img{
	border: 0px;
	padding: 0 0 10px 0;
		
}

/*
#########################################
##	Archief
#########################################
*/

#archiefContainer {
	float: 		left;
	width:		100%;
	height:		auto;	
}

.archief {
	width: 			500px;
	border: 		1px solid #666666;
	background: 		#333333 url("../img/bgAgendaItem.jpg") repeat-x 0px 0px;
	padding: 		10px;
	margin-bottom:		10px;
	color:			#CDCDCD;
	position:		relative;
	left:			150px;

}

.archief a{
	text-decoration: none;
	color: #f04020;
	font-size: 110%;
}

.archief .lead {
	width: 400px;
	margin: 3px 0 3px 10px;	
	text-align: justify;
}

.archief .lead a{
	color: #d00403;	
}

/*
#########################################
##	Mogelijkheden
#########################################
*/

.titleMogelijkheden {
	background-image: url(../img/01/titleMogelijkheden.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: auto;
	margin-bottom: 10px;
}

/*
#########################################
##	Vacatures
#########################################
*/

.titleVacatures {
	background-image: url(../img/01/titleVacatures.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: auto;
	margin-bottom: 10px;
}

/*
#########################################
##	contact
#########################################
*/
#contact {
	float: left;
	width: 855px;
	heigth: auto;
}

#contact ul{
	padding: 0px;
	margin: 0 0 20px 0;
	list-style: none;
}

#contact span{
	float: left;
	width: 100px;
}
#contact textarea{
	width: 180px;
	height: 100px;
}
#contact #submit{
	float: left;
	margin-left: 210px;
}
#contact_links{
	float: left;
	width: 200px;	
	margin: 100px 0 0 160px;
	
	font-size: 14px;

}

#contact_links ul{
	margin-bottom: 80px;
}

#contact_rechts { 
	float: right;
	width: 300px;	
	margin: 30px 80px 0 0;
}
#contact_onder{
	float: left;
	margin: 30px 10px 10px 160px;
	width: 100%;	
	
}

#contact_onder b{
	font-size: 13px;	
}

/*
#########################################
##	overig
#########################################
*/

#mailing {
	float: left;
	font-size: 14px;
	height: 200px;
	margin: 40px 0 0 80px;
}

#mailing h2{
	margin: 0 0 0 0;
}


.ytec{
	float: left;
	margin: 10px 0 0 40px;	
	width: 550px;
	text-align: justify;
}
