a:link{
	color: #05a6e9;
	text-decoration: none;
}
a:visited{
	color: #05a6e9;
	text-decoration: none;
}

a:hover {
	color: #05a6e9;
	text-decoration: none;
}

body {
	text-align: center;
	color: #a7a7a7;
	background-image:url(./images/bg.jpg);
	background-repeat: repeat-x; 
	color:white;
	
}

#imgheader {
	border-style: solid; 
	border-width: 3px;
	width: 900px;
}

#container{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	
}

#header {
	width: 900px;
	height: 200px;
}

#content {
	margin-left: 20px;
	text-align: center;

	
}

#ctbox {
	float:left;
	width: 300px;
	text-align: justify;

}

#box1{
	float: left;
	margin-top: -565px;
	margin-left: 100px;
	width: 250px;
	height: 200px;
	text-align: justify;

}

#box2{	
	margin-top: -565px;
	margin-right: 140px;
	float: right;
	width: 250px;
	height: 200px;
	text-align: justify;

}

#box3{
	float: left;
	margin-top: -265px;
	margin-left: 100px;
	width: 250px;
	height: 200px;
	text-align: justify;

}

#box4{	
	margin-top: -265px;
	margin-right: 140px;
	float: right;
	width: 250px;
	height: 200px;
	text-align: justify;
}

.textbox{
	padding-top: 10px;
}

.readmore{
	text-align: right;
}

.contentborder {
	border: 0px;
}

#footer{
	width: 900px;
	text-align: right;
	margin-bottom: 2px;
}

#ctfooter{
	width: 900px;
	margin-top: 100px;
	text-align: right;
	margin-bottom: 2px;
}

#formulier {
	text-align: right;

	width: 900px;
	margin-top: 30px; 

}
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 900px;
	height: 27px;
	border-width:3px;
	border-color: white;
	border-style: solid;
	margin-top: 9px;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */





/* BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-blue.gif) top right no-repeat;
}

/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}