* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font: small/1.4em Arial,Helvetica,sans-serif;
	background-color: #333333;
	color: #FFF;
	margin: 10px;
}
img {
	border: 0;
}
a {
	color: #C2C2C2;
}
h1 {
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	height: 78px;
	width: 300px;
	float: left;
	margin-top: 35px;
}
h1 a {
	display: block;
	height: 78px;
	width: 300px;
	background: url(./img/logo.jpg) no-repeat;
}
h2{
	margin: 0 0 10px 0;
	font-size: 1.5em;
	text-transform: lowercase;
}
p{
	/*padding: 3px 0;*/
	font-size: 9pt;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
div.footerwrapper {
	margin: 0;
	padding: 0;
	/*background: url(./img/fadebar_horizontaal.jpg) no-repeat top bottom;*/
}
#header, #main, #footer, #copyright {
	margin: 0 auto;
	width: 900px;
}
div.headerwrapper {
	background: url(./img/fadebar_horizontaal.jpg) no-repeat top center;
	text-align: right;
	height: 113px;
}
#header {
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main {
	background-position: bottom right;
	background-repeat: no-repeat;
    position: relative;
    padding-bottom: 1px;
}

#main #rollover-wrapper {
    z-index: 4;
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 404px;
    height: 414px;
    color: #fff;
}

#main #rollover {
    display: block;
    width: 364px;
    height: 330px;
    background: url(./img/transparency.png);
    color: #fff;
    padding: 40px 20px;
    line-height: 1.5em;
}

#main #rolloverbar {
    z-index: 4;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 364px;
    height: 30px;
    display: block;
    background: url(./img/transparency.png);
    color: #fff;
    padding: 0 20px;
    margin-bottom: 1px;
    line-height: 2em;
}

#main #dataleft {
	width: 400px;
	float: left;
	padding: 0;
	height: 300px;
	/*overflow: hidden;*/
}
#main #dataright {
	width: 400px;
	float: right;
	padding: 10px 0;
	overflow: hidden;
}
#main #dataright p {
	line-height: 1.3em;
	text-align: justify;
}
#footer {
	padding: 10px 0 0 0;
	height: 130px;
}
#projectcategories {
	float: left;
	width: 250px;
	margin: 0 0 10px 0;
	padding: 0;
}
#projectcategories li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #C2C2C2;
}
#projectcategories li a {
	text-decoration: none;
	color: #C2C2C2;
	background: url(./img/listitem.gif) no-repeat 0 3px;
	padding-left: 50px;
}
#projectcategories li a:hover {
	color: #FFF;
}

#projectcategories li.selected a {
	color: #FFF;
}

#categorydescription {
	float: left;
	width: 500px;
}

#projects{
	float: right;
	margin: 0;
}
#projects ul li{
	margin: 0 20px;
}
#copyright {
	display: block;
	text-align: right;
	padding: 5px 0 0 0;
	font-size: 0.9em;
}
#main #dataleft img.navigation {
	border: 0;
	margin: 0;
	padding: 0;
}
#master0 {
	float: left;
	margin: 0;
}
div.imgnavigation {
	margin: -15px 0 0 0; 
	float: right;
	padding: 0;
	height: 15px;
}

/* menu */

#header ul {
	margin: -5px 5px 0 0;
	float: right;
	background: url('./img/list-image.jpg') no-repeat right top;
}
#header ul li {
	display: inline;
}
#header ul li a
{
	background: url('./img/list-image.jpg') no-repeat;
	height: 80px;
	padding: 20px 45px 10px 45px;
	float: left;
	display: block;
	text-align: center;
	overflow: hidden;
	line-height: 35pt;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
}
#header ul li a:hover {
	color: #FFF;
}
#header ul li.last a {
	/*background: url('./img/menu_bg_last.gif');*/
}
#header ul li.last a:hover {
	/*background-position: 0 -90px;*/
}


#header ul li.selected a {
	color: #FFF;	
}

/* Forms */
dl {
	width: 400px;
}

dt {
	float: left;
	width: 100px;
	margin: 2px 0;
}

dd {
	float: left;
	width: 250px;
	margin: 2px 0;
}

input {
	padding: 2px;
	width: 200px;
	border: 1px solid #182C33;
}

textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #182C33;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

.submitButton {
	width: 100px;
	background-color: #DAD9C1;
}

div.projectsmall {
	margin: 0 0 15px 0;
}
img.projectsmall {
	float: left;
	margin: 0 10px 0 0;
}
p.description {
	margin: 0 0 20px 0;
}
div.fadebar {
	height: 1px;
	background: url(./img/fadebar_small.jpg) no-repeat bottom center;
	font-size: 0;
	line-height: 0px;
}

.spaced {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
	font-size: 0;
	line-height: 0px;
}

#header span.description {
	position: absolute;
	top: 105px;
	letter-spacing: 0.54em;
	font-weight: bold;
}

img.spacer {
	float: right;
	padding-top: 100px;
}

div.mainwrapper {
	/*height: 300px;*/
	/*overflow: hidden;*/
	background: url('./img/fadebar_small.jpg') no-repeat center bottom;
	padding: 0 0 0px 0;
}

div.peetjes {
	/*background: url('./img/main.jpg') no-repeat center bottom;*/
}

div.copywrapper {
	clear: both;
	background: url(./img/fadebar_small.jpg) no-repeat top center;
}

/*#mycarousel-prev {
	width: 10px;
	background: url('./img/arrow_previous.jpg') no-repeat;
	margin: 0 5px;
	float: left;
	height: 19px;
	text-indent: -4000em;
	overflow: hidden;
	display: block;
}*/


/*#mycarousel-next {
	width: 10px;
	background: url('./img/arrow_next.png') no-repeat;
	margin: 0 5px;
	float: left;
	text-indent: -4000em;
	height: 19px;
	overflow: hidden;
	display: block;
}*/

span.form-error {
	display: block;
}

#projectpictures ul{
	float: left;
	list-style: none;
}

/*#mycarousel-prev, #mycarousel-next {
	background-position: 0 -19px;
}*/

/*#mycarousel-prev:hover, #mycarousel-next:hover {
	background-position: 0 0;
}*/

div.jcarousel-scroll {
	
}

#rollover-toggle{
    float: left;
}

#rollover-toggle.up{
    position: absolute;
    left: 10px;
    bottom: 0px;
    background: url('./img/arrow_up2.png') no-repeat;
    text-indent: -4000em;
    overflow: hidden;
	display: block;
    width: 20px;
    height: 20px;
}

#rollover-toggle.down{
    position: absolute;
    left: 10px;
    bottom: 0px;
    background: url('./img/arrow_down2.png') no-repeat;
    text-indent: -4000em;
    overflow: hidden;
	display: block;
    width: 20px;
    height: 20px;
}


#mycarousel-next{
    position: absolute;
    right: 20px;
    bottom: 5px;
    background: url('./img/arrow_next2.png') no-repeat;
    text-indent: -4000em;
    overflow: hidden;
	display: block;
    width: 10px;
    height: 20px;
}
#mycarousel-prev {
    position: absolute;
    right: 40px;
    bottom: 5px;
    background: url('./img/arrow_prev2.png') no-repeat;
    text-indent: -4000em;
    overflow: hidden;
	display: block;
    width: 10px;
    height: 20px;
}

.jcarousel-scroll span.project-title {
    margin: 0 0 0 15px;
}

#mycarousel-prev.hide-arrow, #mycarousel-next.hide-arrow {
	background-position: 0 50px;
}

.show-arrow {
	background-position: 0 0;
}

div.indexpage {
	overflow: hidden;
	height: 280px;
}
input.error-field {
	border: 2px solid red;
}
textarea.error-field {
	border: 2px solid red;
}

div.video {
    height: 100%!important;
}

.video-item {
    margin-top: 10px;
}

.videoplayer {
    float: left;
    width: 425px;
}
.videodescription {
    float: right;
    width: 400px;
}

hr {
    height: 10px;
    border: none;
    width: 0;
    visibility: hidden;
}


/* browser fixes
---------------------------------------------------------- */

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

.clearfix {display: inline-block;}

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