/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      08/07/2008
author:    Lowtone
website:   [your domain]


-----------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
	}

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height: 140%;
	font-size: 12px;
	color: #ffffff; 
	}




#wrapper{
	margin-left:auto;
	background-color: #000000;
	margin-right:auto;
	width:845px;
	position: relative;
	 min-height:100%;
	 border: 0px solid #ffffff;

	
	}

#wrapper:after {
	display: block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0px;
	overflow:none;
	}


#wrapper.vervolg{
	background-image:url(../images/header.gif); background-position: top left; background-repeat: no-repeat; 
	}

#wrapper:after {
	display: block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0px;
	overflow:none;
	}


img{
	border: 0px;
	}


#logo {position: relative; margin-left: 280px; margin-right: auto; top: 100px;}
#video {position: absolute; left: 150px; top: 260px;}
#foto {position: absolute; left: 560px; top: 80px;}

#menu_home {padding: 6px; text-align: center;}
#menu {border: 0px solid #ffffff; padding: 6px; text-align: center; background-color: #8560a8; background-image:url(../images/back_menu.gif); background-position: top left; background-repeat: no-repeat; }

#menu a.active {background: #000000; padding: 8px 8px 8px 8px;}








#kolom_links { 
float: left;
border: 0px solid #ffffff;
margin: 160px 0px 0px 0px;
width: 200px;
}




#kolom_rechts { 
position: relative;
display: inline;
float: right;
width: 640px;
border: 0px solid #ffffff;
margin: 0px;
padding: 32px 0px 0px 0px;
}

#kolom_rechts .videobox { 
background-color: #8560a8;
border: 0px solid #ffffff;
width: 300px;
padding: 8px;
float: left;
margin: 4px 4px 0px 0px;

}



#footer { 

width: 100%;
	background-image:url(../images/back_footer.gif); background-position: top left; background-repeat: no-repeat; 
position:absolute;
   bottom:0;
   height:24px;   /* Height of the footer */


}

/* ---------------------- Typography ---------------------------------------*/

h1{
font-size: 16px; 
margin-bottom: 8px;
}
h2{
font-size: 14px; 
}
h3{
font-size: 12px; 
}
p, q, cite{
font-size: 12px;
margin-bottom: 12px;
}
ul, dl	{
}
ol	{
margin-left: 42px;}
li, dd, dt{
font-size: 12px;
}


/* ---------------------- Menu & links ---------------------------------------*/

		a:link			{color: #dddddd;}
		a:visited		{color: #dddddd;}
		a:hover			{color: #dddddd; text-decoration: none;}

#footer	a:link			{color: #dddddd; text-decoration: none;}
#footer	a:visited		{color: #dddddd; text-decoration: none;}
#footer	a:hover			{text-decoration: underline;}




/* ---------------------- Forms ---------------------------------------*/
input
	{
	font-size: 13px; color: #464646; padding: 4px;
	}
	
input.email
	{
	width: 328px; margin-right: 4px;
	}	
	
	

textarea.text
	{
width: 344px;
height: 36px;
	
	}
input.search
	{
	
	}
submit.submit
	{
	width: 60px;
	}
select.select
	{
	font-size: 11px;
	padding: 2px;
	height: 22px;
	border: 1px solid #cfe1f0;
	margin-right: 4px;
	width: 270px;
	color: #464646;
	
	}

/* ---------------------- Tables ---------------------------------------*/

table.form	{ 
width: 100%; margin: 0px;
}

td		{
text-align: left;

}

td.description  	{
width: 500px; 
}

td.field 	{
width: 300px; 
}


th		{
text-align: left;
font-weight: bold;


}



.clear{	clear:both;}
.right{float: right;}
.left{float: left;}


form {width: 100%;}
form p {margin: 8px 0px;}
form td.description {width: 64px;}
form td.field {width: 240px;}
form td.field input {width: 240px;}
form textarea {width: 100%; height: 96px;}









