@charset "iso-8859-1";

/*
 *	header.css
 *
 *	Die globalen Eigenschaften von #header sind in global.css festgelegt
 */
 
#header #logo {
	position: absolute;
	top: 35px;
	left: 20px;
}

/* 
 *	top navigation 
 */

#mainnav_container{
	position:relative;
	/*top: set dynamically depending on the parent's bgimage size */
	left:0px;
	display:block;
	background:transparent url(/UP/I2D/static/bgOFF.gif) repeat-x top left;
	height:24px;
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	letter-spacing: .05em;
}
#mainnav_container a {
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	letter-spacing: .05em;
}
div.h15-groups{
	margin-bottom:8px;
	float:left;
	width:auto;
	height:auto
}
div.h15-groups table{
	border-collapse:collapse;
	margin:0 auto 0 0
}
div.h15-groups table td.h15-group-l,
div.h15-groups table td.h15-group-r{
	display:none;
}
div.h15-groups table td{
	border-right:dotted 1px #a6a6a6;
	border-left:none;
	border-top:none;
	border-bottom:none;
	vertical-align:top
}
div.h15-groups table td.h15-no-border{
	border-right:none
}
div.h15-groups table td a.h15-group{
	display:block;
	height:auto;
	padding:6px 20px 5px 20px;
	text-align:center;
	vertical-align:bottom
}
div.h15-groups table td a.h15-group:link,
div.h15-groups table td a.h15-group:visited{
	color:#333
}
div.h15-groups table td a.h15-group:hover,
div.h15-groups table td a.h15-group:active{
	color:#000
}
div.h15-groups table td.h15-selected{
	background-image:none
}
div.h15-groups table td a.h15-group:hover,
div.h15-groups table td.h15-selected a.h15-group,
div.h15-groups table td a.h15-selected:link,
div.h15-groups table td a.h15-selected:visited,
div.h15-groups table td a.h15-selected:hover,
div.h15-groups table td a.h15-selected:active{
	color:#fff;
	background:transparent url(/UP/I2D/static/bgON.gif) repeat-x top left;	
}

div.h15-menu-container{
	position:relative;
	z-index:1000;
}
div.h15-menu-inner{
	background-color:#fff;
	border:solid 1px #444;
	border-top:none;
	max-height:350px;
	min-width:200px;
	overflow:hidden;
	padding:0px 10px;
	position:absolute;
	visibility:hidden
}
div.h15-menu-inner{
	*margin-left:-1px
}
ul.h15-links{
	margin-left:10px
}
ul.h15-links li{
	display: block;
	list-style:none
}
a.h15-link{
	color:#444444; /* #8E0513 /* #00629d */
}

div.h15-column{
	padding-bottom:10px;
	position:absolute;
	width:190px
}
div.h15-m1{left:10px}
div.h15-m2{left:210px}
div.h15-m3{left:410px}
div.h15-m4{left:610px}
div.h15-dotted{
	border-right:dotted 1px #628cc6
}

div.h15-menu{
	margin-top:0
}
h6.h15-menu-header{
	font-size:100%;
	font-weight:bold;
	height: 5px;
}
div.h15-layout-container{
	left:0px;
	position:absolute;
	visibility:hidden;
	width:190px
}

/* 
 *	search 
 */

#mainnav_container #search {
	padding: 2px 5px 2px 0;
	vertical-align:	middle;
	float: right;
	width: auto
}
#mainnav_container #search_field {
	display: inline
}
#mainnav_container #search_field input {
	height: 18px;
	width: 125px;
	vertical-align:	middle;
	font-size: small;
	border: 1px solid #666666
}
#mainnav_container #search_field label {
	font-style: normal;
}
#mainnav_container #search_submit {
	display: inline;
	margin-left: 2px
}
#mainnav_container #search_submit input {
	background: transparent url(/UP/I2D/static/bgON.gif) repeat-x top left;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align:	middle;
	text-align: center;
	padding: 1px;
}
#subnavigation #search_submit input:hover {
        cursor: pointer;
}
