/******************************************************************************
*
*						De site onderdelen.
*
******************************************************************************/
/* cabedge.com Screen Styles */
html { margin: 0; padding: 0; width: 100%}

/* resets most browser styles to enhance cross-browser compatibility */
h1, h2, h3, h4, h5, h6, h7, p, form, ul, ol, li, blockquote { margin: 0; padding: 0; }
img, a{ border:none; text-decoration: none;}
ul, li{ list-style:none;}


/*reset link eigenschappen*/
a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}

html, body
	{
		/*reset padding */
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;

		/*reset margin */
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}

body
	{
		font-family: Verdana;
		font-size: 12px;
	}

.title
	{
		width: 131px;
		height: 20px;
		float: left;
		background: #646464;
		text-align: center;
		color: #FFFFFF;
		font-size: 11px;
		padding-top: 0px;
		line-height: 18px;
		overflow: hidden;
	}

.sponsorTicker
	{
		width: 121px;
		float: left;
		overflow: hidden;
	}

.sponsorTicker ul
	{
		list-style: none;
	}

.sponsorTicker ul li
	{
		display: inline; 
		height: 100px;
		margin-left: 5px;
		margin-right: 5px;
	}

.sponsorTicker .thumbnail
	{
		width: 121px;
		float: left; 
	}

.thumbnail img
	{
		width: 121px;
	}

.info
	{
		width: 121px;
		height: 17px;
		float: left;
		display: block;
		background: #333333;
		position: relative;
		margin-top: 55px;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		color: #FFFFFF;
		text-align: center;
		padding-top: 2px;
		z-index: 20;
		margin-top: -25px;
	}

.info a
	{
		color: #FFFFFF;
	}

.clear 
	{ 
		clear: both; 
	}

