/**
 * 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-family:Tahoma;
color: #6B7B6E;
background: #FFFFFF;
font-size: 12px ;
}
img {
display:block;	
}
a {
color:#6B7B6E;
}
a:hover{
color: #6B7B6E;
text-decoration: none;
}
a.dynoverzicht {
color:#6B7B6E;
}
a.dynoverzicht:hover {
color:#6B7B6E;
text-decoration: none;
}
a.dynoverzicht_sidebar {
color:#6B7B6E;
text-decoration: none;
font-size: 12px ;
font-weight:bold;
}
a.dynoverzicht_sidebar:hover {
color:#6B7B6E;
text-decoration: underline;
font-size: 12px ;
font-weight:bold;
}
a.fotogal_link {
color:#6B7B6E;
}
a.fotogal_link:hover {
color:#6B7B6E;
text-decoration: none;
}
a.title {
font-family: ;
font-size: 11px;
font-weight: bold;
color: #6B7B6E;
}
a.subtitle {
font-family: ;
font-size: 11px;
font-weight: bold;
color: #6B7B6E;
}
u {
font-family: ;
font-size: 11px;
font-weight: bold;
color: #6B7B6E;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 0px;
}
h1 {
font-size: 15px;
color: #6B7B6E;
}
h2 {
font-size: 13px;
color: #6B7B6E;
}
h3 {
font-size: 13px;
color: #6B7B6E;
}
h1 a, #header h2{
color: #6B7B6E;
}

#container {
width: 740px;
margin: 0 auto;
text-align: left;
position: relative;
min-height: 100%;
height: auto !important; /* voor moderne browsers */
height: 100%; /* voor IE */
background: url(../template/fill.jpg); 


/*
border-left:1px solid #000000;
border-right:1px solid #000000;
*/
}
#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: 2px solid #333333;
*/
position: absolute;
bottom: 0; /* heel belangrijk */
width: 100%;
background: #000035;
color:#FFFFFF;
height: 20px;
font-size:12px;
line-height: 20px;
text-align:center;
}

.imageborder{
border: 1px solid #80AAD9;
border: none;
}


.text {
	color: #6B7B6E;
	font-size: 12px;
}
.text_box {
	color: #6B7B6E;
	font-size: 12px;
}

.fotogal_text {
	color: #6B7B6E;
	font-size: 11px;
}

.fotogal_line {
	border-right:1px dotted #111111
}
 
.select_textstyle {
		color:#666;
		font-size: 12px ;
}

.select_textstyle {
		color:#666;
		font-size: 12px ;
}

.textstyle {
		color:#666;
		font-size: 12px ;
}

.textstyle_12 {
		color:#666;
		font-size: 12px ;
}
.textstyle_14 {
		color:#666;
		font-size: 14px ;
}
.textstyle_16 {
		color:#666;
		font-size: 16px ;
}
.textstyle_18 {
		color:#666;
		font-size: 18px ;
}

.textstyle_12_w {
		color:#fff;
		font-size: 12px ;
}
.textstyle_14_w {
		color:#fff;
		font-size: 14px ;
}
.textstyle_16_w {
		color:#fff;
		font-size: 16px ;
}
.textstyle_18_w {
		color:#fff;
		font-size:  18px ;
}
