@charset "utf-8";
.text {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #CBD401; LINE-HEIGHT: 120%; FONT-FAMILY: Verdana, Arial;
}
.bigtext {
	FONT-WEIGHT: normal; FONT-SIZE: 22px; COLOR: #C0D62C; LINE-HEIGHT: 120%; FONT-FAMILY: Verdana, Arial;
}
.whitetext {
	FONT-WEIGHT: normal; FONT-SIZE: 14px; COLOR: #FFFFFF; LINE-HEIGHT: 120%; FONT-FAMILY: Verdana, Arial;
}
A {
	color: #CBD401;
	text-decoration: underline;
}
A:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F3F7AF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #CBD401;
}

.buurtsparen #container { 
	width: 990px;
	background: #6F1877;
	margin: 0 auto;
	border: 1px solid #CBD401;
	text-align: left;
} 
.buurtsparen #head { 
	background: url(../images/Lay-out/Head.png);
	background-repeat:no-repeat;
	margin: 0;
	height: 301px;
} 

.buurtsparen #header {
	float: left; 
	width: 262px;
	background:url(../images/Lay-out/Sidebar.png);
	background-repeat:no-repeat;
	height: 49px;
}
.buurtsparen #menu {
	float: left; 
	width: 223px;
	background:url(../images/Lay-out/Sideline.png);
	background-position:right;
	background-repeat:repeat-y;
	height:  600px;
}

.buurtsparen #content {
	margin: 10px 39px 10px 262px;
} 



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
