/*
 *
 * @version 1.0
 * @author Reiner Keller @ anumo
 * @copyright (C) 2009
 *
 */

/*********************************************************/

.headerimage {
	position: absolute;
	float: right;
	width: 100%;
	height: 94px;
	top: 52px;
	left: 1px;
	margin-left: -1px;
	text-align: right;
}

.headerimage img {
	width: 407px;
	height: 94px;
	margin: 0px 0px 0px 0px;
}

/*********************************************************/

.head1 {
	width: 100%;
	height: 27px;
	padding: 18px 0px 6px 0px;
	text-align: right;
	vertical-align: middle;
	background-color: #E6E6E6;
}

.head1 img {
	width: 177px;
	height: 24px;
	margin: 0px 43px 0px 18px;
	border: 0;
}

.head2 {
	width: 100%;
	height: 50px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	vertical-align: middle;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px 0px 0px 0px;
	background-image: url("../image/backgroundimagex.jpg");
}

.head3 {
	width: 100%;
	height: 34px;
	background-image: url("../image/backgroundimagex.jpg");
}

.head3 div {
	position: absolute;
	left: 5px;
}

.head3 ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

.head3 li {
	float: left;
	font-size: 120%;
	line-height: 28px;
	vertical-align: middle;
}

.head3 li a,
.head3 li a:hover,
.head3 li a.active {
	float: left;
	margin: 0px 1px 0px 1px;
	padding: 3px 15px 3px 15px;
	background-color: #E6E6E6;
	color: #E9F3F3;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 0 0 #676767;
	text-transform: uppercase;
}

.head3 li a {
	background-color: transparent;
}

.head3 li a:hover {
	color: #676767;
}

.head3 li a:visited {
	text-decoration: none;
}

.head3 li a.active {
	border-style: solid;
	border-color: #A70000;
	border-width: 2px 2px 0px 2px;
	background-image: url("../image/icon/menuactive.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

.head3 li a.active,
.head3 li a.active:hover {
	color: #676767;

}

.head3 li a.active:visited {
	text-decoration: none;
}

.head4 {
	width: 100%;
	height: 50px;
	background-color: #E6E6E6;
	border-style: solid;
	border-color: #A70000;
	border-width: 2px 0px 0px 0px;
	text-align: right;
}

.head4 div {
	float: right;
}

/*********************************************************/

