/* @override http://www.astridkoppers.nl/css/astridkoppers.css */


/*TYPOGRAFIE*/
body, #wrap {
	font: 14px Georgia;
	background-color: #E5E7E8;
}

/*LAY-OUT*/

#wrap {
	position: absolute;	height:600px;	width:880px;	margin:-300px 0px 0px -440px;	top: 50%;	left: 50%;
}
#rechts, #menu, #links, #wrap {
	height: 600px;
}
#rechts, #menu, #links {
	background-color: #ffffff; 
}
#rechts {
	float: right;
	width: 550px;
}
#menu {
	float: left;
	width: 140px;
	margin-right: 10px;
	text-align: left;
}
#links {
	float: left;
	width: 170px;
	margin-right: 10px;
	text-align: left;
}
#menu ul {
	position: relative;
	top:215px;
	right: 10px;
}
#content {
	position: relative;
	top: 73px;
	left: 75px;
	width: 400px;
}
#content p {
	margin: 0px;
}
#logo {
	position: relative;
	top: 35px;
	left: 140px;
	width: 270px;
}
#blokjes {
	position: relative;
	top: 120px;
	left: 23px;
	width: 140px;
	height: 410px;
}
#blokjes img {
	margin-right: 8px;
	margin-bottom: 8px;
}
/*BLOKJES*/
div.blokjes img {
	margin-right: 10px;
	margin-bottom: 9px;
}
div#fotoNavigatie {
	float: right;
	text-align: right;
	width: 50%;
	margin-top: 10px;
}
#navigatie  {
	color: #5A5A5B;
	font-size: 14px;
	position: relative;
	top: 120px;
	left: 14px;
}
#navigatie div.l {
	float: left;
	margin-left: 8px;
}
#navigatie div.r {
	float: right;
	margin-right: 33px;
}
/*MENU*/
#menu ul {
	padding: 0px;  /*werkt niet in IE*/
	margin-left: 0;
	text-align: right;
	margin-right: 20px;
	margin-top: 0;
}
#menu li {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 31px;
}
a {
	color: #5A5A5B;
}
a:active, a:hover {
	color: #81002A;
}

/* P!M 01/09/09 */
#menu li.currentlink a:link, #menu li.currentlink a:visited {
	color: #81002A;
}

/*CONTENT*/
.titel {
	text-align:left;
}
.werk {
	text-align:center;
}
.NL, .EN {
	line-height: 20px;
	
}
.NL {
	color:#5A5A5B;
}
.EN {
	color:#999999;
}
#content div.l {
	float: left;
	width: 50%;
	text-align: left;
	margin-left: 0px;
}
#content div.r {
	float: right;
	width: 20%;
	text-align: right;
	margin-right: 35px;
	margin-top: 10px;
	color: #5A5A5B;
	font: 14px Georgia;
}
/*CONTACTFORMULIER*/

form {
	position: relative;
	top: 0px;
	left: 0px;
}
input, textarea {
	width: 300px;
}
textarea {
	width: 304px;
}
div.submit input {
	position: relative;
	top: 10px;
	width: auto;
	float: right;
	clear: both;
	border: none;
	background-color: transparent;
	color: #5A5A5B;
	font: 14px Georgia;
}
form h2 {
	margin-top: 0px;
	margin-bottom: 50px;
}
.col1 {
	text-align: left;
	width: 95px;
	height: 31px;
	margin: 0;
	float: left;
	margin-right: 2px;
	color: #5A5A5B;
}

.col2 {
	width: 300px;
	height: 31px;
	display: block;
	float: left;
	margin: 0;
}
div.row {
	clear: both;
	width: 435px;
}
.col2comment {
	width: 300px;
	height: 160px;
	margin: 0;
	display: block;
	float: left;
}

.col1comment {
	text-align: left;
	width: 95px;
	height: 98px;
	float: left;
	display: block;
	margin-right: 2px;
	color: #5A5A5B;
}


/*HTML*/
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	color: #9C9C9D;
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
}
h6 {
	color: #5A5A5B;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin-top: 15px;
}
h6.makers {
	position: relative;
	top: 60px;
	clear: both;
}

/*DIASHOW*/
#slideshow {    position:relative;    height:400px;}#slideshow DIV {    position:absolute;    top:0;    left:0;    z-index:8;    opacity:0.0;    height: 400px;    background-color: #FFF;}#slideshow DIV.active {    z-index:10;    opacity:1.0;}#slideshow DIV.last-active {    z-index:9;}#slideshow DIV IMG {    height: 400px;    display: block;    border: 0;    margin-bottom: 10px;}
