/* DEFAULT */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: url('../image/layout/backdrop.jpg') repeat-x #FFFFFF;
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 12px;
}

img { border: 0; }


/* CLASSES */

.bold { font-weight: bold; }
.clear { clear: both; }
.error { color: #DD0000; }
.left { float: left; }
.real { padding: 10px 0; }
.right { float: right; }


/* LINKS */

a:link, a:active, a:visited
{
	color: #EE2E24;
	outline: none;
	text-decoration: underline;
}

a:hover
{
	color: #9E9E9E;
	text-decoration: none;
}


/* HEADINGS */

h1
{
}


/* LAYOUT */

div#ie6
{
	background: #FCFFA1;
	border-bottom: solid 1px #EFF2A6;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

div#wrapper
{
	margin: 0 auto;
	width: 1000px;
}

	div#header
	{
		margin-bottom: 23px;
		padding-top: 17px;
		width: auto;
	}
		
		div#header a
		{
			display: block;
			float: left;
		}
		
		div#header div#navigation
		{
			background: url('../image/layout/backdrop_navigation.jpg') no-repeat #000000;
			float: left;
			height: 78px;
			margin: 22px 0 0 14px;
			position: relative;
			width: 599px;
		}
		
			div#header div#navigation a#btn_nieuwsbrief
			{
				right: 8px;
				position: absolute;
				top: 4px;
			}

	div#header_image
	{
		background: url('../image/layout/header.jpg') no-repeat;
		#background-position: bottom left;
		height: 133px;
		#padding-top: 23px;
		width: 1000px;
	}
	
	div#sites
	{
	}
	
		div#sites a
		{
			display: block;
			float: left;
			text-decoration: none;
		}
		
		a.CoolBox { text-decoration: none; }
	
	div#content
	{
		background: url('../image/layout/backdrop_content.jpg') repeat-y;
		width: 1000px;
	}
	
		div#content_left
		{
			background: url('../image/layout/backdrop_left.jpg') no-repeat #FFFFFF;
			float: left;
			min-height: 744px;
			position: relative;
			width: 401px;
		}
		
			div#content_left a#inschrijven
			{
				bottom: 118px;
				left: 15px;
				position: absolute;
			}
			
			div#content_left a#intropagina
			{
				bottom: 118px;
				left: 250px;
				position: absolute;
			}
			
			div#content_left div#certificering
			{
				bottom: 25px;
				left: 17px;
				position: absolute;
			}
		
		div#content_right
		{
			background: url('../image/layout/backdrop_right.jpg') no-repeat;
			float: left;
			padding: 35px 30px;
			width: 539px;
		}
		
			div#content_right p
			{
				line-height: 20px;
				padding-bottom: 20px;
			}
			
			div#content_right ul.list
			{
				line-height: 21px;
				margin-left: 20px;
			}

div#footer
{
	background: url('../image/layout/backdrop_footer.jpg');
	height: 25px;
	width: auto;
}
	
	div#footer img
	{
		display: block;
		margin: 0 auto;
	}
			

/* NAVIGATION */

ul#top_nav
{
	list-style-type: none;
	margin-top: 35px;
}

	ul#top_nav li
	{
		border-right: solid 1px #EE2E24;
		color: #FFFFFF;
		float: left;
		font-family: "Verdana", sans-serif;
		font-size: 11.5pt;
		font-weight: normal;
		padding: 14px 0 3px 13px;
		#padding-bottom: 7px;
	}
	
		ul#top_nav li a
		{
			color: #000000;
		}


/* FORM */

/*default*/
input { outline: none; }

form label
{
	display: block;
	float: left;
	margin-top: 4px;
	width: 160px;
}

	form label span { color: #DD0000; }

form label.checkbox
{
	margin: -4px 0 5px 5px;
	width: auto;
}
	
form input.field
{
	float: left;
	margin-bottom: 5px;
	padding: 2px;
	width: 200px;
}

form select
{
	float: left;
	margin-bottom: 5px;
	padding: 2px;
	width: 208px;
}

form br { clear: both; }

div.form_error
{
	color: #DD0000;
	font-weight: bold;
	margin: 10px 0 20px 0;
}


/* TABLE */

/*score_view*/
table.score_view tr th
{
	border-bottom: solid 2px #434343;
	padding: 5px;
}

table.score_view tr td
{
	border-bottom: solid 1px #EFEFEF;
	padding: 5px 10px;
	text-align: center;
}

table.score_view tr td.first
{
	background: none;
	text-align: left;
}

table.score_view tr.even td { background: none; }
table.score_view tr.odd td { background: #EBEBEB; }
