div.banner {
	position:fixed;
	top:0px; left:0px; height: 80px; width:100%;
	border-width: 1px;
	padding-left: 12px;
	border-bottom-style: solid;
	background-color:#eafbff;
	z-index: 3;
}
div.info {
	position:fixed;
	top:0px; right:0px;
	border-width: 1px;
	padding-top: 12px;
	padding-right: 12px;
	background-color:#eafbff;
	text-align:right;
	z-index: 3;
	font-size:10pt;
}
div.menu1 {
	position:fixed;
	text-align: right;
	top:57px; right:0px;
#	padding: 5px 5px 0 0;
#	background-color:#ffffff;
	z-index: 4;
}
div.menu2 {
	position:fixed;
	top:85px; left:0px; width:225px; height:500px;
	border-width: 1px;
	border-right-style: solid;
	padding-left: 15px;
	background-color: white;
	color : Navy;
	z-index: 2;
}
div.body {
	position:absolute;
	top:85px; left:255px;
	color : Navy;
	z-index: 1;
}
div.footer {
	float: bottom;
	padding : 5px 5px 0 0;
	color : Navy;
}
div.help {
	font-size : 10pt;
	color : Navy;
}
div.formX {
	border-width: 1px;
	border-style: solid;
	padding: 15px;
	padding-bottom: 0px;
	background-color: #f7f7f7;
	color : Navy;
}
p.menu2 {
	margin-top:0px;
	margin-bottom:5px;
	font-size:10pt;
}
a {
	text-decoration:none;
}

/* menu levels */
#lev1 {}
#lev2 {
	margin-top:10px;
	margin-left:0px;
	font-size:11pt;
	font-weight:bold;
}
#lev3 {
	margin-left:5px;
	font-size: 10pt;
	color: white;
}
#lev4 {
	margin-left:25px;
	color: white;
}
#lev5 {
	margin-left:45px;
}
li.menu2 {
	list-style-position: outside;
	list-style-type: disc;    
}
.menuLev3{
    margin-left: 10px;
    margin-bottom: 5px;
}

.menuPart1, .menuPart1activated{
	background-image:url(../img/part1.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding-left:0px;
	padding-top: 4px;
	width: 5px;
}
.menuPart2, .menuPart2activated {
	padding-top:0px;
	background-image:url(../img/part2.gif);
	background-position: 0px 0px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}
.menuPart3, .menuPart3activated {
	background-image:url(../img/part3.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding-top:4px;
}

.menuPart1activated {
	background-image:url(../img/part1.activated.gif);
}
.menuPart2activated {
	background-image:url(../img/part2.activated.gif);
}
.menuPart3activated {
	background-image:url(../img/part3.activated.gif);
}




/** 
 * Pageing
 */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
} 

/**
 * Contact formular
 */
.contactEmail1 {
    display: none;
} 

.contactEmail {

}

