html, body
{
	background-color: #FFF;	

	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	color:#000;
}

#container
{
	width: 997px;	
	margin: 0px auto;
	padding:0px;
	background-image:url('../images/bg-long.png');
	background-repeat:repeat-y;
	
	
}

div.spacer {
clear: both;
}

.grizly, .grizly a, .grizly a:link, .grizly a:visited
{
	text-align:center;
	color:#000;
}
#home-content
{
	background-image: url('../images/border-middle.png');
    background-repeat:repeat-y;
    width: 553px;
	
}
div.floatLeft
{
	width:195px;
	float:left;
	padding-bottom:0px;
	margin-bottom:20px;
}

#content
{
	float:left;
	color:#000;
	margin: 0px auto;
	width:559px;
	margin-left: 23px;
	font-size: 12px;
	line-height: 19px;

}

#contentText
{
	text-align: justify;
	font-size:12px;
	margin-top:20px;
	line-height:23px;
	
}

#contentText b
{
	color: #91CE44
}

div.floatRight
{
	width:190px;
	float:right;
	padding-bottom:0px;
	margin-bottom:20px;
}



.logo
{
	margin-left:  25px;
	margin-top: 15px;
	height:91px;
	
}

.inputField
{
	font-size:10px;
	width:140px;
}

.populair
{
	background-color:#F2F4F4;
	width:50px;
	height: 100px;
}

#signin
{
	background-image: url('../images/button-inschrijven.png');
	background-repeat: no-repeat;
	width: 75px;
	height: 18px;
	cursor: pointer;
	outline: none;
	border: none;
}

