﻿/********************
Crealogix AG
07.02.2005, rgu
***
Stylesheet enthaellt die Definition der Seiten-Navigation sammt Platzhalter
und Container.
********************/


/* NAVIGATION */
 
#navigation-sidebar { /* <- Container fuer die Navigation */
	z-index: 2;
	position: absolute;
	float: left;
	height: 100%;
	border-right: 1px solid #999999;
	top: 105px;
	left: 0px;
	bottom: 0px;
	width: 284px;
	background-color: #BFBFBF;
}

#navigation-sidebar-line { /* <- Element vor dem Header */
	/*	Mit Hilfe von diesem Element ist es moeglich eine Linie
		ueber/vor den Header zu ziehen und somit eine Abtrennung von
		Navigation und Inhalt zu erreichen. */
	position: absolute;
	left: 0px;
	top: 0px;
	border-right: 1px solid #999999;
	width: 284px;
	height: 150px;
}



/*	Die CSS-Klassen navigation-container, navigation-title und navigation-inhalt werden nicht benoetigt,
	weil sie mit den Topic-Klassen identisch sind. Ausserdem wird das Design der WebPartZonen ueber
	das Skin-File base.skin definiert. */



.WebPartZone-Navigation { /* <- Definition: Rohzustand einer leeren WebPartZone fuer die Navigation */
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}


#navigation-outside { /* <- Container ausserhalb des WebParts */
	margin: 23px 0 35px 20px;	
}

#navigation-admintool-container {
	width: 280px;
	padding: 20px 0px 55px 4px;
	margin: 0px 0px 0px 0px;
	top:  0px;
	overflow: scroll;
	visibility: hidden;
	background-color: #D6DFE7;
}
	