/* copyright 2005, icatch GmbH, CH. All rights reserved */
*#logoimg {
	position: absolute; 
	left: 4px; 
	top: 3px; 
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	width: 41px; 
	height: 41px; 
	z-index: 3;
}

*#header1 {
	position: absolute;
	left: 52px;
	top: 2px;
	font-size: 30px;
	color: blue;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 3;
	background-color: #FFD700;
}

*#header3 {
	position: absolute; 
	left: 53px; 
	top: 32px;	
	z-index: 3;
}

strong {
	font-size: 12px;
	font-weight: normal;
	color: blue;
	background-color: inherit;
}

*.showsel {
	font-size: 12px;
}
/*
*.showsel:focus {
	background-color: #ECECEC;
}
*/

*#hmenu1 {
	position: absolute;
	top: 0px;
	left: 375px;
	margin: 0px;
	padding: 0px;
	height: 15px;
	white-space: nowrap;
	z-index: 3;
	font-weight: bold;
}

*#hmenu2 {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 350px;
	font-weight: bold;
	white-space: nowrap;
	z-index: 3;
	text-align: right;
	overflow: visible;
}


*#lngmenu {
	position: absolute;
	top: 35px;
	right: 2px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	height: 20px; /*width: 120px;*/
	white-space: nowrap;
	z-index: 3;
	font-size: 10px;
}

*#lngmenu a {
	border-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 3;	
}

*#lngmenu img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 3;	
}

*#lmenu {
	position: absolute;
	top: 50px;
	left: 0px;
   color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 17px;
	width: 100%;
	font-weight: bold;
	background-color:#587058;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 3;
}

*#rmenu {
	position: absolute;
	top: 50px;
	right: 0px;
   color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 17px;
	/*width: 100%;*/
	font-weight: bold;
	background-color:#587058;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 4;
}

.nav {
	padding: 1px 5px 1px 5px;
	color: white;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	text-align: center;
	line-height: 17px;
	border-right-style: none;
	background-color: inherit;
}

.nav:link 
{
color: white;
background-color: #587058;
text-decoration: none;
text-align: center;
}

.nav:visited
{
color: white;
background-color: #587058;
text-decoration: none;
text-align: center;
}

.nav:hover
{
	color: white;
	background-color:  #E86850;
	text-decoration: none;
	text-align: center;
}

/*
a.nav:active
{
	background-color: #587058;
	color: white;
}
*/
.current
{
	background-color: Silver;
	padding: 1px 5px 1px 5px;
	color: White;
	line-height: 17px;
	/* width: 100%; */
	text-align: center;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
}
.current:hover {
	color: white;
	background-color: inherit;
}


