HTML { /* Scrollbalken und Springen Seiten */
        height: 101%;
        margin-bottom: 4px;
	      padding: 0;
}



body {
	
}

#maincol {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: #f6f1ea url(../images/pbk.gif) repeat-y;
	background-color: #f6f1ea;
	padding: 0px 0 0px 0;
	-o-border-radius: #666 0px 0px 10px 10px;
  -icab-border-radius: #666 0px 0px 10px 10px;
  -khtml-border-radius: #666 0px 0px 10px 10px;
	-webkit-border-radius: #666 0px 0px 10px 10px;
	-moz-border-radius: #666 0px 0px 10px 10px;
	box-shadow: #666 0px 1px 2px;
  border-radius: 0px 0px 10px 10px;
  behavior: url(/assets/pie.htc);
}

#maincol1 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: #f6f1ea url(../images/pbk2.gif) repeat-y;
	background-color: #f6f1ea;
	padding: 0px 0 0px 0;
	-o-border-radius: #666 0px 0px 10px 10px;
  -icab-border-radius: #666 0px 0px 10px 10px;
  -khtml-border-radius: #666 0px 0px 10px 10px;
	-webkit-border-radius: #666 0px 0px 10px 10px;
	-moz-border-radius: #666 0px 0px 10px 10px;
	box-shadow: #666 0px 1px 2px;
  border-radius: 0px 0px 10px 10px;
  behavior: url(/assets/pie.htc);
}

#logo {
	width: 1000px;
	height: 240px;
	position: relative;
	overflow: hidden;
}

#logo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 240px;
	display: block;
	border: none;
}

#searchbox {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 200px;
	height: 24px;
	background: url(../images/psearchbox.gif) no-repeat;
	z-index: 3;
}

#searchcriteria {
	position: absolute;
	background-color: #f9f4ed;
	color: #888888;
	top: 3px;
	left: 4px;
	border: 0;
	outline: 0;
	height: 18px;
	width: 170px;
}

#searchsubmit {
	width: 14px;
	height: 14px;
	position: absolute;
	right: 6px;
	top: 6px;
}

.clearer {
	clear: both;
}

#linksite {
  float: left;
  width: 240px;
}

#leftcol {
	float: left;
	width: 240px;
}

#content {
	float: left;
	width: 520px;
	padding: 20px 0;
	margin: 0px 0px 0px 10px;
}

#content.wide {
  width: 720px;
}

#sidebar {
	float: right;
	width: 210px;
}

#sidebarleft {
	float: left;
	width: 210px;
}

#sidebar h1,#sidebarleft h1 {
	background: url(../images/pfade.gif) repeat-x left bottom;
	color: #ffffff;
	margin: 0;
	padding: 6px 10px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #ffffff;
}

#leftcol h1 {
	background: url(../images/pfade.gif) repeat-x left bottom;
	color: #ffffff;
	margin: 0 30px 0 1px;
	padding: 4px 10px;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
}

#leftcol a {
	display: block;
	padding: 4px 10px 6px 10px;
	margin: 0 30px 0 2px;
	width: 196px;
	color: #888888;
	text-decoration: none;
	background: url(../images/pline.gif) repeat-x left bottom;
	line-height: 18px;
}

#leftcol .space {
	display: block;
	margin: 0 30px 0 2px;
	width: 168px;
	height: 40px;
	background: url(../images/pline.gif) repeat-x left bottom;
}

#leftcol .sub a {
	padding: 4px 0 6px 25px;
	margin: 0;
	width: 192px;
	border-bottom: none;
}

#leftcol .sub {
	margin: 0 30px 0 2px;
}


#leftcol a.sel {
	padding: 11px 10px;
	margin: 0 0px 0 5px;
	width: 230px;
	color: #ffffff;
	background: url(../images/pnavsel.gif) no-repeat 0 0;
	border-bottom: none;
}


#leftcol a:hover, #leftcol .sub a.subsel {
	background-color: #f0f0f0;
}

#leftcol a.sel:hover {
	background-position: 0 -40px;
}

#header {
	width: 1000px;
	height: 24px;
	ackground: url(../images/) no-repeat;
	margin: 0 auto;
	position: relative;
}

#header h2 {
  color: #575F6B;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  font-size: 260%;
}


#header h3 {
  color: #575F6B;
  font-size: 160%;
  padding: 0;
  margin: 0;
  position: relative;
  left: 120px;
}

#common {
	width: 1000px;
	position: absolute;
	bottom: 0;
	text-align: right;
	color: #888888;
	margin: 0px 0px 5px 0px;
  font-size: 110%;
}

#common a {
	color: #888888;
	text-decoration: none;
}

#common a:hover {
	color: #000000;
}

#breaker {
height: 5px;
clear:both;
overflow:hidden;
}


#footer {
	clear: both;
	width: 1000px;
	margin: 10px auto 20px auto;
	text-align: center;
	color: #888888;
}

#footer1 {
	clear: both;
	width: 1000px;
	margin: 0 auto 20px auto;
	text-align: center;
	color: #888888;
	background-color: #ffffff;
	position: relative;
  top: 10px;
	border: 0px solid #dedede;
	-o-border-radius: #666 0px 1px 2px;
  -icab-border-radius: #666 0px 1px 2px;
  -khtml-border-radius: #666 0px 1px 2px;
	-webkit-border-radius: #666 0px 1px 2px;
	-moz-border-radius: #666 0px 1px 2px;
	box-shadow: #666 0px 1px 2px;
  border-radius: 10px;
  behavior: url(/assets/pie.htc);
}

#footer p,#footer1 p {
 margin:0;
 padding: 10px 0px 10px 0px;
 color: #888888;	
}

* html #footer p {padding: 0px 0px 0px 0px;} 

#footer p a,#footer1 p a{
 color: #888888;
}

#footer a,#footer1 a {
	color: #444444;
	text-decoration: none;
}

#footer a:hover,#footer1 a:hover {
	color: red;
}


#youarehere {
	display: block;
	padding: 0;
	color: #444444;
	font-size: 90%;
}

#youarehere a {
	color: #B92F22;
	text-decoration: none;
}

#youarehere a:hover {
	text-decoration: underline;
}

#subtopic {
	width: 520px;
	margin: 10px 0px 0px 0px;
}

#subtopic a {
	display: block;
	position: relative;
	float: left;
	background: url(../images/pmorearrowleft.gif) no-repeat 0 0 ;
	height: 18px;
	color: #888888 !important;
	font-weight: normal !important;
	text-decoration: none;
	padding: 3px 16px 9px 20px;
	margin-left: -9px;
	line-height: 18px;
}

#subtopic a img {
	display: block;
	border: none;
	position: absolute;
	top: 0;
	right: -1px;
}
		
#subtopic a:hover, #subtopic a.sel {
	color: #ffffff !important;
	background-position: 0 -30px;
	text-decoration: none !important;
}


#trustedshops {
	padding: 30px 40px 20px 30px;
}

#trustedshops input {
	display: block;
	width: 44px;
	height: 44px;
	border: none;
	float: left;
	padding-top: 2px;
}

#trustedshops a {
	display: block;
	float: right;
	width: 120px;
	margin: 0;
	padding: 0;
	background-image: none;
	font-size: 11px;
	line-height: 13px;
}

#trustedshops a:hover {
	background-color: #f9f4ed;
}


#trustedshops form {
	margin: 0;
}
