@charset "UTF-8";
body  {
	margin: 0; /* het is een goede gewoonte om de instellingen voor margin (marge) en padding (opvulling) van het element body op nul in te stellen en daarmee op de standaardinstellingen van de verschillende browsers */
	padding: 0;
	text-align: center; /* hiermee centreert u de container (het hoofdobject) in IE 5*-browsers Vervolgens wordt de tekst ingesteld op de standaardinstelling van links uitlijnen in de kiezer #container */
	color: #000000;	
	background-color: #ffffff;
	background-position: center;
    font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

td
{
    font-size: 12px;
	line-height: 18px;
}
/*
input
{
    border:0px solid black;
}

textarea
{
    border:0px;
    width:420px;
    height:215px;
    padding-left:10px;
    padding-top:5px;
}
*/
a:link {
	color: #DB006D;
	text-decoration: none;
}
a:visited {
	color: #DE006D;
	text-decoration: none;
}

h1
{
    font-size: 40px;
    line-height: 40px;
	font-weight: bolder;
	color: #DE006E;
}

.twoColFixRtHdr #container {
	text-align: left; /* hiermee wordt de instelling text-align: center voor het element body genegeerd. */
	margin-top: 0;
	margin-bottom: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/Verloop-zijkant.jpg);
	background-position: center;
} 
.twoColFixRtHdr #header {
	background-color: #ffffff;
	background-position: center top;
	height: 105px;
	background-image: url(images/Header.jpg);
	background-repeat: no-repeat;
	padding-top: 220px;
	padding-left: 272px;
	width: 628px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
    line-height:20px;
	text-decoration: none;
} 
.twoColFixRtHdr  #header a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #header a:hover {
	color: #C2E6F5;
	text-decoration: none;
}
#header a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* aangezien dit een zwevend element betreft, moet er een breedte worden opgegeven */
	width: 200px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0;
	background-image: url(images/Kader-groot.jpg);
	width: 390px;
	height:368px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 70px;
	padding-left: 35px;
	vertical-align: midden;
}
.twoColFixRtHdr #subContent {        
	padding-right: 0px;
	padding-bottom: 0;
	width: 450px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 55px;
	padding-left: 5px;
	vertical-align: midden;
}
#right {
	float: right;
	width: 290px;
    padding-right:70px;
}
#Kader1 {
	background-image: url(images/Kader-rechts1.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 230px;
	background-position: center top;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 10px;
}

#Kader2 {
	background-image: url(images/Kader-rechts2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    text-align:center;
	height: 90px;
	width: 230px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 6px;
}
#Kader3 {
	background-image: url(images/Kader-rechts3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 135px;
	width: 230px;
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#Kader4 {
    padding-top:6px;
    padding-left:10px;
}

#afdrukken
{
    padding-top: 6px;
	padding-left: 10px;
}

.twoColFixRtHdr #footer {
	padding: 0;
	background-color: #ffffff;
	background-image: url(images/Footer.jpg);
	background-position: center;
	height: 147px;
} 
.fltrt { /* dit exemplaar van class kan worden gebruikt om een element aan de rechterzijde van uw pagina te laten zweven. Het zwevende element moet voorafgaan aan het element dat, op de pagina, naast het zwevende element moet staan. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* dit exemplaar van class kan worden gebruikt om een element aan de linkerzijde van uw pagina te laten zweven. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* dit exemplaar van class moet op een element div of break zijn geplaatst en dient het laatste element te zijn vóór de afsluiting van een container (hoofdobject) die op zijn beurt een zwevend object volledig dient te bevatten */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.intro {
	font-size: 22px;
	color: #123685;
	font-weight: bolder;
	line-height: 25px;
}
.kopje_groot {
	font-size: 16px;
	color: #123685;
	font-weight: bolder;
}

.kopje
{
    font-weight:bold;
    color:#DE006E;
}
.bijschrift {
    font-size: 10px;
	color: #123685;
	line-height: 12px;
}
.producten
{
	color: #de006d;
}

.producten span
{
	color:black;
}


/*START topbar */
#topbar{
	line-height:18px;
	width:100%;
	height:33px;
	background-color:#F0EBEF;
	border:0px solid #D9D9D9;
	border-bottom-width:1px;
	font-size:12px;
	color:#7F7F7F;
	text-align:right;
}


#topbarin{
	padding-top:7px;
	width: 799px;
	margin-left: auto;
	margin-right: auto;
}
#rnews_nav ul {
	margin:0;
	padding:0;
	display:block;
	float:right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	color:#7F7F7F;
}
#rnews_nav li {
	color:#7F7F7F;
	margin-left:5px; 
	float:left;
	display:inline;
	list-style-type:none;
}

#meriLink a
{
	color:#7F7F7F;
	text-decoration:none; 
	font-weight:bold;	
	-moz-outline:0px;
}
#meriLink a:hover
{
	color: #00A3DE;
}

/*END topbar */
#notice{
text-align:left;
width:100px;
height:50px;
padding:15px 110px 0px 10px;
border:1px solid #D9D9D9;
border-top-width:0px;
background-color:#FFF;
position:absolute;
top:34px;
right:10px;
background:#ffffff url('images/notice.png') no-repeat center right;
display:none;
}

