html, body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-image:url(./images/achtergrond.gif);
	background-repeat:repeat;
}

#frame {
	width:800;
	margin-right:0px;
	margin-left:0px;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image:url(./images/logo_achtergrond.gif);
	background-repeat:no-repeat;
	height:100%;
	min-height:100%;
	}

#contentleft {
	width:570px;
	padding:0px;
	float:left;
	font-family:verdana;
	font-size:9pt;
	margin-bottom:100px;
	}
	
#contentright {
	position:absolute;
	left:570px;
	top:120px;
	width:180px;
	padding:0px;
	font-family:verdana;
	font-size:10px;
	background-color:#EEEEEE;
	}
	
#contentheader {
	font-size:14px;
	padding:0px;
	margin:0px;
	background-image:url('images/achtergrond_header.gif')
	}

#subnav_bedrijf {
	width:100%;
	height:20px;
	background-color:#ABC7FF;
	}

#subnav_assor {
	width:100%;
	height:20px;
	background-color:#B8D900;
	}

#subnav_verkoop {
	width:100%;
	height:20px;
	background-color:#F29100;
	}

#subnav_portals {
	width:100%;
	height:20px;
	background-color:#E1D54B;
	}

#subnav_aanmelden {
	width:100%;
	height:20px;
	background-color:#CCCCCC;
	}

#navmap {
	padding-bottom:0px;
	font-weight:bold;
	}

#table {
	border-width:1px;
	}

#leftphoto {
	position:relative;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px; 
	}

#lefttext {
	margin-left:10px;
	margin-right:50px;
	margin-top:8px;
	}

#introtext1 {
	margin-top:8px;
	margin-left:30px;
	width:230px;
	position: absolute;
	}

#introtext2 {
	margin-top:8px;
	margin-left:300px;
	width:230px;
	position: absolute;
	}
	
#introtext3 {
       margin-top:250px;
       margin-left:110px;
       position: absolute;
       }
					

#aanmeld_form{
	position:absolute;
	width:480px;
	left:70px;
	height:auto;
	}

strong.error {
	font-family:verdana;
	font-size:10px;
	color: red;
}

INPUT.submit {
	border-width:1px;
	border-color:black;
	color:black;
	font-family:Trebuchet MS, Verdana, Helvetica, Arial, Sans-serif;
	font-size:small;
	width:159px;
	}

INPUT.invalid {
  background-color: pink;
}

A:link {
	text-decoration:none;
	color:black;
	}
A:visited {
	text-decoration:none;
	color:black;
	}
A:active {
	text-decoration:none;
	}
A:hover {
	text-decoration:underline;
	}
