/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000000;
	background-image: url(images/background-body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper { 
 margin: 0 auto;
 width: 950px;
}
#header {
	color: #333;
	width: 930px;
	float: left;
	padding: 10px;
	height: 180px;
	margin: 10px 0px 5px 0px;
	background-image: url(images/background-header.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	float: left;
	height: 175px;
	width: 178px;
}

#payoff {
	float: right;
	height: 72px;
	width: 391px;
	margin-top: 100px;
}
#leftcolumn {
	color: #333;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	height: 350px;
	width: 195px;
	float: left;
	background-image: url(images/background-right.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#content {
	float: left;
	color: #FFFFFF;
	margin: 0px 5px 5px 0px;
	padding: 10px;
	width: 490px;
	min-height: 350px;
	max-height:inherit;
	background-image: url(images/background-content.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightcolumn {
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 10px;
	height: 350px;
	width: 195px;
	float: left;
	background-image: url(images/background-right.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer {
	width: 930px;
	height: 255px;
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/background-footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footercontent {
	width: 910px;
	height: 180px;
	padding: 10px;
}

#footerbanners {
	width: 400px;
	float: left;
	margin-top: 25px;
	}

#footerSemibanners {
	width: 208px;
	float: right;
	}

#footerdutch {
	width: 930px;
	height: 50px;
	margin-top: 15px;
}
#footerlogo{
	float: right;
	}
#search_box{
	width: 300px;
	float: left;
	background-image: url(images/background-search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#login_box{
	background-image: url(images/background-inloggen.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: inherit;
	width: 195px;
}


#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 1px solid #333;
	width: 160px;
	background-color: #999;
	background-image: url(images/l1_down.gif);
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
}

#navcontainer a:link, a:visited {
color: #FFFFFF;
text-decoration: none;
}

#navcontainer a:hover {
border: 1px solid #333;
background-color: #F60;
background-image: url(images/l1_over.gif);
color: #FFFFFF;
}

#active a:link, #active a:visited, #active a:hover
{
border: 1px solid #333;
background-color: #FF6600;
background-image: url(images/l1_over.gif);
text-decoration: none;
color: #FFFFFF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
}

p {
	margin-bottom: 11px;
}

a:link {
	color: #900;
	text-decoration: none;
}
a:visited {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #900;
	text-decoration: none;
}
