/* Standardwert */
body {
	text-align:center;
	margin:0px;
	color:#00538F;
	background-attachment:fixed;
	background-image:url(../img/Hintergrund_allg.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
p{
	margin:0px;
	padding:0px;
}
/***** Schatten Hintergrund *****/
#Schatten_Rahmen{
	position:relative;
	margin:0px auto 0px;
	padding:0px;
	width:1010px;
	background-image:url(Schatten_Inhalt.gif);
	background-position:center top;
	background-repeat:repeat-y;
	text-align:center;
}
/***** Rahmen *****/
#Rahmen{
	position:relative;
	margin:0px auto;
	padding:0px;
	width:990px;
	text-align:left;
	background-color: #FFFFFF;
}

/***** Bildbereich *****/
#Bildbereich{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	width:990px;
	height:50px;
}

/***** mitte *****/
#mitte{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;	
	width:990px;
	min-height:400px;
	height:auto !important;  /* für moderne Browser */
	height:400px;  /*für den IE */
	background-color: #ffffff;
	text-align:left;	
}

/* Spalte111 */
.Spalte111 {
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
	width:990px;
	float:left;
	background-color:#ffffff;
}
/* Spalte011 */
.Spalte011 {
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
	width:660px;
	float:left;
	background-color:#ffffff;
}
/* Spalte001 */
.Spalte001 {
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
	width:330px;
	float:left;
	background-color:#ffffff;
}
/* Spalte01 */
.Spalte01 {
	position:relative;
	left:0px;
	margin:0px;
	padding:0px;
	width:490px;
	float:left;
	background-color:#ffffff;
}
/***** Fussbereich *****/
#Fussbereich{
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	width:990px;
	height:50px;
	text-align:left;
	background-color:#eceded;
}
