body {
	background-color: #ffffff;
}
a:link, a:visited, a:active {
	color: #ff9900;
}
a:hover {
	color: #fcb62d;
	text-decoration: none;
}

.achtung {
	color: #CC0000;
}
.rabatt {
	color: #ff9900;
	font-weight: bold;
	font-size: 13px;
}
.ausgegraut {
	filter: Alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
#no_script_error {
	color: #990000;
	font-weight: bold;
	margin-top: 20px;
}

/* MainTable */
#main {
	width: 984px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
#header {
	background-image: url(header.gif);
	background-repeat: no-repeat;
	height: 122px;
}
.header_box {
	float: right;
	width: 145px;
	margin: 30px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 11px;
}
.header_box a:link, .header_box a:active, .header_box a:visited {
	display: block;
	margin-right: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
.header_box a:hover {
	color: #fff1da;
	padding-left: 2px;
}
.header_box a.no_hover:hover {
	padding-left: 0px;
}

/* Navi */
#navi {
	background-image: url(navi_back.gif);
	background-repeat: repeat-y;
	height: 19px;
}
#navi a:link, #navi a:active, #navi a:visited {
}
#navi a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}


/* Content */
#content_container {
	clear: both;
	background-image: url(content_back.gif);
	background-repeat: repeat-y;
	padding: 0px 6px 0px 1px;
}
#suchbox {
	width: 977px;
	display: none;
	position: absolute;
	top: 142px;
	background-color: #595146;
	filter: Alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	z-index: 10;
}
#suchbox td {
	color: #FFFFFF;
	padding: 0px 15px;
}
#suchbox h4 {
	color: #ffa100;
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-weight: bold;
}
#content {
	width: 600px;
	margin-left: 30px;
	padding: 25px 0px;
}

#content img.float_left {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#content img.float_right {
	clear: both;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#content_container table, .content_container table {
	border-collapse: collapse;
}
#content_container th, .content_container table tbody tr th {
	font-size: 12px;
	padding: 7px 0px 7px 0px;
	background-color: #595146;
	border: 1px solid #967a60;
	color: #ffffff;
}
#content_container td, .content_container table tbody tr td {
	padding: 4px 4px;
	border: 1px solid #967a60;
}
#content_container .noborder td {
	border: 0px;
}

/* Produkte */
.produkt_overview {
	background-image:url(../../_images/produkte/overview_back.gif);
	background-repeat: no-repeat;
	height: 245px;
	float: left;
	margin-right: 10px;
}
.produkt_overview table {
	width: 225px;
}
a.overview:link img, a.overview:active img, a.overview:visited img {
}
a.overview:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
h1.schuh_name {
	font-weight: normal;
	color: #595146;
	font-size: 24px;
}
#big {
	text-align: center;
}
.small_pic {
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-right: 10px;
}
.detail_preis {
	font-weight: normal;
	color: #595146;
	font-size: 18px;
	margin-top: 20px;
}
.detail_preis_rabatt {
	font-weight: bold;
	color: #ff9900;
	font-size: 18px;
	margin-top: 20px;
}
.detail_tools {
	clear: both;
	border-top: 1px solid #967a60;
	padding-right: 35px;
	height: 50px;
	padding-top: 10px;
}
.detail_tools_right {
	float: right;
}
.size_box {
	background-image: url(../../_images/produkte/sizes_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	padding: 5px 5px 5px 6px;
	margin-top: 6px;
	color: #FFFFFF;
}

/* KASSE */
#cart_prods {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
}
#cart_prods th {
	padding: 2px 8px;
}
#cart_prods td {
	padding: 8px;
}

/* Footer */
#footer {
	clear: both;
	padding-top: 25px;
	background-image: url(rundung_unten.gif);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #FFFFFF;
}
