body, html { 
	height:100%; 
	padding:0; 
	margin:0; 
} 
div { 
	padding:0; 
	margin:0; 
} 
body { 
	min-height:100%; 
	padding:0; 
	/*background-color:#00b7ed; */
	background-image:url(http://www.k-c-m.nl/new/images/bg-under.jpg);
	background-repeat:repeat-x;
}
body,td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
} 
.image {
	border:1px solid black;
}

/* Containers */ 
div#frame {
	margin:0px auto;
	width:800px;
	background-color:#ffffff;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	border:thin #000033;

}
div#logo {
	position:absolute;
	margin-top:50px;
	margin-left:728px;
}
div#top {
	margin:0 auto;
	height:0px;
} 
div#menubalk{
	margin-top:30px;/*195px;*/
	margin-left:0px;/*259px;*/
	margin-bottom:18px;
	width: 800px;
	z-index:300;
	background-color:#eb1f22;
}
div#main{
	margin-top:18px;
	padding-top:0px;	
}
div#marquee {
	margin-top:-35px;
	font-size:12px;
	
	color:#333333;
}
div#bottom {
	height:10px;
	margin:0px auto;
	bottom: 0px;
	clear:both;
	width:800px;
	margin-top:-30px;
	height:10px;
	background-color:#ffffff;
}
div#empty {
	clear:both;
}
hr {
	border:0px;
	height:0px;
	width:795px;
	text-align:center;
	border: 1px 
}
div#copyright {

	font-size:10px;
	text-align:center;
	width:800px;
	background-color:#eb1f22;
	height:15px;
}
div#header{
	text-align:center;
}
div #slogan {
	margin-left:244px;
	padding-right:10px;
	margin-top:-50px;
}
h6 {
	font-size:12px;
	margin:0px;
	text-decoration: none;
	
}
h5 {
	font-size:14px;
	margin:0px;
}
div #textblock {
	width:auto;
}
div #textblock_middle {
	width:950px;
}
div#left {
	margin-left:18px;
	float:left;
	width:550px;
	padding-bottom:46px;
}
div#right {
	float:right;
	width:200px;
	padding-bottom:46px;
	margin-right: 10px;

}
div#middle {
	float:left;
	margin-left:10px;
	padding-bottom:19px;
	width:900px;
	border:0px solid black;
}
a.body {
	text-decoration:none;
	color:#000000;
	
}
a.body:hover {
	text-decoration:underline;
}
a.body:active {
	text-decoration:underline;
}
.red {
	color:#FF0000;
}
.borderstreep{ 
border-style: dashed;
}

.textarea{
    width: 550px;
    height: 150px;
    background-color: #f5f5f5;
    
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}
.textfield {

    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
	float: left;
    width: 350px;
  	background-color: #f5f5f5;
	
}
.button {


}