/******************HEADER**************************************/
#header {
/* 	background-image: url("../resources/images/bgGrayHeader2.png"); */
	background-image: url("../resources/images/bgBlackTop6.png");
	background-color: #C8BEB0;
}

.headerTable {
	width: 100%;
	height: 26px;
}

.headerTable td {
	width: 50%;
	white-space: nowrap;
}

.headerTable form {
	padding: 0;
	margin: 0;
}

.logo {
	text-align: left;
	padding-left: 5px;
}

.search {
	text-align: right;
	padding-right: 4px;
}
.search input {

	font-size: 9px;
	margin-top: 0px;
	width:54px;
}

/******************topMenu**************************/
#panel {
	width: 100%;
	background: url("../resources/images/bgBlackTop6.png") repeat-x scroll
		0 0 transparent;
}

.MenuTable {
	width: 100%;
	text-align: center;
	line-height: 30px;
	height: 30px;
}

.MenuTableMiddle {
	line-height: 30px;
	height: 30px;
}

.MenuTableMiddle a {
	border-right: 1px solid gray;
}

.MenuTable a {
	color: #FFFFFF;
	height: 30px;
	display: block;
	vertical-align: top;
	margin-top: 0px;
}

/******************bottomMenu**************************/
.footerPanel {
	background: url("../resources/images/bgBlackTop6.png") repeat-x
		scroll 0 0 transparent;
	line-height: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.cancelLink {
	background-color: black;
	text-align: center;
}

.cancelLink a {
   color: white;
}

.bottomTable {
	width: 100%;
}

.bottomMenuTable {
	text-align: center;
	width: 100%;
	line-height: 29px;
	height: 30px;
	margin: 0;
	padding: 0;
}

.bottomMenuTable td {
	width: 33%;
	line-height: 30px;
	height: 30px;
}

.bottomMenuTable a {
	color: #FFFFFF;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 30px;
	height: 30px;
	margin-top: 0px;
	display: block;
}

/**************************Menu Weiteres*******************************/
.menuWeiteres {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	color: black !important;
}

.menuDiv {
	width: 100%;
}

.menuWeiteres li {
	background-image: url("../resources/images/bgGrayMenu.png");
	background-color: #E1E1DF;
}

.menuWeiteres a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	background-image: url("../resources/images/arrow_right_red.png");
	background-repeat: no-repeat;
	background-position: left;
}

.menuWeiteres li:hover a {
	color: #B50808;
}

.menuWeiteres .submitLink {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	background-image: url("../resources/images/arrow_right_red_empty.png");
	background-repeat: no-repeat;
	background-position:10px center;
	width: 100%;
	text-align: left;
}

.menuWeiteres li:hover .submitLink {
	color: #B50808;
}

.menuWeiteresRed {
	background-color: #B50808;
/* 	background-image: url("../resources/images/bgRed8.png"); */
	background-image: url("../resources/images/bgRed8new_2.png");
}
.menuWeiteresRedBottom {
	background-color: #B50808;
/* 	background-image: url("../resources/images/bgRed8.png"); */
	background-image: url("../resources/images/bgRed8new_2.png");
}

/** menu weiteres --> submenus **/

.showSub{}

.rechtsstandSub, .suchSub, .ausgabeSub, .notizenSub{
	display:none;
}
.rechtsstandSub a, .suchSub a, .ausgabeSub a, .notizenSub a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	background-image: url("../resources/images/arrow_right_red_empty.png");
	background-repeat: no-repeat;
	background-position: 10px center;
}

/*.ausgabeSub input{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	background-image: url("../resources/images/arrow_right_red_empty.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 100%;
	text-align: left;
}*/

/** versionen - auswahl versionen vergleich **/
#versionsTable{
	width: 100%;
}
#versionsTable td{
	border-bottom: 1px dotted #DBDBDB;
}
.versionsTable1td{
	width:10px;
}