/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff;
	
	font-family:arial,sans-serif;
	font-size:12px;
	color:#555;
	text-align:justify;
}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	background:#fff;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
}


div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
}

div#content2 {
	padding:0em 0em 5em; /* bottom padding for footer */
}

div#footer {
	background-color:#FFFFFF;
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	text-align:center;
	border-top-width: 1px;
	border-top-color: #000;
	border-top-style: solid;
	
}


.klein {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #ea3d2f;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #222;
	margin:5px 10px 0px 0px;
	color: #ea3d2f;
}

.img_rechts_metmargin {
	font-family: "Courier New", Courier, monospace;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.uitlijnen {
	text-align: justify;
}
p {
	margin: 0px;
}
.nieuws {
	background-color: #DCDCDC;
	height: auto;
	width: 98%;
	margin: 0px;
	padding: 5px;
}

.grijs {
	color: #999999;
	}

.dropboxcss {
	font-family: "Times New Roman", Times, serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #f0f0f0;
	border-bottom-color: #666666;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#555;
}

.onderkop {
	font-size: 10px;
	font-variant: small-caps;
}
hr {
	background-color: #cccccc;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 3px;
}

.lijnintabel {
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #cccccc;
}
.nieuwsberichten{
float: right;
clear: right;
padding: 0 5px;
}
.leeg{
float: left;
clear: left;
padding: 5px 0;
}

.fotovp{
position: relative;
text-align: center;
}
