* {
  margin: 0;
  padding: 0;
}

html, body {
 /* height: 100%;  Required*/
}

body {
	text-align: center;
	background-color: #B2323E; 
	background-image:url(afbeeldingen/background.jpg);
	background-repeat:repeat-x;
}

#container {
	margin: 0 auto;
	margin-top:20px;
	width: 850px;
	border: 0px solid #FFFFFF;
	text-align: left;
	/*background-color:#FFFFFF*/;
	/*position: relative;*/
/*	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	 /*height:100%; voor IE */
}

#header {
	width: 850px;
	height: 120px;
	background-image:url(afbeeldingen/header.jpg);
	background-repeat:no-repeat;
}

#menu {
	width: 850px;
	height: 30px;
	background-color:#800000;
	color:#FFFFFF;
}

/*  content gedeelte */


#container-content {
	width: 850px;
	background-color:#FFFFFF;
}


#content {
	float: left;
	width: 570px;
	min-height:350px;
	padding-left:10px;
	margin-top:15px;
	/*font-family: Verdana;*/
	font-family:"Trebuchet MS";
	font-size: 13px;
	text-align:left;

/*	background-color:#00FF33;*/
}

#right{
	float:right;
	width:260px;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
}
#right-under{
	float:right;
	width:250px;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	margin-top:15px;
	/*background-color:#E6E6E6;*/
	font-family: "Trebuchet MS";
	font-size: 13px;
	color:#000000;
	line-height:20px;
	text-align:right;
	padding-right:10px;
}

.rood{
	color:#800000;
	font-weight:bold;
}

#mt-left{
	float:left;
	padding-left:20px;
	line-height:20px;
	min-height:40px;
	padding-top:5px;
	width:220px;
}
.aanleveren p{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color:#800000;
	text-align:right;
}

.marquee{
	font-family: "Trebuchet MS";
	font-size: 13px;
	color:#800000;
}

#mt-right{
	float:right;
	width:130px;

}

input.mt-inlog{
	background-color:#800000;
	border: 0px;
	outline:0px;
	margin-left:10px;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	cursor:pointer;
}

input.mt-inlog:hover{
	background-color:#993333;
}

/*  footer gedeelte */

#footer {
	/*position: absolute;
	bottom: 0;  heel belangrijk */
	width: 850px;
	height:60px;
	min-height:60px;
	background-color:#FFFFFF;
	background-image:none;
	background-repeat:no-repeat;
	background-position:right;
}

#bottom {
	width: 530px;
	height: 60px;
	text-align:left;
	padding-left:10px;
/*	padding-right:10px;*/
/*	background-image:url(afbeeldingen/topbg.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
	font: 12px "Trebuchet MS";
	color:#000000;
	line-height:18px;
}

.clear {
	clear: both;
}

/* links */
a{
	color: #800000;
	text-decoration: none;
}
a:visited{
	color: #800000;
	text-decoration: none;
}
a:hover{
	color: #800000;
	text-decoration: underline;
}

#designview a{
	color: #FFFFFF;
	text-decoration: underline;
}
#designview a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
#designview a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


#top a{
	color: #000000;
	text-decoration: underline;
}
#top a:visited{
	color: #000000;
	text-decoration: underline;
}
#top a:hover{
	color: #000000;
	text-decoration: none;
}

/* aanvraagformulier */

.object {
	border: 0px solid #000000;
	float: left;
	width: 250px;
/*	margin-top:20px;*/
}
.row {
	border: 0px solid #000000;
	width:20px;
	height:20px;
	float:left;
}
.rowright {
	border: 0px solid #000000;
	width:230px;
	height:20px;
	float: left;
}
.object_kop {
	line-height:30px;
	/*padding-bottom:10px;*/
	font-weight:bold;
}

