/* ==  2006 Fluxility Design == */

	/**************************************************\
	|     Stylesheet                                   |
	|     Fluxility                                    |
	|     File Manager: Kilian Valkhof                 |
	\**************************************************/

/* *************************** 
   GLOBAL RESET SETTINGS
   ***************************/
* {margin:0;padding:0;}
a img {border:none;}
/* *************************** 
   PAGE SETTINGS
   ***************************/
html {height:100%;}
body {
	background:#fff;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color:#169;
	height:100%;
}
/* *************************** 
   WRAP SETTINGS
   ***************************/
#wrap {
	position:relative;
	width:760px;
	margin:auto;
}
/* *************************** 
   HEADER SETTINGS
   ***************************/
#header {
	position:relative;
	background:url(../images/logo.jpg) no-repeat 0 0;
	padding-top:100px;
}
#header h1 {margin-left:-9000px;}
.headerlink {
	position:absolute;
	top:14px;left:8px;
	display:block;
	height:80px;
	width:320px;
}
.heaverlink:focus,
.headerlink:hover {background:none;}
/* *************************** 
   NAV SETTINGS
   ***************************/
   
#nav {
	position:relative;
	height:25px;
	width:730px;
	list-style:none;
	background:#c4cee2;
	padding-left:30px;
	}
#nav li {
	float:left;
	padding:0px 65px 0 0;
	}
#nav li.last {padding-right:0;}
#nav li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:15px;
	color:#f60;
	text-decoration:none;
	font-weight:bolder;
	padding:4px 0;
}
#nav li a:focus,
#nav li a:hover {
	color:#527;
	background:none;
}
#home .navhome,
#profiel .navprofiel,
#interim-manager .navinter,
#coach-supervisor .navcoach,
#contact .navcont {color:#527;}
/* *************************** 
   CONTENT SETTINGS
   ***************************/
#content {
	position:relative;
	padding:25px 270px 0 15px;
	margin-bottom:20px;
	background: url("../images/bg.jpg") repeat-x 0 0;
	min-height:450px;
	
}
#home #content {padding:25px 15px 0 15px;}
#content p {margin:15px 0;}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#f60;
	font-weight:normal;
	margin-bottom:10px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#f60;
	font-weight:normal;
	margin:10px 0;
}
h4 {
	font-size:14px;
	color:#f60;
	font-weight:normal;
}
#home h3,
#otherinfo h3 { background:url("../images/h3.gif") no-repeat 0 4px;
	padding-left:30px;margin-top:0;}
a {
	color:#f60;
	padding:2px;
}

a:focus,
a:hover {
	background:#cce;
	color:#527;
	}
	
#content ul,
#content ol {padding-left:30px;}
#content ul li,
#content ol li {
	font-size:12px;
	line-height:18px;
	list-style:disk inside;
}
/* *************************** 
   HOMEPAGE SETTINGS
   ***************************/
#welkom {
	position:relative;
	width:210px;
	}
#welkom p {padding:2px;}
#welkom span {float:right;margin-top:10px;}

#pro {
	position:absolute;
	top:25px;left:280px;
	width:210px;
	height:195px;
	font-size:12px;
}
#interman {
	position:absolute;
	top:250px;left:280px;
	width:210px;
	height:210px;
	font-size:12px;
}
#coach {
	position:absolute;
	top:250px;left:545px;
	width:200px;
	height:210px;
	font-size:12px;
}

/* *************************** 
   OTHERINFO SETTINGS
   ***************************/
#otherinfo {
	position:absolute;
	right:15px;top:25px;
	width:210px;
	padding-left:10px;
	background:url("../images/quothes.gif") no-repeat 0 265px;
}
/* *************************** 
   FOOTER SETTINGS
   ***************************/
#footer {
	position:relative;
	margin:auto;
	width:250px;
	border-top:1px solid #eee;
	text-align:center;
	font-size:10px;
	color:#999;
}
/* *************************** 
   FORM SETTINGS
   ***************************/
form {position:relative;width:300px;}
fieldset {border:none;}
fieldset ol {list-style:none;margin:0;padding:0;}
legend {display:none;}
label {display:block;}
input, textarea {width:300px;padding:2px;border:1px solid #f60;background:#f9f9f9;}

.newsletter legend {display:block;}
.newsletter label input {width:15px;border:none;background:#fff;}

form p input {width:120px;height:24px;margin:5px;font-size:12px;}
form p {padding-left:25px;}
form textarea {width:300px;	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;}
	

.img {position:relative;
width:200px;height:200px;margin-bottom:30px;}
#home .img {
	position:absolute;
	top:25px;right:15px;
}
#bijeenkomsten h3,
#bijeenkomsten p {font-size:12px;line-height:18px;}
