/*
 * Styles t.b.v. positionering
 */
#contentContainer {
	position: absolute;
	top: 80px;
	bottom: 20px;
	left: 250px;
	right: 5px;
	background-color: #bde9de;
	vertical-align: top;
	overflow: auto;
}

#content {
	margin: 5px auto;
	width: 500px;
	font-family: arial, helvetica, sans-serif; 
	font-size: medium;
	text-align: left;
}

#header {
	position: absolute;
	left: 5px;
	top: 0px;
	right: 5px;
	height: 80px;
	background-image: url(../images/menu/headerbg.gif);
	background-repeat: repeat-x;
}

#logo {
	position: absolute;
	top: 0px;
	left: -5px;
}

#adres {
	position: absolute;
	top: 0px;
	right: 0px;
}

#mainmenu {
	position: absolute;
	left: 5px;
	top: 80px;
	bottom: 20px;
	width: 97px;
	background-color: #007060;
}

#submenu {
	position: absolute;
	left: 110px;
	top: 80px;
	width: 130px;
	font-family: arial, helvetica, sans-serif; 
	font-size: x-small;
}

#footer {
	position: absolute;
	bottom: 10px;
	height: 10px;
	right: 5px;
	text-align: right;
	font-family: arial, helvetica, sans-serif; 
	font-size: x-small;
}

/*
 * Overige styles
 */

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#content h1 {
	background-color: #007060;
	color: #f3d200;
	width: 99%;
	font-size: large;
	text-align: left;
	padding: 4px;
}

#content em {
	color: #007366;
	text-decoration: italic;
	font-weight: bold;
}

#content a:link, #content a:visited {
	text-decoration: none; 
	color: red;
}

#content a:active, #content a:hover {
	text-decoration: underline; 
	color: blue;
}

#content ul {
	list-style-image: url('../images/menu/bullet_gr.gif');
	padding: 0px 0px 0px 12px;
	margin-left: 5px;
}

#content p {
	margin: 0px 0px 10px 0px;
}

#footer a:link, #footer a:visited {
	text-decoration: none; 
	color: red;
}

#footer a:active, #footer a:hover {
	text-decoration: none; 
	color: blue;
}

#submenu p {
	margin: 0px 0px 10px 0px;
}

#submenu a:link, #submenu a:visited {
	text-decoration: none; 
	color: red;
}

#submenu a:active, #submenu a:hover {
	text-decoration: none; 
	color: blue;
}

.formError { 
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: red;
}

/*
 * Menu styles
 */

#mainmenu a {
	width: 97px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

#mainmenu a span {
	display: none;
}

#mainmenu a:link:hover, #mainmenu a:visited:hover {
	background-position: 0 -46px;
}

#mainmenu a:link:active, #mainmenu a:visited:active {
	background-position: 0 -46px;
}

#mainmenu a.selected {
	background-position: 0 -46px;
}

#mainmenu a#algemeen {
	background-image: url(../images/menu/algemeen.gif);
}

#mainmenu a#traktoren {
	background-image: url(../images/menu/traktoren.gif);
}

#mainmenu a#landbouw {
	background-image: url(../images/menu/landbouw.gif);
}

#mainmenu a#tuinpark {
	background-image: url(../images/menu/tuinpark.gif);
}

#mainmenu a#industrie {
	background-image: url(../images/menu/industrie.gif);
}

#mainmenu a#grond {
	background-image: url(../images/menu/grond.gif);
}

#mainmenu a#melkinstal {
	background-image: url(../images/menu/melkinstal.gif);
}
