﻿/* MH: Begin Header Definitions */
div.PanelHeader
{
	width: 916px;
	height: 174px;
	position: relative;
	left: 47px;
	top: 0px;
	background-image: url("../Images/Header/img_header.jpg");
	background-repeat: no-repeat;
}
div.PanelHeaderContentpages
{
	background-image: url("../Images/Header/img_header_innen.jpg");
	height: 144px;
}
#PanelLogo
{
	position: absolute; 
	left: 15px; 
	bottom: 35px;
}
#PanelLogo img { }

#PanelSearch
{
	position: absolute;
	right: 19px; 
	bottom: 2px;
}
#PanelSearch .ButtonSearch
{
	margin: 2px 0 0 2px;
	cursor: pointer;
	background-image: url("../Images/Common/icon_pfeil.gif");
	background-repeat: no-repeat;
	background-position: center right;
	background-color: transparent;
	border: none;
	padding-right: 3px;
	vertical-align: middle;
}
#PanelSearch .TextBoxSearch
{
	width: 123px; 
	height: 1em; 
	border: solid 1px #495352; 
	vertical-align: middle;
}
#PanelSearch .SearchBoxHidden { display: none; }


#PanelGenericNavigation
{
	position: absolute; 
	right: 9px; 
	top: 9px;
}
#PanelNavigation
{
	position: absolute;
	left: 186px;
	bottom: 1px;
	height: 19px;
}
#PanelGenericNavigation ul, #PanelNavigation ul
{
	margin: 0;
	padding: 0;
}
#PanelGenericNavigation ul li, #PanelNavigation ul li
{
	display: inline;
	margin: 0;
}
#PanelGenericNavigation ul li
{
	padding: 0 0 0 5px;
}
#PanelGenericNavigation ul li a
{
	font-size: 0.9em;
	color: #495352;
	text-decoration: none;
	margin-right: 5px;
}
#PanelNavigation div.NaviItem
{
	float: left;
	height: 12px;
	padding: 3px 8px 3px 8px;
	background-color: transparent;
}
#PanelNavigation div.NaviItem a
{
	color: #495352;
	text-decoration: none;
}
#PanelNavigation div.NaviItemSelected
{
	background-color: #FFCC00;	
}
#PanelNavigation div.NaviItemSelected a{}
/* 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 */
