/* 
---------------------------------------------------------------------------
Reset de waarden
--------------------------------------------------------------------------- 
*/

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
ul,li {
	list-style-type:none;
	}
	

body {
	font: 14px/17px Arial, Tahoma, Helvetica,sans-serif;
	background: #a1a0a1;
	color:#fff;
	text-align: center;
}
	
img {
	border:0;
	}	
	
p {
	margin: 0 0 1.0em 0;
}


/* 
---------------------------------------------------------------------------
Float Fix
--------------------------------------------------------------------------- 
*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* 
---------------------------------------------------------------------------
Container
--------------------------------------------------------------------------- 
*/

#container {
	background: #fff;
	width: 816px;
	height: 489px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -244px;
	margin-left: -408px;
	text-align: left;
}

/* 
---------------------------------------------------------------------------
Content + div waar visual geplaatst wordt
--------------------------------------------------------------------------- 
*/

#content {
	width: 766px;
	height: 396px;
	margin: 24px auto 0 auto;
	position: relative;
	background-position: top left;
}

#content h1 a { 
	position: absolute;
	left: 340px;
	top: 80px;
	display: block;
	text-decoration: none;
	width: 408px;
	height: 38px;
}

#content h1 a span {
	visibility: hidden;
}


/* Content voor trainingen navigatie */

#sub-nav-trainingen ul {
	position: absolute;
	width: 270px;
	height: 109px;
	display: block;
	top: 210px;
	left: 406px;
}

#sub-nav-trainingen li {
	height: 36px;
	display: block;
	width: 270px;
}

#sub-nav-trainingen li a {
	height: 36px;
	display: block;
	width: 270px;
	text-decoration: none;
}

#sub-nav-trainingen li a span {
	visibility: hidden;
}

#sub-nav-trainingen li#mediatraining a {
	height: 36px;
	width: 270px;
	background: url(../img/navigatie/sub-nav-trainingen.gif) no-repeat;
}

#sub-nav-trainingen li#mediatraining a:hover{
	height: 36px;
	width: 270px;
	background: url(../img/navigatie/sub-nav-trainingen.gif) 0 -110px no-repeat;
}


#sub-nav-trainingen li#presentatietraining a {
	height: 36px;
	width: 270px;
	background: url(../img/navigatie/sub-nav-trainingen.gif) 0 -36px no-repeat;
}

#sub-nav-trainingen li#presentatietraining a:hover{
	height: 36px;
	width: 270px;
	background: url(../img/navigatie/sub-nav-trainingen.gif) 0 -146px no-repeat;
}

#sub-nav-trainingen li#interviewtraining a {
	height: 36px;
	width: 270px;
	background: url(../img/navigatie/sub-nav-trainingen.gif) 0 -72px no-repeat;
}

#sub-nav-trainingen li#interviewtraining a:hover{
	height: 36px;
	width: 270px;
	background: url(../img/navigatie/sub-nav-trainingen.gif) 0 -182px no-repeat;
}


/* Content voor home sub navigatie */

#sub-nav-home ul {
	position: absolute;
	width: 561px;
	height: 66px;
	display: block;
	top: 174px;
	left: 54px;
}

#sub-nav-home li {
	height: 33px;
	display: inline;
	float: left;
}

#sub-nav-home li a {
	height: 33px;
	display: block;
	text-decoration: none;
}

#sub-nav-home li a span {
	visibility: hidden;
}

#sub-nav-home li#spreken a {
	height: 33px;
	width: 114px;
	background: url(../img/navigatie/sub-nav-home.gif) no-repeat;
	
}

#sub-nav-home li#spreken a:hover{
	height: 33px;
	width: 114px;
	background: url(../img/navigatie/sub-nav-home.gif) 0 -33px no-repeat;
}


#sub-nav-home li#communiceren a {
	height: 33px;
	width: 225px;
	background: url(../img/navigatie/sub-nav-home.gif) -140px 0px no-repeat;
	margin-left: 30px;
}

#sub-nav-home li#communiceren a:hover{
	height: 33px;
	width: 225px;
	background: url(../img/navigatie/sub-nav-home.gif) -140px -33px no-repeat;
}

#sub-nav-home li#overtuigen a {
	height: 33px;
	width: 161px;
	background: url(../img/navigatie/sub-nav-home.gif) -400px 0px no-repeat;
	margin-left: 30px;
}

#sub-nav-home li#overtuigen a:hover{
	height: 33px;
	width: 161px;
	background: url(../img/navigatie/sub-nav-home.gif) -400px -33px no-repeat;
}

/* Vast blok */

#content-blok {
	width:718px;
	height:  170px;
	position: absolute;
	top: 215px;
	display: block;
	left: 30px;
}

/* Normale content */

#content-blok .blok-left {
	width: 342px;
	float: left;
	display: inline;
}

#content-blok .blok-right {
	width: 342px;
	float: left;
	display: inline;
	margin-left: 34px;
}



/* Voor contact pagina */

.groot-lettertyp {
	margin-top: 40px;
	font-size: 24px;
	line-height: 28px;
}

/* Voor cv pagina */
.klein-lettertyp {
	font-size: 12px;
	color: #000;
}


#content a {
	color: #fb9604;
	text-decoration: none;
}



/* 
---------------------------------------------------------------------------
Visuals
--------------------------------------------------------------------------- 
*/

#visuals {
	position: absolute;
	top: -40px;
	left: 360px;
	width: 360px;
	height: 210px;
}

.visual {
	width: 175px;
	height: 98px;
	float: left;
	margin-left: 5px;
	display: inline;
	margin-bottom: 5px;	
}

.visual img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* 
---------------------------------------------------------------------------
Contactformulier
--------------------------------------------------------------------------- 
*/

p.error {
	color: #ff0000;
	font-weight: bold;
	position:absolute;
	top: -25px;
	font-size: 12px;
}

#contactform {
	width: 307px;
}

#contactform label {
	width: 100px;
	float: left;
}

#contactform input {
	border: 1px solid #a1a0a1;
	width: 200px;
	font-size: 12px;
	font-family: arial;
}

#contactform input.knop {
	float: right;
	width: 80px;
	font-size: 12px;
	font-family: arial;
	color: #fff;
	background: #fb9604;
}

#contactform textarea {
	width: 200px;
	border: 1px solid #a1a0a1;
	height: 50px;
	font-size: 12px;
	font-family: arial;
}	

/* 
---------------------------------------------------------------------------
Navigatie beneden
--------------------------------------------------------------------------- 
*/

#nav {
	width: 766px;
	height: 33px;
	margin: 27px auto 0 auto;
}

#nav h2 a {
	text-decoration: none;
	width: 284px;
	height: 33px;
	display: inline;
	background: url(../img/navigatie/logo-roeland.gif) no-repeat;
	margin-left: 27px;
	float: left;
}

#nav h2 a:hover, #nav h2 a.active {
	background: url(../img/navigatie/logo-roeland-over.gif) no-repeat;
}

#nav h2 a span {
	visibility: hidden;
}


#nav ul {
	width: 410px;
	float: left;
	display: inline;
	margin-left: 36px;
	margin-top: 14px;
}

#nav ul li{
	float: left;
	height: 12px;
	margin-right: 16px;
	display: block;
}

#nav ul li a{
	text-decoration: none;
}

#nav ul li a span{
	visibility: hidden;
}

#nav ul li a {
	height: 13px;
	display: block;
}

/* unieke id's */
li#trainingen a {
	width: 60px;
	background: url(../img/navigatie/nav.gif) no-repeat 0 0;
}

li#presentatie a {
	width: 64px;
	background: url(../img/navigatie/nav.gif) no-repeat -76px 0;
}

li#coaching a {
	width: 52px;
	background: url(../img/navigatie/nav.gif) no-repeat -156px 0;
}

li#werkwijze a{
	width: 57px;
	background: url(../img/navigatie/nav.gif) no-repeat -221px 0;
}

li#kosten a {
	width: 38px;
	background: url(../img/navigatie/nav.gif) no-repeat -295px 0;
}

li#contact a {
	width: 43px;
	background: url(../img/navigatie/nav.gif) no-repeat -348px 0;
}

/* HOVER STATE */
li#trainingen a:hover, li#trainingen a.active {
	width: 60px;
	background: url(../img/navigatie/nav.gif) no-repeat 0 -15px;
}

li#presentatie a:hover, li#presentatie a.active {
	width: 64px;
	background: url(../img/navigatie/nav.gif) no-repeat -76px -15px;
}

li#coaching a:hover, li#coaching a.active {
	width: 52px;
	background: url(../img/navigatie/nav.gif) no-repeat -156px -15px;
}

li#werkwijze a:hover, li#werkwijze a.active {
	width: 57px;
	background: url(../img/navigatie/nav.gif) no-repeat -221px -15px;
}

li#kosten a:hover, li#kosten a.active {
	width: 38px;
	background: url(../img/navigatie/nav.gif) no-repeat -295px -15px;
}

li#contact a:hover, li#contact a.active {
	width: 43px;
	background: url(../img/navigatie/nav.gif) no-repeat -348px -15px;
}


/* 
---------------------------------------------------------------------------
Achtergronden
--------------------------------------------------------------------------- 
*/

.home {
	background: url(../img/achtergronden/bg_home.jpg) no-repeat;
}
			.roeland_kooijmans {
				background: url(../img/achtergronden/bg_roeland.jpg) no-repeat;
			}
			.cv {
				background: url(../img/achtergronden/bg_cv.jpg) no-repeat;
			}
			.spreken {
				background: url(../img/achtergronden/bg_spreken.jpg) no-repeat;
			}
			.communiceren {
				background: url(../img/achtergronden/bg_communiceren.jpg) no-repeat;
			}
			.overtuigen {
				background: url(../img/achtergronden/bg_overtuigen.jpg) no-repeat;
			}
				
	
.trainingen {
	background: url(../img/achtergronden/bg_trainingen.jpg) no-repeat;
}
			.mediatraining {
				background: url(../img/achtergronden/bg_media.jpg) no-repeat;
			}
			.presentatietraining {
				background: url(../img/achtergronden/bg_presentatietraining.jpg) no-repeat;
			}
			.interviewtraining {
				background: url(../img/achtergronden/bg_interview.jpg) no-repeat;
			}
			
.presentatie {
	background: url(../img/achtergronden/bg_presentatie.jpg) no-repeat;
}

.coaching {
	background: url(../img/achtergronden/bg_coaching.jpg) no-repeat;
}

.werkwijze {
	background: url(../img/achtergronden/bg_werkwijze.jpg) no-repeat;
}	

.kosten {
	background: url(../img/achtergronden/bg_kosten.jpg) no-repeat;
}		

.contact {
	background: url(../img/achtergronden/bg_contact.jpg) no-repeat;
}					
			
			
			
			