/* Style-Sheet für alle Inline- und Block-Elemente */

/* ----------------------------------------------- */
/* Layer: Grundgerüst */
/* ----------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	background: #F29400;
}


.bodyPopUp01 {
	padding: 10px;
	margin: 0;	
	background: #F29400;
}


form {
	display: inline;
}


.main {
	padding: 15px 0 15px 0;
	margin-left: auto;
	margin-right: auto;
}



/* ----------------------------------------------- */
/* Layer: Header */
/* ----------------------------------------------- */

.header {
	text-align: center; /* Compat: IE >=5.5 */
	width: 920px;
	height: 174px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
}


.headerLeft {
	float: left;
}


.headerRight {
	float: right;
}


.headerMainNavi {
	width: 880px;
	height: 25px;
	padding: 0 20px 0 20px;
	background: #462B0D;
	text-align: center; /* Compat: IE >=5.5 */	
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
}


.headerImage {
	border: none;
}



/* ----------------------------------------------- */
/* Layer: Body */
/* ----------------------------------------------- */

.body {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	width: 920px;
	min-height: 450px;
	background: #FBE3BE;
}


.bodyLeft {
	float: left;
	width: 200px;
	text-align: left;
	padding: 20px 0 0 10px;
}


.bodyRight {
	float: right;
	width: 675px;
	text-align: left;	
	padding: 20px 15px 15px 0;
}


.bodyComplete {
	width: 885px;
	text-align: left;		
	padding: 20px 15px 15px 20px;		
}


.bodyNavigationList {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.bodyNavigationListElement, .bodyNavigationListElementSelected {
	margin: 0 0 0 10px;
	height: 20px;
}


.bodyMasterNavigationList {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.bodyMasterNavigationListElement, .bodyMasterNavigationListElementSelected {
	float: left;
}


/* ----------------------------------------------- */
/* Layer: Footer */
/* ----------------------------------------------- */


.footer {
	width: 920px;
	height: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #FBE3BE;
}


.footerLeft {
	padding: 0 0 0 10px;
	float: left;
	vertical-align: middle;
}


.footerRight {
	padding: 0 5px 0 0;
	float: right;
	vertical-align: middle;	
}


.footerList {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


.footerListElement, .footerListElementSelected {
	float: left;
}

