@charset "utf-8";
/* CSS Document */

html {
height:100%;
width:100%;
}

body {
	font-family: Calibri, Verdana, Arial;
	font-size:12px;
	color:#333;
	text-align:left;
	line-height:18px;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#04a4d4;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
}

.standaard {
	color:#333333;
	line-height:18px;
}

.donker {
	color:#333333;
	line-height:18px;
}

.licht {
	color:#54d12c;
	line-height:18px;
}

.wit {
	color:#fff;
	line-height:18px;
}

.large {
	font-size:16px;
	color:#33333;
	line-height:22px;
}

.standaard_10px {
	font-size:11px;
	color:#333333;
	line-height:18px;
}

.oranje {
	color:#fea510;
}

.blauw {
	color:#0783c5;
}

.donker {
	color:#319cc2;
}

.header {
	font-size:14px;
	color:#0783c5;
	line-height:20px;
}

.header_bold {
	font-size:16px;
	font-weight:bold;
	color:#0783c5;
	line-height:22px;
}

.header_large {
	font-size:20px;
	letter-spacing:1px;
	color:#0783c5;
	margin-bottom:5px;
	line-height:26px;
}

.header_large_orange {
	font-size:20px;
	letter-spacing:1px;
	color:#fea510;
	margin-bottom:5px;
	line-height:26px;
}

.header_large_white {
	font-size:20px;
	letter-spacing:1px;
	color:#ffffff;
	margin-bottom:5px;
	line-height:26px;
}

.header_bold_large_white {
	font-size:20px;
	letter-spacing:1px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:5px;
	line-height:26px;
}

.header_bold_large {
	font-size:20px;
	letter-spacing:1px;
	font-weight:bold;
	color:#0783c5;
	margin-bottom:5px;
	line-height:26px;
}

.error {
	display:block;
	width:100%;
	padding:5px;
	text-align:left;
	text-indent:90px;
	margin-top:10px;
	color:#ffffff;
	background-color:#ae3821;
	font-size:14px;
	background-image:url(../images/error.gif);
	background-repeat:no-repeat;
}

td.tableheader {
	color:#0783c5;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
	border-bottom: solid 1px #ccc;
	background-color:#f5f5f5;
}

/* Divisions */

#maincontainer {
	margin: 0 auto 0 auto;
	width:1001px;
	height:auto;
	overflow:hidden;
	text-align:left;
	background:none;
	padding-bottom:5px;
}

#header_menu {
	position:relative;
	height:225px;
	width:100%;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#title {
	position:relative;
	height:62px;
	width:100%;
	background-image:url(../images/title_search_bg.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	padding-left:36px;
}

#main {
	float:left;
	clear:none;
	padding:0px;
	width:915px;
	height:auto;
	overflow:hidden;
	padding-left:36px;
	padding-right:50px;
	background-image:url(../images/main_bg.gif);
	background-repeat:repeat;
}

#footer {
	float:left;
	clear:both;
	display:block;
	width:100%;
	height:15px;
	text-align:center;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat;
}

#footer2 {
	float:left;
	clear:both;
	display:block;
	width:100%;
	height:14px;
	text-align:center;
	background-image:url(../images/footer2_bg.gif);
	background-repeat:repeat;
}

#menubox
{
	text-align:left;
	width:100%;
}

#cms_box {
	display:block;
	overflow:visible;
	padding:10px;
	border: dotted 1px #dddddd;
}

#openhide
{
	display:block;
	text-align:left;
	color:#000000;
	border:solid 1px #505050;
	width:135px;
	height:22px;
	text-indent:5px;
	padding-top:2px;
	vertical-align:middle;
	background-image:url(../images/bg_menuheader.gif);
	background-repeat:no-repeat;
}

#openhide:hover
{
	color:#0d5b00;
	background-image:url(../images/bg_menuheader.gif);
}

.mceExternalToolbar {
	display:block;
	float:left;
	position:absolute;
	z-index:0;
}

/* Links */

a:link, a:visited, a:active {
	color: #fea310;
	text-decoration:none;
}

a:hover {
	color: #1059a5;
	text-decoration:none;
}

.zwartelink, a.zwartelink:link, a.zwartelink:visited, a.zwartelink:active {
	color: #333;
	text-decoration:none;
}

a.zwartelink:hover {
	color: #000;
	text-decoration:none;
}

a.licht:link, a.licht:visited, a.licht:active {
	color: #fff;
	text-decoration:none;
}

a.licht:hover {
	color: #fea510;
	text-decoration:none;
}

a.donker:link, a.donker:visited, a.donker:active {
	color: #319cc2;
	text-decoration:none;
}

a.donker:hover {
	color: #1059a5;
	text-decoration:none;
}
a.blauw:link, a.blauw:visited, a.blauw:active {
	color: #0783c5;
	font-size:16px;
	text-decoration:none;
}

a.blauw:hover {
	color: #fea510;
	font-size:16px;
	text-decoration:none;
}

.menulink:link, .menulink:visited, .menulink:active {
	display:block;
	padding-left:7px;
}

.menulink:hover {
	display:block;
	border-bottom:dashed 1px #ccc;
	border-left:dashed 1px #ccc;
	padding-left:6px;
	padding-bottom:4px;
}

.medialink a:link
{
	display:block;
	height:auto;
	overflow:hidden;
	border: solid 1px #fdfaf5;
	padding: 3px;
	background:none;
	text-align:center;
	text-decoration:none;
	width:100%;
}

.medialink a:visited
{
	display:block;
	height:auto;
	overflow:hidden;
	border: solid 1px #fdfaf5;
	padding: 3px;
	background:none;
	text-align:center;
	text-decoration:none;
	width:100%;
}

.medialink a:active
{
	display:block;
	height:auto;
	overflow:hidden;
	border: solid 1px #fdfaf5;
	padding: 3px;
	background:none;
	text-align:center;
	text-decoration:none;
	width:100%;
}

.medialink a:hover
{
	display:block;
	height:auto;
	overflow:hidden;
	border: solid 1px #eaeaea;
	padding: 3px;
	background:none;
	text-align:center;
	text-decoration:none;
	width:100%;
}

.winkellink a:link, .winkellink a:visited, .winkellink a:active {
	display:block;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	color:#000000;
	text-decoration:none;
	border:none;
}
.winkellink a:hover {
	color:#cc0066;
}

.artikellink a:link, .artikellink a:visited, .artikellink a:active {
	display:block;
	float:left;
	clear:none;
	position:relative;
	color:#666666;
	width:100%;
	height:auto;
	overflow:hidden;
	text-decoration:none;
	padding:5px;
	padding-left:20px;
	margin-top:15px;
	border-left:1px dashed #dddddd;
	border-bottom:1px dashed #dddddd;
}

.artikellink a:hover
{
	color:#000000;
	border-left:1px dashed #188835;
	border-bottom:1px dashed #188835;
}

.categorielink a:link, .categorielink a:visited, .categorielink a:active {
	display:block;
	float:left;
	clear:none;
	position:relative;
	font-size:14px;
	letter-spacing:1px;
	color:#666666;
	width:160px;
	height:120px;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	margin-right:15px;
	margin-top:15px;
	border:1px solid #dddddd;
}

.categorielink a:hover
{
	color:#000000;
	border:1px solid #188835;
}

/* Standaard elementen */

form {
margin:0px;
padding:0px;
}

img {
	border:none;
}
table {
}

tr {
	vertical-align:top;
}

td {
	vertical-align:top;
}

input.hintTextbox       { color: #888; }
input.hintTextboxActive { color: #000; }

textarea {
	font-family: Calibri, Verdana, Arial;
	vertical-align:middle;
	background-color:#ffffff;
	border: solid 1px #cccccc;
}

select {
	font-family: Calibri, Verdana, Arial;
	vertical-align:middle;
	background-color:#ffffff;
	color:#5e5c5e;
	border: solid 1px #cccccc;
}

input {
	font-family: Calibri, Verdana, Arial;
	vertical-align:middle;
	background-color:#ffffff;
	color:#333333;
	border: solid 1px #666666;
}
button {
	font-family: Calibri, Verdana, Arial;
	vertical-align:middle;
	background-color:#eaeaea;
	color:#333333;
	border: solid 1px #666666;
}

/* Dropdown-simple menus */

#dropmenudiv {
position:absolute;
margin-left:-10px;
margin-top:3px;
border-bottom: none;
line-height:14px;
z-index:500;
background: #000000;
}

#dropmenudiv a {
width: auto;
display: block;
padding: 5px;
text-decoration: none;
font-family:Arial, Verdana;
font-size:11px;
color:#CCCCCC;
margin-top:3px;
letter-spacing:1px;
background-image:#000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-image:#000000;
color:#eb690a;
}
