/* ---------------------------------------------------------- */
/* created by Emile Blume - 2005 - www.netcreators.nl */
/* ---------------------------------------------------------- */
/* Global reset ////////////////////////////////////////////////////////////////////////////////*/
*	    { 	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}

em { font-style: italic; }
strong { font-weight: bold; }
table {	border-collapse: collapse; border-spacing: 0; }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q { quotes: "" "";}
caption, th, td { font-weight:normal; text-align:left; }
ol, ul { list-style:none;}
/* /////////////////////////////////////////////////////////////////////////*/

body {
	background: #FFFFFF url(../img/bg.gif);
	color: #414141;
	font-family: "Trebuchet MS", Arial, sans-serif; 
	font-family: "Lucida Sans", "Lucida Sans Unicode", Arial, sans-serif; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%; 
	line-height: 1.3em;
	padding-bottom: 20px;
	text-align: center;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
	color: #0372AB;
	font-weight: bold;
	margin-bottom: 0.3em;
	padding: 0.1em;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h4, h6 {
	color: #EE1C23;
}

h5 {
	padding-left: 4px;
	background: #0372AB;
	color: #FFFFFF;
}

p {
	color: #414141;
	font-size: 1em;
	margin-bottom: 1.3em;
}

a {
	text-decoration: none;
}

fieldset, input, textfield, option, select {
	color: #0372AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

li {
	color: #0372AB;
}

hr {
	background: #D5EAF5;
	color: #D5EAF5;
	height: 1px;
	border: none;
	margin-bottom: 0.3em;
        clear: both;
}

/* ---------------------------------------------------------- */
#container {	
	margin: auto;
	margin-top: 20px;
	width: 900px;
}

#frame {
	background: #FFF;
	display: inline;
	float: left;
	text-align: left;
}

#header {
	width: 900px;
	background: #D5EAF5;
	border-bottom: 1px solid #FFF;
	height: 93px;
	left: 0;
	top: 0;
	position: relative;
}

#header h1, #header h2, #header h3 {
	margin: 0;
	padding: 0;
}

#header h1, #header h2 {
	width: 120px; 
	background: #FFF url(../img/logo.gif) no-repeat bottom;
	height: 93px;
	left: 0;
	top: 0;
	position: absolute;
}

#header h1 a {
	width: 100px;
	display: block;
	cursor: pointer;
	height: 74px;
}

#header h2 {
	background: url(../img/slogan.gif) no-repeat right top;
	height: 47px;
	width: 564px;
	left: 154px;
	top: 8px;
}

#header span {
	display: none;
}

/* Left /////////////////////////////////////////////////////////////*/
#left , #center, #right, #footer {
	display: inline;
	float: left;
}

#left {
	width: 154px;
	height: 300px;
}

#left #contact {
	background: #D5EAF5;
	width: 150px;
	bottom: 44px;
	position: absolute;
}

#left #contact h3 {
	padding-left: 22px;
	padding-bottom: 0;
	background: #0372AB;
	color: #FFF;
	font-size: 14px;
}

#left #contact p {
	padding-left: 22px;
	padding-top: 0;
	color: #414141;
	font-size: 0.9em;
}

#left #contact a {
	color: #414141;
	text-decoration: underline;
}

#left #contact a:hover {
	color: #39C1C8;
}

/* Center /////////////////////////////////////////////////////////////*/
#center {
	width: 570px;
}

#content {
	margin: 10px;
}

#content a {
	color: #0372AB;
}

#content p {
	margin-top: 0;
	margin-bottom: 8px;
}

#content a:hover {
	color: #EE1C23;
}

#content li {
	list-style: disc;
	margin: 2px;
	padding: 2px;
}

#content a.to-top {
	background: url(../img/to-top.gif) no-repeat right;
	cursor: pointer;
	display: block;
	height: 20px;
	width: 20px;
	width: 100%; /*float: right;*/
}

#content  a.to-top span {
	display: none;
}

/* Right /////////////////////////////////////////////////////////////*/
#right {
        color: #FFF;
	width: 176px;
	padding-bottom: 12px;
	background: #0372AB;
}

#right p {
	padding-left: 12px;
	padding-right: 12px;
	color: #FFFFFF;
	text-align: left;
	text-decoration: none;
}

#right ul {
	margin-left: 12px;
	margin-bottom: 12px;
	color: #FFFFFF;
}

#right li {
	list-style: none;
	color: #FFFFFF;
}

#right a {
/*
	background: url(../img/arrow.gif) no-repeat left top;
	display: block;
	padding-left: 14px;
*/
	color: #FFFFFF;
	text-align: left;
	text-decoration: underline;
}

#right h3, #right h4, #right h5 {
	padding: 10px;
	padding-bottom: 6px;
	color: #FFFFFF;
	font-size: 13px;
}

/* Diverse frames voor opmaak /////////////////////////////////////////////*/
.frame-01, .frame-02, .frame-03{
	margin-bottom: 1.3em;
	padding: 0.3em;
	background: #9AC7DD;

clear: both;
}

.frame-01 h1 {
	background: #9AC7DD;
	color: #FFF;
}

.frame-02{
	background: #D5EAF5;
}

.frame-02 h1 {
	background: #0372AB;
	color: #FFF;
}

.frame-03{
	background: #FFF;
}

.frame-03 h1, .frame-03 h2, .frame-03 h3{
	background: #EE1C23;
	color: #FFF;
}

/* Footer  /////////////////////////////////////////////////////////////*/
#footer {
	width: 900px;
	background: #FFF;
	color: #0372AB;
	text-align: center;
}

#footer ul {
	padding-bottom: 10px;
}

#footer li {
	padding: 6px;
	display: inline;
}

#footer li a {
	color: #0372AB;
	margin-right: 20px;
}

#footer a:hover {
	text-decoration: underline;
}

