#RahmenCenter {
   height: 100%; /* das hier für den ie */
}
	/* folgende anweisung wird nicht vom ie interpretiert */
#RahmenCenter[id] {
    height:auto;
    min-height:100%;
}
.ArialFett {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.Weiss {
	color: #FFFFFF;
}
.HellesOrange {
	color: #F7CB99;
}

html {
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EB7C01;
	height:100%;
	width: 100%;		
	background-image: url(bilder/vert-linien.gif);
	background-repeat: repeat-y;
	background-position: center;		
	
}



#RahmenCenter {
	z-index: 3;
	height: 100%;
	width: 100%;
	position: relative;
	margin:auto;
	text-align:center;
	background-image: url(bilder/kopf/background.gif);
	background-repeat: repeat-x;
	
}

#Kopf {
	background-color: #EB7C01;
	position: relative;
	margin:auto;
	text-align:left;
	width: 602px;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(bilder/kopf/background.gif);
	background-repeat: repeat-x;	
}

#SubNav {
	background-color: #EB7C01;
	position: relative;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF9634;
}

#SubNavPos {
	position: relative;
	margin:auto;
	text-align:left;	
	width: 608px;
}
#Content {
	position: relative;
	margin:auto;
	text-align:left;
	width: 602px;
	padding-top: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	padding-bottom: 120px;
	//line-height: 160%;
}
#ContentTeam {
	position: relative;
	margin:auto;
	width: 602px;
	padding-top: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	padding-bottom: 120px;
	left: 1px;
}

#Footer {
	text-align: left;
}
#FooterCenter {
	text-align: center;
	position:absolute;
	margin: 0 auto;
	width: 100%;
	bottom: 0px;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F8D7B3;
	background-color: #EB7C01;	
}

#FooterInhalt {
	margin:auto;
	text-align:left;
	width: 252px;
	padding-left: 370px;
	padding-top: 15px;	
}

#PopUp {
	text-align: left;
}
#PopUpCenter {
	text-align: center;
	top: 200px;	
	position:absolute;
	margin: 0 auto;
	width: 100%;
	z-index:2;	
	visibility: hidden; 	
}
#PopUpCenter2 {
	text-align: center;
	top: 200px;	
	position:absolute;
	margin: 0 auto;
	width: 100%;
	z-index:2;	
	visibility: hidden; 	
}
#PopUpCenter3 {
	text-align: center;
	top: 200px;	
	position:absolute;
	margin: 0 auto;
	width: 100%;
	z-index:2;	
	visibility: hidden; 	
}
#PopUpInhalt {
	margin:auto;
	text-align:left;
	width: 430px;
	padding: 10px;
	background-color: #F7CB99;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #BA6201;	
}
.Textfeld {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #BA6201;
	height: 20px;
	width: 490px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;	
}
.Textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #BA6201;
	height: 125px;
	width: 490px;
	border: none;
	padding-left: 5px;
	padding-right: 5px;	
	
}

