/* CSS Document */

html>body {height: auto; min-height:100%;} 
html>body #body_container {height: auto; min-height:100%;} 
html>body #container {height: auto; min-height:100%;} 
html>body #content_container {height: auto; min-height:100%;}
html, body{ height: auto; min-height:100%;}


body{
	font-family:Verdana,Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	line-height: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #f2f2f2;
}

#body_container
{
width: 100%;
height: 100%;
min-height: 100%;
}

#site_container
{
	width: 770px;
}

.linker_schaduw{
	background-color:#f2f2f2;
	width: 10px;
	background-image: url(../images/shade_left.gif);
	background-repeat: repeat-y;
}
.rechter_schaduw{
	background-color:#f2f2f2;
	width: 10px;
	background-image: url(../images/shade_right.gif);
	background-repeat: repeat-y;
}
.content{ background-color:#ffffff; width: 750px;}

#header
{
	width:770px;
	height: 122px;
	display:block;
	background-color:#ffffff;
	background-image: url(../images/top_image.jpg);
	background-repeat: no-repeat;
}
#banner_text {
	background-color: #d1277f;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 26px;
}
#header2{
	background-image: url(../images/top_image2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 20px;
}
#container_menu {
	width:166px;
	height:251px;
	margin-left: 20px;
	margin-top: 10px;
}
#container_content {
	width:524px;
	height:100%;
	float:right;
	background-color:#f2f2f2;
	margin-right: 20px;
	margin-top:10px;
}
.plaatjes, .plaatjes a{
	height: 102px;
	width: 102px;
	padding: 10px;
	
	text-align: center;
	vertical-align:middle;
	cursor: pointer;
}

.plaatjes img {vertical-align:middle;}

.afbeeldinggroot {
	margin: 10px;
	vertical-align:middle;
}

#container_flash {
	width: 166px;
	height: 125px;
	margin-left: 20px;
	margin-top: 30px;
}
#container_banners {
	float:right;
	width: 524px;
	height:76px;
	background-color:#f2f2f2;
	margin-top: 20px;
	margin-right: 20px;
}
#banners {
	float:left;
	margin-right:50px;
}

#footer{
	width: 770px;
	height: 40px;
	display:block;
	background-color: #f2f2f2;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

/* IE Fix */

* html #container_content {
	margin-right: 10px;
}
* html .plaatjes {
	margin-left: 5px;
}
* html #container_flash {
	margin-top: 20px;
}
* html #container_banners {
	margin-right:10px;
}
* html #banners {
	float:left;
	margin-right:38px;
}

/* TEKSTOPMAAK */

h1
{
	font-family:Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #d1277f;
	margin: 10px;
}

p
{
	font-family:Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #4c0d2d;
	margin: 10px;
}
#menu {
	height: 20px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d1277f;
	background-color: #f2f2f2;
	text-align:right;
}
#menu a {
	display: block; 
	margin: 1px; 
	line-height: 20px; 
	text-decoration: none; 
	color: #d1277f; 
	background: #f2f2f2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu a:hover {
	color: #f2f2f2; 
	background: #d1277f;
}
#menu {
	width: 166px;
}
#menu a {
	width: 166px;
}
#echo5 {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-right: 10px;
	margin-top: 25px;
	text-align: justify;
}
#echo5 a {
	text-decoration: none; 
	color: #999999; 
}
#echo5 a:hover {
	color: #999999; 
}

