/* CSS Document */

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	}
	
body {
	background: #7a794f;
	overflow: auto;
	background-image: url('../grafx/backgroundBody.png');
	background-position: center;
	background-repeat: repeat-y;
	}
	
.flashObject { z-index: 500; position: absolute; width: 380px; height: 125px; top: 0px; left: 50%; margin-left: -190px; }

/* ------------------------------------------------------------------ */

#zoomImage-Body {
	z-index: 500;
	position: fixed;
	/*border: 1px solid red;*/
	left: 50%;
	margin-left: -250px;
	top: 25%;
	visibility: hidden;
	opacity: 0.9;
	}
	
#zoomImage-ImageBody {
	border: 1px solid #7a794f;
	background: #DFECAB;
	padding: 3px;
	}

/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */

#mainSkinBody {
	z-index: 10;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -460px;
	width: 920px;
	min-height: 100%;
	
	background-image: url('../grafx/backgroundImage.png');
	background-repeat: repeat-y;
	}
	
/* ------------------------------------------------------------------ */

#headerSkin {
	position: relative;
	height: 240px;
	background-image: url('../grafx/headerImage.png');
	background-repeat: no-repeat;
	}
	
#headerImageRight {
	z-index: 10;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 280px;
	height: 250px;
	background-image: url('../grafx/headerImageUlli.png');
	background-repeat: no-repeat;
	}
	
/* ------------------------------------------------------------------ */
	
#menuInHeader {
	z-index: 20;
	position: absolute;
	width: 920px;
	bottom: 10px;
	height: 45px;
	/*border: 1px solid red;
	background-color: #999999;*/
	}
	
/* ------------------------------------------------------------------ */

#footerSkin {
	position: absolute;
	width: 920px; /* 920px -> 100% */
	height: 80px;
	bottom: 0px;
	
	background-image: url('../grafx/footerImage.png');
	background-repeat: no-repeat;
	}

/* ------------------------------------------------------------------ */
	
#contentBody {
	position: relative;
	margin: 0 20px;
	/*border: 1px solid pink;*/
	}

/* ------------------------------------------------------------------ */

.contentInner {
	margin: 20px;
	/*border: 1px solid pink;*/
	}
	
.clearFloat {
	clear: both;
	font-size: 0px;
	height: 1px;
	}

/* ------------------------------------------------------------------ */

.contentFooterDistance {
	position: relative;
	height: 80px;
	/*border: 1px solid green;*/
	}

/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */