html {
	overflow: auto;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
}

body {
	width: 100%;
}

html, body, img, div, p, h1, ul, li, #page, #logo, #content, #box_left, #box_title {
	margin: 0;
	padding: 0;
	border: none;
}

body, p, a, h1 {
	color:  #000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

h1, h1 a {
	font-weight: bold;
	font-size: 13px;
	margin: 7px 0 10px 0;
}

h1 a {
	margin: 0;
}

#box_navi, #box_shopnavi {
	position: relative;
}

#box_shopnavi .box_content {
	position: relative;
}

#box_navi {
	/*margin-top: 183px;*/
	margin-top: 18px;
}

#box_navi h1, #box_navi h1 a, #box_shopnavi h1, #box_shopnavi h1 a  {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 10px 30px;
}

li {
	margin-bottom: 2px;
}

#page {
	width: 98.9%;
	height: 100%;
}

#logo {
	position: absolute;
/*	background: url("../catalog/images/td_kopf.jpg") no-repeat; */
	width: 100%;
	height: 93px;
	border-bottom: 1px solid #D4D4D4;
}

#box_left, #content, #box_title  {
	position: absolute;
	top: 117px;
}

#box_title {
	width: 100%;
	top: 94px;
	border-bottom: 1px solid #D4D4D4;
}

#box_title h1 {
	margin: 3px 0 3px 5px;
}

#content {
	width: 600px;
	left: 190px;
}

#box_left {
  	width: 186px;
}

.box_head {
	position: absolute;
	height: 19px;
	padding: 2px 0 0 5px;
	font-weight: bold;
	font-size: 11px;
	background: url("../catalog/images/menukopf.gif");
	width: 181px;
}

.box_content {
	position: absolute;
	font-size: 11px;
	top: 18px;
	margin-top: 3px;
	padding: 1px 0 5px 5px;
	background-color: #D0C0A0;
	width: 181px;
}

.footer_hidden {
	display: none;
}

.footer_text, .footer_text a, .footer_navi, .footer_navi a, .footer, .footer a {
	font-size: 10px;
}

.footer_navi {
	text-align: center;
	margin: 100px 0 50px 0;
}
.footer_text {
	margin: 600px 0 25px 0;
}

.footer {
	padding: 0 0 5px 0;
}

