@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background-image:url(../img/background_header.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
td img {
	display: block;
	}

a:link, a:visited {
	color:#000033;
	}
a:hover: {
	color: #000099;
	}	
.blok {
	display: block;
	background-image:url(../img/background_blokje.gif);
	background-repeat:no-repeat;
	height: 93px;
	width: 177px;
	text-align:center;
	}
.blok h1 {
	font-size:13px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 4px;
	}	
.blok .detaillink {
	display: block;
	font-size: 15px;
	color:#333333;
	margin-bottom: 14px;
	}	
.blok a.detaillink:hover {	
	color:#999999;
	}

.blok .logolink {
	display: block;
	width:38px;
	text-decoration:none;
	float: left;
	border:0px;
	}
.blok .logo_youtube {
	float: right;
	}
.blok .youtube_table {
	display: block;
	width: 170px;
	margin: 0 auto;
	}
.blok .logolink_left {
	display: block;
	width:38px;
	text-decoration:none;
	float: left;
	border:0px;
	margin-left: 4px;
	}		
#logowrapper {
	display: block;
	width: 164px;
	margin:0 auto;
	height: 23px;
	padding-left: 1px;
	}
#wrapper {
	display: block;
	width: 780px;
	margin: 0 auto;
	}	
#header {
	background-image:url(../img/logo_website.gif);
	background-repeat:no-repeat;

	background-position:right;
	display: block;
	width: auto;
	height: 85px;
	}	
#sponsor {
	background-image:url(../img/background_sponsors.gif);
	background-repeat:no-repeat;
	background-position:left;
	display: block;
	width: auto;
	height: 103px;
	padding-top: 10px;
	text-align:center;
	}	
#legenda {
	display: block;
	width: auto;
	height:42px;
	background-image:url(../img/background_legenda.gif);
	background-repeat:no-repeat;
	padding-top:6px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
	font-size:10px;
	}	

#content {
	display: block;
	width: 740px;
	padding: 20px;
	text-align:center;
	margin: 0 auto;
	}	
#content h1 {
	font-size: 18px;
	font-weight: bold;
	}	
#content a:link, #content a:visited {
	color: #666666;
	}
#content a:hover {
	color: #999999;
	}
#footer  {
	background-image:url(../img/background_footer.gif);
	background-repeat:no-repeat;
	display: block;
	height: 18px;
	width: 773px;
	text-align:center;
	font-size: 10px;
	padding-top: 7px;
	color:#999999;
	margin-bottom: 5px;
	}
#footer a:link, #footer a:visited {
	color:#333333;
	text-decoration:none;
	}

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

