/*
Terlien Plaagdierbestrijding © 2008
Design & programming: SIMA productions
http://www.simaproductions.nl
*/

body
{
	font:				10px Verdana, Arial, Tahoma sans-serif;
	background-color:	#797979;
}

a:link,
a:active,
a:visited
{
	color:				#2893ff;
	text-decoration:	none;
}

a:hover
{
	color:				#4c8ac9;
}

#container
{
	margin:				0 auto;
	width:				770px;
	text-align:			left;
}

#header
{
	width:				750px;
	height:				18px;
	background:			url(../images/header.jpg);
	padding:			56px 0px 0px 15px;
}

#header a:link,
#header a:active,
#header a:visited
{
	text-decoration:	none;
	color:				#000000;
}

#header a:hover
{
	color:				#333333;
}	

#footer
{
	clear:				both;
	width:				750px;
	height:				25px;
	background:			url(../images/footer.jpg) no-repeat;
	color:				#333333;
	padding:			25px 10px 0px 10px;
}

#footer a:link,
#footer a:active,
#footer a:visited
{
	text-decoration:	none;
	color:				#333333;
}

#footer a:hover
{
	color:				#cccccc;
}

#content
{
	float:				left;
	background:			url(../images/bgr_content.jpg);
	width:				770px;
}

#news
{
	float:				left;
	background:			url(../images/bgr_news.jpg);
	width:				129px;
	height:				363px;
	margin-left:		8px;
}

#latest_news
{
	padding:			5px;
	width:				124px;
	font-size:			11px;
	color:				#333333;
}

#latest_news a:link,
#latest_news a:visited,
#latest_news a:active
{
	color:				#7f7443;
	text-decoration: 	none;
}

#latest_news a:hover
{
	color:				#333333;
}

#content_text
{
	float:				right;
	font-size:			11px;
	line-height:		17px;
	text-align:			justify;
	background:			#ffffff url(../images/bgr_bij.jpg) center center no-repeat;
	width:				600px;
	min-height:			402px;
	margin:				5px 23px 0px 5px;
}