@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #ffffff;
	text-decoration: none;
	background: url(images/background-response.png) repeat;
}

a:hover {
	background-image: none;
}

a img {
	border: none;
}

img.imgright {
	border-left: 1px solid #f1f1f1;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;
	float: right;
}

img.imgleft {
	border-right: 1px solid #f1f1f1;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	float: left;
}

.clear {
	clear: both;
}

p {
	margin: 0 0 10px 0;
}

p.inspringen {
	text-indent: 15px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 0.9em;
	background-color:#E2E2E2;
}

.container {
	width:930px;
	position: relative;
	margin: 0 auto;
}

#header {
	height: 186px;
	/*width: 100%;*/
	background: url(images/background-header.png) repeat-x top left;
}

#header a.logo {
	position: relative;
	top: -55px;
	left: -70px;
}

.social {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
}

.twitter {
	background: url(images/twitter_klein.png) no-repeat top center;
	right: 110px;
}

.twitter:hover {
	background: url(images/twitter_groot.png) no-repeat top center;
}

.linkedin {
	background: url(images/linkedin_klein.png) no-repeat top center;
	right: 30px;
}

.linkedin:hover {
	background: url(images/linkedin_groot.png) no-repeat top center;
}

.contentcontainer {
	margin: 0 0 4px 0;
	padding: 5px 0 10px 0;
	position: relative;
	overflow: hidden;
}

.content {
	width: 900px;
	margin: 0 0 0 30px;
	position: relative;
}

#drst {
	background: url(images/background-drst.gif) repeat-x top left #0419aa;
	position: relative;
}

#webervaringen {
	background: #aa0404;
	position: relative;
}

#contact {
	background: #37aa04;
	position: relative;
}

#werk {
	background: #aa044e;
	position: relative;
}

h1 {
	background: url(images/background-h1.png) left center no-repeat;
	padding: 0 0 0 20px;
	text-shadow: 1px 1px 1px #111;
	cursor: pointer;
	position: relative;
}

/* Mailformulier */
#response {
	display: none;
	border: 1px solid #aa0404;
	background: url(images/background-response.png) repeat;
	padding: 5px;
	width: 330px;
}

#formail label, #formail input {
	display: block;
}

#formail input, #formail textarea {
	background: url(images/background-response.png) repeat;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-top: none;
	border-bottom: none;
	color: #ffffff;
	padding: 3px;
}

#formail #sendmail{
	margin: 10px 0 0 0;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #f1f1f1;
	padding: 5px 5px 5px 15px;
}

/* Contactgegevens */
#contactgegevens {
	float: right;
	width: 300px;
	border-left: 1px solid #f1f1f1;
	padding: 0 0 0 10px;
}

/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 760px; height: 360px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 341px; margin: 0 40px; position: absolute; top: 0; left: 0; border-left: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 660px; margin: 0;  padding: 0 10px 0 10px;}
.anythingSlider .arrow                  { display: block; height: 341px; width: 67px; text-indent: -9999px; position: absolute; cursor: pointer; background-image: none; }
.anythingSlider .forward                { right: 11px; }
.anythingSlider .back                   { left: 13px; }
.anythingSlider .forward:hover          { background: url(images/arrow-right.png) no-repeat top right; }
.anythingSlider .back:hover             { background: url(images/arrow-left.png) no-repeat top left; }

#thumbNav                               { position: relative; top: 341px; text-align: center; }
#thumbNav a                             { outline: none; color: black; font-size: 1px; display: inline-block; height: 14px; width: 14px; margin: 0 5px 0 0; background: url(images/background-thumbnav-dark.png) no-repeat center center; text-align: center; }
#thumbNav a:hover                       { background-image: url(images/background-thumbnav.png); }
#thumbNav a.cur                         { background: url(images/background-thumbnav.png) no-repeat center center; }

#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.portfimg { float: left; }
.portfimg2 { float: right; }

.portfdiv1 { float: left; width: 320px; }
.portfdiv2 { float: right; width: 320px; }

.portfdiv1 h3 { font-family: Calibri, "Trebuchet MS", Arial; font-size: 40px; padding: 0; margin: 0; }
.portfdiv1 a { font-family: Calibri, "Trebuchet MS", Arial; font-size: 20px; color: #ffffff; text-decoration: none; }

