@charset "utf-8";
/* CSS Document */

BODY { scrollbar-3dlight-color: ;
scrollbar-arrow-color:#fff;
scrollbar-base-color:#fff;
scrollbar-track-color:#fff;
scrollbar-darkshadow-color:#ccc;
scrollbar-face-color:#ccc;
scrollbar-highlight-color:#fff;
scrollbar-shadow-color: #333}

html,body {
	margin:0;
	padding:0;
	height:100%; /* voor container min-hoogte */
	background:white;
}

h1 {
	margin:0.5em 0;
	font-size: 1.5em;
}

h2 {
	margin:0.5em 0;
	font-size: 0.5em;
}
h3 {
	margin:0.5em 0;
	font-size: 0.8em;
}
	h1, h2, a {
		color:orange;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* nodig voor footer positie*/
	margin:0 auto; /* center, not in IE5 */

	width:100%;
	background-image: url("http://www.internet-meesters.nl/assets/templates/IM/images/agrond.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;

	min-height:100%; /* echte browsers */
	height:auto !important; /* echte browsers */
	height:100%; /* voor IE */ 
	background-color: #FFFFFF;

}

div#header {
	position:relative;
        margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:93px;
	background-image: url("http://www.internet-meesters.nl/assets/templates/IM/images/grijsbovenlinks.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #4E4E4E;
	border-bottom:6px;
}
	div#header p {
	padding:1em;
	margin:0;
	}

div#content {
	padding:1em 1em 5em; /* onder padding voor footer */
	height: auto;
}
	div#content p {
	text-align:justify;
	padding:0 1em;
	}

#menu {
	position:absolute;
	left:43px;
	top:99px;
	width:250px;
	height:80%; /* IE6: treaded as min-height*/
	background-color: #f0f0f0;
}
#inhoud {
	position:absolute;
	left:310px;
	top:92px;
	width:800px;
	height:80%; /* IE6: wordt gezien als min-height*/
	overflow: auto;
}
div#footer {
	position:absolute;
        height:68px; 
	width:100%;
	bottom:0; /* stick to bottom */
	background-color: #000000;
	border-top:58px;
}
	div#footer p {
	padding:1em;
	margin:0;
	}
	
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #333333;
}

p, ol, ul, blockquote {
	line-height: 22px;
}

a {
	border-bottom: 1px dotted #707070;
	text-decoration: none;
	color: #000000;
        font-weight: bold;
}

a:hover {
	border: none;
}

.strong {
	color: #000000;
}

.koptekstgroot {
font-size: 14px;
font-family: Tahoma;
color: #F0F0F0;
}
.koptekst {
font-size: 11px;
font-family: Tahoma;
color: #fff;
}
.wit {color: #FFFFFF;}

.kop1 {
	color: #FFFFFF;
	font-size: 28px;
	font-family: Tahoma;
}	

#columns li h4 { text-decoration: none; background: #000000 url(images/menu_bg.png)
 repeat-x; margin: -5px -5px 0 -5px; color: white; padding: 5px !important; font-size: 90%; }
 #columns li { float: left; height: auto; width: 21% !important; margin-bottom: 10px; border: 1px solid black; padding: 5px; }
 #columns { list-style: none; width: 100%; margin: 0; }
