/***************** elements ****************/

body {
	margin: 0px;
	background-color: #1E1E1E;
	background-image: url(../images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

table, img {
	border: none;
}

tr {
	vertical-align: top;
}

td,input {
	font-family: Verdana;
	font-size: 11px;
	/*color: #767676;*/
}

a {
	color: #044682;
	text-decoration: none;
}

/***************** classes ****************/

table.main {
	background-image: url(../images/bg-main.jpg);
	background-position: top;
	background-repeat: repeat-y;
	width: 1000px;
}

td.top {
	width: 1000px;
	background-image: url(../images/top-particulier.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

table.bottom {
	width: 1000px;
	background-image: url(../images/bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

td.main-top {
	height: 257px;
}

td.links {
	width: 195px;
}

td.rechts {
	width: 195px;
}

table.links {
	margin-left: 4px;
	margin-right: 14px;
}

td.vestiging {
	width: 177px;
	height: 74px;
	background-image: url(../images/bg-vestiging.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

table.vestiging {
	margin-left: 18px;
	margin-top: 9px;
}

td.vest-vestiging, td.leerling-login {
	color: #044682;
	font-weight: bold;
}

td.vest-adres, td.vest-pc-plaats, td.vest-telefoon {
	color: #444444;
}

a.vest-email {
	color: #044682;
	text-decoration: none;
}

td.bottom {
	height: 88px;
	padding-top: 67px;
	text-align: center;
	color: White;
}

table.rechts {
	margin-left: 11px;
	margin-right: 4px;
}

td.nieuws {
	background-image: url(../images/nieuws-filler.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

table.nieuws {
	background-image: url(../images/nieuws-top.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 180px;
}

td.cur-login {
	background-image: url(../images/cursisten-login.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 200px;
}

table.cur-login {
	margin-top: 45px;
	margin-left: 14px;
}

table.hfdmenu {
	margin-top: 225px;
	margin-left: 32px;
}

table.textbody {
	margin-bottom: 24px;
	margin-left: 18px;
	margin-top: 24px;
	margin-right: 18px;
}

a.hfdmenu {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: White;
}

a.hfdmenu:hover {
	color: #bf0060;
}

a.leerling-login {
	color: #044682;
	font-weight: bold;
	text-decoration: none;
}

td.leerling-vergeten {
	padding-top: 8px;
	color: #323232;
}

td.leerling-klik {
	padding-top: 8px;
	color: #044682;
}

a.leerling-klik {
	color: #044682;
	text-decoration: none;
}

td.online-motor {
	padding-top: 50px;
}

td.online-auto, td.online-aanhanger {
	padding-top: 5px;
}

a.online-melden {
	color: #044682;
	text-decoration: none;
}

td.nieuws-datum {
	height: 33px;
	background-image: url(../images/datum-bg.jpg);
	background-position: bottom 10px;
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-left: 14px;
	color: White;
	
}

td.nieuws-tekst {
	padding-top: 5px;
	padding-left: 14px;
	line-height: 16px;
	padding-right: 14px;
}

td.hfdmenu {
	width: 759px;
}

a.bottommenu {
	color: #024589;
}

td.hmneu {
	color: #00386b;
}

a.hmenu {
	color: #00386b;
	font-weight: bold;
	font-size: 12px;
}

/***************** id s ****************/

#menuh {
  float: left;
  border-color: Lime;
}

#menuh ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  padding-right: 5px;
  height: 20px;
}

#menuh ul li {
	padding-right: 47px;  
	border-color: #4b7fa6;

}

#menuh ul ul li {
  border-color: #4b7fa6;
	padding: 0px;
	border-left: solid;
	border-right: solid;
	border-left-width: 1px;
	border-right-width: 1px;
}

#menuh ul ul {
  position: absolute;
  z-index: 500;
  padding-top: 12px;
  left: -10px;
}

#menuh ul ul ul {
  top: 0;
  left: 100%;
}

div#menuh ul ul, div#menuh ul li:hover ul ul, div#menuh ul ul li:hover ul ul {
  display: none;
}

div#menuh ul li:hover ul, div#menuh ul ul li:hover ul, div#menuh ul ul ul li:hover ul {
  display: block;
}

/********************  classes tbv menu  ********************/

#menuh a {
	display: block;
	margin: 0;
}

#menuh ul ul a {
	display: block;
	margin: 0;
	padding-left: 10px;
	padding-right: 5px;
	color: white;
	text-decoration: none;
	width:241px;
	padding-top: 5px;
	background-color: #5ab7e7;
	height: 23px;
	font-size: 12px;
}

#menuh ul ul a:hover {
   background-color: #E6E6E6;
	color: #646464;
}

#menuh li {
	position: relative;
}

#last {
	border-bottom: solid;
	border-bottom-width: 1px;
}

.middle {
	float:						left;
	width:						597px;
	margin:						0px 0px 0px 11px;	
	border:						1px solid #d5d5d5;
	border-width:				1px 1px 0px 1px;
	min-height:					680px;		                    
	/* fix for ie 6 here */
	_height:					auto !important;
	_height:					680px;
	padding:					5px;
	
}

hr {
	border: 0;
	border-bottom: 1px solid #cccccc;
}

h1 {
	color: #044682;
}