/*<![CDATA[*/

* {
  margin: 0;
  padding: 0;
}

html, body {
	background-color:#DADADA;
	background-image:url(afbeeldingen/bg-midden.jpg);
  	height: 100%;  Required 
}

#divbody {
	background: url(afbeeldingen/bg.jpg);
	background-repeat:repeat-x;
/*	background-color:#197B30;*/
}
#container {
	margin: 0 auto;
	width: 900px;
	border: 0px 0px 0px 0px solid #FFFFFF; /*bottom, left, right, top*/
	text-align: left;
	background-color:#FFFFFF;
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
}

#header {
	width: 900px;
	height: 200px;
	background-image:url(afbeeldingen/foto.jpg);
	background-repeat:no-repeat;
	text-align:right;
	font-family:Verdana;
	font-size:12px;
	color:#197B30;
	line-height:22px;
}
.adres {
	font-family:Verdana;
	font-size:12px;
	color:#FFFFFF;
	line-height:25px;
	padding-top:5px;
}
#slogan {
	float:left;
	width:650px;
	font-family:Verdana;
	font-size:12px;
	line-height:25px;
	padding-top:5px;
	color:#FFFFFF;
}
#adrestop{
	float:right;
}

/*  content gedeelte */


#container-content {
	width: 900px;
}

#menubg {
	background-color:#5CA0CC;
}

#content {
	float: right;
	width: 690px;
	padding-right:10px;
	padding-left:200px;
	padding-top:10px;
	padding-bottom:30px;
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#339966;
	background-image:url(afbeeldingen/hond.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	min-height:200px;
}

#content ul {list-style-type:disc; padding-left:20px; } 

/*  footer gedeelte */

#bottom {
	position: absolute;
	bottom: 0; /* heel belangrijk */
	width: 900px;
	height: 25px;
	background-color:#E02137;
	padding-top:5px;
	text-align:center;
	font-family:Verdana;
	color:#FFFFFF;
	font-size:11px;
	background-color:#5CA0CC;
}

.clear {
	clear: both;
}

/* links */
#content a {
	font-family: Verdana;
	font-size:12px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:visited{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

#bottom a{
	color: #000000;
	text-decoration: underline;
}
#bottom a:visited{
	color: #000000;
	text-decoration: underline;
}
#bottom a:hover{
	color: #000000;
	text-decoration: none;
}

