/* Start of CMSMS style sheet 'sfs' */
*{ padding: 0; margin: 0; }

/***  Main Design   ***/

html, body {
	height: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #bc2821;
	color: #6d5935;
	line-height: 1.4em;
	background: #bc2821 url(images/bg_footer.jpg) top center repeat;
}
img {
	border: 0;
}
#header_container {
	width: 100%;
	background: transparent url(images/bg_header.jpg) top center repeat-x;
}
#header {
	width: 960px;
	height: 102px; 
	margin: 0 auto; 
	padding: 0;
	overflow: hidden;
}
#logo {
	width: 200px;
	height: 102px;
	float: left;
}
#logo a {
	height: 102px;
	width: 200px;
	display: block;
	text-indent: -9999em;
	margin-top: 0;
	margin-left: 0;
	background: transparent url(images/logo.png) top left no-repeat;
}
#nav {
	width: 760px;
	height: 102px;
	float: right;
}
#content_container {
	width: 100%;
	margin: 0 auto;
	background: #fbdf05 url(images/bg_main.jpg) top center repeat-x;
	padding: 0;
}
#content {
	width: 926px;
	margin: 0 auto;
	padding: 20px 34px 15px 0;
}
#footer_container {
	width: 100%;
	padding: 20px 0 15px 0;
}
#footer { 
	width: 960px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	color: #442200;
	font-size: .75em;
}
.clear {
	clear: both;	
}

/***  Font Styling   ***/

h3 {
	font-size: 2.3em;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #432501;
	font-weight: normal;
	margin-bottom: 20px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #bd2822;
}
a:hover {
	color: #bd2822;
	text-decoration: underline;
}
#footer_contact_left {
	width: 900px;
	float: left;
	color: #fce406;
}
#footer_contact_right {
	width: 60px;
	float: right;
	color: #fce406;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #fce406;
}
#footer a:hover {
	text-decoration: underline;
}
a.noline, a.noline:hover {
	text-decoration: none;
} 

/***  Top Navigation   ***/

#header ul {
	padding: 45px 0 0 23px;
}
#nav_list li {
	display: inline;
}
#nav_list li img {
	margin: 0 18px 0 0;
}
#nav_list li#last img {
	margin-right: 0;
}

/***  Home Design   ***/

#home_photo {
	width: 920px;
	height: 410px;
	padding: 20px;
	margin: 0;
	overflow: hidden;
	background: transparent url(images/bg_photo.jpg) top left no-repeat;
}
#home_content {
	width: 920px;
	padding: 35px 20px 0 20px;
	overflow: hidden;
	color: #6a3c0b;
	font-size: .75em;
}
#home_column_left {
	width: 284px;
	float: left;
	display: inline;
	overflow: hidden;
}
#home_column_middle {
	width: 284px;
	float: left;
	display: inline;
	margin-left: 34px;
}
#home_column_right {
	width: 284px;
	float: right;
	display: inline;
	overflow: hidden;
}
#home_content img {
	border: 7px solid #bd8c01;
	margin: 0 0 8px 0;
}

/***  Subpage Design   ***/

#sub_content {
	width: 960px;
	padding: 35px 0 0 0;
	overflow: hidden;
	color: #6a3c0b;
	background: #ffffff url(images/bg_content.jpg) top center repeat-y;
	font-size: .75em;
}
#sub_content_text {
	width: 900px;
	padding: 35px 30px 10px 30px;
	overflow: hidden;
	color: #6a3c0b;
	background: #ffffff url(images/bg_content_full.jpg) top center repeat-y;
	min-height: 550px;
	font-size: .75em;
}
#sub_content_column_left {
	width: 210px;
	padding: 0 34px 0 33px;
	float: left;
}
#sub_content_column_right {
	width: 620px;
	min-height: 500px;
	padding: 0 32px 20px 31px;
	float: right;
}
#subnav_list li {
	font-size: 1.2em;
	list-style: none;
	border-bottom: 1px solid #d7d2c2;
	margin-bottom: 6px;
}
#subnav_list li a:link, #subnav_list li a:visited, #subnav_list li a:hover, #subnav_list li a:active {
	display: block;
	width: 100%;
	padding: 0 0 6px 0; 
}
#subnav_list li#last {
	border: none;
}
.benodigdheden_left {
	width: 310px;
	float: left;
	margin-bottom: 20px;
}
.benodigdheden_right {
	width: 310px;
	float: right;
	margin-bottom: 20px;
}

/***  Sponsor Page   ***/

#sponsor_images {
	width: 614px;
}
#sponsor_images img {
	border: 1px solid #f8f6ed;
}
.sponsor_left {
	float: left;
	width: 190px;
	height: 400px;
	background-color: #ffffff;
	margin: 0 22px 12px 0;
}
.sponsor_middle {
	float: left;
	width: 190px;
	height: 400px;
	background-color: #ffffff;
	margin: 0 16px 12px 0;
}
.sponsor_right {
	float: right;
	width: 190px;
	height: 400px;
	background-color: #ffffff;
	margin: 0 0 12px 0;
}
.sponsor_auto_images_left {
	float: left;
	width: 190px;
	height: 150px;
	margin: 0 22px 12px 0;
}
.sponsor_auto_images_middle {
	float: left;
	width: 190px;
	height: 150px;
	margin: 0 16px 12px 0;
}
.sponsor_auto_images_right {
	float: right;
	width: 190px;
	height: 150px;
	margin: 0 0 12px 0;
}
.sponsor_auto {
	width: 614px;
	float: left;
	background-color: #ffffff;
	margin: 0 0 12px 0;
}

/***  Media Page   ***/

#media_images_container {
	width: 614px;
}
#media_images li {
	display: inline;
}
#media_images li img {
	margin: 0 10px 10px 0;
	border: 6px solid #f8f6ed;
}
#media_images li#last img {
	margin-right: 0;
}

/***  Footer   ***/

#footer_images li {
	display: inline;
}
#footer_images li img {
	border: 8px solid #a41d17;
	margin: 0 18px 0 0;
}
#footer_line {
	width: 960px;
	height: 4px;
	background-color: #a41d17;
	margin: 15px 0 15px;
}
#footer_list li {
	display: inline;
}
#footer_list li a { 
	padding: 0 7px 0 4px;
}
#footer_list li#first a {
	padding-left: 0;
}

/***  News Module Home   ***/

.NewsSummaryLinkHome {
	width: 284px;
	font-weight: bold;
	font-size: 1.4em;
}
.NewsSummaryLinkHome a, .NewsSummaryLinkHome a:active, .NewsSummaryLinkHome a:visited {
	color: #bd2822;
}
.NewsSummaryLinkHome a:hover {
	color: #bd2822;
}
.NewsSummaryPostdateHome {
	width: 284px;
	height: 26px;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #c19011;
}

/***  News Module   ***/

.NewsSummaryPages {
	height: 28px;
	padding-top: 6px;
	margin-bottom: 12px;
	background-color: #f8f6ed;
	border-bottom: 1px solid #e2ddcd;
	border-top: 1px solid #e2ddcd;
}
.NewsSummaryLink {
	height: 25px;
	font-weight: bold;
	font-size: 1.4em;
}
.NewsSummaryLink a, .NewsSummaryLink a:active, .NewsSummaryLink a:visited {
	color: #bd2822;
}
.NewsSummaryLink a:hover {
	color: #bd2822;
}.NewsSummaryPostdate {
	height: 25px;
}
.NewsSummarySummary {
	margin: 5px 0 0 0;
}
.NewsSummaryContent {
	margin: 5px 0 0 0;
}
.NewsSummaryMorelink {
	margin: 5px 0 25px 0;
}
.NewsPostDetailTitle {
	height: 25px;
	font-weight: bold;
	font-size: 1.4em;
}
.NewsPostDetailDate {
	height: 25px;
	margin: 5px 0 15px 0;
}
.NewsPostDetailContent {
	margin: 10px 0 0 0;
}
.NewsPostDetailReturnLink {
	margin: 15px 0 0 0;
}
/* End of 'sfs' */

