/* Standaard Wdaarden */
* {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border: 0px;
	color: #09415c;
	text-decoration: none;
}
html {
	background: #6fb8e3 url('/inc/img/htmlbg.gif') repeat-x top left;
	font: 11px "Trebuchet MS";
}
body
{
	width: 792px;
	margin: 0px auto;
}
.content_container
{
	width: 790px;
	height: auto;
	background: #FFF;
	border-left: 1px SOLID #000;
	border-right: 1px SOLID #000;
	margin-top: 0px;
	padding-top: 0px;
}
br.clear
{
	clear: both;
	font-size: 0px;
}

/* Header */
#header {
	width: 792px;
	height: 130px;
	background: url('/inc/img/header.gif') no-repeat;
}
#header #smschat
{
	width: 426px;
	height: 78px;
	float: right;
	padding-right: 23px;
	padding-top: 43px;
}

#header #smschat img.foto
{
	float: left;
	padding: 1px;
	background: #fff;
	border: 1px solid #16415d;
}

#header #smschat .info
{
	width: 119px;
	float: left;
	padding-left: 5px;
	padding-top: 3px;

}
#header #smschat a:hover
{
	text-decoration: underline;
}

#header #smschat p
{
	padding: 4px;
}

#header #smschat a.man
{
	font-weight: bold;
	display: block;
	line-height: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	background: url('/inc/img/icon-man.gif') no-repeat top left;
	padding-left: 25px;
}

#header #smschat a.admin_man
{
	font-weight: bold;
	display: block;
	line-height: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	background: url('/inc/img/icon-admin-man.gif') no-repeat top left;
	padding-left: 25px;
}

#header #smschat a.vip_man
{
	font-weight: bold;
	display: block;
	line-height: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	background: url('/inc/img/icon-vip-man.gif') no-repeat top left;
	padding-left: 25px;
}

#header #smschat a.vrouw
{
	font-weight: bold;
	display: block;
	line-height: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	background: url('/inc/img/icon-vrouw.gif') no-repeat top left;
	padding-left: 25px;
}

#header #smschat a.admin_vrouw
{
	font-weight: bold;
	display: block;
	line-height: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	background: url('/inc/img/icon-admin-vrouw.gif') no-repeat top left;
	padding-left: 25px;
}

#header #smschat a.vip_vrouw
{
	font-weight: bold;
	display: block;
	line-height: 16px;
	padding-bottom: 2px;
	padding-top: 2px;
	
	background: url('/inc/img/icon-vip-vrouw.gif') no-repeat top left;
	padding-left: 25px;
}

#header #smschat .links
{
	float: left;
	width: 213px;
	height: 78px;
}
#header #smschat .rechts
{
	float: left;
	width: 213px;
	height: 78px;
}
/* Topmenu */
#topmenu {
	width: 792px;
	height: 29px;
	background: url('/inc/img/topmenu_bg.gif') no-repeat;

}
#topmenu #container
{
	width: 600px;
	height: 29px;
	float: right;
	padding-right: 10px;
}
#topmenu #container a {
	display: block;
	height: 100%;
	text-indent: -99999999px;
	float: left;
}

	#topmenu #container a.home		{ background: url('/inc/img/topmenu_home.gif') no-repeat top left; width: 74px; }
	#topmenu #container a.home:hover { background: url('/inc/img/topmenu_home.gif') no-repeat bottom left; }
	/* Inlog Button */
	#topmenu #container a.inloggen			{	width: 101px;		background: url('/inc/img/topmenu_inloggen.gif') no-repeat top left;	}
	#topmenu #container a.inloggen:hover	{	background: url('/inc/img/topmenu_inloggen.gif') no-repeat bottom left;	}

	/* Uitlog Button */
	#topmenu #container a.uitloggen			{	width: 101px;		background: url('/inc/img/topmenu_uitloggen.gif') no-repeat top left;	}
	#topmenu #container a.uitloggen:hover	{	background: url('/inc/img/topmenu_uitloggen.gif') no-repeat bottom left;	}

	/* Aanmeld Button */
	#topmenu #container a.aanmelden			{	width: 112px;		background: url('/inc/img/topmenu_aanmelden.gif') no-repeat top left;	}
	#topmenu #container a.aanmelden:hover	{	background: url('/inc/img/topmenu_aanmelden.gif') no-repeat bottom left;	}

	/* Linkpartners Button */
	#topmenu #container a.linkpartners			{	width: 104px;		background: url('/inc/img/topmenu_linkpartners.gif') no-repeat top left;	}
	#topmenu #container a.linkpartners:hover	{	background: url('/inc/img/topmenu_linkpartners.gif') no-repeat bottom left;	}

	/* Statistieken Button */
	#topmenu #container a.statistieken			{	width: 104px;		background: url('/inc/img/topmenu_statistieken.gif') no-repeat top left;	}
	#topmenu #container a.statistieken:hover	{	background: url('/inc/img/topmenu_statistieken.gif') no-repeat bottom left;	}

	/* Forum Button */
	#topmenu #container a.forum			{	width: 78px;		background: url('/inc/img/topmenu_forum.gif') no-repeat top left;	}
	#topmenu #container a.forum:hover	{	background: url('/inc/img/topmenu_forum.gif') no-repeat bottom left;	}

	/* Contact Button */
	#topmenu #container a.contact		{	width: 92px;	background: url('/inc/img/topmenu_contact.gif') no-repeat top left;	}
	#topmenu #container a.contact:hover	{	background: url('/inc/img/topmenu_contact.gif') no-repeat bottom left;	}

/* Links Menu */
#links {
	width: 150px;
	height: auto;
	float: left;
	padding-left: 1px;
	padding-bottom: 3px;
	padding-top: 3px;
}

	/* Spotlight */

	#links #spotlight {
		width: 150px;
		height: auto;
		padding-bottom: 7px;
		margin-left: 5px;
		background: url('/inc/img/spotlight_onder.gif') no-repeat bottom left;
	}

	#links #spotlight h1 {
		display: block;
		width: 150px;
		height: 28px;
		font-size: 0px;
		color: #cb8b06;
		text-indent: -99999999px;
		background: url('/inc/img/spotlight_boven.gif') no-repeat top left;
	}
	#links #spotlight P {
		display: block;
		width: 150px;
		height: 145px;
		text-align: center;
		padding: 0px;
		margin:0px;
		background: url('/inc/img/spotlight_midden.gif') no-repeat top left;
	}
	#links #spotlight P img.spotlight {
		border: 1px SOLID #380403;
		background: #feecec;
		padding: 1px;
	}

	/* Inloggen */

	#links #inloggen {
		width: 155px;
		height: auto;
	}
	#links #inloggen h1{
		display: block;
		width: 155px;
		height: 43px;
		font-size: 0px;
		text-indent: -99999999px;
		background: url('/inc/img/inloggen_boven.gif') no-repeat top left;
	}
	#links #inloggen .inloggen_veld {
		display: block;
		width: 144px;
		height: 139px;
		padding-left: 11px;
		padding-top: 5px;

		background: url('/inc/img/inloggen_container.gif') no-repeat top left;
	}
	#links #inloggen .inloggen_veld input {

		font-size: 10px;
		padding: 2px;
		height: 12px;
		width: 129px;
		border-left: 1px SOLID #09415c;
		border-top: 1px SOLID #09415c;
		border-right: 1px SOLID #add1ff;
		border-bottom: 1px SOLID #add1ff;

	}

	input {

		border-left: 1px SOLID #09415c;
		border-top: 1px SOLID #09415c;
		border-right: 1px SOLID #add1ff;
		border-bottom: 1px SOLID #add1ff;
		padding-top: 2px;
		padding-bottom: 2px;

	}
	textarea {
		border-left: 1px SOLID #09415c;
		border-top: 1px SOLID #09415c;
		border-right: 1px SOLID #add1ff;
		border-bottom: 1px SOLID #add1ff;
	}

	ul.error li {

       margin: 0px;
	  padding: 0px;
	  color: red;

	}

	#links #inloggen .inloggen_veld input.submit {
		width: 70px;
		height: 16px;
		font-family: verdana;
		padding-top: 0px;
		font-size: 9px;
		font-weight: bold;
		color: #fff;
		background-color: #3482a7;
		border-left: 1px SOLID #fff;
		border-top: 1px SOLID #fff;
		border-bottom: 1px SOLID #09415c;
		border-right: 1px SOLID #09415c;
		float: right;
		margin-right: 9px;
		margin-top: 3px;
	}
	#links #inloggen .inloggen_veld ul {
		clear: both;
		padding-top: 7px;
	}
	#links #inloggen .inloggen_veld li {
		background: url('/inc/img/dot.gif') no-repeat center left;
		padding-left: 10px;
	}
	/* Advertentie */

	#links #advertentie {
		width: 155px;
		height: auto;
		padding-bottom: 6px;
		background: url('/inc/img/advertentie_onder.gif') no-repeat bottom left;
	}
	#links #advertentie h1{
		display: block;
		width: 155px;
		height: 44px;
		font-size: 0px;
		color: #FFF;
		background: url('/inc/img/advertentie_boven.gif') no-repeat top left;
	}
	#links #advertentie P {
		display: block;
		width: 148px;
		height: 93px;
		padding-left: 7px;
		padding-top: 7px;
		text-align: center;
		background: url('/inc/img/advertentie_container.gif') no-repeat top left;
	}
	#links #advertentie P img.advertentie
	{
		border: 1px SOLID #630e0e;
	}

	/* Gebruikersmenu */

	#links #gebruikers {
		width: 155px;
		height: auto;
	}
	#links #gebruikers h1{
		display: block;
		width: 155px;
		height: 42px;
		font-size: 0px;
		background: url('/inc/img/gebruikers_kop.gif') no-repeat top left;
	}

	#links #gebruikers a.leden_menu {
		color: #FFF;
		font-weight: bold;
		height: 20px;
		background: url('/inc/img/button.gif') no-repeat top left;
		margin-left: 5px;
		display: block;
		padding-left: 26px;
		line-height: 180%;
	}
	#links #gebruikers a.leden_menu:hover {
		background: url('/inc/img/button.gif') no-repeat bottom left;
		margin-left: 5px;
		display: block;
		color: #fecb5e;
		font-weight: bold;
		padding-left: 26px;
		line-height: 180%;
	}

	#links #gebruikers #onder
	{
		display: block;
		font-size: 0px;
		width: 150px;
		height: 4px;
		margin-left: 5px;
		background: url('/inc/img/menu_onder_blauw.gif') no-repeat bottom left;
	}

	/* Inbox */

	#links #inbox {
		width: 155px;
		height: auto;
	}
	#links #inbox h1{
		display: block;
		width: 155px;
		height: 43px;
		font-size: 0px;
		background: url('/inc/img/inbox_kop.gif') no-repeat top left;
	}
	#links #inbox p{
		display: block;
		width: 120px;
		height: 62px;
		color: #fff;
		padding-left: 20px;
		padding-right: 15px;
		padding-top: 5px;
		text-align: center;
		background: url('/inc/img/inbox_bg.gif') no-repeat top left;
	}
	#links #inbox p b{
		color: #cd2727;
	}
	#links #inbox p img{
		margin-top: 6px;
	}
/* Midden Content */
#midden {
	width: 482px;
	height: auto;
	float: left;
	padding-left: 11px;
	padding-bottom: 3px;
	padding-top: 3px;
}
	#midden .vak
	{
		width: 482px;
		height: auto;
		padding-bottom: 4px;
		background: url('/inc/img/content_bottom.gif') no-repeat bottom left;
		margin-bottom: 5px;
	}
	#midden .vak h2{
		display: block;
		width: 482px;
		height: 4px;
		font-size: 0px;
		background: url('/inc/img/content_top.gif') no-repeat top left;
	}
	#midden .vak .container {
		display: block;
		width: 462px;
		padding: 2px 10px;
		height: auto;
		color: #09415C;
		background: url('/inc/img/content_container.gif') repeat-y top left;
	}
	#midden .vak .container B, #midden .vak strong
	{
		color: #a00f0f;
	}
	#midden .vak .container .ad
	{
		margin-left: -4px;
	}
	#midden .vak .container ul
	{
		padding: 0px;
		margin: 0px;
	}
	#midden .vak .container ul li
	{
		display: block;
		padding-left: 13px;
		height: 18px;
		padding-top: 2px;
	}

	#midden .vak .container ul li.groen
	{
		background: url('/inc/img/dot_groen.gif') no-repeat center left;
	}
	#midden .vak .container ul li.oranje
	{
		background: url('/inc/img/dot_oranje.gif') no-repeat center left;
	}
	#midden .vak .container img.aanmeld_button
	{
		float: right;
		margin-top: -146px;
	}

	#midden .vak2
	{
		width: 482px;
		height: auto;
		padding-bottom: 4px;
		background: url('/inc/img/content_onder.gif') no-repeat bottom left;
		margin-bottom: 5px;
	}
	#midden .vak2 h2 {
		display: block;
		width: 467px;
		height: 20px;
		background: url('/inc/img/content_kop.gif') no-repeat top left;
		font-size: 11px;
		color: #FFF;
		padding-left: 25px;
		padding-top: 4px;
	}
	#midden .vak2 ul {
		display: block;
		width: 462px;
		padding: 2px 10px;
		height: auto;
		color: #09415C;
		background: url('/inc/img/content_container2.gif') repeat-y top left;
	}
	#midden .vak2 ul li
	{
		display: block;
		padding-left: 16px;
		height: 18px;
		padding-top: 2px;
	}
	#midden .vak2 ul li.een		{	background: url('/inc/img/nieuws1.gif') no-repeat center left;	}
	#midden .vak2 ul li.twee	{	background: url('/inc/img/nieuws2.gif') no-repeat center left;	}
	#midden .vak2 ul li.drie	{	background: url('/inc/img/nieuws3.gif') no-repeat center left;	}
	#midden .vak2 ul li.vier	{	background: url('/inc/img/nieuws4.gif') no-repeat center left;	}
	#midden .vak2 ul li.vijf	{	background: url('/inc/img/nieuws5.gif') no-repeat center left;	}

	#midden .vak2 ul li a
	{
		color: #09415c;
		text-decoration: none;
	}
	#midden .vak2 ul li a:hover
	{
		text-decoration: underline;
	}

	#midden .vak_klein_blauw
	{
		width: 238px;
		height: auto;
		padding-bottom: 5px;
		background: url('/inc/img/content_onder_halve_blauw.gif') no-repeat bottom left;
		margin-bottom: 5px;
		float: left;
		margin-left: 6px;
	}
	#midden .vak_klein_blauw h2
	{
		display: block;
		width: 213px;
		height: 20px;
		background: url('/inc/img/content_kop_halve_blauw.gif') no-repeat top left;
		font-size: 11px;
		color: #FFF;
		padding-left: 25px;
		padding-top: 4px;
	}
	#midden .vak_klein_blauw ul
	{
		width: 226px;
		background: #Fff;
		padding: 5px;
		border-left: 1px SOLID #2578a0;
		border-right: 1px SOLID #2578a0;
	}
	#midden .vak_klein_blauw li
	{
		background: url('/inc/img/dot.gif') no-repeat center left;
		padding-left: 10px;
	}
	#midden .vak_klein_blauw li a:hover
	{
		text-decoration: underline;
	}
	#midden .vak_klein_roze
	{
		width: 238px;
		height: auto;
		padding-bottom: 5px;
		background: url('/inc/img/content_onder_halve_roze.gif') no-repeat bottom left;
		margin-bottom: 5px;
		float: left;
	}
	#midden .vak_klein_roze h2
	{
		display: block;
		width: 213px;
		height: 20px;
		background: url('/inc/img/content_kop_halve_rood.gif') no-repeat top left;
		font-size: 11px;
		color: #FFF;
		padding-left: 25px;
		padding-top: 4px;
	}
	#midden .vak_klein_roze ul
	{
		width: 226px;
		background: #ffd7d7;
		padding: 5px;
		border-left: 1px SOLID #a02525;
		border-right: 1px SOLID #a02525;
	}
	#midden .vak_klein_roze li
	{
		background: url('/inc/img/dot.gif') no-repeat center left;
		padding-left: 10px;
	}
	#midden .vak_klein_roze li a
	{
		color: #5c0909;
	}
	#midden .vak_klein_roze li a:hover
	{
		text-decoration: underline;
	}

/* Blauwe balk */
#balk {
	width: 797px;
	height: 10px;
	background: url('/inc/img/balk_blauw.gif') repeat-y;
	font-size: 1px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Profiel Content */
#profiel {
	width: 622px;
	height: auto;
	float: left;
	padding-left: 11px;
	padding-bottom: 3px;
	padding-top: 3px;
}
	#profiel .vak
	{
		width: 622px;
		height: auto;
		padding-bottom: 4px;
		background: url('/inc/img/profiel_bottom.gif') no-repeat bottom left;
		margin-bottom: 5px;
	}
	#profiel .vak .profiel_kop, #profiel .vak .profiel_kop_man {
		width: 608px;
		height: 26px;
		color: #e6b1b3;
		font-size: 16px;
		padding-top: 7px;
		padding-left: 15px;
		font-weight: bold;
		background: url('/inc/img/profiel_kop.gif') no-repeat top left;
	}

	#profiel .vak .profiel_kop_man {

	  color: #b5e1ff;
	}

	#profiel .vak h2 img {
		float: left;
		margin-top: 1px;
		margin-right: 10px;
	}

	#profiel .vak .profiel_kop .shadow
	{
		margin-left: 23px;
		margin-top: -24px;
		color: #a00f0f;
	}

	#profiel .vak .profiel_kop_man .shadow
	{
			margin-left: 23px;
		margin-top: -24px;
		color: #00426e;
	}

	#profiel .vak .container {
		display: block;
		width: 602px;
		padding: 10px 10px;
		height: auto;
		color: #09415C;
		background: url('/inc/img/profiel_container.gif') repeat-y top left;
	}
	#profiel .vak .container ul
	{
		width: 424px;
		height: auto;
		float: right;
		margin: 0px;
		padding: 0px;
		margin-right: -9px;
	}
	#profiel .vak .container ul li
	{
		padding: 5px 10px;

	}
	#profiel .vak .container ul li.dark
	{
		background: #d3ebf6;
	}
	#profiel .vak .container img.profielfoto
	{
		border: 1px SOLID #569ebf;
		float: left;
	}
	#profiel .vak .container img.geefvote
	{
		margin-top: 26px;

	}
	#profiel #votes
	{
		width: 622px;
		height: auto;
		padding-bottom: 4px;
		background: url('/inc/img/votes_bottom.gif') no-repeat bottom left;
		margin-bottom: 5px;
	}
	#profiel #votes h2{
		display: block;
		width: 597px;
		height: 20px;
		color: #FFF;
		font-size: 11px;
		padding-top: 4px;
		padding-left: 25px;
		background: url('/inc/img/votes_kop.gif') no-repeat top left;
	}
	#profiel #votes ul
	{
		display: block;
		width: 620px;
		height: 97px;
		background-color: #ffffff;
		border-left: 1px SOLID #2578a0;
		border-right: 1px SOLID #2578a0;
		text-align: center;
	}
	#profiel #votes li
	{
		float: left;
		margin: 7px 14px;
		width: 75px;
	}
	#profiel #votes li img
	{
		border: 1px SOLID #113d58;
		padding: 1px;
		background: #FFF;
	}
	#profiel #votes li.bottom
	{
		clear: both;
		font-size: 1px;
		height: 0px;

	}

/* Google Ads BG */
#googlead
{
	width: 778px;
	height: 126px;
	text-align: center;
	clear: both;
	background: url('/inc/img/ads_bg.gif');
	margin: 0px auto;
	margin-bottom: 5px;
}
#googlead img
{
	margin-top: 18px;
}
/* Forum */
#forum
{
	padding-left: 6px;
	width: 778px;
	height: auto;
	padding-bottom: 5px;
	padding-top: 5px;
}
#forum h1
{
		display: block;
		width: 753px;
		height: 20px;
		color: #FFF;
		font-size: 11px;
		padding-top: 4px;
		padding-left: 25px;
		background: url('/inc/img/forum_kop.gif') no-repeat top left;
}
#forum .container
{
	width: 774px;
	height: auto;
	background: #FFF;
	border-left: 1px SOLID #2578a0;
	border-right: 1px SOLID #2578a0;
	padding: 1px;
}
#forum .bottom
{
	clear: both;
	width: 778px;
	height: 5px;
	font-size: 0px;
	background: url('/inc/img/forum_footer.gif');

}

#forum .container ul#info li
{
		padding-top: 2px;
		height: 18px;
		margin-right: 1px;
		float: left;
		color: #FFF;
		font-weight: bold;
		background: url('/inc/img/forum_info.gif') repeat-x top left;
}
#forum .container ul#info li.een
{
	text-align: center;
	width: 91px;
}
#forum .container ul#info li.twee
{
	padding-left: 15px;
	width: 428px;
}
#forum .container ul#info li.drie
{
	width: 82px;
	text-align: center;
}
#forum .container ul#info li.vier
{
	width: 155px;
	margin-right: 0px;
	text-align: center;
}

#forum .container ul#item li
{
		padding-top: 2px;
		height: 82px;
		margin-right: 1px;
		float: left;
		color: #053c56;
		background: #d3ebf7;
		margin-top: 1px;
}
#forum .container ul#item li a img.forum_img
{
	margin-top: 9px;
	width: 57px;
	height: 57px;
	padding: 1px;
	background: #fff;
	border: 1px SOLID #16415d;
}
#forum .container ul#item li.een
{
	line-height: 82px;
	
	width: 91px;
	text-align: center;
}
#forum .container ul#item li.twee
{
	height: 66px;
	padding-top: 18px;
	padding-left: 15px;
	width: 428px;
}
#forum .container ul#item li.drie
{
	line-height: 82px;
	
	width: 82px;
	text-align: center;
}
#forum .container ul#item li.vier
{
	line-height: 82px;
	
	width: 155px;
	margin-right: 0px;
	text-align: center;
}

#forum .container ul#item li.eend
{
	line-height: 82px;
	
	width: 91px;
	background: #b3d6e7;
	text-align: center;
}
#forum .container ul#item li.tweed
{
	height: 66px;
	padding-top: 18px;
	padding-left: 15px;
	width: 428px;
	background: #b3d6e7;
}
#forum .container ul#item li.dried
{
	line-height: 82px;
	
	width: 82px;
	text-align: center;
	background: #b3d6e7;
}
#forum .container ul#item li.vierd
{
	line-height: 82px;
	
	width: 155px;
	margin-right: 0px;
	text-align: center;
	background: #b3d6e7;
}

/* Copyright balk */
#footer {
	clear: both;
	width: 792px;
	height: 39px;
	background: url('/inc/img/copyright.gif') no-repeat;
}
#footer a{
	color: #FFF;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer #clinks{
	width: 450px;
	float: left;
	margin-top: 10px;
	padding-left: 45px;
	color: #FFF;
	font-weight: bold;
}
#footer #rechtss{
	width: 250px;
	float: right;
	margin-top: 10px;
	margin-right: -15px;
	color: #FFF;
}



/* Top 5 */
#block {
	float: left;
	margin-top: 3px;
	/*
	_margin-left: -14px;
	_margin-right: -8px;
	*/
	margin-left: 6px;
	width: 134px;
}
#block_2 {
	float: left;
	margin-top: 3px;
	margin-left: 6px;
	width: 134px;
}
.t5rood {
	float: right;
	margin-bottom: 4px;
	width: 134px;
	height: 133px;
	background: url(/inc/img/t5rood.gif) no-repeat;
	color: blue;
	line-height: 220%;
}
.t5blauw {
	float: right;
	margin-bottom: 4px;
	width: 134px;
	height: 133px;
	background: url(/inc/img/t5blauw.gif) no-repeat;
	line-height: 220%;
}

.t5blauw a {

color: #09435b;
font-weight: bold;

}

.t5rood a {

color: #500605;
font-weight: bold;

}

.t51 {
	float: left;
	margin-top: 5px;
	margin-left: 12px;
	width: 18px;
	height: 18px;
}
.t52 {
	float: left;
	margin-left: 8px;
}
.t5photo {
	float: left;
	margin-top: 16px;
	margin-left: 22px;
	padding: 1px;
	background-color: #FFFFFF;
	border: 1px solid #123b57;
}
.nr {
	clear:both;
	float: left;
	margin-left: 15px;
	margin-top: -84px;
	height: 33px;
	width: 33px;
}

/* Letters */
.letter {
	float: left;
	margin-left: 0px;
	margin-top: 10px;
}

#tijdbalk {
	display: block;
	height: 21px;
	border: 1px solid #09435b;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url('/inc/img/tijdbalkoff.jpg') repeat-x;
}
input[type="submit"] {
font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		background-color: #0b9afe;
		border-left: 1px SOLID #fff;
		border-top: 1px SOLID #fff;
		border-bottom: 1px SOLID #09415c;
		border-right: 1px SOLID #09415c;

}
