/* CSS Document */
html,body {
	height: 100%;
	background-color:#666666;
	font-family: Arial, Helvetica, sans-serif;

}

#nomargins {
	margin: 0px 0px 0px 0px;
}

/* --------------------------------------- Algemene navigatiebalk ------------------------- */

#balk {
	font-size: 12px;
	width: 100%;
	height:auto;
	color:white;
	background-color: #003366;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#balk ul
{
padding-left: 0;
margin-left: 0;
background-color: #036;
color: white;
float: left;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#balk ul li { display: inline; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#balk ul li a
{
padding: 0.2em 1em;
background-color: #036;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
margin: 0px 0px 0px 0px;
}

#balk ul li a:hover
{
background-color: #369;
color: #fff;

}
#balk table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* --------------------------------------- Basisindeling onder de navigatiebalk ------------------------- */

#main{
	background-color:#FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#main .padding {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.webtable {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;

}

/* --------------------------------------- De navigatie DIV ------------------------- */
.navigatie {
	background-color: #E1E1FF;
	margin-top: 25px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC0066;
}

.navigatie_kop {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	display: block;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.navigatie a {
	color: #000000;
	text-decoration: none;
	background-color: #E1E1FF;
	padding: 7px 2px 7px 5px;
	display: block;
	font-weight: bold;
	}

.navigatie a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	font-weight: bold;
	}

#navigatie_active {
	color: #000000;
	text-decoration: none;
	background-color: #BFBFFF;
	display: block;
	font-weight: bold;
	}

/* --------------------------------------- De nieuws DIV ------------------------- */

#nieuws {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 25px;
}
#nieuws_kop {
	background-color: #CC0066;
	font-size:13px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	color: #FFFFFF;

}
#nieuws_items {
	background-color:#E1E1FF;
	margin: 0px;
	padding: 3px;
}

#nieuws_items ul {
	color: #000000;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nieuws_items li {
	margin-bottom: 3px;
}
#nieuws_items li strong{
	color: #CC0066;
}

#nieuws_items a { 
	color: #000000;
	text-decoration: none;
	}

#nieuws_items a:hover { 
	color: #000000;
	text-decoration: underline;
	}


#nieuws_meer {
	background-color:#CC0066;
	text-align: right;
	padding: 2px;
}
#nieuws_meer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#nieuws_meer a:hover {
	text-decoration: underline;
	color: #FF9900;
}

/* --------------------------------------- De agenda DIV ------------------------- */

#agenda {
	margin-top: 15px;
}
#agenda_kop {
	background-color: #003366;
	font-size:13px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	color: #FFFFFF;

}
#agenda_items {
	background-color:#E1E1FF;
	margin: 0px;
	padding: 3px;
}

#agenda_items ul {
	color: #000000;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#agenda_items li {
	margin-bottom: 3px;
}

#agenda_items li strong{
	color: #003366;
}

#agenda_items a { 
	color: #000000;
	text-decoration: none;
	}

#agenda_items a:hover { 
	color: #000000;
	text-decoration: underline;
	}

#agenda_meer {
	background-color: #003366;
	text-align: right;
	padding: 2px;
}
#agenda_meer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#agenda_meer a:hover {
	text-decoration: underline;
	color: #FF9900;
}

/* --------------------------------------- De prodcuten DIV ------------------------- */

#producten {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 15px;
}
#producten_kop {
	background-color: #009933;
	font-size:13px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	color: #FFFFFF;

}
#producten_items {
	background-color:#E1E1FF;
	margin: 0px;
	padding: 3px;
}

#producten_items ul {
	color: #000000;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#producten_items li {
	margin-bottom: 3px;
}
#producten_items li strong{
	color: #009933;
}

#producten_items a { 
	color: #000000;
	text-decoration: none;
	}

#producten_items a:hover { 
	color: #000000;
	text-decoration: underline;
	}

#producten_meer {
	background-color:#009933;
	text-align: right;
	padding: 2px;
}
#producten_meer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#producten_meer a:hover {
	text-decoration: underline;
	color: #FF9900;
}

/* --------------------------------------- De downloads DIV ------------------------- */

#downloads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 15px;
}
#downloads_kop {
	background-color: #660066;
	font-size:13px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	color: #FFFFFF;

}
#downloads_items {
	background-color:#E1E1FF;
	margin: 0px;
	padding: 3px;
}

#downloads_items ul {
	color: #000000;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#downloads_items li {
	margin-bottom: 3px;
}
#downloads_items li strong{
	color: #660066;
}

#downloads_items a { 
	color: #000000;
	text-decoration: none;
	}

#downloads_items a:hover { 
	color: #000000;
	text-decoration: underline;
	}

#downloads_meer {
	background-color:#660066;
	text-align: right;
	padding: 2px;
}
#downloads_meer a {
	text-decoration: underline;
	color: #FFFFFF;
}
#downloads_meer a:hover {
	text-decoration: underline;
	color: #FF9900;
}
/* --------------------------------------- TEKSTPAGINA ------------------------- */

.tekst_kop {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
.itemkopje {
	color: #003399;
	text-align: right;
	font-size: 11px;
	font-variant: small-caps;
}
.onderdeel_product {
	background-color: #CEFFC1;
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}
.onderdeel_nieuws {

	background-color: #FFD7EB;
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}
.onderdeel_agenda {


	background-color: #DBCEFF;
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}
.onderdeel_download {

	background-color: #E3B4F5;
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 2px;
}
.veld_achtergrond {
	background-color:#F4F7FF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 12px;
}
.design {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-left: 3px;
}
.design a:link, .design a:hover, .design a:active, .design a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
	margin-left: 3px;
}
