@import url(navigatie.css);
@import url(visit.css);

body, div, blockquote, p, a, td, tr, ul, li, img, h1, h2, h3, h4, pre, noscript {
/* Verwijderd alle browser afhankelijke defaults */
margin: 0; padding: 0; border: none; text-indent: 0;
}

td, tr, li ,dt, dd {
	margin-left: 0;
	padding-left: 0;
}

body {
	background: transparent url(../images/bg.jpg);
	background-color: #bbdda6;
	background-repeat: repeat-x;
	color: #6d6e71;
	font-style: normal;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	margin: 0;
}

p {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

hr {
	border-top: 2px dashed #6d6e71;
	height: 0px;	
}


div.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

div.content {
	width: 730px;
	margin: 0 auto;
	padding: 0;
	background: transparent url(../images/content-bg.jpg) top left repeat-y ;
	overflow: hidden;
	text-align: left;
}

div.header {
	background: transparent url(../images/header-01.jpg) top no-repeat;
	height: 132px;
	margin: 0;
	padding: 0;
}

div.footer {
	background: #bbdda6 url(../images/footer.jpg) no-repeat top;
	clear: both;
	height: 59px;
	text-align: center;
}

div.footer p {
	color: #6d6e71;
	line-height: 20px;
	font-size: 8px;
	letter-spacing: 2px;
	position: relative;
	padding-top: 14px;
	text-transform: uppercase;
}

div.footer p a {
	color: #50b848;
	text-decoration: none;
}

div.footer p a:hover {
	color: black;
}

ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
}

/* 2-kolommen */
/* Linkerkolom */
#left {
	display: inline;
	float: left;
	width: 202px;
	margin: 0px;
	padding: 0px;
}


/* Rechterkolom */
#right {
	float: left;
	width: 496px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 10px;
	padding-right: 22px;
}

#right p {
	color: #6d6e71;
	font-size: 100%;
	line-height: 16px;
	margin: 0;
	padding: 0 0 5px 0px;
	text-align: justify;
}

#right h2 {
	color: #50b848;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#right h3 {
	color: #ef8395;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#right h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#right ul li {
	list-style: square;
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
	margin-bottom: 5px;
}

#right a {
	text-decoration: none;
}


#right a:link {
	color: #50b848;
	border: 0;
}

#right a:visited {
	color: #50b848;
	border: 0;
}

#right a:hover {
	color: black;
	border: 0;
}

#right a:active {
	color: #000000;
	border: 0;
}

#right table {	
	margin-left: 0px;
}

#right .img {
	float: left;
	display: block;
	border: 1px solid white;
	padding: 3px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#right .img-icon {
	float: left;
	display: block;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#right .img-rechts {
	float: left;
	display: block;
	border: 1px solid white;
	padding: 3px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#right .img-right {
	float: right;
	display: block;
	border: 1px solid white;
	padding: 3px;
	margin-top: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#right .thumbnail {
	float: left;
	font-size: 10px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 5px;
	width: 100px;
}


.kleineletters {
	font-size: 9px;
	margin-left: 13px;
}

.sticker a{
	float: left;
	height: 146px;
	width: 146px;
	margin-top: -149px;
	margin-left: 0px;
	position: relative;

}
.sticker a:hover{
	background-image: url(../images/sticker-roze-hover.png);

}
.sticker a:hover img {
	visibility: hidden;
}

