/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

*{
padding:0;
margin:0;
}
html, body {
height: 100%; /* héél belangrijk */
font: 12px "Trebuchet MS";
color: #fff;
background: #000;
}
img {
display:block;	
}

p {
padding: 1em 0;
line-height: 1.5em;
}
a {
color:#ffffff;
}
a:hover{
color: #ffffff;
text-decoration: none;
}
u {
font-family: "Trebuchet MS";
font-size: 11px;
font-weight: bold;
color: #ffffff;
}
a.title {
font-family: "Trebuchet MS";
font-size: 10px;
font-weight: bold;
color: #ffffff;
}
a.subtitle {
font-family: "Trebuchet MS";
font-size: 12px;
font-weight: bold;
color: #666666;
}
h1, h2, h3 {
font-weight: bold;
padding-bottom: 0px;
}
h1 {
font-size: 18px;
color: #F4CE0B;
}
h2 {
font-size: 12px;
color: #F4CE0B;
}
h3 {
font-size: 11px;
color: #F4CE0B;
}
h1 a, #header h2{
color: #F4CE0B;
}

#container {
width: 835px;
margin: 0 auto;
text-align: left;
position: relative;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
background: #FFF;
}
#header{
	padding-left:20px;
	height:110px;
	font-size:1.3em;
	background: #859C0E;
	line-height: 60px;
	border-bottom: 1px solid #555;
}
#inhoud {
  	/* 
	heel belangrijk 
	padding: 0 2em 60px 2em;
	*/
		padding: 0 0 0 0;

}
#footer {
border-top: 1px solid #555;
position: absolute;
bottom: 0; /* heel belangrijk */
width: 100%;
background: #E0B205;
height: 20px;
font-size:12px;
line-height: 20px;
text-align:center;
}

imageborder{
border: 1px solid #F4B408;
border: none;
}


.text {
	color: #FFFFFF;
	font-size: 12px;
}
 
.select_textstyle {
		color:#666;
		font: 12px "Trebuchet MS";
}

.select_textstyle {
		color:#666;
		font: 12px "Trebuchet MS";
}

.textarea_textstyle {
		color:#666;
		font: 12px "Trebuchet MS";
}


