/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// GENERAL ///////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html, body {
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html {
	background: url(gifs/Background.jpg) repeat-x;
}
body {
	background: url(gifs/Background_top.jpg) top center no-repeat;
}


/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL LAYOUT ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#wrapper, #footWrapper_Collection {
	width: 930px;
	margin: auto;
}
#top {
	height: 150px;
}
#content {
	padding: 0px 25px;
	background: url(gifs/Background_content.jpg) top center no-repeat;
	float: left;
}
#content_Team {
	padding: 0px 25px;
}
#content_Teamdetail {
	padding: 0px 25px;
	background: url(gifs/Background_team.jpg) top center no-repeat;
	float: left;
}
.newsHome {
	background: url(gifs/Background_home.jpg) top center no-repeat;
	padding: 0px 30px 0px 10px;
}





/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// CONTENT LAYOUT ///////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#mainContent {
	width: 605px;
	float: left;
}
#subContent {
	width: 255px;					/* 275 - 10 - 10 = 255 */
	padding: 115px 10px 0px 10px;
	float: left;
}
#contentContainer {
	width: 495px; 					/* 605-65-45 = 495 */
	padding: 0px 65px 0px 45px;
}
#teamDetail {
	padding: 0px 0px 0px 45px;
}



/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////// FOOTER //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#footer {
	padding: 30px 0px 0px 70px;
	color: #9E9C89;
	font-size: 9px;
	background: url(gifs/Background_footer.gif) top center no-repeat;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active { 
	color: #9E9C89;
}


/*/////////////////////////////////////////////////////////////////*/
/*/////////////////////////// TOPNAV //////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

#top a:link, #top a:visited { 
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#top a:hover, #top a:active, #top .active:link, #top .active:visited { 
	color: #ED1B2D;
	text-decoration: none;
}



/*/////////////////////////////////////////////////////////////////*/
/*////////////////////// GLOBAL STYLES ////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

/* font-sizes */
.bigger { font-size: 12px; }

/* links*/
a:link, a:visited { text-decoration: underline; color:#ED1B2D; }
a:hover, a:active { text-decoration: none; }

/* headers */
h1 { 
	font-size: 24px;
	padding: 0px;
	margin: 0px;
}
h2 { 
	font-size: 16px;
	color:#ED1B2D;
	padding-top: 0px;
	margin-top: 0px;
}
h3 { 
	font-size: 13px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
p {
	padding-top: 0px;
	margin-top: 0px;
}

/* read more links */
.readMore a:link, .readMore a:visited { 
	font-size: 9px;
	color:#9B0000; 
	text-decoration: none; 
}
.readMore, .readMore a:hover, .readMore a:active { 
	color: #C8C6B0;
	font-size: 9px;
}

/* read more sterreke */
.alignMiddle { vertical-align: middle; }

/* date */
.date {
	font-size: 9px;
	color:#C8C6B0; 
}

/* vert spacer nieuws */
.spacer {
	background: url(gifs/vertSpacer.gif) center repeat-x;
}

/* img frames */
.img, iframe {
	border: 1px solid #C8C6B0;
	padding: 1px;
}


/* form */
.input {
	height: 14px;
	background: #FFF; 
	border: 1px solid #C8C6B0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999787;
}
.opmerkingen {
	width: 245px;
	height: 50px;
	background: #FFF; 
	border: 1px solid #C8C6B0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999787;
}
.button {
	color: #FFF;
	font-weight: bold;
	background: #ED1B2D; 
	border: 0px solid #ED1B2D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
}

