/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// GENERAL ///////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

body, 
html {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL LAYOUT ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


#wrapper {
	width: 900px;
	margin: auto;
}

#topper {
	width: 880px;
	height: 110px;
	background: url(gifs/background_top.jpg) right top no-repeat;
}

#topbar {
	width: 599px;
	height: 5px;
	background: #B0DF15;
}

#logo {
	margin-top: 30px;
}

#navigation {
	height: 250px;
	background: url(gifs/background_navigation.jpg) right top no-repeat;
}

#container {
	background: url(gifs/background_rightFiller.gif) repeat-y;
	float: left;
}

#mainContent {
	width: 525px;
	padding: 0px 30px 25px 45px;
	float: left;
	background: url(gifs/background_breadcrumb.jpg) repeat-x;
}

#subContent {
	width: 230px;					/* 280-20-30 */
	height: 265px;					/* 335-45-25 */
	padding: 45px 20px 25px 30px;
	float: left;
	background: url(gifs/background_subcontent.jpg) right top no-repeat;
}

#footer {
	width: 525px;
	margin: 0px 0px 0px 45px;
	padding-top: 5px;
	padding-bottom: 25px;
	float: left;
	/*border-top: 1px solid #EAE9E8;*/
}

hr {
	display: none;
}



/*/////////////////////////////////////////////////////////////////*/
/*///////////////////// NO FLASH - STYLES /////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


#noFlash ul {
	list-style-type: none;
	margin: 0px;
  	padding: 0px;
	margin-left: 25px;
  	padding-left: 25px;
	font-size: 17px;
	font-weight: lighter;
}

#noFlash a:link, 
#noFlash a:visited { 
	color: #706D65;
	text-decoration: none; 
}
#noFlash a:hover, 
#noFlash a:active { 
	color: #7AC9F4; 
}



/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////// TOPNAV //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


#topper a:link, 
#topper a:visited, 
#topper a:hover, 
#topper a:active { 
	text-decoration: none;
}



/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////// FOOTER //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


#footer, 
.breadcrumb {
	color: #B6B6B6;	/*BBB6A7;*/
	font-size: 9px;
}

#footer a:link, 
#footer a:visited, 
#footer a:hover, 
#footer a:active, 
.breadcrumb a:link, 
.breadcrumb a:visited, 
.breadcrumb a:hover { 
	color: #B6B6B6;	/*BBB6A7;*/
}


/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL STYLES ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/


/* headers */
h1 { 
	font-size: 24px;
	color: #BBB6A7;
	font-weight: lighter;
}

h2 { 
	font-size: 16px;
	color: #706D65;
}

h3 { 
	font-size: 16px;
	color: #BBB6A7;
}

h4 { 
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #706D65;
}

h5 { 
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #BBB6A7;
}

h6 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #016394; 
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

/* font-sizes */
.small { font-size: 9px; }
.medium { font-size: 11px; }

/* colors */
.darkbrown { color: #706D65; }
.darkbrown a:link,
.darkbrown a:visited, 
.darkbrown a:hover { color: #016394; }

/* seperator */
.separator { background: url(gifs/seperator.gif) repeat-y; }






/* links*/
a:link, a:visited { text-decoration: underline; color: #7AC9f4; }
a:hover, a:active { text-decoration: none; }

.blue a:link, .blue a:visited { 
	font-size: 11px;
	color: #6DC8D5; 
	font-weight: bold;
}
.blue a:hover, 
.blue a:active { 
	text-decoration: none; 
}

.intro:link,
.intro:visited { 
	font-weight: bold;
	text-decoration: none;
	color: #016394;
}
.intro:hover,
.intro:active { 
	text-decoration: underline; 
}





/* list */
.list {
	list-style-type: none;
	list-style-image: url(/gifs/pijltje_darkBlue.gif);
}




/* form */
.red { color: #FF0000; }

input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #706D65;
	border: solid 1px #CBC9C4;
	height: 15px;
	padding-left: 2px;
}
textarea {
	width: 270px;
	height: 70px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #706D65;
}


.button {
	color: #FFF;
	font-weight: bold;
	background: #B0DF15; 
	border: 0px solid #B0DF15;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
}
