﻿/*CSS for Content Query Webpart Bottom*/

.cornerBox { position: relative; background-image:url('../PublishingImages/60x56_orga.jpg'); width: 100%; }
.corner { position: absolute; width: 10px; height: 10px; background: url('Images/corners.gif') no-repeat; font-size: 0em; }
.cornerBoxInner {background-image:url('../PublishingImages/60x56_orga.jpg');  padding: 10px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }

/* Phion Sub Navigation */
.phionLeftNav table {
	border-collapse:collapse;
}
.phionLeftNav a {
	display:block;
	border-collapse:collapse;
	width:146px !important;	
	background-image:url('Images/phionNavigationSubBgTab.gif');
	background-repeat:no-repeat;
	margin-top:-1px;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	color:black;
	padding:4px 12px 4px 9px;
	text-decoration: none !important;
}

.phionLeftNav a:hover {
	text-decoration: none !important;
}

.phionLeftNav .phionLeftNav1 {
	margin-top:0px;
}
.phionLeftNav .phionLeftNavSelected a,
.phionLeftNav .phionLeftNavHover a {
	background-image:url('Images/phionNavigationSubBgTabActive.gif');
	background-repeat:no-repeat;
}
.phionLeftNav table .phionLeftNavSelected a,
.phionLeftNav table .phionLeftNavHover a,
.phionLeftNav table table a {
	margin-left: 0px !important;
	background-image: url('Images/phionNavigationSubArrow.gif');
	background-repeat: no-repeat;
	background-position: 14px 10px;
	padding-left: 25px;
	color: #000000;
	font-weight: normal;
}
.phionLeftNav table .phionLeftNavSelected a {
	font-weight:bold;
	color:#FF8B17;
}
.phionLeftNav table table td {
	background:url('Images/phionNavigationSubBgTabSub.gif') repeat-y;
}
.phionLeftNav table table a {
	width:115px !important;	
}

/* Versuch die Oberen und unteren enden der Navigation abzurunden 
tr#zz1_CurrentNavn0 {
	background:url('Images/phionNavigationSubBgTop.gif') !important;
	background-repeat:no-repeat !important;
	height: 25px !important;
	vertical-align:bottom !important;
}
table#zz1_CurrentNav {
	margin-bottom:2px !important;
	background:url('Images/phionNavigationSubBgBottom.gif') !important;
	background-repeat:no-repeat !important;
	background-position:center bottom !important;

}
*/