

body  { background: #d8ebfc url('/images/bg_body1.jpg') repeat-x; font-family: trebuchet ms, helvetica, verdana; font-size: 76%; margin: 0; padding: 0; text-align: center; }

#sitebox-shadow { width: 990px; text-align: center; margin: 0 auto; background: url('/images/bg_sitebox.png') repeat-y; padding: 0; }
#sitebox 		{ width: 970px; text-align: center; margin: 0 auto; background: #fff; }


/* HEADER */


#header {
	text-align: left;
	margin: 0px 0 0px 0;
}

#photoheader {
	height: 146px;
}


/* MAIN */

.main {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	
}



.main .left {
	float: left;
	width: 640px;
	
}

.main .left .margin {
	padding: 20px;
}

.main .right {
	float: left;
	width: 330px;
}

.main .right .margin {
	padding: 20px 20px 20px 0;
}



/* MENU*/


#menu {
	width: 970px;
	height: 35px;
	margin: 0 0 0px 0;
	background: #111;
}

#menu ul {
	padding: 0;
	margin: 0 0 0 0px;
}

#menu ul li {
	float: left;
	display: block;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

#menu ul li a {
	float: left;
	padding: 0 15px 0 15;
	margin: 0;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
}

#menu ul li a:hover  {
	color: #ddd;
}

#menu ul li#currentmenu a {
	color: #000;
	background: #fff;
}



/* h1 h2 h3 */


h1 {
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 2.3em;
	font-family: times, times new roman, ms serif;
}


h2 {
	font-weight: normal;
	font-size: 2em;
	margin: 0 0 8px 0;
	color: #b1613a;
	font-family: times, times new roman, ms serif;
}


h3 {
	font-weight: normal;
	color: #7faabf;
	margin: 0 0 5px 0;
	font-size: 1.7em;
	font-family: times, times new roman, ms serif;
}


/* HOMEBLOCKS */

#homeblocks {

}

#homeblocks .item {
	border: 1px solid #ddd;
	background: url('/images/bg_homeblock.jpg');
	width: 280px;
	height: 220px;
	float: left;
	margin: 0 20px 0 0;
}

#homeblocks #item-last {
	margin-right: 0;
}	

#homeblocks .item .image {
	background: #eee;
	height: 110px;
}

#homeblocks .item .text {
	padding: 20px;
}


/* MIJN WERK */

#main-werk .left {
	width: 670px;
}

#main-werk .right {
	width: 300px;
}

#main-werk .right .margin {
	padding-top: 65px;
}
	


#frame {
	width: 620px;
	border: 1px solid #ccc;
}

#frame img {
	margin: 10px;
}


#thumbs .item {
	width: 50px;
	height: 50px;
	float: left;
	border: 1px solid #ccc;
	margin: 0 15px 15px 0;
}



/* DIV */

img {
	border: none;
}

ul {
	margin: 0 0 0 15px;
}

/*
ul li {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}	
*/

p {
	margin: 0 0 15px 0;
}

.main p {
	line-height: 1.5em;
	color: #444;
}

a {
	color: #3399cc;
}

a:visited {
	color: #333;
}

a.external {
	color: #444;
}


a.contact:link, a.contact:visited {
	color: #3399cc;
}

/* CONTACT */

.form-row {
	width: 600px;
	margin: 0 0 10px 0;	
}

.form-row .label-left {
	float: left;
	width: 150px;
}

.form-row .input-right {
	float: left;
}

form input#email {
	width: 250px;
}

input#send {

}

textarea#message {
	width: 300px;
	height: 100px;
}

.sterretje {
	color: orange;
}



/* SPECIAL */ 

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

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

