﻿/********************
Crealogix AG
07.02.2005, rgu
***
Stylesheet enthaellt die Definition der Head-Elemente
********************/

/* HEAD */

#header-background {
	width: 100%;
	height: 76px;
	float: right;
	background-image:url(images/head-back.jpg);
	background-repeat:repeat-x;
}

#header-titel {
	background-image:url(images/head-fade-back.jpg);
	background-repeat:no-repeat;
	height:76px;
	position: absolute;
	left: 285px;
	top: 0px;
	width: 497px;
}


.logo {
	position:absolute;
	top:15px;
	right:5px;
}

	/* Titel */
		/*
			Die Defintion der Titel wurde ins Main.css verschoben, da es
			sich bei den Headling-Elementen (<h1> bis <h6>) um allgemeine
			Elemente handelt und nicht um headerspezifische.
		/*

	

	/* Head Navigation */
	#header-bar {
		position: absolute;
		top: 76px;
		left:0px;
		width:100%;
		height:28px;
		border-top: 1px solid #999999;
		background-color:#0A3D72;
		/*background-color:#336699;*/
	}
		
		#header-bar-language { /* <- Teil fuer die Spracheinstellung */
			position: absolute;
			right: 3%;
			top: 6px;
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #FFFFFF;
		}
		
		#header-bar-loginstatus { /* <- Teil fuer den aktuellen Status (z.B. ob Eingelogt) */
			position: absolute;
			left: 320px;
			top: 6px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #FFFFFF;
		}
		
			.header-bar-loginstatus-name { /* <- Name der eigelogten Person */
				font-style:italic;
			}
		
			/* Navigations-Elemente */
			#header-bar-navigation { /* <- Schnell-Navigation im Header */
				position: absolute;
				left: 20px;
				top: 78px;
				width: 240px;
				border: 0px solid #999;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #FFFFFF;
			}
			.header-bar-navigation-img { /* <- Icons für Schnell-Navigation */
				vertical-align: middle;
				margin-left: 2px;
			}

	
	
.print-header-bar-loginstatus {
	padding: 10px 0px 10px 6px;
	margin: 0px 0px 0px 0px;
	top: 0;
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	font-family: Arial;
	border-left: 1px solid #33CC99;
	color: #000000;
}