html {
	overflow-y: scroll;
	height: 100%;
}

body {
	margin:0px;
	background-color:#FFFFFF;
}

a{
	/*
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
	*/
}


header_bg{
	float:left;
	width:100%;
	min-width:1000px;
	height:200px;
	position:fixed;
	z-index:30;
	background-image:url(../graphics/bg_repeat_header.png);
	background-repeat:repeat-x;
	overflow:visible;
}

#bg_top_layer {
	position:absolute;
	width:100%;
	height:98px;
	left:0px;
	top:0px;
	z-index:25;
	background-color:#a7a8ab;
}
#bg_top_layer_white{
	width:50%;
	height:98px;
	right:0px;
	top:0px;
	z-index:25;
	float:right;
	background-color:#FFFFFF;
}
#top_logo_header_layer{
	position:relative;
	width:1000px;
	height:100px;
	left:0px;
	top:0px;
	z-index:30;
	overflow:visible;
	background-image:url(../graphics/bg_logo_header.png);
	background-repeat:no-repeat;
}
#top_logo_header_layer_bot_half{
	position:absolute;
	width:100%;
	height:100px;
	left:0px;
	top:100px;
	z-index:27;
}
#logo_top{
	position:relative;
	float:left;
	margin-left:5px;
	margin-top:15px;;
}
#logo_bottom{
	position:relative;
	width:1000px;
	height:100px;
	left:0px;
	top:0px;
	z-index:27;
}



.dyn_illus_holder, .dyn_illus_holder_merken {
	position:absolute;
	top:100px;
	width:100%;
	min-width:1000px;
	z-index:1;
	/*
	-webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
	filter: url('../graphics/blur.svg#blur');
	*/
}
.dyn_illus_holder_small, .dyn_illus_holder_merken_small {
	display:none;
}


.overlay_content_holder, .overlay_content_holder_merken {
	position:relative;
	top:150px;
	width:100%;
	min-width:1000px;
	z-index:5;
	padding:0;
	margin:0;
}


headerlogo_holder {
	float:left;
	display:block;
	width:100%;
	min-width:990px;
	position:absolute;
	z-index:15;
	top:0px;
	left:0px;
	overflow:visible;
	text-align:center;
}

headerlogo_holder_small {
	display:none;
}


page_holder {
	float:left;
	display:block;
	width:100%;
	min-width:990px;
	position:relative;
	z-index:15;
	top:350px;
	left:0px;
	overflow:visible;
	text-align:center;
}

#div_page_content_holder, #div_headerlogo_holder{
	position:relative;
	width:100%;
}
#div_page_content_holder2{
	position:relative;
	width:990px;
	background-image:url(../graphics/bg_repeat_page_and_right_col.png);
	background-repeat:repeat-y;
	display:table;
}
#div_headerlogo_holder2{
	position:relative;
	width:990px;
	display:table;
}


#div_right_collumn_holder{
	position:relative;
	width:250px;
	float:left;
	bottom:0px;
	left:60px;
	display:block;
	height:200px;
	text-align:right;
	vertical-align:bottom;
}
#div_right_collumn_holder_inner{
	position:relative;
	width:100%;
}
#right_col_naw{
	position:absolute;
	bottom:30px;
	right:30px;
}
#right_col_wdby{
	position:absolute;
	bottom:-5px;
	right:30px;
	height:20px;
	width:200px;
	border-top: solid 1px #0079c1;
	padding-top:3px;
}


#div_left_collumn_holder{
	position:relative;
	width:160px;
	float:left;
	top:0px;
	left:20px;
	height: auto !important;
	height: 100%;
}
#div_left_collumn_holder_inner{
	position:relative;
	width:100%;
}

#div_page_text_holder{
	position:relative;
	width:520px;
	float:left;
	top:0px;
	left: 40px;
	padding-bottom:15px;
}
#div_page_text_holder_inner{
	position:relative;
	width:100%;
	text-align:left;
}
.page_illustration{
	border:outset 2px #0079c1;
	margin:0px 0px 10px 10px;
	float:right;
	width:250px;
	height:250px;
}


footer_layer {
	float:left;
	width:100%;
	min-width:990px;
	position:relative;
	z-index:10;
	top:350px;
}
#div_footer_holder{
	position:relative;
	width:100%;
}
#div_footer_content_holder{
	position:relative;
	width:990px;
	background-image:url(../graphics/bg_repeat_footer_right_col.png);
	background-repeat:repeat-y;
	vertical-align:top;
	min-height:70px;
}




#list_fd_1{
	float:left;
	width:355px;
}
#list_fd_2{
	float:left;
	width:300px;
}
#div_fd_test_main{
	width:645px;
	padding-left:15px;
	padding-top:15px;
	background-image:url(../graphics/DeMan_HeaderPopUp.jpg);
	background-repeat:no-repeat;
}
#div_fd_test_inner{
	width:100%;
}
#div_fd_test_header{
	width:100%;
	height:75px;
}
#div_fd_test_header_text{
	text-align:right !important;
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	line-height:25px;
	color: #333333;
	padding-bottom:20px;
}
#div_fd_test_form{
	width:100%;
	height:auto;
}
.div_fd_test_txt,
.div_fd_test_txt_error{
	width:100%;
	text-align:left !important;
	font-family: 'Lato', serif;
	font-size: 13px;
	font-weight:400;
	text-align: left;
	line-height:18px;
	color: #333333;
}
.div_fd_test_txt_error{
	color: #FF0000;
	padding-bottom:15px;
	font-weight:700;
}
.div_fd_test_border_top{
	border-top: solid 1px #0079c1;
	width:100%;
	height:10px;
}
.div_fd_test_border_bottom{
	border-bottom: solid 1px #0079c1;
	width:100%;
	height:10px;
}
.div_fd_test_answer_holder{
	width:100%;
	height:25px;
	display:block;
}
.div_fd_test_answer{
	width:25%;
	float:left;
	padding-top:5px;
	text-align:left !important;
	font-family: 'Lato', serif;
	font-size: 13px;
	font-weight:400;
	text-align: left;
	line-height:18px;
	color: #333333;
}

.div_fd_test_spacer{
	width:100%;
	height:10px;
}

#div_plan_route_txt{
	float:left;	
}
#div_plan_route_but{
	float:right;	
}

#div_cf_main{
	width:100%;
}
#div_cf_inner{
	width:100%;
}
.div_cf_txt,
.div_cf_txt_error,
.div_cf_fields_label,
.div_f_en_c_field_text{
	width:100%;
	text-align:left !important;
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	line-height:25px;
	color: #333333;
}
.div_cf_txt_error{
	color: #FF0000;
	padding-bottom:15px;
	font-weight:700;
}
.div_cf_fields_holder,
.div_cf_fields_holder_zip_city,
.div_f_en_c_fields_holder{
	width:100%;
	height:40px;
	display:block;
}
.div_f_en_c_fields_holder{
	height:auto;
	display:table;
	width:99%;
}
.div_cf_fields_label,
.div_cf_field,
.div_cf_field_zip,
.div_cf_field_city,
.div_cf_field_subject,
.div_f_en_c_field_foto,
.div_f_en_c_field_text{
	width:220px;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
}
.div_cf_field{
	width:300px;
}
.div_f_en_c_field_text{
	width:295px;
	margin-top:2px;
	margin-bottom:15px;
}

.div_cf_field_zip{
	width:80px;
}
.div_cf_field_city{
	width:220px;
}
.div_f_en_c_field_foto{
	width:215px;
	margin-bottom:15px;
}

.div_cf_field_subject{
	width:430px;
}
.div_cf_field_msg{
	width:100%;
	height:auto;
	display:block;
}
.div_cf_fields_holder_cap{
	width:100%;
	height:60px;
	display:block;
}
.div_cf_captcha,
.div_cf_field_captcha{
	width:220px;
	height:60px;
	display:block;
	float:left;
	line-height:18px;
	vertical-align:bottom;
}
.div_cf_button{
	width:200px;
	height:60px;
	display:block;
	float:right;
	vertical-align:bottom;
	bottom:0px;
	text-align:right;
}

.div_cf_recaptcha{
	width:274px;
	height:70px;
	display:block;
	float:left;
	vertical-align:bottom;
}


.ohnohoney{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}


.overlay_text_box,
.overlay_text_box_sub {
	min-width:500px;
	/*background-color: rgba(255,255,255,0.85);*/
	background-image:url(../graphics/BgRepeat_TextBox.png);
	background-repeat:repeat-y;
	border: 2px outset #a7a8ab;
	border-radius: 20px 0px 20px 0px;
	-moz-border-radius: 20px 0px 20px 0px;
	-webkit-border-radius: 20px 0px 20px 0px;
	-moz-box-shadow: -6px 6px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: -6px 6px 3px rgba(0,0,0,0.4);
	box-shadow: -6px 6px 3px rgba(0,0,0,0.4);
	z-index:5;
	float:right;
	margin-top:25px;
	padding-left:20px;
	padding-right:15px;
}

.overlay_text_box_sub {
	border-radius: 20px 0px 0px 0px;
	-moz-border-radius: 20px 0px 0px 0px;
	-webkit-border-radius: 20px 0px 0px 0px;
}

.overlay_text_box_text,
.overlay_text_box_text_sub {
	min-width:500px;
	margin-top:25px;
	overflow:auto;
	z-index:5;
	padding:0px;
}

.div_header_illus {
	z-index:5;
	float:left;
}
.div_banner_left_col {
	width:290px;
	height:150px;
	margin:0px 0px 0px 0px;
}

.div_actueel_left_col {
	width:290px;
	margin:25px 0px 0px 0px;
	text-align:left;
}

.div_actueel_left_col_text {
	min-width:260px;
	margin-top:15px;
	overflow:auto;
	z-index:5;
	padding:0px;
}



.tagline {
	text-align:left;
	font-family: 'Lato', serif;
	font-weight:400;
	font-style:normal;
	font-weight:300;
	font-size: 32px;
	color:#0079c1;
	padding-bottom:7px;
	padding-left:5px;
	/*text-shadow: -3px -3px 3px #000000;*/
}



.footer_holder {
	position:absolute;
	min-width:990px;
	z-index:4;
}


.news_holder_home {
	overflow:auto;
	overflow-x:hidden;
}
.news_header, .page_header {
	width:100%;
	text-align:left;
	font-family: 'Lato', serif;
	font-size: 24px;
	font-weight:400;
	font-style:normal;
	color:#0079c1;
	margin-top:-5px;
	margin-bottom:15px;
}

.footertext{ 
	font-family: 'Lato', serif;
	font-size: 12px;
	font-weight:400;
	text-align: left;
	line-height:18px;
	color: #666666;
}
.footertext a:link {
	text-decoration: none;
	color:#0079c1;
}
.footertext a:visited {
	text-decoration: none;
	color:#0079c1;
}
.footertext a:hover {
	text-decoration: underline;
	color:#0079c1;
}
.footertext a:active {
	text-decoration: none;
	color:#0079c1;
}


.boldtext {
	font-weight:700;
}
.mainClientColor_text {
	color:#0079c1;
}
.mainClientColor_boldtext {
	font-weight:700;
	color:#0079c1;
}
.normalColor_text {
	color:#333333;
}

.starterCap {
	font-family: 'Kaushan Script', cursive;
	font-size: 70px;
	color:#0079c1;
	float:left;
	margin:-20px 15px -20px -5px;
	text-align:left;
}

p, ul, li{ 
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	line-height:25px;
	color: #333333;
	margin-top:-1px;
}


.normaltext{ 
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	line-height:25px;
	color: #333333;
}
.normaltext_bold,
.div_panel_title_holder {
	font-family: 'Lato', serif;
	font-size:16px;
	font-weight:700;
	line-height: 25px;
	text-align: left;
	color:#333333;
}

.largetext {
	font-family: 'Lato', serif;
	font-size:30px;
	font-weight:300;
	line-height: 40px;
	text-align: left;
	color:#333333;
}
.largetext_bold {
	font-family: 'Lato', serif;
	font-size:30px;
	font-weight:700;
	line-height: 40px;
	text-align: left;
	color:#333333;
}
.mediumtext {
	font-family: 'Lato', serif;
	font-size:24px;
	font-weight:300;
	line-height: 32px;
	text-align: left;
	color:#333333;
}
.mediumtext_bold {
	font-family: 'Lato', serif;
	font-size:24px;
	font-weight:700;
	line-height: 32px;
	text-align: left;
	color:#333333;
}

.smalltext{ 
	font-family: 'Lato', serif;
	font-size: 14px;
	font-weight:400;
	text-align: left;
	line-height:20px;
	color: #333333;
}
.smalltext_bold {
	font-family: 'Lato', serif;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	text-align: left;
	color:#333333;
}
.smalltext_grey {
	font-family: 'Lato', serif;
	font-size:13px;
	font-weight:300;
	line-height:18px;
	text-align: left;
	color: #CCCCCC;
}
.smalltext_grey_bold {
	font-family: 'Lato', serif;
	font-size:13px;
	font-weight:700;
	line-height:18px;
	text-align: left;
	color: #CCCCCC;
}

.xsmalltext{ 
	font-family: 'Lato', serif;
	font-size: 12px;
	font-weight:400;
	text-align: left;
	line-height:16px;
	color: #333333;
}


.errortext_p{ 
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	line-height:25px;
	color: #FF0000;
}
.errortext_small {
	font-family: 'Lato', serif;
	font-size:14px;
	font-weight:400;
	line-height: 20px;
	text-align: left;
	color:#FF0000;
}

.succestext_p {
	font-family: 'Lato', serif;
	font-size:16px;
	font-weight:700;
	line-height: 25px;
	text-align: left;
	color:#33CC33;
}
.succestext_small {
	font-family:'Ubuntu', Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:700;
	line-height: 20px;
	text-align: left;
	color:#33CC33;
}

.ul_pages{
	margin:0px 0px 0px -10px;
}
.li_pages{
	padding-left:5px;
	margin-bottom:10px;
	line-height:25px;
	color:#0079c1;
}



.caption_picture{ 
	font-family: 'Lato', serif;
	font-size: 14px;
	font-weight:400;
	font-style:italic;
	text-align: right;
	line-height:18px;
	color: #333333;
}

.caption_picture_quoted{ 
	font-family: 'Lato', serif;
	font-size: 14px;
	font-weight:700;
	font-style:normal;
	text-align: right;
	line-height:18px;
	color: #333333;
}


a:link {
	text-decoration: none;
	color:#0079c1;
}

a:visited {
	text-decoration: none;
	color:#0079c1;
}
a:hover {
	text-decoration: underline;
	color:#0079c1;
}
a:active {
	text-decoration: none;
	color:#0079c1;
}

.span_tt{
	color:#0079c1;
	cursor:pointer;
}


.ul_panels{
	margin:0px 0px 0px -15px;
}
.li_panels{
	margin-bottom:10px;
	padding-left:5px;
	line-height:25px;
	color:#0079c1;
}

.div_panel_holder{
	padding-bottom:0px;
	border-bottom:solid 1px #0079c1;
}

.panelopen_close {
	cursor:pointer;
	font-family: 'Lato', serif;
	font-size: 16px;
	font-weight:400;
	text-align: left;
	line-height:25px;
	color:#0079c1;
	
	float:right;
	width:auto;
	margin-right:5px;
}

.ul_panel_content{
	margin:10px 0px 5px -10px;
}
.li_panel_content{
	font-family: 'Lato', serif;
	font-size: 14px;
	font-weight:400;
	text-align: left;
	line-height:20px;
	color:#0079c1;
	padding-left:5px;
	margin-bottom:5px;
	line-height:25px;
}

.div_panel_content_holder{
	border-top:solid 1px #0079c1;
	padding-bottom:5px;
}

.picture{
	border:solid;
	border-color:#0079c1;
	border-width:1px;
}

.picture_margin_bot_left {
	border:outset 2px #0079c1;
	margin:0px 0px 10px 10px;
	float:right;
}

.picture_margin_bot_right {
	border:outset 2px #0079c1;
	margin:0px 10px 10px 0px;
	float:left;
}

.table_margin_bot_left {
	margin:0px 0px 20px 10px;
	float:right;
}
.td_picture {
	border:outset 2px #0079c1;
}



.mainClientColor_border {
 	border:#0079c1 1px solid;
}
.mainClientColor_borderleft {
 	border-left:#0079c1 1px solid;;
}
.mainClientColor_borderright {
 	border-right:#0079c1 1px solid;;
}
.mainClientColor_bordertop {
 	border-top:#0079c1 1px solid;;
}
.mainClientColor_borderbottom {
 	border-bottom:#0079c1 1px solid;;
}

.mainClientColor2_border {
 	border:#f58025 1px solid;
}
.mainClientColor2_borderleft {
 	border-left:#f58025 1px solid;;
}
.mainClientColor2_borderright {
 	border-right:#f58025 1px solid;;
}
.mainClientColor2_bordertop {
 	border-top:#f58025 1px solid;;
}
.mainClientColor2_borderbottom {
 	border-bottom:#f58025 1px solid;;
}



.bull_blue {
	color:#0079c1;
}





.normal18 {
	font-size: 18px;
	color:#333333;
	font-family: Verdana, Geneva, sans-serif;
	line-height:20px;
}

.normal16 {
	font-size: 16px;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	line-height:18px;
}

.normal14 {
	font-size: 14px;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	line-height:16px;
}

.normal12 {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	line-height:14px;
}

.normal11 {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	line-height:13px;
}

.normal10 {
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	line-height:12px;
}

.normal9 {
	font-size: 9px;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	line-height:11px;
}


.normal12_botline {
 	border-bottom-color:#333333;
	border-bottom-width:1px;
	border-bottom-style:solid;
	font-family: Verdana, Geneva, sans-serif;
	color:#333333;
	font-size: 12px;
}

.normal11_botline {
 	border-bottom-color:#333333;
	border-bottom-width:1px;
	border-bottom-style:solid;
	font-family: Verdana, Geneva, sans-serif;
	color:#333333;
	font-size: 11px;
}

.normal10_botline {
 	border-bottom-color:#333333;
	border-bottom-width:1px;
	border-bottom-style:solid;
	font-family: Verdana, Geneva, sans-serif;
	color:#333333;
	font-size: 10px;
}

.mainClientColor14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color:#0079c1;
}

.mainClientColor12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#0079c1;
}

.mainClientColor11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#0079c1;
}

.mainClientColor10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#0079c1;
}

.mainClientColor9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color:#0079c1;
}

.mainClientColor12_botline {
 	border-bottom-color:#0079c1;
	border-bottom-width:1px;
	border-bottom-style:solid;
	font-family: Verdana, Geneva, sans-serif;
	color:#0079c1;
	font-size: 12px;
}

.mainClientColor11_botline {
 	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#0079c1;
	border-bottom: solid 1px #0079c1;
}

.mainClientColor10_botline {
 	border-bottom-color:#0079c1;
	border-bottom-width:1px;
	border-bottom-style:solid;
	font-family: Verdana, Geneva, sans-serif;
	color:#0079c1;
	font-size: 10px;
}


.mainClientColor212 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#f58025;
}

.mainClientColor211 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#f58025;
}

.mainClientColor210 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#f58025;
}


.mainClientColorLight10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#fee13f;
}

.mainClientColorLight11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#fee13f;
}

.mainClientColorLight12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#fee13f;
}


.white12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#FFFFFF;
}
.white11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 17px;
	color:#FFFFFF;
}
.white10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height: 16px;
	color:#FFFFFF;
}

.white12_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 18px;
	color:#FFFFFF;
}
.white11_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height: 17px;
	color:#FFFFFF;
}
.white10_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height: 16px;
	color:#FFFFFF;
}


.red12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#FF0000;
}

.red11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#FF0000;
}

.red10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#FF0000;
}

.white11 {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	line-height:13px;
}

.green11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#009900;
}

.wdby {
	font-family: 'Lato', serif;
	font-size: 12px;
	font-weight:400;
	letter-spacing: .020em;
	color:#fffde5;
}

.wdby a:link {
	text-decoration: none;
	color:#fffde5;
}
.wdby a:visited {
	text-decoration: none;
	color:#fffde5;
}
.wdby a:hover {
	text-decoration: underline;
	color:#fffde5;
}
.wdby a:active {
	text-decoration: none;
	color:#fffde5;
}

.buttonstyle{
	background-color: #0079c1;
	width: 140px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	border-width: 1px;
}

.buttonstyle_small{
	background-color: #0079c1;
	width: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	border-width: 1px;
}

.buttonstyle170{
	background-color: #0079c1;
	width: 168px;
	height: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	border-width: 1px;
}


.admin_normal16 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:16px;
	line-height: 20px;
	color:#333333;
}

.admin_normal14 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height: 18px;
	color:#333333;
}

.admin_normal12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#333333;
}

.admin_normal11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 15px;
	color:#333333;
}

.admin_normal10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height: 14px;
	color:#333333;
}

.admin_normal9 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:9px;
	line-height: 13px;
	color:#333333;
}

.admin_red12 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height: 16px;
	color:#FF0000;
}
.admin_red11 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 15px;
	color:#FF0000;
}
.admin_red10 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height: 14px;
	color:#FF0000;
}


/* styles top panel slide up */
#container_top_panel{
	top: 0px;
	position: absolute;
	width: 435px;
	height:255px;
	z-index:1100;
	margin-top: -255px;
}

#inner_top_panel {
	/*background-image:url(../graphics/Home_Tegen_VGV_TopPanel.png);
	background-repeat:no-repeat;*/
	height:255px;
}

