html {
	min-height: 100.5%;
}
body {
	background: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0px;
}
#page {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

/* Kopfbereich */

#head {
	overflow: auto;
	height: 150px;
	background: url(../_images/back/back_head.gif) no-repeat center top;
}
#title {
	padding: 20px 0px 0px 45px;
	float: left;
}
#title img {
	border-style: none;
}

/* Hauptnavigation  */

#navi {
	clear: both;
	background: url(../_images/back/back_navi.gif) repeat-x left center;
	height: 42px;
}
#navi ul {
	float:left;
	margin: 0px;
	padding: 6px 0px 6px 30px;
	margin: 0px;
	background: url(../_images/back/back_navi-left.gif) no-repeat left top;
	height: 30px;
}
#navi li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px 30px 0px 0px;
	font-size: 12px;
	font-weight: bold;	
	line-height: 28px;;
	margin: 0px;
}
#navi a {
	text-decoration: none;
	color: #FFF;
	float: left;
}
#navi a:hover {
	color: #CDE;
}
#navi a.current {
	color: #CDE;
}

/* Suchformular */

#navi form {
	float: right;
	background: url(../_images/back/back_navi-right.gif) no-repeat right top;
	margin: 0px;
	border: 0px;
	padding: 12px 30px 12px 0px;
}
#navi input.text {
	background: #FFF;
	border-top: 1px #CDE solid;
	border-left: 1px #CDE solid;
	border-right: 1px #57A solid;
	border-bottom: 1px #57A solid;
	width: 138px;
	height: 14px;
	font: 12px;
	margin: 0px;
	color: #999;
	font-size: 11px;
	padding: 1px 0px 1px 2px;
	vertical-align: middle;
	display: block;
	float: left;
}
#navi input.image {
	height: 16px;
	width: 16px;
	border-style: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
	display: block;
	float: left;
}

/* Hauptbereich */

#main {
	clear: left;
	margin: 0px;
	padding: 20px 0px 0px;
}

/* Menü */

#menu {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	width: 170px;
}
#menu h6 {
	font-size: 11px;
	margin: 30px 0px 0px -10px;
	padding: 0px 0px 0px 15px;
	font-weight: normal;
	color: #FFF;
	background: url(../_images/back/back_menu-head.gif) no-repeat left center;
	line-height: 25px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul.sizes {
	margin-top: 10px;
}

#menu li {
	list-style: none;
	font-size: 12px;
	line-height: 21px;
	margin: 0px;
	padding: 0px 0px 4px;
	width: 100%;
}
#menu li a {
	background: url(../_images/back/back_menu.gif) left center no-repeat;
	text-decoration: none;
	display: block;
	color: #037;
	padding: 0px 0px 0px 20px;
	font-weight: bold;
}
#menu li a:hover {
	color: #39C;
	background: url(../_images/back/back_menu-current.gif) no-repeat left center;
}
#menu li a.current {
	background: url(../_images/back/back_menu-current.gif) no-repeat left center;
	color: #39C;
}
#menu li a.current:hover {
	color: #999;
	background: url(../_images/back/back_menu-hover.gif) no-repeat left center;
}

#menu ul ul {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	list-style: none;
}
#menu li li {
	padding-bottom: 0px;
}

#menu li li a {
	background: none;
	padding-left: 25px;
	font-weight: normal;
	color: #39C;
}
#menu li li a:hover {
	color: #999;
	background: url(none);

}
#menu li li a.current {
	background: none;
	font-weight: bold;
}
#menu li li a.current:hover {
	color: #999;
	background: url(none);
}
#menu form {
	margin: 0px;
	padding: 10px 0px 0px;
	width: 130px;
}
#menu form br {
	clear: left;
}

#menu label {
	font-size: 11px;
	line-height: 20px;
	display: inline;
	float: left;
	padding-bottom: 5px;
}
#menu select {
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	float: right;
}
#menu input.button {
	font: 11px Arial, Helvetica, sans-serif;
	width: 130px;
	margin: 10px 0px 0px;
}


#wrapper {
	float: left;
	width: 470px;
}
#wrapper.full {
	width: 700px;
}

/* Inhalte */

#content {
}
#content h1 {
	margin: 0px 0px 15px;
	padding: 0px;
	color: #037;
	font-size: 20px;
	font-style: normal;
	line-height: 25px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
#content h2 {
	color: #555;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 10px;
}
#content h3 {
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 10px;
}
#content p {
	color: #333;
	font-size: 12px;
	line-height: 20px;
	margin: 0px 0px 10px;
}
#content span.alert {
	color: #B00;
}
#content a {
	color: #39C;
	text-decoration: none;
}
#content a:hover {
	text-decoration: none;
	color: #999;
}
#content ul {
	margin: 10px 0px 15px 30px;
	padding: 0px;
}
#content ol {
	margin: 10px 0px 15px 30px;
	padding: 0px;
}
#content li {
	font-size: 12px;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0px 5px;
}
#content hr {
	clear: left;
	height: 1px;
	border-top: 1px solid #BBB;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 20px 0px;
}
#content abbr {
	color: #000;
	border-style: none;
	border-bottom: dotted #555 1px;
}


/* Teaser Startseite */

#content.teaser ul {
	margin: 0px;
}
#content.teaser li {
	float:left;
	display: block;
	list-style: none;
	padding: 0px;
	margin: 0px;	
}
#content.teaser li img {
	margin: 0px;
	padding: 0px 20px 20px 0px;
	border-style: none;
	float: left;
}
#content.teaser h1 {
	clear: both;
	padding-top: 10px;	
}

/* Formulare */

#content form {
	margin: 0px;
	padding: 10px 0px;
}
#content form acronym {
	color: #B00;
	border-style: none;
}
#content form br {
	clear: left;
}
#content fieldset {
	margin: 0px;
	padding: 10px 0px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content fieldset.button {
	padding-left: 150px;
}
#content legend {
	font-size: 12px;
	padding: 0px 0px 5px;
	margin: 0px;
	color: #037;
	line-height: 20px;
	font-weight: bold;
}
#content label {
	font-size: 12px;
	line-height: 25px;
	vertical-align: middle;
	padding-right: 10px;
}
#content label.left {
	float: left;
	width: 140px;
}
#content label.right {
	display: block;
	line-height: 20px;
	float: left;
	vertical-align: top;
	padding: 3px 0px 2px;
	width: 250px;
}
#content label.check {
	float: left;
	line-height: 20px;
	padding: 3px 0px 2px;
	width: 400px;
}
#content label.none {
	float: left;
	white-space: nowrap;
	width: 0px;
	padding: 0px;
	margin-right: -150px;
}
#content label.vertical {
	margin-left: 150px;
	width: 250px;
	display: block;
	line-height: 20px;
	float: left;
	vertical-align: top;
	padding: 10px 0px 2px;
	width: 250px;
}
#content label img {
	padding: 0px;
	margin: 10px 0px 0px;
	border-style: none;	
}
#content input.text {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
}

#content input.text:focus {
	border: 1px solid #39C;
}
#content input.horizontal {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	border-style: none;
	height: 19px;
	width: 19px;
	vertical-align: middle;
}
#content input.vertical {
	padding: 0px;
	border-style: none;
	float: left;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 150px;
}
#content input.check {
	float: left;
	padding: 0px;
	height: 19px;
	width: 19px;
	margin: 4px 5px 0px 0px;
}

#content input.button {
	font: 12px Arial, Helvetica, sans-serif;
}
#content input.submit {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #037;
}

#content input.file {
	font: 12px Arial, Helvetica, sans-serif;
}
#content textarea {
	border: 1px solid #CCC;
	padding: 2px;
	margin: 0px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	width: 250px;
}
#content textarea:focus {
	border: 1px solid #39C;
}
#content select {
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 1px 2px;
}
#content select.country {
	width: 234px;
}
#content select:focus {
	border: 1px solid #39C;
}
#content optgroup {
	font-style: normal;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#content option {
}

/* Formularfehler  */

#content span.error {
	color: #B00;
	font-weight: bold;
}
#content div.error {
	border: 1px solid #B00;
	padding: 10px 20px;
	margin: 10px 0px;	
}
#content div.error p {
	color: #B00;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

/* Tabellen */

#content table {
	margin: 0px 0px 20px;
	padding: 0px;
	border-style: none;
}
#content th {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#content td {
	font-size: 12px;
	line-height: 18px;
	vertical-align: top;
	padding: 0px 5px 0px 0px;
}

/* Sitemap */

#content .sitemap {
	float: left;
 	width: 150px;
}
#content .sitemap h3 a {
	color: #037;
	font-weight: bold;
}
#content .sitemap h3 a:hover {
	color: #39C;
}

/* Breadcrumb */

#breadcrumb {
	font-size: 11px;
	color: #AAA;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 10px;
}

#breadcrumb a  {
	color: #037;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #39C;
	text-decoration: none;
}

/* Produktübersicht */

#list {
	padding-top: 10px;
}
#list h3 {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
}
#list p {
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
	color: #555;
}
#list a {
	display:block;
}
#list img {
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#list ul {
	margin: 0px 0px 20px;
	padding: 0px;
	list-style: none;
	float: left;
}
#list li {
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #DDD;
	padding: 0px 0px 5px;
}
#list li:hover {
	border: 1px solid #39C;
}
#list li h3 {
	margin: 5px 0px 0px;
}
#list col.image {
	width: 120px;
}
#list col.product {
	width: 350px;
}

#list col.price {
	width: 120px;
}
#list tr {
}
#list td {
	font-size: 12px;
	vertical-align: top;
	border-bottom: 1px solid #DDD;
	padding: 10px 10px 10px 0px;
}
#list td.price {
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}
#product {
}
#product div.image {
	padding: 10px;
	float: left;
	border: 1px solid #DDD;
	margin-right: 20px;
}
#product div.image p {
	float: left;
	width: 80px;
	padding: 10px;
	font-size: 11px;
	background: #EEE;
	color: #AAA;
	margin: 10px 0px 0px;
	line-height: 15px;
}

#product div.facts {
	float: left;
}

#product div.details {
	padding-top: 20px;
	clear: left;
}
#product h2 {
	margin: 0px;
	line-height: 25px;
}
#product p.previous {
	float: left;
}
#product p.next {
	float: right;
}
#product p.overview {
	text-align: center;
}

#product img {
	margin: 0px;
	padding: 0px;
	display: block;
}
#product img.thumb {
	float: left;
	margin: 10px 0px 0px 10px;
}

#product form {
	padding: 0px;
	margin: 0px;
}
#product fieldset {
	margin: 0px;
	padding: 0px 0px 10px;
}

#product label {
	display: block;
}
#product select {
	width: 180px;
	margin-bottom: 10px;
}
#product input.cart {
	width: 180px;
	font: 12px Arial, Helvetica, sans-serif;
}
#product table {
	margin: 0px 0px 5px;
	padding: 0px;
}
#product col.price {
	width: 100px;
}

#product col.amount {
	width: 80px;
}

/* Paginierung */

#pages {
	margin: 0px;
	clear: left;
}
#pages ul {
	margin: 0px;
	padding: 0px;
}
#pages li {
	list-style: url(none) none;
	display: inline;
	border-right: 1px solid #ccc;
	font-size: 12px;
	color: #777;
	padding-right: 5px;
	padding-left: 5px;
}
#pages li.title {
	font-size: 12px;
	border-right-style: none;
	font-weight: bold;
	color: #333;
}
#pages li.last {
	border-right-style: none;
}
#pages a {
	color: #39C;
	text-decoration: none;
	font-size: 12px;
}
#pages a.active {
	font-weight: bold;
	color: #555;
}

#pages a:hover {
	color: #999;
	text-decoration: underline;
}

/* Warenkorb */

#cart {
}
#cart form {
	padding: 0px;
}
#cart img {
	margin: 0px;
	padding: 0px;
}

#cart table {
	width: 100%;
}
#cart col.action {
	width: 30px;
}
#cart col.image {
	width: 70px;
}
#cart col.number {
	width: 60px;
}

#cart col.product {
}
#cart col.amount {
}
#cart col.available {
}
#cart col.unit {
	width: 90px;
}
#cart col.total {
	width: 90px;
}
#cart col.address {
	width: 250px;
}

#cart thead th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
	padding-right: 10px;
	color: #AAA;
}
#cart thead th.unit {
	text-align: right;
}
#cart thead th.total {
	text-align: right;
}
#cart tbody th {
	font-size: 11px;
	font-weight: bold;
	color: #AAA;
	text-align: left;
	vertical-align: top;
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDF;
}

#cart tbody td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDD;
	line-height: 20px;
}
#cart tbody td.number {
	font-size: 10px;
}

#cart tbody td.product {
}
#cart tbody td.variant {
	vertical-align: bottom;
}
#cart tbody td.amount {
	vertical-align: bottom;
}
#cart tbody td.available {
	vertical-align: bottom;
}
#cart tbody td.unit {
	text-align: right;
	vertical-align: bottom;
}
#cart tbody td.total {
	text-align: right;
	vertical-align: bottom;
}
#cart tfoot {
}
#cart tfoot td {
	text-align: right;
	line-height: 25px;
}
#cart tfoot td.subtotal {
	padding-top: 10px;
}
#cart fieldset.checkout {
	float: right;
}

/* Laden Minigalerie */
#view {}
#view img {
	margin-right: 18px;
	margin-bottom: 20px;
}

/* Service Tabelle */
#sizes table {
	border-left: 1px solid #037;
	border-top: 1px solid #037;
	width: 100%;
}
#sizes thead th{
	vertical-align: top;
	text-align: left;
	color: #FFF;
	background: #037;
}
#sizes th {
	text-align: left;
	font-size:11px;
	border-right: 1px solid #037;
	border-bottom: 1px solid #037;
	padding: 3px 5px;
}
#sizes td {
	text-align: center;
	font-size:11px;
	border-right: 1px solid #037;
	border-bottom: 1px solid #037;
	padding: 3px 5px;
	vertical-align: middle;
	color: #333;
}


/* Zusatzspalte */

#column {
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 30px;
	width: 210px;
	color: #555;
}
#column h4 {
	background: url(../_images/back/back_box-head.gif) no-repeat center top;
	font-size: 14px;
	color: #037;
	margin: 0px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 20px 0px;
}
#column h4.cart {
	background: url(../_images/back/back_box-cart.gif) no-repeat center top;
	padding-bottom: 10px;
}
#column h4.phone {
	background: url(../_images/back/back_box-phone.gif) no-repeat center top;
	padding-bottom: 0px;
}
#column h5 {
	background: url(../_images/back/back_offer-head.gif) no-repeat center top;
	font-size: 14px;
	color: #FFF;
	margin: 0px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px 20px;
}
#column h6 {
	font-size: 12px;
	color: #666;
	margin: 0px;
	font-weight: bold;
	line-height: 20px;
	padding: 10px 0px 0px;
}

#column table {
	border-style: none;
	padding: 0px;
	margin: 0px;
}
#column td {
	padding: 0px 10px 0px 0px;
	font-size: 11px;
	line-height: 18px;
	color: #555;
}
#column p {
	color: #555;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 9px 0px 0px;
}
#column ul {
	padding: 10px 0px 0px 1px;
	margin: 0px;
}
#column li {
	list-style: none;
	line-height: 16px;
	font-weight: normal;
	font-size: 11px;
	color: #000;
}
#column img {
	padding: 0px;
	margin: 0px 0px 15px;
	display: block;
	border-style: none;
}
#column a {
	display: block;
}
#column div.box {
	background: url(../_images/back/back_box.gif) bottom center no-repeat;
	padding-bottom: 15px;
	margin-bottom: 15px;

}
#column div.box img {
	padding: 0px;
	margin: 0px;
	display: block;
	border-style: none;
}
#column div.box a {
	display: inline;
} 
#column div.box div {
	border-left: 1px solid #037;
	border-right: 1px solid #037;	
	margin: 0px 10px;
	padding: 0px 9px;
}
#column div.box a {
	color: #39C;
	font-weight: bold;
	text-decoration: none;
}
#column div.box a:hover {
	color: #999;
}
#column div.offer {
	padding-bottom: 15px;
	background: url(../_images/back/back_offer.gif) no-repeat center bottom;
	margin-bottom: 15px;
}
#column div.offer div {
	border-right: 1px solid #B00;
	border-left: 1px solid #B00;
	padding: 9px 9px 0px;
	margin: 0px 10px;
}
#column div.offer a {
	font-weight: bold;
	color: #B00;
	text-decoration: none;
}
#column div.offer a:hover {
	color: #F00;
}

/* Trusted Shops Siegel Column */
#column div.trusted input {
	padding: 10px 0px 0px 50px;
}
#column div.trusted p {
	padding: 15px 0px 0px 0px;
	text-align: center;
}
#column div.trusted a {
	color: #037;
	font-weight: normal;
}

/* Trusted Shops Siegel Menüspalte */
#tsBox {
	margin-top: 20px;
	text-align: center;
	width: 130px;
	height: 160px;
	background: url(../_images/back/back_trusted-shops.gif) left no-repeat;
	padding: 20px 5px 5px;
}
#tsBox form {
	margin: 0px;
	padding: 0px;
	width: 130px;
}

#tsBox p {
	margin: 10px 0px 0px;
}

#tsBox a {
	color: #037;
	text-decoration: none;
}
#tsBox a:hover {
	color: #39C;
}

/* Fußbereich */

#foot {
	clear: left;
	border-style: none;
	background: url(../_images/back/back_foot.gif) no-repeat center 20px;
	padding: 50px 0px 0px;
	height: 50px;
}
#foot ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#foot li {
	list-style: none;
	padding: 0px 20px;
	display: inline;
	font-size: 11px;
	line-height: 15px;
	margin: 0px;
}
#foot a {
	text-decoration: none;
	color: #AAA;
}
#foot a:hover {
	color: #037;
}
