/* $Id: mocoaching.css,v 1.7 2005/08/17 14:55:21 leopold Exp $ */

/* global behaviour */

body {
	font-family: Arial, Helvetica, sans-serif ; 
	font-size: 10pt ;
	font-style: normal ;
	line-height: 1.5 ;
	background-color: #f0f0f0;
}

#page
{
	text-align: center ;
}

#content
{
	text-align: left ;
	width: 640px ;
	margin: 0 auto ;
}

h1, h2, h3, h4, p, ul, ol {
	font-size: 10pt ;
	font-style: normal ;
	margin-bottom: 8px ;
	margin-top: 0 ;
}

h1, h2, h3, h4 {
	font-weight: bold ;
}

h1 {
	font-size: 14pt ;
}

h2 {
	font-size: 14pt ;
}

h3 {
	font-size: 12pt ;
}

h4 {
	font-size: 10pt ;
	margin-bottom: 0px ;
}

/* first ul no indent */

ul {
	margin-left: 18px ;
	padding: 0 ;
}

ul ul {
	margin-left: 18px ;
}

ul li {
	margin-left: 0px ;
}

/* links are bold, no underline, color changes on hover */

a {
	font-weight: bold; 
	text-decoration: none; 
	color: red;
}

a:hover {
 	color: #aa2222;
}

/* clean tables */
/* <table cellspacing='0' cellpadding='0' border='0'> */
/* <td valign='0'> */

table {
	border: 0 ;
	border-spacing: 0 ;
	border-collapse: collapse ;
}

td {
	border: 0 ;
	padding: 0 ;
	vertical-align: top ;
}

/* oldstyle tables */

table.oldstyle td {
	padding: 3px ;
}

table.border td {
	border: 1px solid black ;
}

/* clean forms */

fieldset {
	border: 0 ;
	padding: 0 ;
}

/* no border for img tags with an anchor */

img {
	border: 0 ;
}


/* content style */

#header {
	margin: 16px ;
}

#header_bar {
	background-color: #cccccc ;
}


#navigation {
	font-size: 9pt ;
	margin-left: 128px ;
}

#navigation table {
}

#navigation td {
	padding-left: 4px ;
	padding-right: 4px ;
	border-left: 1px solid black ;
	border-right: 1px solid black ;
	text-align: center ;
}

#navigation a {
	font-weight: bold; 
	text-decoration: none; 
	color: #555555 ;
}

#navigation a:hover {
	color: red;
}

#nav_home { width: 38px ; }
#nav_individueel { width: 132px ; }
#nav_organisaties { width: 154px ; }
#nav_coach { width: 52px ; }
#nav_contact { width: 58px ; }

#body {
	margin-top: 16px ;
	margin-left: 128px ;
	width: 480px ;
	color: #333333 ;
}

/* vierkant voor titel? display: none or inline */

#text_title_square {
	display: none ;
	margin-right: 4px ;
	background-color: #ff0000 ;
}

#body h3 {
	border-bottom: 1px solid #ff0000 ;
}

#footer {
	margin-top: 32px ;
	margin-left: 16px ;
	color: black ;
	font-size: 8pt ;
}

#footer p {
	font-size: 8pt ;
}

