body {
	font-family:"Verdana", Tahoma, Arial;
	font-size:100%;
}
#container {
	width:930px;
	margin-left:20px;
	margin-top:20px;
}
#header {
	width:930px;
	height:100px;
}
h1.header {
	font-size:25px;
	margin:0px;
	color:#DF0101;
}
#logo {
	float:left;
	width:304px;
	height:100px;
}
#topleft {
	float:left;
	width:600px;
	height:100px;
	margin-right:20px;
}
/* BEGIN LINKER DIV STYLE*/
#leftdiv {
	float:left;
	width:600px;
	margin-right:20px;
}
h1.titel {
	font-size:25px;
	margin:0px;
}
h2.titel {
	font-size:16px;
	margin:15px 0px 0px 0px;
	color:#000;
}
h4.welkom {
	font-size:18px;
	color:#6E6E6E;
	margin:0px;
}
p.normal {
	margin:0px;
	color:#6E6E6E;
}
p.normal a {
	color:#6E6E6E;
	text-decoration: none;
	border-bottom:1px dotted #FF0000;
}
p.normal a:hover {
	color:#000000;
	text-decoration: none;
	border-bottom:1px dotted #FF0000;
}
p.titel {
	margin:0px;
}
p.mleft {
	margin:0 0 0 30px;
	color:#6E6E6E;
}
div.portfolio {
	width:600px;
	height:150px;
	margin-bottom:20px;
	border-bottom:5px solid #efefef;
	display:table;
	
}
div.portfolio:hover {
	border-bottom:5px solid #DF0101;
}
div.portfolio p.normal {
	color:#6E6E6E;
	text-decoration: none;
	padding:5px 0 5px 0;
}
div.portfolio p.title {
	font-size:16px;
	font-weight:bold;
	margin:0 0 15px 0;
	color:#000;
}
div.portfolio a {
	color:#6E6E6E;
	text-decoration: none;
	border-bottom:1px dotted #FF0000;
}
div.portfolio a:hover {
	color:#FF0000;
	text-decoration: none;
	border-bottom:1px solid #FF0000;
}

/* BEGIN RECHTER DIV STYLE*/
#rightdiv {
	float:left;
	width:304px;
}
.rmenu {
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  }
.rmenu li {
  float:left;
  min-width:300px;
  }
.rmenu a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:300px; 
  }
* html .rmenu a {
  width:300px;
  }
.rmenu p{
  display:block; 
  color:#FFF; 
  background:#000; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  padding:4px;
  margin:0px;
  font-weight:bold;
  }
.rmenu a span {
  display:block; 
  color:#FFF; 
  background:#DF0101; 
  border:1px solid #fff; 
  border-width:2px 1px; 
  padding:4px; 
  }
* html .rmenu a span {
  width:100px; 
  cursor:hand; 
  width:66px;
  }
.rmenu a b {
  display:block; 
  border-bottom:2px solid #0000;
  }
.rmenu a:hover {
  background:#fff;
  }
.rmenu a:hover span {
  color:#fff; 
  background:#000;
  }

/* BEGIN FOOTER STYLE */
#footer {
	float:left;
	width:600px;
	margin-top:20px;
	border-top:2px solid #DF0101;
	font-size:80%;
	text-align:left;
}

/* IMG STYLES */

img.info {
	width:600px;
	height:100px;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #DF0101;
	border-bottom:1px solid #DF0101;
}

/* FORM STYLES */
label {
	float: left;
	width: 240px;
	font-weight: bold;
}
input.tekst {
	width:350px;
	border:1px solid #6E6E6E;
}
input.tekst:hover {
	width:350px;
	border:1px solid #000000;
}
input.notok {
	width:350px;
	border:1px solid #FF0000;
}
textarea.tekst {
	width:350px;
	height:200px;
	border:1px solid #6E6E6E;
	margin-bottom:10px;
}
textarea.tekst:hover {
	width:350px;
	height:200px;
	border:1px solid #000000;
	margin-bottom:10px;
}
textarea.notok {
	width:350px;
	height:200px;
	border:1px solid #FF0000;
	margin-bottom:10px;
}
.button {
	border:1px solid #000000;
	background-color:#6E6E6E;
	color:#000000;
	height:20px;
	width:100px;
	text-align:center;
	margin-left:240px;
}
p.forminfo {
	margin-left:240px;
	font-size:10px;
	width:350px;
}
