﻿@import url('fundament.css'); 
@import url('kopf.css'); 
@import url('fusszeile.css'); 
@import url('bisherige_objekte.css'); 
@import url('style_navi_neu.css');
/* ==================================== 
   2. Design Bild 
   ==================================== */

/* standardkonforme horizontale Zentrierung */
	
.Bild_unter_gelb{
	position: fixed;
	top: 13em;
	z-index: 10;
	margin: 0 auto 0 auto;
}
.bildgrösse{
	width: 57em;
	height: 40em; 
}

 /* ==================================== 
   3. Seitentext eine Spalte
   ==================================== */

.Überschrift_seitentext {
	font-size: 1.3em;
}

#Seitentext	{
	position: absolute;
	z-index: 11;
	top: 19em;
	color: #333333;
	background-image: url('../bilder/rotgrau_vertikal.png');
	text-align: justify;
	border: thin #FFFFFF solid;
	padding: 1em 2em 1em 2em;
	min-height: 30em;
	overflow: hidden;
	width: 40em;
}

#Seitentext .p{
	margin-top: 0.8em;
}
.Seitentext {
	margin-left: 16em;
	
}

.Seitentext_mit_bild {
	margin-left: 28em;
	line-height:2em
}
.li{
	line-height: 1.5;
	margin-bottom: 1em;
}

/* ==================================== 
   4. Seitentext zweis spalten 
   ==================================== */

.Format_Seitenfeld {
	background-position: top;
	position: absolute;
	z-index: 11;
	top: 16em;
	left: 14em;
	background-image: url('../bilder/rotgrau_vertikal.png');
	padding: 0.5em 1em 0.5em 1em;
	width: 58em;
}
.Format_Seitentext1,
.Format_Seitentext2 {
	padding: 2em 1em 1.5em 1em;
	width: 26em;
	text-align: left;
	color: #333333;
	z-index: 10;
}
.Format_Seitentext1{
	float: left;
	}

.Format_Seitentext2 {
	float:right;
}

.horizontale_linie  {
	background-color: #CC3300;
	width: 25em;
	color: #CC3300;
	text-decoration: blink;
	height: 0.1em;
}

	 

/* ==================================== 
   5. Bild mit Rahmen und Abstand
   ==================================== */


.img {
 border:0; 
 margin-bottom:0.8em;
 }


/* ==================================== 
   6. Einschubtext Ergänzungstext 
   ==================================== */

.einschubtext{
	position: absolute;
	left: 860px;
	top: 220px;
	padding: 5px;
	color: #333399;
	margin-bottom: 1em;
	padding: 5px;
	text-align: justify;
	font-weight: 200;
	background-image: url('../Silberbackground.JPG');
	width: 232px;
}

/* ==================================== 
   7. Ergenzung Index Seite
   ==================================== */




.style_energie {
	position: absolute;
	z-index: 5;
	left: 20px;
	}
	
.eintraege {
	position:absolute;
	top: 150px;
   
}
.Datum {
	position: fixed;
	width: 142px;
	height: 17px;
	left: 1030px;
	top: 700px;
	z-index: 4;
}

 
 
/* ==================================== 
   8. Einschubmenue
   ==================================== */

.Untermenue {
	position: absolute;
	left: 1em; 
	top: 20em;
	width: 140px;
	height: 290px;
	color:#E1FFD9;
 	line-height: 37px;
 	}

 /* lage des Menues frames */

.iframe_groesse{
	position: absolute;
	width: 12em;
	height: 18em;
	left:-13.5em;
	top:5em;	z-index: 12;
}

 /*Schrift des Menues  */

.Untermenue2 {
	font-family: Arial;
	font-size: 1.2em;
	color: #7030A0;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.5em;
	text-align: center;

}

.style_frame_unterm2 {
	position: absolute;
	z-index: 10;
	left: 0em;
	top: 1em;
	width: 10em;
	height: 14em;
	
	border-style: outset;
	border-width: medium;
	background: #E8FFEF;
	border-color: inherit;
	
	
	font-family: Arial;
	font-size: 14pt;
	color: #7030A0;
	font-weight: bold;
	line-height: 140%;
	letter-spacing: 0.5pt;
	text-align: center;
}



