/* MAIN STUFF */

#main {
	/*background: #FFF url(../media/images/bg_color_01.gif) repeat-y;*/
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#535414;
}

#main_admin {
	margin: 30px;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#535414;
}

#head {
	position: absolute;
	background: url(../media/images/head.gif) no-repeat;
	width: 763px;
	height: 233px;
	margin: 0 0 0 70px;
}

#left_print {
	position: absolute;
	margin: 247px 0 0 70px;
}

/*
#bg_print {
	position: absolute;
	margin: 130px 0 30px 540px;
	z-index: -1;
	width: 293px;
	height: 446px;
	background: url(../media/images/bg_print_1.gif) no-repeat;
}
*/

#bg_print {
	position: absolute;
	margin: 597px 0 0 590px;
	z-index: -1;
	width: 251px;
	height: 302px;
	background: url(../media/images/bg_bloem2.gif) no-repeat;
}

/* NAVIGATION */

#navigation {
	position: absolute;
	margin: 64px 0 0 193px;
}

#sub_navigation {
	position: absolute;
	margin: 247px 0 0 193px;
	/*background: #EEE;*/
}

/* CONTENT */

#content_home {
	position: absolute;
	margin: 229px 0 20px 193px;
	width: 640px;
	height: 400px;
	/*background: #EEE;*/
}

#content_home_img1 {
	/*background: url(../media/images/temp_home_1.gif) no-repeat;*/
	position: absolute;
	margin: 97px 0 0 629px;
	width: 166px;
	height: 132px;
	/*background: #EEE;*/
}

#content {
	position: absolute;
	margin: 310px 0 20px 193px;
	width: 640px;
	/*background: #EEE;*/
}

.content_txt {
	width: 480px;
	margin: 0 0 60px 0;
	background: url(../media/images/bg_bloem1.gif) no-repeat;
	/*background: #EEE;*/
}

.content_menu {
	width: 550px;
	margin: 0;
}

#img_box {
	margin: 30px 0 40px 0;
}

#res_form {
	width: 410px;
	border: 0px;
	margin: 0;
	padding: 0;
}

.questionmark {
	float: left;
	height: 70px;
	width: 21px;
	margin: 1px 0 0 0;
	text-align: left;
}

#footer {
	padding: 10px 0 10px 0;
	width: 410px;
	font-size: 9px;
	color: #B8B84B;
}
#footer_home {
	margin: 60px 0 10px 0;
	padding: 10px 0 10px 0;
	width: 640px;
	font-size: 9px;
	color: #B8B84B;
}


.feature_img {
	padding: 2px 0 5px 0;
}

.features {
	font: 10px Verdana, sans-serif; 
	color: #88929E;
	line-height: 14px;
	text-transform: uppercase;
}

.f1 {
	padding: 10px;
	float: left;
	width: 140px;

}

.f2 {
	background: url(../media/images/f_line.gif) repeat-y;
	padding: 10px;
	float: left;
	width: 140px;
	/*background: #DEC;*/
}

.f3 {
	background: url(../media/images/f_line.gif) repeat-y;
	padding: 10px;
	float: left;
	width: 140px;
	/*background: #CED;*/
}

.f4 {
	background: url(../media/images/f_line.gif) no-repeat;
	padding: 10px;
	float: left;
	width: 140px;
	/*background: #DDE;*/
}

A.feature_link:link, A.feature_link:active, A.feature_link:visited  {
	font-size: 10px;
	color: #88929E;	
	text-decoration: underline;
}

A.feature_link:hover {
	color: #585F67;
	text-decoration: underline;
}
A.feature_link2:link, A.feature_link2:active, A.feature_link2:visited  {
	font-size: 10px;
	color: #88929E;	
	text-decoration: underline;
	text-transform: lowercase;
}

A.feature_link2:hover {
	color: #585F67;
	text-decoration: underline;
	text-transform: lowercase;
}




/* TYPOGRAPHY */

h1 {
	font: bold 12px "Avenir", Helvetica, "Lucida Grande", Verdana, sans-serif; 
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

h2 {
	font: bold 12px "Avenir", Helvetica, "Lucida Grande", Verdana, sans-serif; 
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 10px;
	font-weight: bold;
	color: #999933;
	margin-bottom: 0px;
	margin-top: -16px;





}

A:link, A:active, A:visited  {
	font-size:10px;
	color: #535414;	
	text-decoration: underline;
}

A:hover {
	color: #B8B84B;
	text-decoration: underline;
}

.subnav {
	font: bold 10px "Lucida Grande", Verdana, sans-serif; 
	text-decoration: underline;
}

A.subnav:link, A.subnav:active, A.subnav:visited  {
	font-size: 10px;
	color: #535414;	
	text-decoration: none;
}

A.subnav:hover {
	color: #B8B84B;
	text-decoration: none;
}

.menu_1 {
	text-transform: uppercase;
	font-size: 10px;
}

.menu_2 {
	font-size: 10px;
	color: #B8B84B;	
}

.admin {
	font-size: 10px;
}

.alt {
	font-size:9px;
	color: #B8B84B;
}
.alt2 {
	font-size:9px;
	color: #B8B84B;
	padding-left: 30px;
}

A.alt:link, A.alt:active, A.alt:visited  {
	font-size:9px;
	color: #B8B84B;	
	text-decoration: underline;
}

A.alt:hover {
	color: #535414;
	text-decoration: underline;
}

.small {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color:#535414;
}

.red {
	color:#CC3333;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

/* form elements */

.field_1 {
	margin: 0;
	padding: 1px;
	border-width: 1px;
	border-color: #CCC;
	width: 273px;
	font-family: Verdana, sans serif;
	font-size: 10px;
	color:#535414;
}

.field_2 {
	margin: 0;
	padding: 0px;
	border-width: 1px;
	border-color: #CCC;
	width: 134px;
	font-family: Verdana, sans serif;
	font-size: 10px;
	color:#535414;
}

.field_3 {
	margin: 0;
	padding: 0px;
	border-width: 1px;
	border-color: #CCC;
	width: 49px;
	font-family: Verdana, sans serif;
	font-size: 10px;
	color:#535414;
}

.field_4 {
	margin: 0;
	padding: 0px;
	border-width: 1px;
	border-color: #CCC;
	width: 79px;
	font-family: Verdana, sans serif;
	font-size: 10px;
	color:#535414;
}

.field_5 {
	margin: 0;
	padding: 0px;
	border-width: 1px;
	border-color: #CCC;
	width: 273px;
	height: 60px;
	font-family: Verdana, sans serif;
	font-size: 10px;
	color:#535414;
}

.field_6 {
	margin: 0;
	padding: 1px;
	border-width: 1px;
	border-color: #CCC;
	width: 476px;
	font-family: Verdana, sans serif;
	font-size: 10px;
	color:#535414;
}

.field_area {
	margin: 0;
	padding: 1px;
	border-width: 1px;
	border-color: #CCC;
	width: 476px;
	font-family: Verdana, sans serif;
	font-size: 10px;
	color:#535414;
}

.pull {
	margin: 0;
	padding: 0;
	height: 14px;
	background-color: #D4DEE6;
	font-family: Verdana, sans serif;
	font-size: 9px;
	color:#535414;
}

.but {
	margin: 0;
	padding: 0;
	width: 80px;
	background-color: #D4DEE6;
	font-family: Verdana, sans serif;
	font-size: 9px;
	color:#535414;
}

.but_1 {
	margin: 0;
	padding: 0;
	width: 130px;
	background-color: #D4DEE6;
	font-family: Verdana, sans serif;
	font-size: 9px;
	color:#535414;
}
ul {
	margin-left: 8px;
	padding-left: 8px;
}
.contentTxtMenuTop {

	width: 480px;
	margin: 0 0 30px;
	background: url(../media/images/bg_bloem1.gif) no-repeat;
}
li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../media/images/bullet.gif);
}
