/* *******************************************************************
 *    standard
 * *******************************************************************/

/* *******************************************************************
 *    classes
 * *******************************************************************/
.background_page {
	/* --- positioning --- */
  	position:absolute; z-index:0; top:0px; left:0px; width:100%; height:100%; min-width:800px; min-height:600px;
  	/* --- appearance --- */
  	margin:0px; padding:0px;
  	/* --- behavior --- */
  	visibility:visible; overflow:hidden;
}
.background {	
	/* --- positioning --- */
	position:absolute; z-index:1;
	/* --- appearance --- */
  	margin:0px; padding:0px; border-style:solid; border-width:001px; border-color:#AAAAAA;
  	background-color: white; opacity: 0.7; filter: alpha(opacity = 70);
  	/* --- behavior --- */
  	visibility:visible; 
}
.container {
	/* --- positioning --- */
	position:absolute;
	z-index:2;
	/* --- appearance --- */
  	margin:0px;
	padding:0px;
	border-style:solid;
	border-width:001px;
	border-color:#AAAAAA;
	/* --- behavior --- */
  	visibility:visible;
}
.logo {
	/* --- geometry --- */
	top:1%; left:5%; width:10%; min-width:96px; height:98%;
	/* --- appearance --- */
  	opacity: 0.7; filter: alpha(opacity = 70);
	
	/* --- behaviour --- */
	overflow:hidden;
}
.content {	
	/* --- geometry --- */
	top:1%; left:16%; width:63%; min-width:605px; height:98%;
	/* --- behaviour --- */
	overflow:auto; 
}
.content h1 {
	/* --- appearance --- */
  	margin-top:10px; margin-bottom:10px; margin-right:10px; margin-left:10px; padding:0px;
  	font-family:verdana; text-decoration:none; /* underline overline */
}
.content h3 {
	/* --- appearance --- */
  	margin-top:10px; margin-bottom:10px; margin-right:10px; margin-left:10px; padding:0px;
  	font-family:verdana; color: #8F9303; font-size: 18px; text-decoration:none; /* background-color: none; underline overline */
}
.box {
	/* --- positioning --- */
	position:static; z-index:3; width:97%;
	/* --- appearance --- */
	margin:5px; padding:5px; border-style:dotted; border-width:1px; border-color:#C7CB2C;/*border-color:#AAAAAA;*/
  	font-family:verdana; font-size:12px; color:#403D3D;
  	/* --- behavior --- */
  	visibility:visible; overflow:auto;
}
.box team {
/* --- positioning --- */
	position:static; z-index:3; width:97%; height:97%;
	/* --- appearance --- */
	margin:5px; padding:5px; border-style:dotted; border-width:1px; border-color:#C7CB2C;/*border-color:#AAAAAA;*/
  	font-family:verdana; font-size:12px; color:#403D3D;
  	/* --- behavior --- */
  	visibility:visible; overflow:auto;
	}
.box h2 {
	/* --- appearance --- */
  	margin-top:0px; margin-bottom:3px; padding:0px;
  	text-decoration:none; /* underline overline */
}
.navigation {
	/* --- geometry --- */
	top:1%; left:80%; width:15%; height:98%; min-width:216px;
	/* --- behaviour --- */
	overflow:hidden;
}
.menu {
	/* --- positioning --- */
	width:95%;
	/* --- appearance --- */
	margin:0px; padding:10px;
	border-style:dotted; border-top-width:0px; border-bottom-width:1px; border-right-width:0px; border-left-width:0px; border-color:#bdcd47;
  	/* --- behavior --- */
  	visibility:visible; overflow:hidden;	
}
.item {
	/* --- positioning --- */
	position:static; z-index:4;
}
.item a {
	/* --- appearance --- */
	font-family:verdana; font-size:15px; text-decoration:none; font-weight:bold;
}
.slider {
	/* --- positioning --- */
	position:absolute; z-index:3;
	/* --- appearance --- */
	background-color: #bdcd47;
}
.head {
	/* --- positioning --- */
	position:static; 
}
.head a {
	/* --- appearance --- */
	font-family:verdana; font-size:10px; font-color: #C7CB2E; text-decoration:underline; font-weight:normal;
}
.help {
	/* --- appearance --- */
	font-family:verdana; font-size:11px; text-decoration:underline; font-weight:normal;
}
.help a {
	/* --- appearance --- */
	cursor:pointer;
}
/* *******************************************************************
 *    individual objects
 * *******************************************************************/
 #img_background_page {
 	/* --- geometry --- */
 	width:100%;
 	/* --- appearance --- */
 	border-width:0px;
 	
 }
 #img_logo {
 	/* --- geometry --- */
 	width:100%;
 	/* --- appearance --- */
 	border-width:0px;
 	
 }

