@charset "utf-8";
/* CSS Document */

body{
	background-color: #ccc8c5;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #6b5852;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	
}
div { 
	margin: 0px;
	padding: 0px;
}
span { 
	margin: 0px;
	padding: 0px;
}
#smallLogo{
	padding-right:10px;
}
#introtext{
	width: 100%;
	vertical-align: middle;
	
}
#div_contact{
	width: 100%;
	height:100%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
	vertical-align: top;
	line-height: 19px;
}
#div_links{
	width: 100%;
	height: 100%;
	margin: 0px;
	vertical-align: top;
	line-height: 19px;
}
#divnieuws{
	height: 96%;
	background-color:#FFFFFF;
	text-align:center;
	vertical-align:top;
	overflow: auto;
	margin-bottom: 14px;
		
}
.nieuwsinhoud{
	padding: 5px;
	padding-left: 0;
	text-align: left;
	vertical-align: top;
}
.nieuwstitel{
	padding-top: 10;
	color: #d12149;
	font-weight:bold;
}
.nieuwsimage{
	width: 140;
	margin: 10;
}
.links_title{
	color: #d12149;
	font-weight: bold;
	font-size: 13px;
	padding-top: 22px;
	padding-bottom: 5px;
}
.contact_title{
	color: #d12149;
	font-weight: bold;
	font-size: 13px;
}
.div_normaltext{
	color: #6b5852;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.emptytd{
	width: 10px;
	height: 29px;
}
.emptytdlast{
	width: 9px;
	height: 29px;
}
.links_url{
	color: #6b5852;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration:none;
	
}
.links_url_div{
	padding-top: 1px;
	padding-bottom: 1px;
}
.links_url:hover{
	color: #d12149;
	text-decoration: none;
}

/*
BUTTONS
*/


#btn_home{
    display: block;
    width: 118px;
    height: 29px;
	float:left;
    background: url("images/btn_home.png") no-repeat 0 0;
}

#btn_home:hover{ 
    background-position: 0 -29px;
}

#btn_home_selected{
    display: block;
    width: 118px;
    height: 29px;
	float:left;
    background: url("images/btn_home.png") no-repeat 0 0;
	background-position: 0 -29px;
}



#btn_nieuw{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_nieuw.png") no-repeat 0 0;
}

#btn_nieuw:hover{ 
    background-position: 0 -29px;
}

#btn_nieuw_selected{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_nieuw.png") no-repeat 0 0;
	background-position: 0 -29px;
}


#btn_berichten{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_berichten.png") no-repeat 0 0;
}

#btn_berichten:hover{ 
    background-position: 0 -29px;
}

#btn_berichten_selected{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_berichten.png") no-repeat 0 0;
	background-position: 0 -29px;
}


#btn_ontwerp{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_ontwerp.png") no-repeat 0 0;
}

#btn_ontwerp:hover{ 
    background-position: 0 -29px;
}

#btn_ontwerp_selected{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_ontwerp.png") no-repeat 0 0;
	background-position: 0 -29px;
}
#btn_contact{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_contact.png") no-repeat 0 0;
}

#btn_contact:hover{ 
    background-position: 0 -29px;
}

#btn_contact_selected{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_contact.png") no-repeat 0 0;
	background-position: 0 -29px;
}
#btn_links{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_links.png") no-repeat 0 0;
}

#btn_links:hover{ 
    background-position: 0 -29px;
}

#btn_links_selected{
    display: block;
    width: 119px;
    height: 29px;
	float:left;
    background: url("images/btn_links.png") no-repeat 0 0;
	background-position: 0 -29px;
}

.graybox{
	color: #fff;
	background-color: #6b5852;
	padding: 5px;
	padding-bottom: 6px;
	margin-right: 0;
	vertical-align: middle;
	position:absolute;
	left: 0px;
	font-size: 12px;
	top: 20px;
}

/* Text Box with Focus: */
.tb-focus {
    border: 1px solid #888377;
	width: 250px;
	height: 25 px;
	padding-top: 4px;
	padding-bottom: 3px;
	margin: 0px;
	top:20px;
}
.tb-focus:focus {
    background-color: #F4EEDD;
}
#emailinput{
	vertical-align: middle;
	text-align: left;
	position:relative;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.emailinputbox{
margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0;
	top: 20px;
	vertical-align: middle;
	position:absolute;
	left: 56px;
}
#emailsubmitbutton{
	vertical-align: bottom;
	position: absolute;
	top: 20px;
	left: 312px;
}
.emailmessage{
position:absolute;
	top: 52px;	
}
#row_nieuwin{
	padding-bottom: 10 px;
}
#div_home{
	height:100%;
	width:100%;
	position:relative;
	margin: 0 px;
}
#div_home_video{
	position:absolute;
	top: 0px;
	width:100%;
	height:380px;
	background-color:#FFFFFF;
	text-align:center;
	}
#div_home_nieuwsbrief{
	position:absolute;
	bottom:10;
	width:100%;
	text-align:center;
	}
#div_nieuw{
	width: 485px;
	margin-left: 141px;
	height: 360px;
	overflow: auto;
}
#div_nieuw_single{
	vertical-align: top;
	text-align: center;
	width: 762;
}
.div_nieuw_foto{
	float:left;
	display: block;
	width: 104px;
	height: 104px;
	margin: 6px;
	background-position: center;
	background-image: no repeat 0 O;
	
}

.links_vorige{
	display: block;
    width: 40px;
    height: 40px;
	float:left;
    background: url("images/vorige.png") no-repeat -40 0;
	
}
.links_vorige:hover{
	background-position: 0 0;
}

.links_volgende{
	display: block;
    width: 40px;
    height: 40px;
	float:left;
    background: url("images/volgende.png") no-repeat -40 0;
	
}
.links_volgende:hover{
	background-position: 0 0;
}

img{
	border: 0px;
}
#div_geplaatst{
	float:right;
	font-weight: bold;
	font-size:12px;
	margin-right: 160px;
}
#div_ontwerp{
	height: 450px;
	margin-top: 0px;
	margin-bottom: 14px;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:top;
	overflow: auto;
	padding-top: 20px;
	padding-left: 20px;
}
#div_ontwerp_single{
	vertical-align: top;
	text-align: center;
	width: 762;
	background-color:#FFFFFF;
	margin-bottom:14px;
	margin-top: 0px;
	padding-top:5px;
	height:470px;
}
.ontwerp_title{
	font-weight: bold;
	padding-bottom: 1px;
}
.ontwerp_text{
	padding-bottom: 20px;
	line-height: 20px;
}
.img_ontwerp{
	padding-right: 10px;
	padding-bottom: 17px;
}