/* *******************************************************************
 *    standard
 * *******************************************************************/
 
a:link {
	font-family:verdana; font-weight: bold; font-size:14px; color:#708801; 
}
a:visited {
	font-family:verdana; font-weight: bold; font-size:14px; color:#708801;
}
a:hover {
	font-family:verdana; font-weight: bold; font-size:14px; color:#708801;
}
a:active {
	font-family:verdana; font-weight: bold; font-size:14px; color:#708801;
}
body {
	background-color:#1D2111;
	scrollbar:#708801;
}
/* *******************************************************************
 *    classes
 * *******************************************************************/
 
/*
 *    general formating
 */
.background {
	/* --- position --- */
  	position:absolute; z-index:0;
  	top:0px; left:0px;
  	/* --- geometry --- */
  	height:100%; width:100%; margin:0px; padding:0px; border-width:0px;
  	/* --- appearance --- */
  	border-style:solid; border-color:red;
  	/* --- behavior --- */
 	visibility:visible; overflow:hidden;
}
.shading {	
	/* --- position --- */
	position:absolute; z-index:1;
	/* --- geometry --- */
  	margin:0; padding:0; border-width:0;
  	/* --- appearance --- */
  	background-color:white; opacity:0.7; filter:alpha(opacity = 70);
  	/* --- behavior --- */
  	visibility:visible; 
}
.container {
	/* --- position --- */
	position:absolute; z-index:2;
	/* --- geometry --- */
	margin:0; padding:0; border-width:0px;
	/* --- appearance --- */
  	/* --- behavior --- */
  	visibility:visible; 
}
.box {
	/* --- position --- */
	position:absolute; z-index:3; 
	/* --- geometry --- */
	margin:0px; padding:0px; border-width:0px;
	/* --- appearance --- */
  	/* --- behavior --- */
  	visibility:visible; overflow:hidden;
}
/*
 *    specific formating
 */
.content {
	/* --- position --- */
	top:2%; left:35%;	
	/* --- geometry --- */
	width:50%; height:95%;
	min-width:700px; 
	/* --- behaviour --- */
	overflow:auto; 
}	
.title {
	/* --- position --- */
	top:0; left:0; 
	/* --- geometry --- */
	height:230px; padding-top:1%; padding-bottom:0px;
	width:97%; padding-left:2%; padding-right:1%; 
	border-width:0px;
	/* --- appearance --- */
	background-color:white; opacity:0.7; filter:alpha(opacity = 70);
	font-family:verdana; font-size:12px; color:#333300;
}
.intro {
	/* --- position --- */
	top:40%; left:0;
	/* --- geometry --- */
	height:59%; min-height:420px; padding-top:1%; padding-bottom:0px;
	width:97%; padding-left:2%; padding-right:1%;
	border-width:0px;
	/* --- appearance --- */
	background-color:white; opacity:0.7; filter:alpha(opacity = 70);
	font-family:verdana; font-size:12px; color:#333300; 
}
.article {
	/* --- position --- */
	top:0; left:0;
 	/* --- geometry --- */
	min-height:100%; padding-top:0px; padding-bottom:0px;
	width:97%; padding-left:2%; padding-right:1%;
	border-width:0px;
	/* --- appearance --- */
	background-color:white; opacity:0.7; filter:alpha(opacity = 70);
	font-family:verdana; font-size:14px; color:#333300;
 }
.content h1 {
  	margin-top:10px; margin-bottom:15px; margin-right:10px; margin-left:2px; padding:0px;
  	font-family:verdana; text-decoration:none; 
	font-size:18px; color:#CC2200;
}
.content h2 {
  	margin-left:2px;
  	font-family:verdana; font-size:15px; color:#606D18; text-decoration:none; font-weight:bold;
}
.content h3 {
  	margin-left:2px;
  	font-family:verdana; font-size:14px; color:#CC2200; text-decoration:none; font-weight:bold;
}
.item {
	/* --- position --- */
	position:static; z-index:4;
}
.item a {
	/* --- appearance --- */
	font-family:verdana; font-size:15px; color:#637018; text-decoration:none; font-weight:bold;
}
.menu {
	/* --- position --- */
	width:95%;
	/* --- geometry --- */
	margin:0px; padding:10px;
	/* --- appearance --- */
	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; 
}
.navigation {
	/* --- position --- */
	top:2%; left:5%; 
	/* --- geometry --- */
	width:15%; height:95%; min-width:220px; 
	/* --- behaviour --- */
	overflow:hidden;
}
.slider {
	/* --- positioning --- */
	position:absolute; z-index:3;
	/* --- appearance --- */
	background-color: #CC2200;
}



