/* CSS Sensusyoga.nl */

html,body
{	margin:			0px 0px 0px 0px;
}


label {
		float: left;
		width: 150px;
		}
input {
		float: left;
		
		text-align: left;
		
		}

br		{
		clear: left;
		}
			

img {
border: 0px solid black;
} 
			

			
.subkop
{		color:				black;
		text-decoration:	none;
		font-family:		verdana;
		font-size:			large;
		font-style:			bold;		
}

.subkop-wit
{		color:				white;
		text-decoration:	none;
		font-family:		arial;
		font-size:			large;
		font-style:			bold;		
}

.titel-link
{		color:				white;
		text-decoration:	none;
		font-family:		verdana;
		font-size:			xx-large;
		font-style:			bold;
}	 

.text-link
{		color:				black;
		font-family: 		arial;
		font-size:			small;
}	 

.text-link-wit
{		color:				white;
		font-family:		arial;
		font-size:			small;
}	 
	
	

div#rest
	{position:		absolute;
	width:			100%;
	height:			100%;
	background:		url(images/pixel.jpg);
	}

div#container
{	position:		absolute;
	margin:			0 -512px;
	left:				50%;	
	width:			1016px;
	
	overflow:		hidden;	
	border: 			5px solid black;
	
}

div#header
{	position:		absolute;
	left:				0px;
	width:			1016px;
	height:			217px;	
	background-image: url(images/header.jpg);
	border: 			0px solid black;
	
}

div#title
{	position:		absolute;
	width:			1016px;
	left:				0px;
	top:				217px;
	height:			52px;	
	background-image: url(images/title.jpg);
	border: 			0px solid black;
	
}

div#middle
{	position:		absolute;
	width:			1016px;
	left:				0px;
	top:				269px;
	
	background-image: url(images/middle.jpg);
	border: 			0px solid black;
	
}

div#footer
{	position:		absolute;
	width:			1016px;
	left:				0px;
	height:			25px;
	background-image: url(images/footer.jpg);
	border: 			0px solid black;
	
}
div#menu
{	position:		absolute;
	margin-left:	0px;
	margin-top:		152px;
	width:			783px;
	height:			28px;
	border: 			0px solid white;
	overflow:		hidden;
}



div#content
{	position:		absolute;
	margin-left:	5px;
	margin-top:		10px;
	width:			770px;
	font-family:	arial;
	font-size:		small;
	color:			black;
	border: 			0px solid black;	
}


div#copyright
{	position:		absolute;
	margin-left:	5px;
	margin-top:		10px;
	width:			500px;
	font-family:	arial;
	font-size:		x-small;
	color:			white;
	border: 			0px solid black;
}

div#image_side
{	position:		absolute;
	margin-left:	800px;
	margin-top:		-30px;
	width:			200px;
	overflow:		hidden;
	font-family:	arial;
	font-size:		small;
	color:			white;
}

