html,body {
	height:100.01%;
}

body {
	background-attachment: fixed;
	background-color: #FFF;
	background-image: none;
	background-position: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}
#pageSurround {
	/*width: 48em;*/
	width: 768px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-color: #FFF;
}
#subSurround {

}
#topNav {
	background: #fff;
	color: #000;
	font-size: 0.7em;
	height: 2.5em;
	margin: 1em 0.5em 0 0;
	text-align: right; /* Erforderlich, damit im Opera 6 wirklich rechts plaziert ! */
	width: auto;
}
#topHeader {
	background-image: url(/neu/img/2.jpg);
	margin: 0;
	padding: 0;
	text-align: right;
	background-color: #FBF8F3;
}
#mainNav {
	height: 3em; 
	width: 100%;
}
#nav_main {
	/*background: #fff url(/neu/img/nav/bg.gif) repeat-x bottom;*/
	background-color: #fff;
	color: #fff;
	float: left;
	width: 30em;
}
#session {
	float: right;
	text-align: right;
	width: 22em;
	padding-right: 0.7em;
}
#contentHead {
	background: url(/neu/img/content_header.gif) left bottom no-repeat;
	height: 11px;
	padding: 0;
	margin: 0;
	text-align: right;
}
#contentMain {
	background: url(/neu/img/content_bg.gif) repeat-y;
	height: 100%;
	/*font-size: 0.9em;*/
}
.contentFoot {
	background: #fff url(/neu/img/footer.gif) top left no-repeat;
	height: 35px;
	text-align: center;
	font-size: 0.8em;
	vertical-align: text-bottom;
	color: #999;
}
#searchForm {
	float: right;
	margin-right: 10px;
}

.boxTitleLeft, .boxTitleRight {
	color: #369;
	background: #fff url(/neu/img/box_top.gif) top left no-repeat;
	padding: 5px 10px;
	/*font-size: 0.8em;*/
}
.boxContentLeft, .boxContentRight {
	background: #fff url(/neu/img/box_bg.gif) bottom left no-repeat;
	color: #333;	
	margin-bottom: 10px;
	padding: 0 5px 15px 10px;
	font-size: 0.8em;
}
.colLeft {

}
.colMid {
	position: relative;
	left: 0px;
	width: 500px; 
	padding-left: 9px;
	padding-right: 5px;
	margin-left: 9px;
	float: left;
}
.colRight {
	position: relative;
	background-color: #fff;
	width: 220px;
	float: left;
	margin-left: 12px;
}
.boxContent {
	padding: 0;
	color: #333;
	background-color: #FFF;
	line-height: 1.5em;
}
.boxContent p, .boxContent form {
	font-size: 0.9em;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	float:right;
	margin: 0;
	text-align: right;
	width: 20em;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8em;
}
#subCats {
	background-color: #FCFBF7;
	text-align: center;
	border: 1px solid #E2DDCF;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 100%;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}