@CHARSET "utf-8";
/* version 1.0 02-03-2013 */
/* formatierung fuer die Navigation */
@import "navigation.css";
@import "navigationVertical.css";

@media print {
	/* hier auf gefuehrte Elemente werden beim Drucken ausgeblendet */
	#masterHead {
		display: none;
	}
	#navigationsMenu {
		display: none;
	}
	#nav-vertical {
		display: none;
	}
}
#preload {
	/*
	Lade-Reihenfolge der Elemente
	1. XHTML
	2. CSS
	3. Grafikdateien der Site
	4. CSS Grafiken (Background Images)
	*/
	display: none;
}
#preload img {
	height: 0; width: 0; border: none;/*Grafiken un Rahmen auf  0*/
	position: absolute;/*Position auf links unten*/
	bottom: 0;
	left: 0;
	z-index: -30;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #E0F5FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#container {
	/*background-color: #E0F5FF;*/
	/* sorgt fuer die Zentrierung der Seite */
	
	margin: auto;
	margin-top: 10px;
	width: 930px;
	height: 610px;
}

#masterHead {
	background-color: #8EB7DC;
	width: 920px;
	height: 115px;
	padding: 5px;
}
#masterHeadLeft {
	float: left;
	margin-right: 10px;
	background-color: #8EB7DC;
	width: 260px;
	height: 115px;
}
#masterHeadLeft h1 {
	font-size: 12px;
}
#masterHeadLeft a {
	font-size: 12px;
	text-decoration:none;
	font-style: normal;
}
#masterHeadLogo {
	margin: 16px;
}
.masterHeadRight {
	float: left;
	background-color: #8EB7DC;
	width: 650px;
	height: 115px;
}
.masterHeadRightTop {
	clear: both;
	margin-left: 0px;
	/*background-color: #2EB7DC;*/
	width: 650px;
	height: 90px;
}
.masterHeadRightTop1 {
	float: left;
	margin-left: 0px;
	/*background-color: #2E27DC;*/
	width: 320px;
	height: 90px;
}
.masterHeadRightTop2 {
	float: left;
	margin-left: 20px;
	/*background-color: #2E27DC;*/
	width: 310px;
	height: 90px;
}
.message {
	/*background-color: #4EB78C;*/
	width: 320px;
	height: 20px;
}
.masterHeadLanguage {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	/*background-color: #4EB7DC;*/
	width: 320px;
	height: 20px;
	display: block;
}
.masterHeadLanguageText {
	margin-top: 0px;
	margin-left: 10px;
	/*background-color: #4EB7DC;*/
}
.masterHeadlogin {
	float: left;
	margin-top: 5px;
	/*background-color: #4EB7DC;*/
	width: 320px;
	height: 20px;
	display: block;
}
.masterHeadloginText {
	margin-top: 0px;
	margin-left: 10px;
	/*background-color: #2EB7DC;*/
	display: block;
}
.loginText {
	font-size: 16px;
	text-decoration:none;
	font-style: normal;
	/*color: black;*/
}
#masterLine {
	background-color: #8EB7DC;
	margin-top: 10px;
	width: 930px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: 100;
}
#masterBody {
	margin-top: 10px;
	background-color: #8EB7DC;
	height: 443px;
}
#masterBody-content {
	background-image:url(../img/Verlauf_hellblau_1pixel.jpg);
	width: 930px;
	/*height: 310px;*/
	height: 443px
}
.homePanelImg {
	background-color: #8EB7DC;
	width: 930px;
	height: 157px;
}
.homePanelText {
	/*background-color: #8EB7DC;*/
	width: 930px;
	height: 157px;
	overflow:auto;
}
.homePanelText h1 {
	font-size: 16px;
}
.homePanelText h2 {
	font-size: 14px;
}
.homePanelText h3 {
	font-size: 12px;
}
.laboratoryPanelText {
	/*background-color: #8EB7DC;*/
	width: 930px;
	height: 314px;
	overflow:auto;
}
#laboratoryPanelFooter {
	margin-top:20px;
	background-image: url(../img/smdPx155x112.jpg);
	/*background-color: #2EB7DC;*/
	width: 930px;
	height: 109px;
}
