/* ALGEMEEN */
body, html{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	height: 100%;
	width: 100%;
	color: #333333;
}
h1{
	font-size: 13px;
	padding:0px;
	margin:0px;
	color:#006699;
	letter-spacing: 0.2px;
    padding-bottom:10px;
}

h2{
	font-size: 11px;
	color:#006699;
	padding:0px;
	margin:0px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h3{
	font-size: 14px;
	padding:0px;
	margin:0px;
	font-weight: normal;
}

div, p, ul, img{
	padding:0px; 
	margin:0px;
}
ul{
	list-style-type:none;
	}
#main{
	width: 741px;
	margin: 16px auto;
	display: block;
	background-image:  url("../images/backg_content.gif");
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;	
}
/* /ALGEMEEN */

/* TOP */
#top{
	height:114px;
	border-bottom: 5px solid #99CCFF;
	padding: 0px 0 0;
	color: #333333;
	margin-bottom: 13px;
	display: block;
	width: 728px;
	position: relative;
}
#top_logo{
	width:234px;
	height:80px;
}
#top_banner{
	width:481px;
	height:80px;
	position:absolute;
	right:0px;
	top: 10px;
}
#top_banner h1{
	width:468px;
	height:60px;
	top:10px;
	display: block;
	position: absolute;
	right: 0px;
}
/* /TOP */

/* HEADER */
#header{
	width: 728px;
	height: 133px;
	margin-bottom: 13px;
}

#headerscroll{
	width: 479px;
	height: 93px;
	background-image: url(../images/header_img_scroll.gif);
	padding-left: 1px;
	padding-top: 40px;
	background-repeat: no-repeat;
	padding-right: 1px;
}

#header_left{
	float: left;
	width:232px;
	/*min-height:133px;
	max-height:133px;*/
	background-color: #99CC33;
	border: 1px solid #999999;
}

#header_middle{
	width:232px;
	height:133px;
	background-color: #99CC33;
	border: 1px solid #999999;
	float: left;
	margin-left: 0px;
}

#header_right{
	float: right;
	width:232px;
	height:133px;
	background-color: #99CC33;
	border: 1px solid #999999;
}

#header_right481px{
	float: right;
	width:481px;
	height:133px;
}

#headerimage{
	width:481px;
	height:177px;
	position:absolute;
	top:0px;
	right:0px;
}
/* /HEADER */

/* CONTENT */
#content{
	width: 728px;
	margin-bottom: 13px;
	min-height:300px;
}

#content a {
	color: #006699;
	text-decoration:none;
}

#content a:hover {
    color: #006699;
    text-decoration:underline;
}

#content a:hover p {
    color: #333333;
    text-decoration:underline;
}

/* CONTENT LEDEN */
#content_l_l{
	float: left;
	width:234px;
}
#content_l_r{
	float: right;
	background-color: #FFFFFF;
	width:481px;
	padding-bottom:16px;

}
/* /CONTENT LEDEN*/
/* /CONTENT */

/* FOOTER */
#footer{
	clear: both;
	height: 64px;
	padding: 20px 0 0 0px;
	background: #99CC33;
	width: 741px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #99CCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom:0px;
	background-image:  url("../images/backg_footer.gif");
}
/* /FOOTER */


div.form span {
    color:#336699;
}

div.form div.fields input, div.form div.fields textarea {
    width:100%;
}

#top_help A {	
    PADDING-LEFT: 16px;	
    FONT-WEIGHT: bold;	
    FONT-SIZE: 10px;	
    BACKGROUND-IMAGE: url(../images/img06.gif);	
    TEXT-TRANSFORM: uppercase;	
    COLOR: #333333;	
    BACKGROUND-REPEAT: no-repeat;	
    FONT-FAMILY: "Trebuchet MS", verdana, arial, helvetica, sans-serif;	
    LETTER-SPACING: 1px;	
    TEXT-DECORATION: none;
}

/* ============= printLabel =============== */
.print a{
	font-size: 10px;
	letter-spacing: 1px;
	text-decoration:none;
	padding-left: 5px;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}

.print a:hover {
	text-decoration: underline;
}
/* ============= End printLAbel =============== */