/* CSS Document */
BODY {
}

.lettertype 	{ 
font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS"; 
font-size:12px;
}

H1 { font-size:12px; }
H2 { font-size:12px; }

.lettertype_kleingrijs {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:9px;
	color:#636d66;
}

.lettertype_kleinwit {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:9px;
	color:#ffffff;
}

.lettertype_kleinwit A {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:9px;
	color:#ffffff;
	text-decoration:none;
}
.lettertype_groot {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:12px;
	color:#636d66;
	font-weight:bold;
	text-decoration:none;
}

.lettertype p {
	padding:0px; margin: 0px;
	font-size:11px;
}

.lettertype .default {
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
}
.lettertype li {
	font-size:11px;
	line-height:13px;

}

#container {
	width:993px;
	height:100%
}


.headerorange {
	float: left;
	width: 993px;
	height: 20px;
	background-color: #ca7f00;
	border-bottom: 1px solid white;
}

.headerlogo {
	margin-left:15px;
	float:left;
	width:692px;
	height:85px;

}

#menu_left {
	background-color:#ffffff;
	float:left;
	height:600px;
	width:20px;
	border-right:1px solid white;
}

#menu_left A {
	text-decoration : none;
}


#menu_left #menu_item_left {
	float:left;
	font-size:10px;
	background-color: #636d66;
	width:68px;
	height:48px;
	padding-left:6px;
	padding-top:11px;
	border-bottom:1px solid white;
	color:white;
	cursor:hand;
}

#content {
	float:left;
	width:450px;
	pa/dding-bottom:0px;
	background-color:#ffffff;
	font-size:11px;
	/*height:339px;*/
}

form {
	margin-top: 10px;
	margin-bottom: 10px;
}


#content A{
color:#c05906;
font-weight:bold;
text-decoration:none;
cursor:hand;

}

#content A:HOVER{
color:#c05906;
font-weight:bold;
text-decoration:underline;
cursor:hand;

}

#content #maintab A{
color:#ffffff;
font-weight:normal;
text-decoration:none;
cursor:hand;

}

#content #maintab A:HOVER{
color:#ffffff;
font-weight:normal;
text-decoration:underline;
cursor:hand;

}


#content p {
padding:0px; margin: 0px;
}

#content .default {
padding-top:10px;
padding-left:10px;
padding-right:10px;
}

#content FORM .input {
width:250px;
border:1px solid #c05906;
}

#content FORM .select {
width:125px;
border:1px solid #c05906;
}

#content FORM .textarea {
width:250px;
border:1px solid #c05906;
}

#content FORM .button {
background-color:#999999;
color:white;
font-size:11px;
border:1px solid #666666;
font-weight:bold;
cursor:hand;
}

#content FORM  {
	background-color:#E1E1E1;
	border:1px solid #999999;
	padding:10px;
}

#content FORM TD {
	padding:1px;
}

#menu_right {

	margin:auto;
	float:right;
	min-height:600px;
	background-color:#ffffff;
}


#footer{
	width:993px;
	float:left;
	height:80px;
	background-color:#666666;
}


.oranjeleft{
	border-top:1px solid white;
	width:75px;
	height:15px;
	float:left;
	background-color:#ca7f00;
}

.leftgrijs{
border-top:1px solid white;
width:75px;
float:left;
height:15px;
}

.oranje{
border-top:1px solid white;
width:917px;
height:15px;
float:left;
background-color:#ca7f00;
}

.menuonder{
  border-top:1px solid white;
  width:917px;
  height:15px;
  float:left;
}
#mainframe {
	width:993px;
}

#container {
  width:990px;
}
div#form-bg {
	background-color: #fff;
	height: 213px;
	width: 450px;
	border: 1px solid #ca7f00;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}
div#form-bg p {
	margin-left: 10px;
	margin-right: 10px;
}
div#landen-menu {
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
div#landen-menu a {
	display: block;
	background-color: #ca7f00;
	color: #fff;
	font-weight: bold;
	float: left;
	width: 143px;
	text-align: center;
}
div#landen-menu a:hover {
	background-color: #fff;
	color: #ca7f00;
}
div#landen-menu a:active {
	background-color: #fff;
	color: #ca7f00;
	border-bottom: #000;
}
div#contentRechts {
	position: relative;
	top: 0px;
	border: 1px solid green;
}