/**** Startseite ****/

/*body{
	background-image: url(../_images/linie_grau.gif);
	background-repeat: repeat-x;
	background-position: 0px 90px;
}*/


/**** der Header in der Startseite ****/
#headerstartaussen{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;				
	background-color: #292929;
	border: solid 1px #5F5F5F;
	border-left: none;
	border-top: none;
	border-right: none;
}

#headerstartinnen{height: 90px;}

/**** der Container für "willkommen" u. "welcome" inkl. Hinweistext ****/
#willkommen{
	position: absolute;
	left: 69%;
	top: 75px;
	width: 280px;
}

/**** der Container für den engl. Hinweistext ****/
#hinweisengl{
	position: absolute;
	left: 87px;
	top: 40px;
	width: 120px;
	visibility: hidden;
}

/**** die beiden waagerechten Linien ****/
#navbalkenaussen{
	position: absolute;
	top: 353px;	
	width: 100%;
	border: solid 1px #5F5F5F;
	border-left: none;
	border-right: none;
}

#navbalkeninnen{height: 81px;	}

/**** Container für den Schriftzug "Faust Consult" ****/
#logo{
	position: absolute;
	right: 31%;
	top: 233px;
	width: 227px;
}

/**** Container für das blaue Quadrat und den Schriftzug "Architekten+Ingenieure" ****/
#containerquadrat{
	position: absolute;
	left: 69%;
	top: 354px;
	width: 127px;
}

/**** Positionierung des Quadrates ****/
.quadrat{margin-left: 1px;}

/**** Positionierung des Schriftzugs "Architekten+Ingenieure" ****/
.archi{margin-top: 34px;}

/**** die senkrechte Linie vor dem Quadrat ****/
.strichsenkr{
	position: absolute;
	width: 1px;
	top: -15px;
	height: 153px;
}

/**** die beiden großen sensitiven Flächen zum Anklicken ****/
#linkli{
	position: absolute;
	right: 31%;
	top: 233px;
	width: 227px;
	height: 320px;
	z-index: 2;
}

#linkre{
	position: absolute;
	left: 69%;
	top: 233px;
	width: 167px;
	height: 320px;
	z-index: 2;
}

/* Text */

#text{
	position: absolute;
	top: 0px;	
	left: 100px;
	width: 293px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 412px;
	background-image: url(../_images/text-bg.gif);
	background-image: url(../_images/startseite/teaser-bg.gif);
	background-repeat: no-repeat;
}

#text h1{
	margin: 0px;
	margin-bottom: 15px;
	font-size: 13px;
}

#text h1 img{
	margin-left: 33px;
	margin-top: 107px;
}


#text p{
	margin-bottom: 10px;
	
}

#text p.teaser2{
position: relative;
	top: 55px;
	padding-left: 33px;
}

#text p.teaser{
	position: absolute;
	bottom: 0px;
	left: 3px;
}

#text p.spacer{
	margin-bottom: 32px;
}

#text a{
	color: #0076A8;
}

#text a.weiss{
	color: #FFF;
}





