/* RESET */
	*{
																		margin: 0px;
																		padding: 0px;
																		border: 0px;
																		font-family: verdana, arial, helvetica;
																		color:#666;
																		font-style:normal;
																		font-size:12px;
																		text-decoration:none;
	}
/* ENDE VON RESET */

/* DEFINITION DER STANDARDELEMENTE */
	html{
																		height:100%;
																		width:100%;
	}
	body{
																		height:100%;
																		width:100%;
																		background-color:#cccc33;
	}
	div{
																		z-index:1;
	}
/* ENDE DER STANDARDELEMENTE */

/* DEFINITIONN SEITENAUFBAU */
	div.verticalSpace25{
																		height:25px;
																		margin:0 0 0 0;
																		padding: 0 0 0 0;
																		float:left;
																		clear:both;
	}
	div#main{
																		position:absolute;
																		left: 50%;
																		top:50%;
																		width:980px;
																		height:550px;
																		margin-left: -490px;
																		margin-top: -375px;
																		background: url("../bilder/hintergrund.gif") no-repeat;
	}
	div#innerLeft{
																		float:left;
																		width:70px;
																		height:550px;
																		background-color:none;
	}
	div#innerContent{
																		float:left;
																		width:660px;
																		height:550px;
																		background-color:none;
	}
	div#rbfiae{
																		margin: 0 0 0 0;
																		float:left;
																		clear:both;
																		background-color:none;
	}
	div#rbfiae h1 span.eins{
																		font-size:33px;
																		color:#666;
																		font-weight:bold;
	}
	div#rbfiae h1 span.zwei{
																		font-size:26px;
																		color:#666;
																		font-weight:bold;
	}
	div#rbfiae h1 span.drei{
																		font-size:14px;
																		color:#666;
																		font-weight:bold;
	}
	div#text{
																		margin: 0 0 0 0;
																		width:600px; /*wg. IE 7 ; ansonsten kann die Breitenangabe hier auch weggelassen werden. */
																		float:left;
																		clear:both;
																		background-color:none;
	}
	div#text h2{
																		font-size:17px;
																		color:#666;
																		font-weight:bold;
																		margin:0 0 13px 0;
																		line-height:22px;
																		text-transform:uppercase;
	}
	div#text p a,
	div#text p{
																		font-size:14px;
																		color:#666;
																		font-weight:normal;
																		margin:0 0 13px 0;
																		line-height:22px;
	}
	div#text p a{
																		text-decoration:underline;
	}
	div#text p a:hover{
																		color:#555555;
																		text-decoration:underline;
	}
	div#menue{
																		position:absolute;
																		top:470px;
																		left:70px;
																		margin: 0 0 0 0;
																		width:600px; /*wg. IE 7 ; ansonsten kann die Breitenangabe hier auch weggelassen werden. */
																		background-color:none;
	}
	div#menue p,
	div#menue p span,
	div#menue p a{
																		font-size:17px;
																		color:#666;
																		font-weight:bold;
																		margin:0 0 0 0;
																		line-height:22px;
																		text-transform:uppercase;
																		text-decoration:none;
	}
	div#menue p span#start,
	div#menue p a#start:hover{
																		font-size:17px;
																		color:#cccc33;
																		font-weight:bold;
																		margin:0 0 0 0;
																		line-height:22px;
																		text-transform:uppercase;
																		text-decoration:none;
	}
	div#menue p span#angebot,
	div#menue p a#angebot:hover{
																		font-size:17px;
																		color:#cd3939;
																		font-weight:bold;
																		margin:0 0 0 0;
																		line-height:22px;
																		text-transform:uppercase;
																		text-decoration:none;
	}
	div#menue p span#kunden,
	div#menue p a#kunden:hover{
																		font-size:17px;
																		color:#396bff;
																		font-weight:bold;
																		margin:0 0 0 0;
																		line-height:22px;
																		text-transform:uppercase;
																		text-decoration:none;
	}
	div#menue p span#mich,
	div#menue p a#mich:hover{
																		font-size:17px;
																		color:#39ffce;
																		font-weight:bold;
																		margin:0 0 0 0;
																		line-height:22px;
																		text-transform:uppercase;
																		text-decoration:none;
	}
	div#menue p a#mich:hover,
	div#menue p a#kunden:hover,
	div#menue p a#angebot:hover,
	div#menue p a#start:hover{
																		text-decoration:underline;
	}
	div#footer{
																		position:absolute;
																		top:515px;
																		left:70px;
																		margin: 0 0 0 0;
																		width:900px; /*wg. IE 7 ; ansonsten kann die Breitenangabe hier auch weggelassen werden. */
																		background-color:none;

	}
	div#footer p,
	div#footer p span,
	div#footer p a{
																		font-size:13px;
																		color:#ffff6b;
																		color:#666;
																		font-weight:bold;
																		margin:0 0 0 0;
																		line-height:22px;
																		text-decoration:none;
	}
	div#footer p span{
																		color:#000;
																		text-decoration:none;
	}
	div#footer p a:hover{
																		color:#000;
																		text-decoration:underline;
	}


