﻿/* 1.0 | hannes | 2006-10-03 | template */
body {
	background: url(/grafik/body_bg.png) repeat-y center top;
	text-align: center;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
#maincontainer {
	min-height: 100%; 
	position: relative;
	margin: auto;
}
* html #maincontainer { height: 100%; }

/* BASICS */
#maincontainer {
	margin: auto;
	text-align: center;
}

/* BREITE */
#maincontainer { width: 920px; }
#contentmaincontainer { width: 870px; }

/* AUSRICHTUNG */
#header, #footer, #copyright { text-align: left; }

/* LAYOUT */
#header { position: relative; z-index: 1; }

#headerimg {
	display: block;
	height: auto;
	margin: 0 auto;
	padding-top: 48px;
	width: 100%; max-width: 900px;
}

#header #logo img {
	position: absolute;
	margin: 82px 0 0 32px;
}
#home-link { position: absolute; z-index: 1; left: 12px; top: 15px; }
#languageselect, #copyright {
		font: 10px Arial, Helvetica, sans-serif;
}
#languageselect {
		text-align: right;
		background-color: transparent;
		position: absolute;
		right: 20px;
		top: 24px;
}
#languageselect a, #copyright a {
		color: white;
		text-decoration: none;
}
#languageselect a:hover, #copyright a:hover {
		color: white;
		text-decoration: underline;
}
#languageselect a { text-transform: lowercase; }

/* MENU */
#menu { position: absolute; z-index: 2; bottom: -2px; }
#menu div {
	margin-left: 280px;
	white-space: nowrap;
	overflow: hidden;
}
#menu div a, #menucontainer h1 a { color: #AA0005; }
#menu div a {
	line-height: 29px;
	font-weight: bold;
	text-decoration: none;
	height: 29px;
	display: inline;
	width: auto;
	float: left;
	padding: 0 5px 0 10px;
	margin: 0;
	background: url(/grafik/menu_a.png) no-repeat left top;
}
#menu div a.first { background: url(/grafik/menu_a_first.png) no-repeat left top; }
#menu div a:hover, #menucontainer h1 a:hover { color: grey; }

/* CONTENTCONTAINER */
#contentmaincontainer {
	margin: 25px auto 0;
	padding-bottom: 130px;
}
#contentmaincontainer table { width: 100%; }
#contentmaincontainer table #menucontainer { width: 230px; }

/* CONTENT */
#content {
	padding: 0 60px;
	font: 12px/150% Tahoma, Geneva, sans-serif;
}
#content h1, .productoverview div.price {
	color: #AA0005;
	font: 24px Tahoma, Geneva;
	margin: 10px 0 0.4em 0;
}
#content h2, #iframecontent h2 {
	font: 18px Tahoma, Geneva;
	font-weight: bold;
	margin: 0 0 0.4em 0;
}
#content h3 {
	font: 14px Tahoma, Geneva;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}

/* MENU */
#menucontainer h1 {
	color: #AA0005;
	vertical-align: middle;
	font: normal 18px/36px Verdana, Geneva, sans-serif;
	background: url(/grafik/menu_h1_bg.jpg) no-repeat;
	text-indent: 15px;
}
#menucontainer ul {
	width: 200px;
	line-height: 30px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #E4E4E4;
	clear: both;
}
#menucontainer ul li { list-style: none; }
#menucontainer ul li a {
	width: inherit;
	text-decoration: none;
	border-bottom: 1px solid #E4E4E4;
	display: block;
	text-indent: 15px;
	background: url(/grafik/menu_ul.gif) no-repeat right top;
	padding: 0; padding-right: 5px;
	color: #636363;
	height: 30px; /* xIE*/
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#menucontainer ul li a:hover, #menucontainer ul li a.activ {
	color: #333;
	background: url(/grafik/menu_ul_over.gif) no-repeat right top;
	text-decoration: underline;
}
#warenkorb, #schnellsuche, #menucontainer blockquote {
	width: 200px;
	margin: 1em auto 0 auto;
}
#warenkorb {
	height: 22px;
	line-height: 22px;
	background: url(/grafik/warenkorb_bg.gif) no-repeat left top;
	text-indent: 28px;
	vertical-align: middle;
	overflow: hidden;
}
#warenkorb, #warenkorb a {
	font: 10px/24px Arial, Helvetica, sans-serif;
	color: #FFF;
}
#schnellsuche {
	overflow: hidden;
	white-space: nowrap;
	height: 22px;
	background: url(/grafik/suche_bg.gif) no-repeat left top;
}
#schnellsuche input.suchfeld {
	margin: 0 0 0 20px;
	padding: 4px 0 0 0;
	background-color: transparent;
	height: 22px;
	border: none;
	width: 163px;
	position: absolute;
	color: #B4B4B4;
	font: 10px/24px Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
#schnellsuche .suchbutton {
	background-color: transparent;
	border: none;
	vertical-align: middle;
	width: 20px;
	padding: 0;
	width: 17px;
	margin-left: 183px;
}
#menucontainer blockquote {
	padding: 0 0 0 12px;
	font: 11px Tahoma, Geneva, sans-serif;
	margin-top: 20px;
}
#menucontainer h1 a { text-decoration: none; }
#menucontainer blockquote div a {
	background: url(/grafik/menu_blockquote_icon_email.gif) no-repeat left center;
	padding-left: 20px;
}
.nobgimg {
	background-image: none;
	padding: 0;
}

/* FOOTER */
#footer {
	position: absolute; 
	bottom: 0;
	left: 0;
	width: 100%; max-width: 900px;
	color: white;
	padding-bottom: 20px; padding-left: 10px; padding-right: 10px;
}
#footer h1 {
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0 20px 20px;
}

#copyright { margin-top: 20px; }

.imagebox {	width: 510px; }
.imagebox img, .productoverview img { margin: 4px; }
.imagebox a img, .productoverview a img, img.rahmen { border: 1px solid #E4E4E4; }
.imagebox a:hover img, .productoverview a:hover img { border: 1px solid #CDCDCD; }


/* PRODUKT ÜBERSICHT */
.productoverview { width: auto; }
.productoverview img {
	float: left; 
	margin-right: 15px;
}
.productoverview input.productinput {
	width: 18px;
	background: #555 url(/grafik/input_bg.jpg) repeat-x left bottom;
	margin: 1px 4px 0 0;
	text-align: center;
	border: none;
	border: 1px solid #444;
	font-size: 12px;
	float: left;
	color: white;
}
.productoverview  div.links {
	margin-top: 1em;
	color: white;
	line-height: 22px;
	height: 22px;
	font-size: 11px;
}
.productoverview h3 em, .productcontainer h3 em, .productcontainer h3 em {
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
	vertical-align: middle;
}
.productoverview span.price, .productcontainer h3 em, .productoverview h3 em { margin-right: 10px; }

.warenkorblink {
	height: 22px;
	line-height: 22px;
	background: #555 url(/grafik/warenkorblink_bg.gif) no-repeat left center;
	float: left;
	padding-left: 26px;
	max-width: 300px;
}
.warenkorblink input.productinput {
	background: #555 url(/grafik/warenkorb_input_bg.gif) repeat-x left bottom;
	margin-top: 2px;
	border-color: #555;
}
.warenkorblink a {
	color: white;
	text-decoration: none;
}
.warenkorblink span {
	background: #555 url(/grafik/warenkorb_preis_ende.png) no-repeat right top;
	color: white;
	padding-right: 10px;
	padding-left: 5px;
	line-height: 22px;
	display: block;
	float: right;
}
.warenkorblink a:hover {
	text-decoration: underline;
	color: white;
}
.box {
	padding: 5px;
	border: 1px solid #E4E4E4;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: white url(/grafik/grauverlauf.jpg) repeat-x left bottom;
}

.warenkorbtabelle { width: 100%; }
.warenkorbtabelle th, .warenkorbtabelle td { padding: 2px 4px; }
.warenkorbtabelle th {
	background-color: #E4E4E4;
	font-weight: bold;
	font: 18px Tahoma, Geneva;
}
.warenkorbtabelle td {
	background-color: #F2F2F2;
	border-top: 2px solid white;
}
.warenkorbtabelle tr.last th { border-top: 2px solid white; }
.warenkorbtabelle tr.last th.rot { color: #AA0005; }
.warenkorbtabelle table td {
	border: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#content .productoverview h3 {
	margin: 0;
	padding: 0;
}
#content .productoverview h3 {
	font-weight: bold;
	margin: 0 0 0.5em 0;
	font-size: 14px;
}
#content .productoverview h3 em, #content .productoverview h3 en { font-style: normal; }
.productoverview a.addbasket img {
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	float: right;
}
.productoverview div.price {
	display: inline;
	margin: 0 10px 0 0;
	width: auto;
	height: 36px;
	float: left;
}
.productoverview div.links { margin-top: 1em; }
div.productcontainer {
	width: 330px;
	float: right;
}
/* CUSTOM COLORS */
body, #header, #footer { background-color: #AA0005; }
#copyright, #footer a { color: #fff; }
#languageselect, #footer span { color: #fff; color: rgba(255,255,255,0.5); }