/* CSS Document */
body {
    background-image: url(../images/stoep.jpg);
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 21px;
	margin-bottom:0px;
    font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	}
		#barra
{
    position:fixed;
	 padding:0px 0px 0px 0px;
	
}


#content {
    position:fixed;
	text-align:right;
    width: 550px;
	padding: 0 0 0 0;
	float: left;
			}
#infos {
	text-align:right;
    width: 220px;
	padding: 0 0 0 0px;
	float: left;
	margin-left: 565px;
			}
			
			#infos2 {
	text-align:left;
	padding-top: 15px;
	float: left;
	margin-left: 600px;
			}

img {
	border: 0px;
	border-style: none;
}


	.underline  {
	text-decoration: underline;
	background-color: #FBED73;
}

a.black {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a.black:link {
	color: #FF6600;
		font-weight: bold;
	text-decoration: none;
}
a.black:hover {
	color: #FF6600;
		font-weight: bold;
	text-decoration: underline;
}
a.black:visited {
	color: #FF6600;
		font-weight: bold;
	text-decoration: none;
}
a.black:active {
	color: #FF6600;
		font-weight: bold;
	text-decoration: none;
}

