/*Stylesheet 1.0. Blanco*/

body
{
	background-color: #FFFFFF;
	background-image: url(../img/header/bg_subnav.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}

.container
{
	background-color: #FFFFFF;
}

.footer_spacer
{
	height:60px;
} /* This height should be equal to or greater than the
	footer. his ensures content is not cut off by your footer */

#footer{
	position:fixed; /* keeps it from moving at all */
	bottom:0;  /* keeps it at the bottom of the screen */
	width:100%; /* stretches to fill the width of the body tag */
	height:20px; /* sets the height. should be equal to or less than the
	footer_spacer height */
	background-image: url(http://www.positioneren.com/img/footer/bg.jpg);
	background-repeat: repeat-x;
}

div#footer
{
	
}

.datum
{
	font-size: 10px;
}

.text
{
	padding-top: 5px;
}

h1
{
	font-size: 20px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


h2
{
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	font-size: 12px;
	color: #003d7d;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}

h4
{
	font-size: 12px;
	color: #b4bf07;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}

.subnav{


}

.subnav a:link {
	text-decoration: none;
	color: #003d7d;
	font-size: 10px;
	font-weight: bold;
}
.subnav a:visited {
	text-decoration: none;
	color: #003d7d;
	font-size: 10px;
	font-weight: bold;
}
.subnav a:hover {
	text-decoration: none;
	color: #b4bf07;
	font-size: 10px;
	font-weight: bold;
}
.subnav a:active {
	text-decoration: none;
	color: #003d7d;
	font-size: 10px;
	font-weight: bold;	
}


a:link {
	text-decoration: underline;
	color: #003d7d;
	font-size: 10px;
}
a:visited {
	text-decoration: underline;
	color: #003d7d;
	font-size: 10px;
}
a:hover {
	text-decoration: underline;
	color: #b4bf07;
	font-size: 10px;
}
a:active {
	text-decoration: underline;
	color: #003d7d;
	font-size: 10px;	
}
