@charset "UTF-8";
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.intro {
	width: 600px;
	vertical-align: top;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	text-align: right;
}
.container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	width: 800px;
	margin: 0px;
	padding: 0px;
}






/* navigation */

.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5E5E5;
	text-decoration: none;
	width: 95px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.nav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5E5E5;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 30px;
	display: block;
}
.nav a:link {
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5E5E5;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 30px;
	display: block;
}
.nav a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
.nav a:active {
	color:  #666666;
	text-decoration: none;
}
.nav  a.home {
	color: #666666;
	text-decoration: none;
	background-color: #F7F8F9;
}
.nav a.toy {
	color: #666666;
	text-decoration: none;
	background-color: #F3F6F7;
}
.nav a.product {
	color: #666666;
	text-decoration: none;
	background-color: #F4F5F6;
}
.nav a.archief {
	color: #666666;
	text-decoration: none;
	background-color: #F1F3F3;
}
.nav a.contact {
	color: #666666;
	text-decoration: none;
	background-color: #EFF1F1;
}
.nav a.bio {
	color: #666666;
	text-decoration: none;
	background-color: #EEEFF0;
}
.nav a.nieuws {
	color: #666666;
	text-decoration: none;
	background-color: #EBECEE;
}

/* arrow navigation */

.nav #arrow {
	text-align: center;
	width: 70px;
	margin-top: 220px;
	color: #BFBFBF;
	text-decoration: none;
	background-color: #BFBFBF;
}
.nav #arrow a {
	text-decoration: none;
	background-color: #BFBFBF;
}
.nav #arrow a:link {
	text-decoration: none;
	background-color: #BFBFBF;
}
.nav #arrow a:hover {
	text-decoration: none;
	background-color: #BFBFBF;
}
.nav #arrow a:active {
	text-decoration: none;
	background-color: #BFBFBF;
}
.nav #arrow a:visited {
	text-decoration: none;
	background-color: #BFBFBF;
}

/* end navigation */




.content {
	width: 705px;
	font-size: 12px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-image: url(../images/bg_intro.png);
	background-repeat: repeat-x;
	background-color: #E4E5E6;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	height: 540px;
}
.contentGallery {
	width: 705px;
	font-size: 12px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-image: url(../images/bg_intro.png);
	background-repeat: repeat-x;
	background-color: #E4E5E6;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	height: 100%;
}
.contentGallery table {
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 42px;
	margin-left: 70px;
}
.contentText {
	width: 705px;
	font-size: 12px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	background-image: url(../images/bg_intro.png);
	background-repeat: repeat-x;
	background-color: #E4E5E6;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	height: 100%;
}
.contentText h1 {
	color: #FFFFFF;
	background-color: #666666;
	font-size: 12px;
	padding-left: 5px;
	display: block;
	width: 100px;
}
.contentText   ul {
	margin-top: 50px;
	list-style-type: square;
	margin-bottom: 50px;
}
.contentText li {
	margin-top: 10px;
}
.contentText a  {
    text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #666666;
}
.contentText a:link {
 text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #666666;
}
.contentText a:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contentText a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #666666;
}
.contentText table {
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 42px;
	margin-left: 70px;
}
.plan {
	margin-top: 40px;
	display: block;
	padding: 0px;
}
p {
	text-align: left;
	vertical-align: top;
	margin-top: 42px;
	margin-right: 70px;
	margin-bottom: 42px;
	margin-left: 70px;
	padding: 0px;
}
p a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #666666;
}
p a:link {
    text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #666666;
}
p a:hover {
	color: #FFFFFF;
	background-color: #999999;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p a:active {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-weight: bold;
	color: #666666;
}
ul {
	text-align: left;
	list-style-type: square;
	padding: 0px;
	margin-left: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}






/* products */

.content table {
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 42px;
	margin-left: 70px;
}
.tableGallery td {
	padding: 5px;
}
td.portrait {
	padding-left: 20px;
	width: 310px;
	vertical-align: top;
}
.portrait p {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
td.landscape {
	padding-left: 20px;
	width: 210px;
	vertical-align: top;
}
.landscape p {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}




.titel1    {
	font-size: 13px;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
	display: block;
}
.titel2  {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
}
.thankyou {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
td.img {
	vertical-align: bottom;
	text-align: right;
	padding-top: 30px;
}
td.object {
    vertical-align: bottom;
	text-align: right;
	padding-top: 30px;
}
.bgProduct {
	background-image: url(../images/bg_intro.png);
	background-repeat: repeat-x;
	background-color: #E4E5E6;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 540px;
	float: right;
	width: 100%;
	padding: 0px;
}
.belstat {
	color: #BFBFBF;
	vertical-align: bottom;
	text-align: left;
	visibility: hidden;
}
.newsLeft p   {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	line-height: 20px;
	width: 200px;
}
.newsLeft a.here {
	color: #FFFFFF;
	background-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	text-indent: 4px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 193px;
}
td.newsRight {
	vertical-align: top;
}
.newsRight {
	width: 400px;
	vertical-align: top;
}
.newsRight div {
	border: 1px solid #999999;
}
.newsRight p {
	padding: 20px;
	display: block;
	margin: 0px;
	line-height: 20px;
}

