
/*--------------------------------------*/
/*-- DIV-Body --------------------------*/
/*--------------------------------------*/
#body-content {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 1;
}

#body-selectionpage {
	margin: auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}

#header {
	clear: both;
	width: 958px;
	height: 100px;
	margin: 0px auto;
	background: #FFFFFF url(../../images/header-background.png) no-repeat center;
	position: relative;
	z-index: 2;
}

#wrapper {
	clear: both;
	width: 958px;
	height: 100%;
	margin: 0px auto;
	background: #FFFFFF url(../../images/background.png) repeat-y center;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

#footer {
	clear: both;
	width: 958px;
	height: 68px;
	margin: 0px auto;
	position: relative;
	z-index: 2;
	background: #FFFFFF url(../../images/footer-background.png) no-repeat center;
}

#site-center {
	margin-left: -316px; 
	position:absolute;
	left: 50%;
	top:-210px;
	visibility:visible;
	width:250px;
}

#horizon {
	background-color: transparent;
	color: white;
	display: block;
	height: 1px;
	left: 0;
	overflow: visible;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 100%;
	z-index: 3;
}
/*-- Header ----------------------------*/

#header-content {
	width: 958px;
	height: 100px;
	position: relative;
	z-index: 2;
	left: 10px;
	top: 20px;
	float: left;
}

#header-logo {
	width: 250px;
	height: 100px;
	position: relative;
	z-index: 3;
	float: left;
	background: url(../../administration/images/public2web/logos/logo.png) no-repeat;
}

#header-powerdby {
	width: 260px;
	height: 100px;
	position: relative;
	z-index: 3;
	float: right;
	background: url(../../administration/images/public2web/logos/powerdby.png) no-repeat;
}

#header-menue {
	clear: both;
	width: 100%;
	height: 30px;
	margin: 0px auto;
	line-height: 23px;
	position: relative;
	z-index: 4;
}

#header-info {
	width: 100%;
	height: 24px;
	padding: 4px 0px 0px 0px;
	background-color: #c2fbd6;
}

#header-userinfo {
	width: 500px;
	height: 16px;
	line-height: 14px;
	background-color: #c2fbd6;
}

/*-- Navigation ------------------------*/

#menue {
	clear: both;
	width: 958px;
	height: 25px;
	margin: 0px auto;
	line-height: 23px;
	position: relative;
	z-index: 4;
	word-spacing: 10px;
}

#menue_e1 {
	background-image : url(../../images/button/kat01_a.png);
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	padding-left : 20px;
	width : 200px;
	height : 20px;
	line-height: 18px;
}
#menue_e1:hover {
	background: #999999 url(../../images/button/kat01_b.png);
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	padding-left: 20px;
	width: 200px;
	height: 20px;
	line-height: 18px;
}

#menue_e2 {
	background-image : url(../../images/button/kat02_a.png);
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	padding-left : 40px;
	width : 180px;
	height : 20px;
	line-height: 18px;
}
#menue_e2:hover {
	background: #999999 url(../../images/button/kat02_b.png);
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	padding-left: 40px;
	width: 180px;
	height: 20px;
	line-height: 18px;
}

#menue_e3 {
	background-image : url(../../images/button/kat03_a.png);
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-WEIGHT: bold;
	padding-left : 60px;
	width : 160px;
	height : 20px;
	line-height: 18px;
}
#menue_e3:hover {
	background: #999999 url(../../images/button/kat03_b.png);
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	padding-left: 60px;
	width: 160px;
	height: 20px;
	line-height: 18px;
}

/*-- Login -----------------------------*/

#login_header {
	margin: 0px auto;
	width: 500px;
	height: 70px;
	position: relative;
	z-index: 3;
	background: url(../../administration/images/public2web/language_packs/en/login_header.png) no-repeat;
}

#login_content {
	margin: 0px auto;
	width: 500px;
	position: relative;
	z-index: 3;
	background: url(../../administration/images/public2web/language_packs/en/login_bg.png) repeat-y;
	overflow: auto;

}

#login_footer {
	margin: 0px auto;
	width: 500px;
	height: 10px;
	position: relative;
	z-index: 3;
	background: url(../../administration/images/public2web/language_packs/en/login_footer.png) no-repeat;
}

#login_text {
	margin: 10px 0px 10px 15px;
	width: 200px;
	min-height: 150px;
	float: left;
}

#login_form {
	margin: 10px 15px 0px 0px;
	width: 230px;
	min-height: 150px;
	line-height: 25px;
	float: right;
}

#username {
	width: 190px;
	height: 16px;
	line-height: 14px;
	padding: 1px 5px 1px 5px;
	border: 1px solid silver;
}

#password {
	width: 190px;
	height: 16px;
	line-height: 14px;
	padding: 1px 5px 1px 5px;
	border: 1px solid silver;
}

/*-- Content ---------------------------*/

#content-mainarea_S {
	width: 900px;
	position: relative;
	top: 0px;
	left: 30px;
	margin: 10px 0 10px 0;
	z-index: 3;
	float: left;
	overflow: hidden;
}
#content-mainarea_D {
	width: 700px;
	position: relative;
	top: 0px;
	left: 30px;
	margin: 10px 0 10px 0;
	z-index: 3;
	float: left;
	overflow: hidden;
}

#content-mainarea_T {
	width: 500px;
	position: relative;
	top: 0px;
	left: 30px;
	margin: 10px 0 10px 0;
	z-index: 3;
	float: left;
	overflow: hidden;
}

#content-sidebar_left {
	width: 200px;
	position: relative;
	top: 0px;
	left: 15px;
	margin: 10px 0 10px 0;
	z-index: 3;
	float: left;
}

#content-sidebar_right {
	width: 200px;
	height: 100%;
	position: relative;
	top: 0px;
	left: 35px;
	margin: 10px 0 10px 0;
	z-index: 3;
	float: left;
}

#content-header {
	min-width: 500px;
	position: relative;
	z-index: 3;
}

#content-headline {
	width: 100%;
	height: auto;
	line-height: 16px;
	position: relative;
	padding-bottom: 5px; 
	z-index: 4;
}

#content {
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 4;
	margin: 15px;
}

#content-text {
	width: 97%;
	height: auto;
	padding: 5px 0px 5px 0;
}
#content-intro {
	width: 100%;
	height: auto;
	padding: 5px 0 5px 0;
}

#content-distance {
	height: 25px;
	position: relative;
	z-index: 4;
}
/*-- Shop ------------------------------*/

#products-shortlist {
	width: 100%;
	height: 100%;
}

#products-preview {
	width: 120px;
	height: 180px;
	margin: 5px;
	float: left;
}

#products-information {
	clear: both;
	width: 100%;
	height: auto;
	padding: 5px 0 5px 0;
}

#products-header {
	width: 100%;
	height: auto;
	padding: 5px 0 5px 0;
}

#products-sheet {
	width: 530px;
	height: auto;
	float: left;
	padding: 5px 0 5px 0;
	margin: 20px 0 5px 0;
}

#products-galerie {
	width: 110px;
	height: 100%;
	position: relative;
	margin: 20px 0 5px 10px;
	z-index: 3;
	float: right;
}
#products-sold {
	background-image: url(../../images/button/button_red_a.gif);
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	width: 120px;
	height: 20px;
	line-height: 18px;
	padding-left: 20px;
}

#products-sold:hover {
	background-image: url(../../images/button/button_red_b.gif);
	color: #FFFFFF;
}

#button {
	width: 100px;
}

#checkbox {
	width: 20px;
}
/*-- Footer ----------------------------*/

#footer-content {
	width: 958px;
	height: 40px;
	line-height: 38px;
	position: absolute;
	z-index: 3;
	text-align: center;
}

