/* Hauptstylesheet für die Webseite des Imgenieurdiestes */

/*erstellt am 27.10.2007 */
/* Stand 15.11.07 */
/* Stand 7.1.09  Englischer Banner */

/* ------------------------------------------------------------------------ */

body{
	background-repeat: repeat-y;
	background-color: #c0c0c0;												 
	color: #000000; 																
	                     
	/* default Einstellungen für alle Texte: */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-position: center top;
}

/* 1. Definition der Container  */

#content_container{
	position:relative;
	top:0px;
	left:0px;
	width: 900px;
	height: 675px;
}

#content{
	position:absolute;
	top:0px;
	left:0px;
	background-color: white;

}

#gitter{
	position: absolute;
	top: 0px;
	left: 8px;
	background-image: url(../images/gitter.gif); 
	height: 675px;
	width: 78px;
	z-index: 3;
}

#emblem{
	position:absolute;
	top:16px;
	left:20px;
	height: 54px;
	width: 54px;
	background-image: url(../images/emblem_54_54.gif);
	background-repeat: no-repeat;
	z-index: 4;	
}

#firmenschrift{
	position:absolute;
	top:94px;
	left:18px;
	height: 35px;
	width: 54px;
	background-image: url(../images/firmenname_54_35.gif);
	background-repeat: no-repeat;
	z-index: 4;	
}

#banner{
	position: absolute;
	top: 0px;
	left: 88px;
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	/*background-color: Lime;*/
	/* padding-top: 12px; */
	font-size: 24px;
	height: 63px;
	width: 718px;
	z-index: 8;
}


#banner-e{
	position: absolute;
	top: 0px;
	left: 88px;
	background-image: url(../images/banner-e.gif);
	background-repeat: no-repeat;
	/*background-color: Lime;*/
	/* padding-top: 12px; */
	font-size: 24px;
	height: 63px;
	width: 718px;
	z-index: 8;
}

#bild{
	position: absolute;
	top: 2px;
	right: 2px;
	background-image: url(../images/linab1.jpg);
	/* background-repeat: no-repeat; */
	height: 73px; /* 56px */
	width: 86px;  /* 58px */
	z-index: 2;
}

#doppel-linie-oben{
	position: absolute;
	top: 76px;
	left: 0px;
	background-image: url(../images/doppel-linie.gif);
	background-repeat: repeat-x;
	height: 11px;
	width: 900px;
	z-index: 5;
}

#schrift-in-linie-oben{
	position: absolute;
	top: 76px;
	left: 86px;
	background-image: url(../images/schrift-in-doppellinie.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 720px;
	z-index: 5;
}

#doppel-linie-unten{
	position: absolute;
	top: 650px;
	left: 0px;
	background-image: url(../images/doppel-linie.gif);
	background-repeat: repeat-x;
	height: 11px;
	width: 900px;
	z-index: 5;
}

#schrift-in-linie-unten{
	position: absolute;
	top: 650px;
	left: 86px;
	background-image: url(../images/schrift-in-doppellinie-unten.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 720px;
	z-index: 5;
}

#datumsausgabe{
	position: absolute;
	top: 650px;
	left: 290px; /*background-color: white;*/
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	/*color: Black; */
	/*font-style: normal; */
	/*font-weight: bolder; height: 9px;*/
	width: 300px;
	z-index: 6;
}




#id-in-linie-unten{
	position: absolute;
	top: 650px;
	left: 809px;
	background-image: url(../images/schrift-in-doppellinie-unten-id.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 90px;
	z-index: 5;
}
#navigation{
	position: absolute;
	top: 0px;
	right: 0px;
	/* background-color: Aqua; */
	height: 675px;
	width: 92px;
	z-index: 1;
}

#navlinie{
	position: absolute;
	top: 0px;
	background-image: url(../images/navlinie.gif);
	left: 808px;
	height: 675px;
	width: 1px;
	z-index: 6;
}


#inhalt{
	position: absolute;
	top: 89px;
	left: 88px; 
	/*background-color: ThreedLightShadow;
	background-color: transparent;*/
	height: 558px;
	width: 713px;
	z-index: 2;
}
