/* 
April 2007
Door : Koen Haarbosch  |  Bit Squad
*/

/* --------------------------------------------- // -------- ALGEMENE SITE */

* 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* color: #535353; */
}

img, a
{
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, img { padding: 0; margin: 0; }

a:link { color: #CCCCCC; text-decoration: underline; } /*  niet bezochte link */
a:hover  { color: #CCCCCC; text-decoration: none;} /*  roll over  */

body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 100%; /* font-size wordt op 100% van de browser instellingen van de gebruiker gezet, deze grootte wordt dus overgenomen */
	background: #878887 url(../images/bgBody.jpg) repeat-x top left;
}

.clear 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
}

#wrapper 
{
	width: 950px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

/* --------------------------------------------- // -------- Instellen Fonts */

#colLeft, #breadcrumb, #menu
{
	font-size: 0.7em;
}

#content, #colRight, #text, #form, #colMiddle h1 a 
{
	font-size: 0.8em;
}
#footer
{
	font-size: 0.7em;
}
#colMiddle h1
{
	font-size: 1.1em;
}

/* --------------------------------------------- // -------- Header */
#header
{
	float: left;
	width: 950px; /* 900 - padding */
	height: 67px;
	background: url(../images/bgHeader.jpg) no-repeat top left;
}
#columnContainer
{
	float: left;
	width: 950px; /* 900 - padding */
	background: url(../images/bgColumnContainer.jpg) repeat-y top left;
}

#columnContainer2
{
	float: left;
	width: 950px; /* 900 - padding */
	text-align: middle;
	background: url(../images/bgColumnContainer2.jpg) no-repeat bottom left;
}
#colLeft {
	float: left;
	height: 430px;
	width: 198px;
	/* background: url(../images/titels_left.jpg) no-repeat top left; */
}

#colMiddle {
	float: left;
	width: 586px; /* 900 - padding */
	text-align: center;
}
#colMiddleIntro {
	float: left;
	width: 900px;
	padding: 0 0 0 30px;
	text-align: center;
}
#colMiddleIntro div
{ float:left;
	width: 900px;
	text-align: center;
}
#colMiddleIntro #enter 
{
	margin: 30px 0 0 0;	
}
#colMiddle img {
	float: left;
	padding: 0;
	margin: 0;
}
#colMiddle strong 
{
	color: #333333;
}
#colMiddle h1 {
	float: left;
	width: 375px;
	margin: 0 0 30px 0;
	text-align: left;
	padding: 0 0 0 140px;
	color: #666666;
}
#colMiddle h1 a 
{	
	font-weight: normal;
	margin: 0 40px 0 0;
	color: #990000;
}
#photo {
	width: 225px;
	height: 600px;
	float: left;
}
#text, #form {
	float: left;
	width: 325px;
	text-align: left;
 	color: #FFFFFF;
	line-height: 18px;
}
#text a {
	color: #990000;
}
#text h2 {
	color: #666666;
	margin: 15px 0 0 0;
	font-size: 1em;
}
#form 
{
	border-top: solid 2px #666666;
	margin: 20px 15px 0 0;
	padding: 15px 0 0 0;
}
#form p {
	display: block;
	background: #CCCCCC;
	border: solid 2px #FFFFFF;
	padding: 5px;
	color: #000000;
	text-align: center;
	
	line-height: 1.4em;
}
.txtBox {
	width: 300px;
	margin: 0 0 5px 0;
}
.sendButton 
{
	margin: 20px 0 10px 0;	
	background: #B7090A;
	color: #FFFFFF;
	border: solid 2px #FFFFFF;
}
#footer
{
	float: left;
	width: 950px; /* 900 - padding */
	height: 148px;
	text-align: center;
	padding: 80px 0 0 0;
	background: url(../images/bgFooter.jpg) no-repeat top left;
	color: #CCCCCC;
}
#footer a {

	margin: 0 15px 0 15px;
	color: #CCCCCC;
}

#flash_banner 
{
	float: right;
	width: 160px;
	height: 40px;
	margin: 30px 10px 0 0;
	
}
