/* ************************************************************* */
/* CSS code developed for www.timbertrainingcenter.com by        */
/* DreamDivision (www.dreamdivision.com)                         */
/* Last change: 25/10/2006                                       */
/* ************************************************************* */




/* ******************************************** */
/* HTML STYLES & CLASSES                        */
/* ******************************************** */


html {	/* Bug fix for Mozilla, by Carey Evans */
	min-width: 770px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #E6E6E6;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	}

p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: 0px;
	}

.hide, hr {
	display: none;
	}


/* ******************************************** */
/* LAYOUT WEBPAGES & TEXT                       */
/* ******************************************** */

#mainframe {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background: #FFF;
	position: relative;
/*	border: solid 1px #000;	*/
	}

#header {
	background:#CCC url(images/header.jpg) no-repeat top;
	background-color: #999;
	border-bottom: solid 2px #FFF;
	margin: 0px;
	padding: 0px;
	cellspacing: 0px;
	width: 770px;
	height: 233px;
	voice-family: "\"}\""; voice-family: inherit; /* Tantek Celik's Box Model Hack for IE */
	height: 233px;	/* height - padding */
	}

#header img {
	margin: 20px 0px 0px 40px;
	border: solid 2px #FFF;
	}


/* ******  NAVIGATION ************** */

#navigation {
	float: left;
	width: 690px;
	background-color: #2C4798;
	}

#navigation ul {
	text-align: left;
	margin: 0px 0px 0px 22px;
	padding: 7px 0px 7px 0px; /* zelfde waarden (verticaal) configureren als padding navigation a */
	}

#navigation li {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	}

#navigation a {
	margin: 0px;
	padding: 7px 15px 7px 15px;
	border-right: solid 2px #FFF;
	}

#navigation a:link, #navigation a:visited {
	color: #FFF;
	background-color: #2C4798;
	text-decoration: none;
	}

#navigation a:hover {
	color: #FFF;
	background-color: #7A9BD3;
	text-decoration: none;
	}


/* ******  LANGSELECT ************** */

#langselect {
	float: left;
	text-align: left;
	background-color: #2C4798;
	font-size: 10px;
	font-weight: bold;
	color: #7A9BD3;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 7px 0px;
	width: 80px;
	}

#langselect a {
	color: #FFF;
	text-decoration: none;
	}

#langselect a:link, #langselect a:visited {
	color: #FFF;
	text-decoration: none;
	}

#langselect a:hover {
	color: #FFF;
	text-decoration: underline;
	}

/* ******  CONTENT ************** */

#content {
	clear: both;	/* deleten bij verwijderen van langselect */
	float: left;
	text-align: left;
	font-size: 13px;
	line-height: 1,5;
	color: #404040;
	margin: 0px;
	padding: 0px 20px 40px 40px;
	width: 520px;
	voice-family: "\"}\""; voice-family: inherit; /* Tantek Celik's Box Model Hack for IE */
	width: 460px;
	min-height: 500px;
	}

#content table p {
	font-size: 13px;
	color: #404040;
	padding-top: 0px;
	margin-top: 0px;
	}

#content form {
	color: #808080;
	background-color: #f5f5f5;
	padding: 0px 10px;
	margin: 25px 0px;
	border: solid 1px #ddd;
	}

#content form td {
	font-size: 12px;
	color: #808080;
	border-bottom: solid 1px #ddd;
	}

#content input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #2C4798;
	background-color: #fff;
	padding: 3px 3px 3px 5px;
	margin: 3px 0px;
	border: solid 1px #ccc;
	}

#content select#adress_country {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #2C4798;
	background-color: #fff;
	padding: 3px 3px 3px 1px;
	margin: 3px 0px;
	border: solid 1px #ccc;
	}

#content input#sex, input#course {
	font-size: 12px;
	text-align: left;
	padding: 3px 0px;
	margin: 3px 0px;
	background-color: #f5f5f5;
	border:none;
	}

#content input#submit {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #666;
	padding: 2px 6px;
	margin: 3px 0px;
	border: solid 1px #fff;
	cursor: hand;
	}

#content h1 {
	font-size: 22px;
	line height: 1;
	font-style: normal;
	font-weight: bold;
	color: #7A9BD3;
	text-transform: mixed;
	padding-top: 50px;
	}

#content h3 {
	font-size: 16px;
	line height: 1;
	font-style: normal;
	font-weight: bold;
	color: #555;
	text-transform: mixed;
	padding-top: 40px;
	}

#content h5 {
	font-size: 13px;
	line height: 1;
	font-style: normal;
	font-weight: bold;
	color: #404040;
	text-transform: mixed;
	padding-top: 15px;
	}

#content li {
	list-style-type: bullet;
	list-style-position: outside;
/*	font-size: 13px;	*/
/*	color: #404040;	*/
	margin-left: -17px;
	margin-bottom: 5px;
	}

/* OUDE TAG: deleten?
#content img {
	display: block;
	align: center;
	border: solid 1px #666;
	margin: 30px auto 30px 30px;
	}
*/

#content img {
	border: solid 1px #666;
	}

#content a:link {
	color:#0066CC;
	text-decoration: none;
	}

#content a:visited {
	color: #0066CC;
	text-decoration: none;
	}

#content a:hover {
	color: #14328C;
	text-decoration: underline;
	}


/* ******  SIDEBAR  ************** */


#sidebar {
/*	background-color: #eee;	*/
	border: 0px;
	font-size: 10px;
	color: #AAA;
	text-align: left;
	margin: 0px 0px 0px 520px;
	padding: 100px 0px 20px 0px;
	width: 225px;
	}

#sidebar img {
/*	display: block;	*/
	display: inline;
	align: center;
	border: solid 1px #888;
	margin: 0px 8px 30px 0px;
	}


/* ******  NEWSLETTER  ************** */

#newsletter {
/*	background-color: #eee;	*/
	border: 0px;
	font-size: 10px;
	color: #999;
	text-align: left;
	margin: 0px 0px 0px 520px;
	padding: 0px 0px 20px 0px;
	width: 210px;
	}

#newsletter form {
	color: #808080;
	background-color: #f5f5f5;
	padding: 0px 10px;
	margin: 0px;
	border: solid 1px #ddd;
	}

#newsletter input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #2C4798;
	background-color: #FFF;
	padding: 3px 3px 3px 7px;
	margin: 3px 0px;
	border: solid 1px #ccc;
	}

#newsletter .formbutton {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background-color: #666;
	padding: 2px 6px;
	margin: 3px 0px;
	border: solid 1px #fff;
	cursor: hand;
	}


/* ******  FOOTER  ************** */


#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	background: #F2F2F2;
	text-align: center;
	border-top: solid 1px #E6E6E6;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	width: 770px;
	}

#footer a:link {
	color: #14328C;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #14328C;
	text-decoration: none;
	}

#footer a:hover {
	color: #7A9BD3;
	text-decoration: underline;
	}
