/* CSS Document */

.content{
	width:700px;
	float:left;
}
.tabjes{
	height:37px;
	background-image:url(images/tabs.png);
	background-repeat: no-repeat;
	width: 680px;
}

.tekstbg{
	width:700px;
	float:left;
	background-image:url(images/tekstbg.png)
}

.servicebg{
	float:right;
	background-image:url(images/servicebg.png);
	height:190px;
	width:261px;
	text-align: center;
}

.servicebg a{
	color: #009ee0;
}

.servicebg:hover{
	color: #999999;
	text-decoration: none;
}

.service{
	color: #009ee0;
	padding:10px;
	text-align: center;
}


.contact{
	float:right;
	padding-top:12px;
	width:261px;
}

.txt{
	width:600px;
	float:left;
	padding-left:25px;
	padding-right:25px;
}

.link1{
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
}

a:hover {
	text-decoration:underline;
}

.titel {
color: #0099FF;
font-size: 20px;
}

.adverteren {
font-size: 40px;
padding-top: 7px;
padding-left: 25px;
color: #0099FF;
}