
body {
	background: #04062E;
	font-family: verdana, arial;
	font-size: 76%;
	color: #000;
	text-align: center;
	margin: 30px 0 0 0;
	padding: 0;
}

#sitebox {
	width: 950px;
	background: #fff;
	margin: 0 auto;
}

#header {
	width: 950px;
}

#main {
	width: 950px;
	text-align: left;
	background: url(../images/bg_main.gif) top left repeat-y;
}

#main-left {
	float: left;
	width: 200px;
	text-align: right;
}

#main-left .margin {
	margin: 20px 20px 0 0;
}

#main-right {
	float: left;
	width: 750px;
	line-height: 1.7em;
}

#main-right .margin {
	margin: 30px 30px 40px 30px;
}


#footer {

}



/* MENU */

ul#menu {
	margin: 20px 0 0 15px;
	list-style: none;
}

ul#menu li {
	margin: 0 0 10px 0;
}

ul#menu li a:link, ul#menu li a:visited, ul#menu li a:hover, ul#menu li a:active {
	text-decoration: none;
	color: #ccc;
	font-size: 1.2em;
	font-weight: bold;
}

ul#menu li a:hover {
	color: #fff;
}

ul#menu li#currentmenu a:link, ul#menu li#currentmenu a:visited, ul#menu li#currentmenu a:hover, ul#menu li#currentmenu a:active {
	color: #fff;
}



/* PROJECTEN */

.projectbox {
	width: 670px;
	background: url(/images/bg_projectbox.gif) repeat-x;
	margin: 0 10px 10px 0;
	height: 150px;
}

.projectbox .image {
	float: left;
	width: 200px;
}

.projectbox .text {
	float: left;
	color: #333;
	width: 430px;
}

.projectbox .text .margin {
	margin: 15px;
}


.projectbox .text h3 {
	margin: 0 0 5px 0;
}

.projectbox .text h3 a:link, .projectbox .text h3 a:visited, .projectbox .text h3 a:hover, .projectbox .text h3 a:active {
	font-size: 1.2em;
	text-decoration: none;
	color: #000;
}

.projectbox .text p {
	margin: 0;
}

.projectbox .text .link {
	margin: 5px 0 0 0;
}

.projectbox .text .link a:link, .projectbox .text .link a:visited, .projectbox .text .link a:hover, .projectbox .text .link a:active {
	
}


/* PROJECT INFO */

.thumbs {
	width: 680px;
	height: 55px;
	margin: 0 0 10px 0;
}

.thumbs .thumb {
	float: left;
	margin: 0 10px 0 0;
}

.thumbs .thumb img {
	border: 2px solid #ddd;
	width: 50px;
	height: 50px;
}

table#production {
	width: 680px;
	border: none;
	border-collapse: collapse;
	font-size: 1em;
}

table#production tr th, table#production tr td {
	text-align: left;
	background: #eee;
	padding: 10px;
	font-size: 0.9em;
}

table#production tr th {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #999;
}


table#production tr.even th, table#production tr.even td {
	background: #f8f8f8;
}


#invisible {
	visibility: hidden;
	display: none;
}



/* h1 h2 h3 */

h1 {
	font-size: 1.3em;
	color: #04062E;
}

h2 {
	font-size: 1.2em;
	color: #4596d1;
}

h2.nomargin {
	margin: 0;
}


h3 {
	font-size: 1.1em;
	margin: 0;
}

img {
	border: none;
}

.title {
	color: #51637d;
	font-style: italic;
}

/* 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;
}




.img-shadow {
	float: right;
	background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 20px !important;
	margin: 10px 0 0 20px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}




a.terug:link, a.terug:visited, a.terug:hover, a.terug:active {
	float: right;
	text-decoration: none;
	margin: 0 10px 0 0;
	color: #aaa;
	background: url(/images/icon_back.gif) no-repeat;
	padding: 5px 0 5px 16px;
	background-position: 0% 50%;
	font-size: 0.8em;
}


a.readmore:link, a.readmore:visited, a.readmore:hover, a.readmore:active {
	background: url(/images/icon_readmore.gif) no-repeat;
	padding: 0 22px 0 0;
	background-position: 99% 50%;
}


/* SPECIAL */ 

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */