﻿/********************
Balzano Informatik AG
07.02.2005, rgu
***
Stylesheet enthaellt die Definition der Head-Elemente
********************/

/* HEAD */

#header-background {
	background-color: white;
    background-image: url("images/mainbackground1.jpg");
    background-position: left;
    background-repeat: no-repeat;
    background-position-y:;
    background-size:1300px;
    float: right;
    height: 168px;
    width: 100%;
}

#header-titel {
	background-image:;
	background-repeat:no-repeat;
	height:76px;
	position: absolute;
	left: 320px;
	top: 35px;
	width: 497px;
}

/*#header-logo {
	height:0px;
	width: 285px;
	position:absolute;
	left: 0px;
	background-color:#FFFFFF; */ /* <- Falls nicht definiert: header-background 
	background-color: #808080;
	background-image:url(images/main-head-back.gif);
	background-repeat:repeat-Y;

	border: 0px solid #000;
}

.logo {
	position:absolute;
	top:25px;
	left:35px;
}*/

	/* 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: 168px;
		left:0px;
		width:100%;
		height: 30px;        /*28px;*/
		/*border-top: 1px solid #999999;*/
		/*border-bottom: 1px solid #999999;*/
		/*background-color: #FFFFFF; */   /*green=#8bb702 ;  blau=#0A3D72; */

		background-color: #8bb702 ;
		background-image:#8bb702 ;
		background-repeat:no-repeat;

	}
		
		#header-bar-language { /* <- Teil fuer die Spracheinstellung */
			position: absolute;
			/*right: 3%;/*
			top: 6px;
			font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color: #000000;       /* #FFFFFF; */

		}
		
		.header-bar-select-theme { /* <- Listbox */
			width: 130px;  /* 140px; */
			margin: 5px 0px 0px 820px;   /* 0px 0px 0px 30px; */
			border: 0px solid #999999;   /* <- Mit Internet Explorer nicht sichtbar */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			color: #000000;
			vertical-align: middle;

	}

		



/*
			position: absolute;
			left: 100px;
			top: 0px;
*/



		
		
		#header-bar-loginstatus { /* <- Teil fuer den aktuellen Status (z.B. ob Eingelogt) */
			position: absolute;
			left: 360px;
			top: 9px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #ffffff;       /* #FFFFFF; */
		}
		
			.header-bar-loginstatus-name { /* <- Name der eigelogten Person */
				font-style:italic;
			}
		
			/* Navigations-Elemente */
			#header-bar-navigation { /* <- Schnell-Navigation im Header */
				position: absolute;
				left: 65px;   /* 20px; */
				top: 175px;
				width: 240px;
				border: 0px solid #999;

				font-family: Arial, Helvetica, sans-serif;
				font-size: 10px;
				color: #000000;       /* #FFFFFF; */
			}
			.header-bar-navigation-img { /* <- Icons für Schnell-Navigation */
				vertical-align: middle;
				margin-left: 5px;
			}
.theme1 { /* <- Listbox */
			width: 100px;  /* 140px; */
			position: absolute;
			margin: 5px 0px 0px 10px;   /* 0px 0px 0px 30px; */
			border: 0px solid #999999;   /* <- Mit Internet Explorer nicht sichtbar */
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000;
			vertical-align: right;


		}
	