/* CSS Document */

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

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

.servicebg{
	float:right;
	background-image:url(images/servicebg.png);
	height:190px;
	width:261px;
}
.service{
	color:#96BF0D;
	padding:10px;
}

.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;
}


