﻿*
{   margin: 0px;
    padding: 0px;
}

body 
{   color: #333333; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

img
{   border: 0px;
}

a
{   color: #31A0DA;
}

a:hover
{   color: #333333;
}

/* --- OPBOUW PAGINA STRUCTUUR --- */

#wrapper 
{   margin: 10px auto; 
    width: 905px;
}
.paddingrechts {
	padding-right: 10px;
}


#heading 
{   float: left;
    width: 234px;
}

#heading a
{   background: url(../images_css/logo.jpg); 
    display: block; 
    height: 95px; 
    width: 200px;
    margin: 48px 0px 0px 0px;
}

#navigation 
{   background: url(../images_css/navigation-bg.jpg) 0 48px no-repeat;
    height: 133px; 
    width: 671px;
    float: right; 
}

#navigation a 
{   color: #ffffff;
    text-decoration: none;
}

#navigation a:hover
{   color: #d4d4d4; 
}

#navigation a:active
{   color: #d4d4d4
}

#navigation p
{   margin: 10px 0px 0px 0px;
}

#navigation ul
{   margin: 10px 0px 0px 0px;
    line-height: 44px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
}

#navigation ul li
{   float: left
}

#navigation ul li a
{   display: block;
    text-align: center;
    width: 101px;
}

#navigation input
{   border: 1px solid #a2caeb; 
    margin: 11px 0px 0px 0px;
    height: 16px;
    padding: 2px;
    width: 130px;
    color: #333333; 
    font-size: 11px;
}

#subnavigation 
{   clear: both;
	height: 68px;
	background-image: url(../images_css/subonderbalk.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#subnavigation ul li
{	float: left;
	background-color: #2f9fde;
	background-image: url(../images_css/lefttab.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-right: 1px;
	list-style-type: none;
}

#subnavigation ul li .first 
{   margin-left: 5px;
}

#subnavigation ul li a 
{	color: #FFFFFF;
	background: url(../images_css/righttab.gif) right top no-repeat;
	height: 34px;
	line-height: 34px;
	padding: 10px 26px 0px 26px;
	text-decoration: none;
	text-transform: uppercase;
}

#subnavigation ul li a:hover 
{   color: #333333;
}

#kruimel 
{   font-size: 10px;
	text-align: right;
	padding: 5px 0px 5px 0px;
}

#content 
{   width: 905px;
}

#homeinhoud 
{   width: 540px;
	float: left;
	margin: 0px 40px 0px 0px;
}

#news 
{   width: 320px;
	float: left;
}

#sitemap 
{   width: 904px;
	float: left;
}

#sitemap a
{   color: #333333;
    text-decoration: none;
}

#sitemap a:hover
{   color: #333333; /*#31A0DA;*/
    text-decoration: underline;
}

#icooncat 
{   float: left;
	text-align: right;
	width: 70px;
	padding: 0px 0px 0px 25px;

}

#productcategorie 
{	float: left;
	width: 263px;
	border: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #31a0da;
	margin: 0px;
	padding-top: 10px;
}

#productcategorie li 
{	font-size: 12px;
	list-style-type: none;
	line-height: 17px;
}

#productcategorie ul li:hover 
{	background-image: url(../images_css/lijnblauwsubmenu.gif);
	display: block;
	background-repeat: repeat-x;
	background-position: center;
}

#productcategorie ul li a 
{	text-decoration: none;
	padding-right: 15px;
	color: #333333;
	background-color: #FFFFFF;
}

#productcategorie ul li a:hover
{	color: #31A0DA;
}


#productfiche 
{   float: right;
	width: 547px;
}

#productfiche a 
{	color: #FFFFFF;
}

#productfiche a:hover
{	color: #333333;
}

#productfiche table td.middenblauw 
{	vertical-align: top;
	background-color: #31A0DA;
	margin: 0px;
	padding: 15px;
	color: #FFFFFF;
	height: 450px;
}

#footer 
{   color: #2ba2db;
	text-transform: uppercase;
	float: left;
	margin: 35px 0px 0px 0px;
}

#footer p 
{   margin: -77px 0px 0px 415px;
}



/* --- OPMAAK VOOR AANPASBARE TEKST (I-MATE) --- */

#productfiche h1 
{   font-size: 14px;
	margin: 0px 0px 15px 0px;
}

#homeinhoud h1, #news h1, #sitemap h1 
{   font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}

h2
{   font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
	font-weight: bold;
}

p, table, ul
{   margin: 0px 0px 15px 0px;
}

#homeinhoud ul, #productfiche ul, #news ul, #sitemap ul
{   list-style-type: disc;
}

#homeinhoud ul li, #productfiche ul li, #news ul li, #sitemap ul li
{   margin: 0px 0px 0px 15px;
    padding: 0px 0px 0px 5px;
}

table.nieuws td
{   vertical-align: top;
    padding: 0px 0px 20px 0px;
}

.logo 
{   padding: 0px 10px 0px 0px;
    width: 60px;
    height: 60px;
}

