/* Bildlaufleiste im Firefox immer zeigen */
html { height: 101%; }

body
{
	margin: 0 auto;
	padding: 0 auto;
	
	background: url('../images/WebseiteVerlaufBlau.png') repeat-x #fff;
	
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #000;
	
}

TABLE, INPUT, SUBMIT 
{
	font-size: 11px;
}

IMG 
{
	margin: 0;
	padding: 0;
	border: none;
}

LI 
{
	padding-left: 10px;
	line-height: 150%;
}
 UL LI
 {
	list-style-image: url('../images/MenuPunkt.png');
}

.tx-browser-pi1 LI 
{
	padding-left: 0;
  line-height: 100%;
}

.tx-browser-pi1 UL LI
  {
  list-style-image: none;
  }

.tx-browser-pi1 .service .azSelector  LI 
{
	padding-left: 1px;
	padding-right: 1px;
  line-height: 150%;
}

.tx-browser-pi1 .listview LI
{
  line-height: 150%;
}

/*POSITIONIERUNG DER HAUPTELEMENTE */
#Aussen 
{
	display: block;
	float: none;
}


#Positionierung 
{
	position:absolute;
	display: block;
	min-height: 300px;
	width: 993px;
	margin-top: 10px;
	margin-left: 50%;
	left: -496px;

}

#Links 
{
	float: left;
	width: 215px;
	
}

#Mitte 
{
	float: left;
	width: 541px;
	margin-left: 10px;
}

#Mitte a 
{
	border-bottom: 1px dotted #4a7f45;
	color: #4a7f45;
	text-decoration: none;
}

#Mitte a:hover 
{
	border-bottom: 1px solid #4a7f45;
	color: #4a7f45;
}

#Rechts
{
	float: left;
	width: 215px;
	margin-left: 10px;
}

#Fusszeile
{
	display: block;
	float: left;
	width: 993px;
	text-align: center;
	padding-top: 10px;
	margin-top: 6px;
}

/*LAYOUT DER SEITENBOXEN*/
.SeitenBoxOben 
{
	background: url('../images/SeitenBoxOben.png') no-repeat bottom;
	width: 215px;
	height: 6px;
	background-position:bottom;
	
}
.SeitenBoxVerlauf
{
	background: url('../images/SeitenBoxVerlauf.png') repeat-y;
	width: 215px;
	
}
.SeitenBoxUnten 
{
	background: url('../images/SeitenBoxUnten.png') no-repeat top;
	height: 6px;
	width:215px;
}
/*LAYOUT DER HAUPTBOX*/
.HauptBoxOben
{
	background: url('../images/HauptBoxOben.png') no-repeat bottom;
	height: 6px;
	width: 543px;
	background-position:bottom;
}
.HauptBoxVerlauf
{
	background: url('../images/HauptBoxVerlauf.png') repeat-y;
	width: 543px;
	margin: 0;
	
	
}
.HauptBoxUnten
{
	background: url('../images/HauptBoxUnten.png') no-repeat;
	height: 6px;
	width:543px;
}
