@charset "UTF-8";
/* CSS Document */

body {
	/* [disabled]font-family: "Century Gothic", Verdana, Arial, Sans-Serif; */
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 90%;
	background: #eee;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 0;
/*	behavior: url("csshover3.htc");*/
}
#rechts {
	text-align: right;
	width: 864px;
	background-color: rgba(255,255,255,0.33);
	height: 22px;
	margin-top: 60px;
}


/* Vertical Navigation */
#navhead {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	float: right;
	position: relative;
	/* [disabled]background-color: rgba(204,204,204,0.3); */
	/* [disabled]width: 700px; */
	text-align: left;
}


/* CSS for each Parent Item */
#navhead li {float: left; position: relative;}

#navhead li a
{
/*	font: bold 12px/22px Verdana, Arial, Helvetica, sans-serif;*/
	font: bold 15px/22px  "Calibri", Verdana, Geneva, sans-serif;
	float: left;
	display: block;
	text-decoration: none;
	color: #dfd;
	text-transform: none;
	margin-right: 2px;
	padding-top: 0px;
	padding-right: 11px;
	padding-bottom: 0px;
	padding-left: 11px;
	background-color: #5f7238;
	background-color: rgba(79,98,40,0.7);
	border-radius: 4px;
	margin-left: 5px;
}

/* 
Change background color and font color 
of parent items when mouse hover 
*/
#navhead li:hover a,
#navhead li a:hover
{
	background-color: #4f6228;
	background: rgba(79,98,40,1);
	color: #fee;
}




/* 
Applie to group of Child Items
Each Child Item will be invisible by default
*/
#navhead ul {display: none;}

/* Each Child Item will be visible if mouse hover */
#navhead li:hover ul {display: block;}

#navhead li:hover ul li a:hover,
#navhead ul li a:hover
{
	background-color: #4f6228;
	background: rgba(79,98,40,1);
	color: #fcc;
}

#navhead ul
{
	float: none;
	position: absolute;
	list-style: none;
	padding: 0;
	/*top: 1.em;*/
	left: 0;
	top: 1.31em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#navhead ul li
{
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: 160px;
	color: #999;
}


/* 
Reset and re style 
link of each child item
*/
#navhead li:hover ul li a,
#navhead ul li a
{
	line-height: 150%;
	display: block;
	float: none;
	color: #dfd;
	background-color: #5f7238;
	background-color: rgba(79,98,40,0.8);
	padding-top: 0px;
/*	padding-right: 8px;*/
	padding-bottom: 0px;
/*	padding-left: 8px;*/
	margin-left: 12px;
	margin-top: 1px;
}

#navhead .selected  a{
	/* [disabled]font-size: 1.1em; */
	/* [disabled]font-weight: normal; */
	/*	padding-right: 8px;*/
	/* [disabled]padding-bottom: 3px; */
	/*	padding-left: 8px;*/
	text-decoration: none;
	border-radius: 4px 4px 4px 4px;
	color: #ddFFdd;
	background-color: #e36c0a;
	background-color: rgba(227,108,10,0.9);
}
