body { background:#d8d8d8 url(/images/content/body_bg.png) repeat-y center; }
/**page**/
#page {
	width:960px;
	margin:0 auto;
	text-align:left;
	background:#FFF;
}
/**branding (aka header)**/
#branding {
	width:960px;
	height:120px;
	background:url(/images/content/bg.gif) repeat-x 0 -5px;
	float:left;
	position:relative;
	z-index:2;
}
#brandingLogo {
	position:absolute;
	top:20px;
	left:270px;
}
#brandingLogo #Startseite { display:none; }
#brandingLogo:hover #Startseite {
	display:block;
	position:absolute;
	left:13px;
	top:48px;
	width:40px;
	height:20px;
	color:#016ea9;
	font-size:11px;
	font-weight:bold;
}
#brandingWomen, #brandingMen {
	float:left;
	position:relative;
	z-index:50;
	display:block;
	width:140px;
	height:90px;
	text-indent:-9999px;
	background:url(/images/branding/women_man.gif) no-repeat left top;
}
#brandingMen {
	float:right;
	background-position:right top;
}
/**content**/
#content {
	width:940px;
	padding:10px;
	position:relative;
	float:left;
	min-height:700px;
}
/**content - Main**/
.contentMain {
	width:620px;
	float:left;
	padding-left:10px;
}
.contentMain .block {
	background:#eaeaea;
	border:1px solid #999;
	border-width:0 1px;
	width:600px;
	padding:0 9px;
	margin:5px 0 18px;
	float:left;
	position: relative;
}
.contentMain .blockFoot {
	float:left;
	background:url(/images/content/main.gif) no-repeat -310px -50px;
	width:620px;
	height:10px;
	margin:0 -10px -5px;
}
.contentMain h6 {
	background:url(/images/content/main.gif) no-repeat -310px 0;
	border-bottom:1px solid #999;
	width:600px;
	padding:5px 10px 2px;
	margin:-5px -10px 12px;
	font-weight:bold;
	float:left;
}
* html .contentMain h6,* html .contentMain .blockFoot {
	position:relative;
	left:9px;
}
/**content-Supp (left right)**/
.contentSupp { width:150px; }
.contentSupp h6, .contentSupp .block, .contentSupp .blockFoot { background:url(/images/content/main.gif) repeat-y left top; }
.contentSupp .block {
	padding:0 10px 0;
	margin:5px 0 18px;
	float:left;
	width:130px;
	color:#FFF;
	background-position:-155px;
	position: relative;
}
.contentSupp h6 {
	color:#FFF;
	padding:5px 10px;
	margin:-5px -10px 3px;
	width:130px;
	font-weight:bold;
	float:left;
}
* html .contentSupp h6,* html .contentSupp .blockFoot {
	position:relative;
	left:10px;
}
.contentSupp .blockFoot {
	height:10px;
	float:left;
	width:150px;
	background-position:left bottom;
	margin:0 -10px -5px;
}
.contentSupp .input { width:125px; }
* html .contentSupp .input { width:120px; }
.contentSupp .inputsmall { width:25px; }
.contentSupp select { width:129px; }
/**col1 - leftcoloumn**/
#contentCol1, .fixTable { float:left; }
/**col2 - rightcoloumn**/
#contentCol2 { float:right; }
#contentCol2 h6 { background-position:right top; }
#contentCol2 .block { background-position:-935px; z-index:1;}
#contentCol2 .blockFoot { background-position:right bottom; }
/**col2 - quicklogin**/
.quickLogin em {
	display:block;
	font-size:.8333em;
	margin-top:-4px;
}
.listForm li #nickname, .listForm li #password {
	width:150px;
	margin:0 5px 5px 0;
	float:left
}
#forget_Password {
	color:#8cb7d1 !important;
	font-size:10px;
	position:relative;
	top:-2px;
	left:15px;
}
#forget_Password:hover {
	color:#CDE0EB;
	text-decoration:underline;
}
.signUp {
	background:url(/images/buttons/button.gif) 0 -299px;
	height:31px;
	line-height:31px;
	clear:both;
	width:150px;
	text-align:center;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
/**siteinfo (aka footer)**/
#siteinfo {
	width:940px;
	margin:0 0 -1px;
	background:#d1d1d1;
	border-top:1px solid #999;
	text-align:right;
	padding:5px 10px;
	color:#666;
}
#siteinfo ul{
position:static}
#navSiteinfo li { float:left; }
#navSiteinfo li a {
	display:block;
	padding:0 10px;
}
/**fontSize**/
.fontSize {
	padding-right:10px;
	border-right:1px #000 dotted;
}
.fontSize a {
	width:14px;
	height:14px;
	background:url(/images/buttons/button.gif);
	padding:0 !important;
	margin-right:5px;
	text-align:left;
	text-indent:-9999px;
	float:left;
	position:relative;
	bottom:-2px;
}
.fontSize a.decrease { background-position:-43px -474px; }
.fontSize a.increase {
	background-position:-64px -474px;
	margin:0 0 0 5px;
}
.fontSize a.decrease_grey { background-position:-84px -474px; }
.fontSize a.increase_grey {
	background-position:-105px -474px;
	margin:0 0 0 5px;
}
