/* ******************************************** */
/* CSS code developed for www.anex.be by        */
/* DreamDivision (www.dreamdivision.com)        */
/* Last change: 13/02/2007                      */
/* ******************************************** */




/* ******************************************** */
/* HTML STYLES & CLASSES                        */
/* ******************************************** */


html {	/* Bug fix for Mozilla, by Carey Evans */
	min-width: 770px;
	}

body {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	background: #363D41;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	}

p, td, ul, ol, li, dl, dt, dd {
	font-family: "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}

.hide, hr {
	display: none;
	}


/* ******************************************** */
/* LAYOUT WEBPAGES & TEXT                       */
/* ******************************************** */

#mainframe {
	width: 770px;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	background: #BBB;
	position: relative;
	}

#header {
	background:#A6A6A6 url(images/header.jpg) no-repeat top;
	background-color: #B6B6B6;
	border-bottom: solid 2px #363D41;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 260px;
	voice-family: "\"}\""; voice-family: inherit; /* Tantek Celik's Box Model Hack for IE */
	height: 258px;
	}

/* ******  NAVIGATION ************** */

#navigation {
	background-color: #888;
	height: 40px;
	}

#navigation ul {
	text-align: left;
	margin: 0px;
	padding: 14px 0px 0px 32px;
	}

#navigation li {
	color: #FFF;
	font-size: 12px;
	font-weight: medium;
	text-transform: uppercase;
	display: inline;
	list-style-type: none;
	}

#navigation a {
	padding: 5px 7px 12px 7px;
	}

#navigation a:link, #navigation a:visited {
	color: #eee;
/*	background-color: #777;	*/
	text-decoration: none;
	}

#navigation a:hover {
	color: #222;
	font-weight: medium;
	background-color: #BBB;
	text-decoration: none;
	}



/* ******  CONTENT ************** */

#content {
	float: left;
	text-align: left;
/*	background-color: #EEE;	*/
	font-size: 13px;
	line-height: 1,5;
	font-weight:normal;
	color: #444; /* #363D41 */
	margin: 40px 0px 0px 30px;
	padding: 0px 20px 40px 0px;
	width: 525px;
	voice-family: "\"}\""; voice-family: inherit; /* Tantek Celik's Box Model Hack for IE */
	width: 475px;
	min-height: 500px;
	}

#content td {
	text-align: left;
	font-size: 13px;
	line-height: 1,5;
	font-weight:normal;
	color: #444; /* #363D41 */
	}

#content form {
	color: #fff;
	background-color: #aaa;
	padding: 0px 15px;
	margin: 25px 0px;
	border: dotted 1px #666;
	}

#content input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #444;
	background-color: #fff;
	padding: 3px 3px 3px 7px;
	margin: 3px 0px;
	border: solid 1px #999;
	}

#content .button {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background-color: #444;
	padding: 2px 5px;
	margin: 3px 0px;
	border: solid 1px #ddd;
	cursor: hand;
	}

#content h1 {
	font-size: 22px;
/*	line height: 1;	*/
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-transform: mixed;
	margin-top: 0px;
	padding-top: 60px;
	}

#content h3 {
	font-size: 13px;
	line height: 0;
	font-style: normal;
	font-weight: bold;
	color: #700;
	text-transform: mixed;
	padding-top: 30px;
	border-bottom: dotted 1px #700;
	}

#content h5 {
	font-size: 13px;
	line height: 1;
	font-style: normal;
	font-weight: bold;
	color: #444;
	text-transform: mixed;
	}

#content li {
	list-style-type: bullet;
	font-size: 13px;
	color: #363D41;
	margin-bottom: 5px;
	}

#content img {
	display: block;
/*	align: center;	*/
	border: solid 1px #666;
	margin: 15px auto 15px 25px;
	}

#content a:link {
	color: #03C;
	text-decoration: none;
	}

#content a:visited {
	color: #03C;
	text-decoration: underline;
	}

#content a:hover {
	color: #FFF;
	text-decoration: underline;
	}


/* ******  SIDEMENU ************** */

#sidemenu {
	font-size: 12px;
	color: #CCC;
	text-align: left;
	margin: 105px 0px 20px 537px;
	padding: 0px 0px 0px 0px;
	width: 230px;
	border-left: solid 1px #CCC;
	}

#sidemenu h3 {
	font-size: 12px;
	color: #EEE;
	text-transform: uppercase;
	font-weight: medium;
	background-color: #999;
	padding: 3px 8px 3px 6px;
	margin: 0px 2px 5px 7px;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	}

#sidemenu ul {
	margin: 0px 2px 0px 7px;
	padding: 0px 0px 0px 0px;
	}

#sidemenu li {
	color: #000;
	text-transform: uppercase;
	display: block;
	list-style-type: none;
/*	line-height:1.8em;	*/
	background-color: #B3B3B3;
	padding: 3px 8px 3px 6px;
	border-bottom: solid 1px #BBB;
	}

#sidemenu a {
	font-weight: medium;
	}

#sidemenu a:link, #sidemenu a:visited {
	color: #FFF;
	text-decoration: none;
	}

#sidemenu a:hover {
	color: #222;
	text-decoration: none;
	}




/* ******  SIDEBAR ************** */


#sidebar {
/*	background-color: #B3B3B3;	*/
	font-size: 10px;
	color: #CCC;
	text-align: center;
	margin: 105px 0px 20px 537px;
	padding: 0px 0px 20px 0px;
	width: 230px;
	border-left: solid 1px #CCC;
	}

#sidebar img {
/*	display: block;	*/
	display: inline;
	align: center;
	border: solid 1px #FFF;
	margin: 0px auto 50px auto;
	}


/* ******  FOOTER ************** */


#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #363D41;
	background: #A6A6A6;
	text-align: center;
	border-top: solid 1px #FFF;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	width: 770px;
	}

#footer a:link {
	color: #03C;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #03C;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	}

