@charset "utf-8";
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #BE1F16;
	margin: 0;
	padding: 0;
	color: #000000;
}
h1 {
	color: #CC3300;
}
.separator {
	clear: both;
	width: 100%;
	height: 1px;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
#header { 
	background: #DDDDDD;
	width: 900px;
	height: 228px;
}
#header .headerBackground {
	width:900px;
	height:182px;
	background:url(../images/headerBackground.jpg) no-repeat left top;
	position: relative;
} 

#headertekst {
	position: absolute;
	bottom: 24px;
	font-family:"Arial Black", Gadget, sans-serif;
}
#headertekst a {
	text-decoration: none;	
}
#headertekst #lijn1 {
	font-size: 17px;
	font-weight: bold;
	color: #444;
	padding: 0;
	margin: 0 0 0 5px;
}
#headertekst #lijn1 a {
	color: #444;
}
#headertekst #lijn1gt {
	color: #900;
}
#headertekst #lijn2 {
	font-size: 13px;
	color: #666;
	margin: 0 0 0 5px;
}
#headertekst #lijn2 a {
	color: #666;
}
#sidebar1 {
	width: 220px; /* 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 */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 20px 20px 0px 0px;
	float: right;
}


#sidebar1 a {
	color:#BE1F16;
	font-weight: bold;
	text-decoration:none;
}

#sidebar1 a:hover, #mainContent a {
	color:#BE1F16;
	font-weight: bold;
	text-decoration:none;
}

#mainContent a:hover {
	color:#BE1F16;
	font-weight: bold;
	text-decoration:none;
}

#mainContent { 
	float: left;
	width: 600px;
	margin: 20px 0 20px 40px; /* the right margin on this div element creates the column down the right 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. */
} 
.productPic {
	float:left;
	margin:0 20px 15px 0;
	border: solid 2px #AB762A;
}
#footer { 
	background-color:#777;
	color: #FFF;
	margin: 0;
}

#footer a {
	color:#CCC;
}

#footer a:hover {
	color:#FFFFFF;
}

.rss {
	float:right;
	width:212px;
	margin:16px 0 0 20px;
}
#footer p {
	padding: 3px;
	margin: 0;
	text-align: center;
} 
.footerLink  {
	color:#BE1F16;
	text-decoration:underline;
}
#copyright {
	background-color: #F3F3F3;
	text-align: center;
	font-size: 11px;
	color:#666;
	margin: 0 0 20px 0;
	padding: 6px 0 5px 0;
}
#copyright a {
	color: #333;	
}
#copyright a:hover {
	color: #666;	
}
#copyright p {
	margin: 0;	
}
.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;
}
/*begin main menu*/
#navcontainer {
	margin: auto 0;
	width:900px;
	text-align:center;
}
#navcontainer ul {
	padding: 0;
	margin: auto 0;
	background: url(../images/menuBackground.gif) repeat-x left top;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline;
}
#navcontainer ul li a {
	color: #626161;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-size:18px;
	padding:11px 30px;
}
#navcontainer ul li a:hover {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
#navcontainer ul li #current {
	background: url(../images/menuBackgroundActive.gif) repeat-x left top;
	color: #fff;
}
/*end main menu*/
/* begin border corners*/
.t {background: #ffffff url(../images/dot.gif) 0 0 repeat-x; padding-bottom:20px;}
.b {background:url(../images/dot.gif) 0 100% repeat-x}
.l {background:url(../images/dot.gif) 0 0 repeat-y}
.r {background:url(../images/dot.gif) 100% 0 repeat-y}
.bl {background:url(../images/bl.gif) 0 100% no-repeat}
.br {background:url(../images/br.gif) 100% 100% no-repeat}
.tl {background:url(../images/tl.gif) 0 0 no-repeat}
.tr {background:url(../images/tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end border corners*/
/* begin news border corners*/
.n_t {background: #ffffff url(../images/n_dot.gif) 0 0 repeat-x; padding-bottom:20px;}
.n_b {background:url(../images/n_dot.gif) 0 100% repeat-x}
.n_l {background:url(../images/n_dot.gif) 0 0 repeat-y}
.n_r {background:url(../images/n_dot.gif) 100% 0 repeat-y}
.n_bl {background:url(../images/n_bl.gif) 0 100% no-repeat}
.n_br {background:url(../images/n_br.gif) 100% 100% no-repeat}
.n_tl {background:url(../images/n_tl.gif) 0 0 no-repeat}
.n_tr {background:url(../images/n_tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end news border corners*/


input, textarea {
	border: solid 1px #999;	
	margin-left: 15px;
}

.multiimagecontainer a {
	margin-right: 3px;	
}

@keyframes bgtransition {
  from {
    background-color: #CCCCCC;
  }

  to {
    background-color: #FFFFFF;
  }
}

.nieuws {
    padding:1px 20px;
    margin-bottom: 10px;
  animation-duration: 1.5s;
  animation-name: bgtransition;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}