html
{
 height:100%;
}

body
{
 height:100%;
}
/*****************************************************************************************
 *************************** Designtemplates für die Website *****************************/
 
#topbereich
{
	background-image: url(../design/Topleiste.jpg);
	background-repeat:no-repeat;
	width:960px;height:140px;
	z-index:1;
}

#contentbereich
{
	background-image: url(../design/Contentbereich.jpg);
	background-repeat:no-repeat;
	width:960px;min-height:auto;
	position:relative; top:0; left:0; 
 	min-height:100%;
	z-index:1;
}
/************************** Navigationsbereich **************************/
 
#spLi
{
	background-image: url(../design/Pagenavigationsbereich.jpg);
	background-repeat:no-repeat;
	width:275px;height:395px;
	margin-top:50px;
	z-index:1;
}
#pagenavigation
{
	margin-top:20px;
}
#infoblock
{
	position:absolute; bottom:0; left:0;
	height:125px;
}


/************************** Haupttextbereich **************************/

#spRe_index
{
	background-image: url(../design/Index-Contenthintergrund.jpg);
	background-repeat:no-repeat;
	width:675px;height:445px;
	z-index:1;
}
#spRe
{
	background-image: url(../design/Haupttexthintergrund.jpg);
	background-repeat:no-repeat;
	width:675px;min-height:445px;
	z-index:1;
}
#infobox
{
	margin-left:-20px;
	padding:10px 20px 10px 20px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-color:#e38414;
	background-color:#fef3d7;
}

#spRe_leistung
{
	background-image: url(../design/Leistungs_Texthintergrund.jpg);
	background-repeat:no-repeat;
	width:675px;height:630px;
	z-index:1;
}
#bildmotiv
{
	padding-top:40px;
	margin-right:-0px;
}
#bildmotivB
{
	padding-top:20px;
	margin-right:-0px;
}

/********************* Bottombereich / Pageabschluss ******************/

#bottombereich
{
	background-image: url(../design/Bottombereich.jpg);
	background-repeat:no-repeat;
	width:960px;height:40px;
	float:left;
	z-index:1;
}
