html, body {
	height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

body, td, th, textarea, input{
	font-size: 11px;
    font-family: Verdana, tahoma, arial, sans-serif;

}

textarea{
   	border: 1px solid #666;
}

h1 {
	font-size: 28px;
	color: #666;
}
h2 {font-size: 1.3em;
	color: #666;
}
h3 {font-size: 1.1em;
	color: #666;
}

img{border: none;}

a.visited, a{
	color: blue;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#container{
	width: 1000px;
	height: 100%;
	min-height: 100%;
	text-align: left;
	margin: 0px auto;
	position: relative;
    background-color: white;
}

td{
	vertical-align: top;
}

.left{
	width: 250px;
	background-position: bottom left;
	background-repeat: no-repeat;
    background-image: url('http://www.whitetree.com/upload/1/images/ornament_groen.gif');
    vertical-align: bottom;
    background-color: #CED300;


}

.middle{
	padding-right: 25px;
    padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #E7EB84;
    line-height: 175%;
    font-size: 11px;
}

.right{
	background-color: #EFF3AD;
    line-height: 150%;
    font-size: 11px;
}

div#page_short_description{
	font-weight: bold;
	color: black;
}

div#page_body{
	color: black;
}

.right{
	width: 170px;
	border-left: 1px solid white;
	background-color: #EFF3AD;
}

#header{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0px;
	background: white;
	width: 100%;
	height: 160px;
	color: #fff;
	z-index: 10;
	border-bottom: 1px solid white;
	margin-right: -15px; /* see ie/mac hack below */
}


div#language_switch{
    position: absolute;
	bottom: 0px;
    width: 230px;
    background-color: #CAD200;
    color: white;
    height: 22px;
    vertical-align: middle;
    padding-right: 20px;
    line-height: 22px;
    text-align: left;
    z-index: 2;
}
div#language_switch a{
	font-size: 10px;
	line-height:22px;
	display:inline-block;
}

div#menu_fake{
    position: absolute;
	bottom: 50px;
    width: 600px;
    left: 222px;
    background-color: white;
    color: white;
    height: 5px;
    vertical-align: middle;
	line-height: 1px;
    font-size: 1px;
}

div#menu_fake2{
    position: absolute;
	bottom: 22px;
    left: 222px;
    width: 40px;
    background-color: white;
    color: white;
    height: 22px;
    vertical-align: middle;
	line-height: 1px;
    font-size: 1px;
}

div#language_switch a{
	color: white;
	text-decoration: none;
}

div#language_switch a:hover{
	text-decoration: underline;
}

div#menu_placeholder{
	position: absolute;
    bottom: 0px;
    height: 22px;
    width: 100%;
	background-color: #EFF3AD;
    z-index: 1;
}

div#menu{
	position: absolute;
    top: -27px;
	margin-left: 240px;
	color: black;
    height: 21px;
    padding-left: 10px;
    width: 580px;
}

div.submenu{
	display: none;
    position: absolute;
    top: -1px;
    border-top: 1px solid white;
    height: 22px;
    left: 250px;
	width: 600px;
}

#menu li, .submenu li
{
	list-style: none;
	display: block;
	width: auto;
	float: left;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	height: 22px
}

#menu li{
	color: black;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.submenu li a{
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
    line-height: 22px;
}

.submenu li a:hover{
	color: black;
	text-decoration: none;
}

div#print{
	position: absolute;
    bottom: 0px;
    right: 0px;
	color: black;
    height:22px;
    padding-right: 10px;
    line-height: 22px;
    width: 130px;
    color: #666;
    text-align: right;
}

div#print a{
	text-decoration: none;
	color: #666666;
	font-size: 10px;
}

div#search{
	position: absolute;
    right: 0px;
    bottom: 22px;
    height: 22px;
    z-index: 4;
    color: black;
    line-height: 22px;
}

div#search a{
	text-decoration: none;
	color: black;
    font-size: 11px;
}

div#search a:hover{
	text-decoration: underline;
	color: black;
}

.input{
	width: 85px;
    border: 1px solid #666666;
}

div#quick_reference{
	padding: 0px;
    margin: 0px;
    height: 24px;
    line-height: 24px;
    color: white;
    font-weight: bold;
    background-color: #CAD200;
    text-align: center;
    font-size: 11px;
}

div#right_text{
	padding: 10px;
}

div.sitemap li{
	padding-top: 5px;
	list-style: none;
}
div.sitemap ul{
	list-style: square;
}



div.sitemap a{

	color: black;
}

.rinput{
	border: 1px solid #666;
}

input.error{
	background-color: #FFCCCC;
}