/*---{ Imports )-------------------------------------------------------*/

@import "news.css";

/* ---------- */

#schrijf_je_nu_in a
{
	display: block;
	width: 189px;
	height: 131px; 
	background: transparent url(../images/schrijf_je_nu_in.gif) no-repeat top left;
	margin-top: 192px;
}

#schrijf_je_nu_in a span{
	display: none;
}

.newsItemHomepage{
	background: transparent url(../images/sanke.gif) no-repeat left 6px;
	padding-left: 20px;
	margin-left: 10px;
	margin-top: 0px;
	display: block;
	height: 41px;
}

.newsItemHomepage .newsTitle{
	margin:0px;
	padding: 0px;
	color: #f57c00;
}

.newsItemHomepage .newsTitle:hover{
	margin:0px;
	padding: 0px;
	color: white;
	background: #f57c00;
	text-decoration:none;
}

/* -------( homepage ) ---------- */

#homepageLeftCol{
	margin-left:3px;
	float: left;
	width: 189px;
	display: block;
	height: 250px;
	background: transparent url(../images/home_leftCol.jpg) no-repeat top left;
}

#homepageContent
{
	position: relative;
	padding: 4px;
	margin: 0;
	margin-left:4px;
	width: 303px;
	float: right;
	font-size:12px;
}

#homepageSidecol
{
	position: relative;
	padding: 0;
	margin: 0;
	width: 453px;
	float: right;
	right: 0px;
}

#content ul li{
	list-style: url(../images/sanke.gif);
}


