/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	background-image: url(img/background1.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bgTop {
	width: 100%;
	min-height: 250px;
	background-image: url(img/background1_top.png);
	background-repeat: repeat-x;
}

#main {
	margin: 0px auto;
	width: 773px;
	min-height: 100%;

}

#header {
	width: 770px;
	height: 116px;
	border-bottom: 2px solid #666666;
	margin-bottom: 4px;
}

#nav {
	width: 191px;
	float: left;
}

#nav1 {
	width: 191px;
	float: left;
	font-weight: bold;
}

#content {
	width: 580px;
	float: left;
	padding-left: 2px;
}

.contentCol {
	width: 189px;
	margin-right: 2px;
	padding-left: 2px;
	float: left;
}

/* link items */

#content ul {
	list-style: none;
	padding: 4px;
	margin: 0px;
	padding-bottom: 4px;
}

#nav1 ul {
	list-style: none;
	padding: 4px;
	margin: 0px;
	padding-bottom: 4px;
}

#nav ul {
	list-style: none;
	padding: 4px;
	margin: 0px;
	padding-bottom: 4px;
}

ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-bottom: 4px;
}

ul li {
	color: #999999;
	padding-top: 4px;
}

ul li img{
	border: 0px;
	padding-left: 3px;
}

ul li a {
	text-decoration: none;
	color: #666666;

}

ul li a:hover {
	text-decoration: underline;
} 

.meer {
	font-style: italic;
}

/* elementen */

H2 {
	color: #FFFFFF;
	background-image: url(img/head.png);
	height: 17px;
	width: 188px;
	margin: 0px;
	padding-top: 4px;
	padding-left: 3px;
	border-bottom: 2px solid #666666;
	font-size: 14px;
	font-weight: normal;
}


H3 {
	color: #FFFFFF;
	background-image: url(img/header3.png);
	height: 17px;
	width: 574px;
	margin: 0px;
	padding-top: 4px;
	padding-left: 3px;
	padding-bottom: 0px;
	border-bottom: 2px solid #666666;
	font-size: 14px;
	font-weight: normal;
}

H3 A {
	color: #FFFFFF;
	text-decoration: none;
}


H3 A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.boxContent {
	width: 188px;
	padding-left: 3px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	margin-bottom: 2px;
}

.boxContainter {
	width: 193px;
	float: left;
}

.contentBox {
	width: 574px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #666666;
	clear: both;
	margin-bottom: 2px;
	padding-left: 3px;
}

/* footer */

.clearBoth {
	clear: both;
	height: 0px;
}

#footerLeft {
	float: left;
	width: 9px;
	height: 21px;
	background-image: url(img/footer_left.png);
}
	

#footerRight {
	float: left;
	width: 9px;
	height: 21px;
	background-image: url(img/footer_right.png);
}

#footerMain {
	padding-top: 2px;
	text-align: center;
	float: left;
	width: 752px;
	background-color: #666666;
	height: 19px;
	color: #FFFFFF;
	margin-bottom: 2px;
}

#footerMain A {
	color: #FFFFFF;
	text-decoration: none;
}
#footerMain A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#pup {
	position: absolute; 
	visibility: hidden; 
	z-index: 200; 
	width: 150PX;
	height: 150px; 

}
	