/* Het * teken moet erin omdat je anders problemen krijgt met de uitlijning van de middenkolom.*/
* {
	margin: 0;
}
html, body {
	height: 100%;
	margin: 0;
	background-color:#7A7B7D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	position:relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    /*de cpontainer start bovenaan */
	margin-top:0px;
	/*let op. De footer is 32px hoog, die trek je er hier vanaf.*/
	margin-bottom:-32px;
	width:960px;
	background-color:#424043;
	/*de container plaats je gecentreerd. dit betekend vanaf links op 50% van het beeldscherm.*/
	left:50%;
	/*Omdat je de container op 50% vanaf het midden positioneerd, moet je je de helft van de totale breedte eraf halen
om de container daadwerkelijk in het midden te krijgen.
*/
	margin-left:-480px;
	background-image:url('../images/achtergrond.png');
	background-repeat:repeat-y;
}
#footerkolom, .push {
	height: 32px;
}
#footer {
	position:relative;	 
	width:960px;
	height: 32px;
	background-image:url('../images/footor-image2.png');
	background-repeat:no-repeat;
	background-color:#7A7B7D;
	margin-left:-480px;
	left:50%;
}
/*zorg dat de footer BOVEN de footerbalk staat */
#footertextposition{
	position:absolute;
	top:-15px;
	z-index:100;
	width:960px;
}
/*de footer tekst dient links uitgelijnt te worden*/
#footertext {
	width:160px;
	float:right;
	text-align:left;
}
/*de scheiding tussen de footer gegevens*/
.footersplit{
	padding:0px 2px 0px 2px;
}
#header{
	position:absolute;
	top:0px;
	height:140px;
	width:960px;
	margin-left:-480px;
	left:50%;
	/*Het logo is hier als achtergrond plaatje gepositioneerd */
	background-image:url('../images/logo-header.png');
	background-repeat:no-repeat;
	background-color:#7A7B7D;
}
#contact-print-buttons{
	position:absolute;
	top:60px;
	width:940px;
	text-align:right;
}
#headerreclameuiting {
	position:absolute;
	top:20px;
	width:600px;
	text-align:right;
	float:right;
}
/* speciaal voor typo3 dient onderstaande toegevoegd te worden
omdat de uitlijning default op links staat */
#headerreclameuiting DIV.csc-textpic {
	float:right;
}

.buttonuitlijning {
	padding:0px 10px 0px 0px;
}
#middenkolom_links{
	padding:140px 5px 0px 10px;
	position:relative;
	width:200px;
	/*de achtergrond kleur heb je reeds in de container bepaald*/
	margin-left:-480px;
	left:50%;
	float:left;
	margin-bottom:-59px;
	vertical-align:top;
}
#middenkolom_content{
	padding-top:140px;
	position:relative;
	width:600px;
	/*de achtergrond kleur heb je reeds in de container bepaald*/
	margin-left:-280px;
	float:left;
	left:50%;
}
#contentblok {
	padding:0px 10px 20px 20px;
	color:#FFFFFF;
	/*position: relative;*/
}
#middenkolom_rechts{
	padding:140px 5px 5px 5px;
	position:relative;
	width:160px;
	/*de achtergrond kleur heb je reeds in de container bepaald*/
	margin-left:320px;
	left:50%;
}
.clearall {
	clear:left;
}
#middenkolom_links_div {
	background-image: url('../images/hoofdmenu_blok.png');
	background-position:top;
	background-repeat:repeat-x;
	margin-bottom:65px;
	padding-top:30px;
	width:180px;
}
/* opbouw korte berichtjes */
.shortmessage{
	width:150px;
	padding-bottom:20px;
}
.shortmessageblock {
	width:150px;
	background-image: url('../images/shortmessage_background.png');
	background-repeat: repeat-y;
	min-height:75px;
}
.shortmessage_padding{
	padding:0px 10px 10px 10px;
}
.shortmessage_padding a{
	text-decoration:none;
	color:#FFFFFF;
}
.shortmessage_padding a:hover{
	text-decoration:none;
	color:#FFFFFF;
	cursor:hand;
}
.shortmessage_headerimage {
	height:30px;
	background-image: url('../images/shortmessage_headerimage.png');
	background-repeat: repeat-x;
}
/*de header/title van de pagina*/
.shortmessage_header h3{
	font-size:12px;
	color:#424043;
	text-align:center;
}
/*De abstract van de pagina*/
.shortmessage_text{
	width:130px;
	min-height:50px;
	text-align:center;
}
/*De page media image van de pagina.*/
div.shortmessage_image img{
	display: block;
	text-align:center;
	margin:0 auto;
}
/* EINDE SHORT MESSAGES*/

/* opbouw portfolio berichten */
.portfolioitemblock {
	display: inline;
}
.portfoliopadding {
	padding-bottom:10px;
	clear:both;
}
.portfoliopadding a{
	text-decoration:none;
}
.portfolioitem_image{
	float:left;
	width:150px;
	padding-bottom:5px;
}
.portfolioitem_text {
	margin-left:160px;
	width:350px;
}
span.buttonuitlijning a img {
	border-width:0px;
}
