@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#header {
	height: 250px;
}
#container { 
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../img/content_background.png);
	background-repeat: repeat;
}
#sidebar1Bg {

}
#sidebar1 {

	float: left; /* since this element is floated, a width must be given */
	width: 223px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;

}

font {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#commerce_rootline {
	margin: 5px 20px;
	padding: 5px 0px;
	border-bottom: 1px solid #d4ae7e;
	font-size: 10px;
}

#mainContentContainer { 
	margin: 0 0 0 223px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#mainContent { 
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#languageMenuContainer {
	padding: 10px;
	text-align: right;
}
#languageMenuContainer a {
	margin-left: 5px;
}


#menuContainer {
	height: 29px;
}
#menu {
	padding: 0px;
}
#menu table {
}
#menu td {
	text-align: center;
}
#menu a {
	display: block;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	padding: 9px 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#menu a:hover {
	color: #ffffff;
	background: #a38258;
}
#menu td.active {
}
#menu td.active a {
	color: #d4ae7e;
}
#menu td.active a:hover {
	color: #d4ae7e;
	background-color: transparent;
}

#flashcontent {
	height: 350px;
}
#subMenuContainer {
	padding-top: 6px;
	padding-bottom: 6px;
}
#subMenu {
}
#subMenu .subMenuButton a {
	display: block;
	padding: 8px 8px;
	padding-left: 25px;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	background-image: url(../img/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#subMenu .subMenuButton a:hover {
	color: #fff;
	padding: 7px 8px;
	padding-left: 25px;
	background-image: url(../img/arrow_yellow.gif);
	background-color: #a38258;
	border-top: 1px solid #a9927d;
	border-bottom: 1px solid #7c5b72;
}
#subMenu .active a {
	color: #fff;
	padding: 7px 8px;
	padding-left: 25px;
	background-image: url(../img/arrow_white.gif);
}
#subMenu #subMenu .subMenuButton a {
	display: block;
	padding: 6px 8px;
	padding-left: 35px;
	font-size: 10px;
	text-transform: none;
	text-decoration: none;
	color: #fff;
	background-image: url(../img/arrow_yellow.gif);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}
#subMenu #subMenu .subMenuButton a:hover {
	color: #fff;
	padding: 5px 8px;
	padding-left: 35px;
	background-image: url(../img/arrow_yellow.gif);
	background-color: #a38258;
	border-top: 1px solid #a9927d;
	border-bottom: 1px solid #685441;
}
#subMenu #subMenu .active a {
	color: #fff;
	padding: 5px 8px;
	padding-left: 35px;
	background-image: url(../img/arrow_white.gif);
}

h1 {
	font: 23px Georgia, "Times New Roman", Times, serif;
	color: #a38258;
}
h2 {
	font: 23px Georgia, "Times New Roman", Times, serif;
	color: #a38258;
}
h4 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #a38258;
}
p {
	font-size: 12px;
}

a {
	color: #a38258;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


.news-list-item {
	padding: 10px;
	margin-bottom: 15px;
	background-image: url(../img/content_background.png);
	background-repeat: repeat;
}

.news-single-item {
	padding: 10px;
	margin-bottom: 15px;
	background-image: url(../img/content_background.png);
	background-repeat: repeat;
}







/* paars  */
.paars  {
	background: #bcb1ad;
	background-image: url(../img/paars/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 186px;
}
.paars #headerBg {
	background-image: url(../img/paars/menu_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.paars #header {
	background-image: url(../img/paars/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 86px;
}
.paars #sidebar1Bg {
	background-image: url(../img/paars/leftSide_background.gif);
	background-repeat: repeat-y;
}
.paars #sidebar1 {
	background-image: url(../img/paars/subMenu_background.gif);
	background-repeat: repeat-y;
}
.paars #mainContentContainer {
	border-top: 6px solid #8a5f7c;
}
.paars #container {
	border-bottom: 6px solid #8a5f7c;
}

.paars #subMenuContainerBg {
	background-image: url(../img/paars/subMenuStroke.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.paars #subMenuContainer {
	background-image: url(../img/paars/subMenuStroke.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.paars #subMenuContainer .active a {
	background-color: #836179;
	border-top: 1px solid #9d8195;
	border-bottom: 1px solid #685441;
}
.paars #subMenu #subMenu {
	background-image: url(../img/paars/subSubMenu_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.paars .news-list-item {
	border: 1px solid #8a5f7c;
}
.paars .news-single-item {
	border: 1px solid #8a5f7c;
}


/* groen  */
.groen  {
	background: #8f8f98;
	background-image: url(../img/groen/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 186px;
}
.groen #headerBg {
	background-image: url(../img/groen/menu_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.groen #header {
	background-image: url(../img/groen/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 86px;
}
.groen #sidebar1Bg {
	background-image: url(../img/groen/leftSide_background.gif);
	background-repeat: repeat-y;
}
.groen #sidebar1 {
	background-image: url(../img/groen/subMenu_background.gif);
	background-repeat: repeat-y;
}
.groen #mainContentContainer {
	border-top: 6px solid #838468;
}
.groen #container {
	border-bottom: 6px solid #838468;
}

.groen #subMenuContainerBg {
	background-image: url(../img/groen/subMenuStroke.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.groen #subMenuContainer {
	background-image: url(../img/groen/subMenuStroke.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.groen #subMenuContainer .active a {
	background-color: #836179;
	border-top: 1px solid #9d8195;
	border-bottom: 1px solid #685441;
}
.groen #subMenu #subMenu {
	background-image: url(../img/groen/subSubMenu_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.groen .news-list-item {
	border: 1px solid #838468;
}
.groen .news-single-item {
	border: 1px solid #838468;
}




/* geel  */
.geel  {
	background: #0d0d16;
	background-image: url(../img/geel/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 186px;
}
.geel #headerBg {
	background-image: url(../img/geel/menu_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.geel #header {
	background-image: url(../img/geel/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 86px;
}
.geel #sidebar1Bg {
	background-image: url(../img/geel/leftSide_background.gif);
	background-repeat: repeat-y;
}
.geel #sidebar1 {
	background-image: url(../img/geel/subMenu_background.gif);
	background-image: url(../img/geel/subMenuStroke.gif);
	background-repeat: repeat-y;
}
.geel #mainContentContainer {
	border-top: 6px solid #e4922a;
}
.geel #container {
	border-bottom: 6px solid #e4922a;
}

.geel #subMenuContainerBg {
	background-image: url(../img/geel/subMenuStroke.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.geel #subMenuContainer {
	background-image: url(../img/geel/subMenuStroke.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.geel #subMenuContainer .active a {
	background-color: #836179;
	border-top: 1px solid #9d8195;
	border-bottom: 1px solid #685441;
}
.geel #subMenu #subMenu {
	background-image: url(../img/geel/subSubMenu_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.geel .news-list-item {
	border: 1px solid #e4922a;
}
.geel .news-single-item {
	border: 1px solid #e4922a;
}




/* zilver  */
.zilver  {
	background: #414649;
	background-image: url(../img/zilver/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right 186px;
}
.zilver #headerBg {
	background-image: url(../img/zilver/menu_background.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.zilver #header {
	background-image: url(../img/zilver/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 86px;
}
.zilver #sidebar1Bg {
	background-image: url(../img/zilver/leftSide_background.gif);
	background-repeat: repeat-y;
}
.zilver #sidebar1 {
	background-image: url(../img/zilver/subMenu_background.gif);
	background-image: url(../img/zilver/subMenuStroke.gif);
	background-repeat: repeat-y;
}
.zilver #mainContentContainer {
	border-top: 6px solid #a3a1a1;
}
.zilver #container {
	border-bottom: 6px solid #a3a1a1;
}

.zilver #subMenuContainerBg {
	background-image: url(../img/zilver/subMenuStroke.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.zilver #subMenuContainer {
	background-image: url(../img/zilver/subMenuStroke.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.zilver #subMenuContainer .active a {
	background-color: #836179;
	border-top: 1px solid #9d8195;
	border-bottom: 1px solid #685441;
}
.zilver #subMenu #subMenu {
	background-image: url(../img/zilver/subSubMenu_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.zilver .news-list-item {
	border: 1px solid #a3a1a1;
}
.zilver .news-single-item {
	border: 1px solid #a3a1a1;
}



#tweets-here	{padding:0px 10px; margin-bottom: 15px; color:#fff; }
.tweet	{ padding:5px 0px; clear:both; margin:5px 0; border-bottom: 1px solid #d4ae7e; color:#fff; }
.tweet	a {color:#fff; }
.tweet img	{ margin-right:10px; }
.tweet strong	{ color: #a38258;}
.tweet span	{ font-size:10px; color:#a38258; display: block; padding: 2px 0px;}
.tweet span a	{ color:#a38258;}
.clear	{ clear:both; }

#subMenuContainer h2 {
	color:#fff;
	margin: 10px;
	padding:2px 0px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #d4ae7e;
}


.groen .tweet strong,
.groen .tweet span a,
.groen .tweet span,
.geel .tweet strong,
.geel .tweet span a,
.geel .tweet span,
.zilver .tweet strong,
.zilver .tweet span a,
.zilver .tweet span {
color:#fff;
}


.socialMediaLinks {
	padding: 0px 5px;
}
