/**
 * 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:#550c0c;
	font-family:Helvetica,arial,sans-serif;
/*	font-size:small;*/
	color:#666;
}

h1 { 
	font: bold 1.5em Georgia,Verdana,Times New Roman,Times; 
	margin:0.5em 0;
}

h2 {
	font: bold 1.25em Georgia,Verdana,Times New Roman,Times; 
	margin:0 0 0.5em;
}

h3 {
	font: bold 1.1em Georgia,Verdana,Times New Roman,Times; 
	margin:0 0 0.5em;
}

	h1, h2, h3, a {
		color:#336699;
	}
	a img {
		border: none;
	}	

p { 
/*	line-height:1.5;  */
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
/*	background:#f0f0f0;*/
	background:#CCCCCC url(inc/img/bgbody.gif);
	background-repeat:repeat-y;
	background-position:center;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

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

div#header {
	padding:1em;
/*	background:#ddd url("../csslayout.gif") 98% 10px no-repeat;*/
	background:#CC9999 url(inc/img/bgtop.gif);
	background-repeat:no-repeat;
	background-position:top center;
	border-bottom:6px double #550C0C;
	font: bold 1.1em Georgia,Verdana,Times New Roman,Times ; 
	font-size:small;
	color:#993366;
}
	div#header p {
/*		font-style:italic;*/
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	text-align:center;
}
	div#content p {
		text-align:center;
		padding:0 1em;
	}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
/*	background:#ddd;*/
	background:#CC9999 url(inc/img/bgtop.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	border-top:6px double #550C0C;
	font: bold 1.1em Georgia,Verdana,Times New Roman,Times ; 
	font-size:small;
	color:#993366;
}
	div#footer p {
		padding:1em;
		font-size:1.1em;
		margin:0;
	}

div.innercontainer {
	text-align: center;
	width:100%;
}

div.innercontainer table {
	margin: 0 auto;
	text-align: left;
/*	width:100%;*/
}

.infodiv{
 	color: blue;
}

.menudiv{
	font-size:1.1em;
}
.currentmenu {
	color:blue;
}
.foutmelding {
	color:red;
	font-style:italic;
}
.actief{
	color:red;
}
.inactief{
	color:gray;
}

.input {
/*    border: 1px solid #006;*/
/*    height:25px;*/
	border:none;
    background: #CCFFCC;
    color:blue;
	font-family: 'comic sans ms', arial, 'sans serif'; 
	font: 1em;
}
.input:hover {
/*    border: 1px solid #f00;*/
/*    background: #cccc00;*/
}
.knop {
    border: none;
    background: #CCFFCC url('../els/inc/img/bgnorm1.gif') repeat-x center;
    padding: 2px 8px;
    width:100px;
    height:25px;
	color:#336699;
	font: bold 1.0em Georgia,Verdana,Times New Roman,Times; 
}
.knop:hover {
    border: none;
    background: #FFCCCC url('../els/inc/img/bgover2.gif') repeat-x center;
    padding: 2px 8px;
    cursor:pointer;
    width:100px;
    height:25px;
    color:blue;
	font: bold 1.0em Georgia,Verdana,Times New Roman,Times; 
}
select{
 	background: #CCCCCC;
 	color:#003399;
 	border:none;
	text-align:center;
	font: bold 1.0em Arial; 
}

