/* CSS Document */

body{margin:0px}
#outer{ position:relative; width:100%; height:100%; float:left;}

#left{ position:relative; width:17%; height:88%; float:left;}
#hermans{ position:relative; float:right; top:91px; width:100%; height:30px; background:url(images/maes.jpg) right top no-repeat}
#menu{ position:relative; top:144px; height:100px; width:88%; float:right}
#mainlink{ position:relative; float:left; left:0px; width:100%;}
#sublink{ position:relative; float:right;  left:0px; width:93%; height:25px }
#mainmenulink{position:relative; float:left;}

.menu{ font-family:Verdana,Arial, Helvetica, sans-serif; font-weight : normal; font-style:italic; color:#62558E; font-size:12px; letter-spacing:1px;}
.menu a{ font-family:Verdana,Arial, Helvetica, sans-serif; font-style:italic; color:#62558E; font-size:12px; text-decoration:none; letter-spacing:1px}
.menu a:hover{ font-family:Verdana,Arial, Helvetica, sans-serif; font-weight : normal;font-style:italic; color:#6E3F3B; font-size:12px; text-decoration:none; letter-spacing:1px}

.smenu{ font-family:Verdana,Arial, Helvetica, sans-serif; font-style:italic; color:#62558E; font-size:9px; letter-spacing:1px}
.smenu a{ font-family:Verdana,Arial, Helvetica, sans-serif; font-style:italic; color:#62558E; font-size:9px; text-decoration:none; letter-spacing:1px}
.smenu a:hover{ font-family:Verdana,Arial, Helvetica, sans-serif; font-style:italic; color:#6E3F3B; font-size:9px; text-decoration:none; letter-spacing:1px}

.menuselected a{ font-family:Verdana,Arial, Helvetica, sans-serif; font-style:italic; color:#6E3F3B; font-size:12px; text-decoration:none; letter-spacing:1px}
.smenuselected a{ font-family:Verdana,Arial, Helvetica, sans-serif; font-style:italic; color:#6E3F3B; font-size:9px; text-decoration:none; letter-spacing:1px}


#lb{ position:relative; float:left; width:12px}
#rb{ position:relative; float:left; width:12px}
#link{ position:relative; float:left; top:7px;}
#slink{ position:relative; float:left; top:6px;}

#slb{ position:relative; float:left; width:12px; top:3px;}
#srb{ position:relative; float:left; width:12px; top:3px;}
.hidden{ visibility:hidden}

#right{ position:relative; width:83%; height:100%;  float:left; background-color:#FFFFFF;}
#toppanel{ position:relative; width:100%; height:91px; float:left; }
#man{ position:relative; top:10px; width:130px; height:81px; float:left; background:url(images/man.jpg) left bottom  no-repeat}

#language{ position:relative; right:15px;top:10px; width:450px; float:right;font-family:Arial, Helvetica, sans-serif;  color:#62558E; font-size:12px; letter-spacing:1px}
#mainmanu{ position:relative; left:15px; float:left; top:40px; width:450px}
#logo{ position:relative; float:right; top:91px;width:100%; height:30px; background:url(hermans_logo.jpg) right top no-repeat}
#mainbody{
	position:relative;
	float:left;
	background:url(images/bg.jpg) top left repeat-x;
	background-color:#FAF2F0;
	width: 100%; 
}
#partner{ position:relative; width:130px; height:52px; background:url(images/partners.jpg) left top no-repeat;}

#image{ position:relative; float:right; right:10px;  width:161px; height:462px;}

#hometext{ position:relative; float:left; left:55px;  width:100%;padding-bottom:30px}
.bodytext{ font-family:Verdana,Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#121010; text-align:justify }
TD { font-family:Verdana,Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#121010; text-align:justify }

#title{font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; color:#121010; }
.loading{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color: #000000; font-weight:bold;  }
.hide{ display:none}
#title_text{ width:66% ;  float:left}
#print_header {display:none}
#boventekst {height:30px; width:80%};
 INPUT.error, TEXTAREA.error{
   border: 1px solid #FF0000 !important;
   padding: 1px;
  }

 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
#left{display:none;} 
#language,#boventekst,#toppanel{display:none;} 
#image{display:none;width:10px; } 
#print_header { display:block;padding-left:10px;padding-right:0px; font-family:Verdana,Arial, Helvetica, sans-serif; font-size:14px; font-weight:normal; color:#000000; text-align: left; }
#hometext {width:100%;left:10px;text-align: left;} 
#right {width:100%;padding-right:20px;} 
#title_text{ width:100%;text-align: left;}
#mainbody{width:100%;} 
.bodytext{width:100%;} 
}