* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  scrollbar-base-color: #FFF2E5;
}
html {
	height: 100%;
}
body {
  margin: 0px;
  height: 100%;
  background-color: #FFF2E5;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #3C3C3C;
}
table {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
	color: #3C3C3C;
}
a {
	font-family: Verdana, Arial, sans-serif; 
	/*font-size: 10px;*/
    font-weight: bold;
	color: #3C3C3C;
}
a:hover {
	font-family: Verdana, Arial, sans-serif; 
	/*font-size: 10px;*/ 
    font-weight: bold;
	color: #3C3C3C;
	text-decoration: none;
}
.submit {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	border-width: 1px;
	background-color: #8E7860;
}
.text {
	font-family: Verdana, Arial, sans-serif; 
	font-size: 9px;
	color: #8E7860;
	height: 21px;
	border-width: 1px;
	background-color: #FFFFFF;
}

#menuspacer {
	position: relative;
	padding: 0px;
  margin: 0px;
	width: 739px;
	height: 12px;
}

#menu {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 739px;
  height: 17px;
  text-align: right;
  background-image: url('../images/bg_menu.gif');
  background-repeat: repeat-x;
	background-position: top left; 
}
	.menuitem {
	  position: relative;
	  top: 0px;
	  padding-left: 9px;
	  padding-right: 9px;
	  padding-top: 2px;
	  margin: 0px;
	  height: 17px;
	  font-size: 9px;
	  border-left: 1px solid #FFF2E5;
	}
	.menuitem a {
        font-weight: normal;
        font-size: 10px;
		text-decoration: none;
	}
	
.submenu {
  position: relative;
  padding: 0px;
  margin: 0px;
  margin-bottom: 2px;
  left: 0px;
  width: 739px;
  height: 16px;
  text-align: right;
  font-size: 9px;
  background-color: #BE8D5C;
}
	#submenuitem {
	  position: relative;
	  padding-left: 9px;
	  padding-right: 9px;
	  padding-top: 2px;
	  margin: 0px;
	  height: 16px;
	  color: #FFFFFF;
	}
	#submenuitem a {
        font-weight: normal;
        font-size: 10px;
		color: #FFFFFF;
		text-decoration: none;
	}
	#submenuitem a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

#sfeerfoto {
	position: relative;
  padding: 0px;
  margin: 0px;
  margin-bottom: 1px;
  width: 739px;
  height: 248px;
  background-color: #E7C098;
}
#topbalk {
	position: relative;
  padding: 0px;
  margin: 0px;
  width: 739px;
  height: 3px;
  background-color: #BE8D5C;
}

/*********** Tooltip ************/
p a {
  position: relative; 
  border:0px;
  text-decoration: none;


}

a span {
  display: none;
}

a:hover {

} 

a:hover span { 
  display: block !important;
  position: absolute;
  top: 5px; 
  left: 50px; 
  width: 225px;
  border: 1px solid #8e7860;
  background-color: #fff2e5; 
  color: #000;
  padding: 10px;
}

p.TooltipFlash a {
  z-index: 3;
}

