@CHARSET "utf-8";
/* formatierung fuer die Navigation */
@import "navigationsNew.css";
@import "navigationVertical.css";

@media print {
	/* hier auf gefuehrte Elemente werden beim Drucken ausgeblendet */
	#masterHead {
		display: none;
	}
	#mainMenu {
		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;
}

#container {
	/*background-color: #E0F5FF;*/
	/* sorgt fuer die Zentrierung der Seite */
	
	margin: auto;
	margin-top: 10px;
	width: 930px;
	height: 610px;
}

#masterHead {
	background-color: #8EB7DC;
	width: 930px;
	height: 125px;
}

#masterHead-logo{
	background-color: #8EB7DC;
	width: 250px;
	padding-top: 25px;
	text-align: center;
	float: left;
}
#masterHead-logo a{
	text-decoration: none;
}
#masterHead-logo h1{
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333366;
}
#masterHead-Language {
	width: 210px;
	/*cursor: pointer;
	cursor: hand;*/
	background-color: #8EB7DC;
	float: left;
	height: 30px;
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
	margin-top: 85px;
	margin-left: 140px;
}

#masterHead-Language-de {
	background-image: url(../img/flagge-eu-Px30x20.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: right;
	padding-right: 40px;
	width: 160px;
	background-color: #8EB7DC;
	padding-top: 5px;
	float: left;
}	
#masterHead-Language-eng {
	background-image: url(../img/flagge-de-Px30x20.png);
	background-repeat: no-repeat;
	height: 20px;
	background-position: right;
	padding-right: 40px;
	width: 160px;
	background-color: #8EB7DC;
	padding-top: 5px;
	float: left;
}
#masterHead-ssl-login {
	width: 100px;
	height: 15px;
	font-size: 12px;
	background-color: #8EB7DC;
	float: left;
	margin-top: 88px;
	margin-left: 20px;
}

.ssl-login a{
	float: left;
	margin: 0px;
	padding:1px;
	padding-top: 2px;
	width: 100px;
	height: 15px;	/*font-weight: bold;*/
	background-color: #6699CC;
	color: #333366;
	font-size: 12px;
	text-align: center;
	
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	display: block;
	text-decoration: none;

}
.ssl-login a:hover {
	background-color: #6699CC;
	color: white;
	border-color: white;
	border-left-color: black;
	border-top-color: black;
}
#masterHead-login {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
	width: 150px;
	height: 110px;
	font-size: 12px;
	background-color: #8EB7DC;
}

.login {
	width: 100px;
	height: 20px;	/*font-weight: bold;*/
	background-color: #6699CC;
	color: #333366;
	font-size: 12px;
	text-align: center;
	border: 1px solid black;
	border-left-color: white;
	border-top-color: white;
	display: block;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;	/*font-weight: bold;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.login:hover {
	background-color: #6699CC;
	color: white;
	border-color: white;
	border-left-color: black;
	border-top-color: black;
}

#masterLine {
	background-color: #8EB7DC;
	margin-top: 10px;
	width: 930px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: 100;
}
.masterLine {
	background-color: #8EB7DC;
	margin-top: 10px;
	width: 930px;
	height: 20px;
	font-size: 16px;
	text-align: center;
	font-weight: 100;
}
#masterBody {
	background-color: #8EB7DC;
	height: 443px;
}

#masterBody-content {
	/*background-color: #8EB7DC;*/
	margin-top: 10px;
	width: 930px;
	height: 310px;
}

#masterFooter {
	background-image:url(../img/Verlauf_hellblau_1pixel.jpg);
	position: relative;
	z-index: 1;
	margin: 0px;
	top: 20px;
	width: 930px;
	height: 112px;
}
#masterFooter-Admin {
	position: relative;
	z-index: 1;
	background-image: url(../img/smdPx155x112.jpg);
	margin: 0px;
	top: 20px;
	width: 930px;
	height: 112px;
}
#adminPanel h1{
	font-size: 16px;
	text-align: center;
	clear: both;
	}
#adminPanel {
	font-size: 12px;
	background-color: #8EB7FF; /*Farbe leicht verändert original#8EB7DC*/
	width: 740px;
	height: 290px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
	}
#adminPanelText1 {
	padding-top: 60px;
	padding-left: 10px;
	font-size: 12px;
	width: 230px;
	float: left;	
}
#adminPanelText2 {
	padding-top: 60px;
	padding-left: 10px;
	width: 230px;
	float: left;	
}
#adminPanelText2 img {
	 /*filter:Alpha(opacity=100, finishopacity=0, style=2);*/
}
#adminPanelText3 {
	padding-top: 60px;
	padding-left: 10px;
	font-size: 12px;
	width: 230px;
	float: left;	
}
#homePanelText1 {
	font-size: 12px;
	padding-top: 40px;
	padding-left: 140px;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;	
}
#homePanelText2 {
	
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;	
}
#homePanelText2 img {
	 
}
#homePanelText3 {
	font-size: 12px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	float: left;	
}
#homePanelImg {

	float: right;
}

#homePanelTextAlt {
	padding-top: 10px;
	/*background-color: #8EB7FF; Farbe leicht verändert original#8EB7DC*/
	background-image:url(../img/Verlauf_hellblau_1pixel.jpg);	
	width: 930px;
	height: 157px;
	float: left;
	font-size: 12px;
	clear: both;
}
#homePanelText #net-vk-description {
	font-size: 10px;
	float: left;
	width: 280px;
	margin-left: 10px;
}
#homePanelText h1 {
	font-size: 14px;
	font-weight: 100;
}
#homePanelText h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: 100;
}
#homePanelText h3 {
	font-size: 10px;
	font-weight: 100;
}
#homePanelText #zitat {
	font-size: 10px;
	float: left;
	width: 280px;
	margin-left: 20px;
}
#homePanelText #dao-description {
	font-size: 10px;
	float: right;
	width: 280px;
	margin-left: 30px;
	margin-right: 10px;
}

#homePanelText #dao-description table tr td h1 {
	vertical-align: top;
}

.impressumPanelTop {
	background-image: url(../flash/AntenneDunkel_930_157.jpg);
	width : 930px;
	height: 157px;
}

.impressumPanelText {
	padding-top: 10px;
	/*background-color: #8EB7FF; Farbe leicht verändert original#8EB7DC*/
	background-image:url(../img/Verlauf_hellblau_1pixel.jpg);
	width : 930px;
	height: 180px; /* 180-156 */
	font-size: 10px;
	width: 930px;
	clear: both;
}

.impressumPanelText table {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	table-layout: fixed;
	width: 100%;
	border-width: 0px;
	border-style: solid;
}

.impressumPanelText table td {
	vertical-align: top;
}

.impressumPanelText .tdWidth1 {
	width: 20%;
}

.impressumPanelText .tdWidth2 {
	width: 15%;
}

.impressumPanelText .tdWidth3 {
	width: 15%;
}

.impressumPanelText .tdWidth4 {
	width: 30%;
}

.impressumPanelText .tdWidth5 {
	width: 20%;
}

.profilPanelText {
	padding-top: 10px;
	/*background-color: #8EB7FF; Farbe leicht veraendert original#8EB7DC*/
	background-image:url(../img/Verlauf_hellblau_1pixel.jpg);
	width: 930px;
	height: 180px;
	font-size: 10px;
	clear: both;
}

.profilPanelText table {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	table-layout: fixed;
	width: 100%;
	border-width: 0px;
	border-style: solid;
	float: left;
}

.profilPanelText table td {
	vertical-align: top;
}

.profilPanelText .tdWidth1 {
	width: 15%;
	color: #FFFFFF;
}

.profilPanelText .tdWidth2 {
	width: 25%;
}

.profilPanelText .tdWidth3 {
	width: 15%;
	color: #FFFFFF;
}

.profilPanelText .tdWidth4 {
	width: 45%;
}
