@charset "utf-8";
@font-face {
    font-family: 'copperplate';
    src: url('copperplate.ttf');
}

* {
	margin:						0px;
	padding:                	0px;
}

html {
	/*height:						100%;*/
}

body {
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					13px;
	color: 						#000000;
	line-height: 				20px;
	text-align: 				left;
	height: 					100%;
}

body.plain
{
    padding:20px 20px 0 20px;
    background-color: #cbf2f2;
    background:url('../images/bgs/background_netwerk.gif') repeat-x;
    font-size:9pt;
}

img {
	border:						0px;
}

p {
	margin:						0 0 20px 0;
}
body.plain p
{
    margin: 0 !important;
}

.last {
	margin-bottom:				40px;
}

h2 {
	font-size: 					14px;
	color: 						#990000;
	font-weight: 				bold;
	margin:						0 0 10px 0;
}
h3 
{
    color:#990000;
    font-size:12px;
    font-weight:bold;
    margin:0 0 5px;
}

.quote {
	font-size: 					12px;
	color: 						#990000; 
	font-style:					italic;
	line-height: 				18px;
	padding-top:                20px;
	padding-bottom:             20px;
	margin-bottom: 	            10px;
	border-top:					#990000 1px solid;
	border-bottom:				#990000 1px solid;
}
.quote2 {
	font-size: 					12px;
	color: 						#990000; 
	font-style:					italic;
	line-height: 				18px;
	padding-top:                20px;
	padding-bottom:             20px;
	margin-bottom: 	            20px;
	border-bottom:				#990000 1px solid;
}

.bolditalic {
	font-weight:				bold;
	font-style:					italic;
}

.bold {
	font-weight:				bold;
}

.italic {
	font-style:					italic;
}

hr {
	margin:						15px 0 15px 0;
	border-bottom:				1px solid #990000;
	border-top:					#cbf2f2;
	border-left:				#cbf2f2;
	border-right:				#cbf2f2;
	color:						#990000;
	height:						1px;
}

a {
	color: 						#990000;
	text-decoration: 			none;
	line-height: 				18px;
}

a:hover {
	color: 						#990000;
	line-height: 				18px;
	text-decoration: 			underline;
}



/*  MENU  */

ul {
	list-style-type:			none;
}

ul#menu-items li
{
    /*padding:                     17px 0 17px 10px;*/
    border-bottom:                solid 1px #cbf2f2;
    font-size:                    15px;    
}

ul#menu-items li.sub
{
    padding:                     6px 0 1px 20px;
    border-bottom:                solid 1px #cbf2f2;
    font-size:                    13px;
    background-color:            #eafafa;    
}

#nav {
	width:						155px;
	min-height:					480px;
	height:						auto;
	background-color:			#FFFFFF;
	font-size:					15px;
}

#nav li {
	padding:                    15px 0 6px 10px;
	margin:						0;
	border-bottom:				solid 1px #cbf2f2;
	/*width:						145px;*/
	
}

#nav2 {
	padding:					0;
}

#nav2 li {
	margin:						0 0 0 10px;
	background-color:           #eafafa;
	width:						135px;
}

#nav3 {
	margin:						0;
}

#nav3 li {
	padding:                    7px 0 7px 30px;
	margin:						0 0 0 15px;
	background-color:			#eafafa;
	width:						125px;
}

#nav a:link,
#nav a:visited {
	text-decoration:			none;
}

#nav a:hover {
	color:						#990000;
}

#nav3-sessies,
#nav3-coaching {
	padding:                     7px 0 7px 20px;
	border-bottom:				solid 1px #cbf2f2;
	font-size:					15px;
	background-color:			#eafafa;
}

#nav-wat a,
#nav-groeien a,
#nav-netwerk a,
#nav-opdrachtgevers a,
#nav-contact a,
#nav-geeft a,
#nav2-team a,
#nav2-leiderschap a,
#nav2-adviserendverkopen a,
#nav2-meesterschap a,
#nav2-coaching a,
#nav3-sessies a,
#nav3-coaching a {
	color:						#000;
	font-size:					15px;
}

#nav-wat a:hover,
#nav-groeien a:hover,
#nav-netwerk a:hover,
#nav-opdrachtgevers :hover,
#nav-contact a:hover,
#nav-geeft a:hover,
#nav2-team a:hover,
#nav2-leiderschap a:hover,
#nav2-adviserendverkopen a:hover,
#nav2-meesterschap a:hover,
#nav2-coaching a:hover,
#nav3-sessies a:hover,
#nav3-coaching a:hover {
	color:						#900;
	font-size:					15px;
}

/*  END MENU  */

/*  LAYOUT  */
#wrapper {
    margin: 					0 0 0 -450px;
    position:					absolute;
    left:						50%;
	padding:                    0 10px 0 10px;
	width:						880px;
	background-image:			url(/images/global/bg/bg.gif);
	background-repeat:			repeat-y;
	min-height: 				100%;
	height: 					auto !important;
	height: 					100%;
}

#ticker
{
    float:left;
    position:relative;
    margin:30px 0 0 30px;
    
}
.header_quote
{
    float:left;
    font: 14px/16px 'copperplate',verdana,arial,helvetica,sans-serif;
    color:#ffffff;
}
.header_logo_slogan
{
    position:absolute;
    width:300px;
    float:right;
    font: 13px/16px 'copperplate',verdana,arial,helvetica,sans-serif;
    letter-spacing:7px;
    color:#FFBC40;
    left:530px;
    top:78px;
}

#header_quote_author
{
    margin-top:5px;
    font: 14px/16px "Arial Narrow",verdana,arial,helvetica,sans-serif;
}


#header {
	/*background-image:			url(/images/bg_header.jpg);*/
	background-repeat:			no-repeat;
	background-color:			#FFF;
	width:						660px;
	padding:             	    160px 0 18px 220px;

}

#header h1 {
	position:                   relative;
    font-size:					18px;
	color:						#000000;
	font-weight:				normal;
	margin:	                	0;
}

#header2 {
	background-repeat:			no-repeat;
	background-color:			#FFF;
	width:						880px;
    height:                     180px;
	padding-bottom:             18px

}

#header2 h1 {
    position:                   absolute;
	font-size:					18px;
	color:						#000000;
	font-weight:				normal;
	margin:	                	140px 0 0 220px;
    width:                      300px;
}

#menu {
	margin-left:				15px;
	width:						155px;
	float:						left;
}

#content {
	width:						555px;
	float:						left;
	padding:                    20px 100px 0 50px;
}

#content ul {
	list-style-type:			disc;
	margin:						-20px 0 40px 15px;

}

#content ol
{
    margin-left:                20px;
}

.clearBoth {
	clear:						both;
}

#footer {
	margin:						0 auto;
    text-align:                 right;
	/*width:						150px;*/
	font-size: 					9px;
	line-height: 				15px;
	/*margin-left:				890px; */
	padding-bottom:             10px;
	/*margin-top:					-55px;*/

}

#footer a {
	font-size: 					9px;
	color: 						#990000;
	line-height: 				15px;
	text-decoration: 			none;
}

#footer a:hover {
	font-size: 					9px;
	color: 						#990000;
	line-height: 				15px;
	text-decoration: 			underline;
}

/*  END LAYOUT  */

ul.people_list
{
    float:left;
    list-style:none !important;
    margin: 0 !important;
    width:600px;
}

ul.people_list li
{
    float:left;
    width:290px;
    display: block;
    min-height: 170px;
    
}

ul.people_list li:nth-child(2n)
{
    margin-left:20px;
}

ul.people_list li img
{
    float:left;
    margin-right:10px;
}

ul.people_list li div.description
{
    float:right;
    width:180px;        
}

ul.clients_list
{
    float:left;
    list-style:none !important;
    margin: 0 !important;
    width:625px;   
}

ul.clients_list li
{
    float:left;
    text-align: center;
    width:150px;
    display: block;
    vertical-align: middle;
    min-height: 90px;
    padding:10px 15px;
    margin:10px;
    background-color: #ffffff;
}

.horizontal_line
{
    width:100%;
    border-bottom:1px solid #990000;
}

#logo_dsj
{
    float:right;
    margin-right:-85px;
    margin-top:-15px;
    padding-bottom:25px;   
}

DIV#onderschrift{
	margin-top:-20px;
	font-size:10px;
	}

