﻿/* MH: Begin Header Definitions */
div.PanelHeader
{
	width: 943px;
	height: 293px;
	position: relative;
	left: 0px;
	top: 0px;
}

#PanelSearch
{
	position: absolute;
	left: 0px; 
	top: 11px;
	z-index: 1;
}
#PanelSearch .ButtonSearch
{
	margin-left: 6px;
	vertical-align: middle;
	cursor: auto;
}
#PanelSearch .TextBoxSearch
{
	width: 140px; 
	height: 1.3em; 
	border: solid 1px #000; 
	vertical-align: middle;
	color: #0051B5;
	padding: 0 3px 0 3px;
}
#PanelSearch .SearchBoxHidden { display: none; }

#PanelLogo
{
	position: absolute; 
	right: 0px; 
	top: 30px;
	z-index: 1;
}
#PanelLogo img { }

#PanelGenericNavigation
{
	position: absolute; 
	left: 188px; 
	top: 15px;
	z-index: 1;
}
#PanelNavigation
{
	position: absolute;
	left: 0px;
	top: 77px;
	z-index: 1;
}
#PanelGenericNavigation ul, #PanelNavigation ul
{
	margin: 0;
	padding: 0;
}
#PanelGenericNavigation ul li, #PanelNavigation ul li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#PanelGenericNavigation ul li img
{
	margin: 0 9px 0 9px;
	padding: 0; 
	vertical-align: middle;
}
#PanelGenericNavigation ul li a
{
	color: #000;
	text-decoration: none;
}
#PanelNavigation div.NaviItemLeft
{
	float: left;
	width: 5px;
	height: 24px;
	background-image: url("../Images/Header/Navigation/ecke_links_inaktiv.gif");
	background-repeat: no-repeat;
}
#PanelNavigation div.NaviItemLeftSelected
{
	background-image: url("../Images/Header/Navigation/ecke_links_aktiv.gif");
}
#PanelNavigation div.NaviItemRight
{
	float: left;
	width: 5px;
	height: 24px;
	margin: 0 2px 0 0;
	background-image: url("../Images/Header/Navigation/ecke_rechts_inaktiv.gif");
	background-repeat: no-repeat;
}
#PanelNavigation div.NaviItemRightSelected
{
	background-image: url("../Images/Header/Navigation/ecke_rechts_aktiv.gif");
}
#PanelNavigation div.NaviItem
{
	float: left;
	height: 20px;
	padding: 3px 5px 0 5px;
	background-color: #0051B5;
	border-top: solid 1px #0051B5;
}
#PanelNavigation div.NaviItem a
{
	color: #FFF;
	text-decoration: none;
}
#PanelNavigation div.NaviItemSelected
{
	background-color: #FFF;
}
#PanelNavigation div.NaviItemSelected a
{
	color: #0051B5;
}

#PanelHeaderImage
{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
/* MH: End Header Definitions */

/* MH: Begin Akentas Stuff */
#PanelVersion { position: absolute; left: 0em; top: 0em; padding: 0.25em; color: #efefef; font-family: Courier New; font-weight: bold; }
#PanelVersion:hover { color: #999; }
#PanelVersions { display: none; background-color: #000; }
#PanelVersions table { border-collapse: collapse; }
#PanelVersions table th, #PanelVersions table td { color: Orange; font-family: Courier New; font-weight: bold; text-align: left; }
#PanelVersions table td { padding-left: 10px; }

.PanelDebug { position: absolute; left: 10em; top: 0em; padding: 0.25em; color: #efefef; font-family: Courier New; font-weight: bold; }
.PanelDebug:hover { color: #999; }

.PanelCache { position: absolute; left: 20em; top: 0em; padding: 0.25em; color: #efefef; font-family: Courier New; font-weight: bold; }
.PanelCache { color: #666; }
.PanelCache:hover { color: #999; }

#PanelVersion, .PanelDebug, .PanelCache { display: none; }
/* MH: End Akentas Stuff */
