/* @override 
	https://wein-outlet.com/templates/weinoutlet/style.css
	http://wein-outlet.com/templates/weinoutlet/style.css
*/

/* @group Base */


* {
	margin: 0;
	padding: 0;
	font: normal 12px "Verdana", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #666666;
}


span, p, h1, h2, h3, h4, b {
	cursor: default;
}
.fett {
	font-weight: bold;
}

img {
	border: none;
}

/* !!! */
input {
	border: 1px solid gray;
	padding: 2px;
}
input[type=radio],input[type=checkbox] {
	border: 0 !important;
}
input.style_submit {
	cursor: pointer !important;
}
a,a:link {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: underline;
}
html {
	background: #f5f4ee url(gfx/background.gif);
	overflow-y:scroll;
}
body {
	background: #f5f4ee url(gfx/background.gif);
}
#header {
	height: 127px;
	background: url(gfx/header_bg.gif);
	position: relative;
}
#header img {
	position: absolute;
	top: 19px;
	right: 24px;
}
#main, #footer {
	width: 900px;
	margin: 0 auto;
	padding: 10px;
	padding-top: 0px;
	background-color: transparent ;
}

/* !! */

#content {
	position: relative;
	width: 525px;
	margin-left: 197px;
	padding-left: 20px;
	padding-top: 0px;
	background: transparent url(gfx/navi_corner.gif) no-repeat 0 top;
}
p {
	padding: 10px;
}
#content p {
	padding-left: 0;
}

#startseite div.contentBox.big div.p_infos p 
{
	position: absolute;
	top: 55px;
}

/* @end */

/* @group Navigation */

#navigation_top {
	background: #fff url(gfx/navi_bg_top.gif) no-repeat right bottom;
	height: 41px;
	width: 220px;
	position: absolute;
	bottom: 0px;
}
/* !! */

#navigation {
	float: left;
	width: 196px;
	min-height: 200px;
}
#navigation ul {
	list-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
}
#navigation ul.first {
	margin-top: 0px !important;
}
#navigation ul li {
	display: block;
}
#navigation ul li a,#navigation ul li a:link {
	display: block;
	text-decoration: none;
	padding: 3px 0 2px 25px;
	width: 162px;
	color: #666666;
	font-family: "Verdana", Arial, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}
div#main div#navigation ul li a.active {
	text-decoration: none;
	color: #e00;
}
#navigation ul li a:hover, div#main div#navigation ul li a.active:hover {
	color: #c00; 
	text-decoration: underline;
}

#navigation select {
	margin-left: 23px;
	width: 150px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* @end */

/* @group Shadows */

.w_shadows {
	width: 920px;
	margin: 0 auto;
	background: transparent url(gfx/shadow_site.gif) repeat-y;
}
.w_footer {
	background: transparent url(gfx/shadow.gif) no-repeat 0;
}
#shadow_bottom {
	background: transparent url(gfx/shadow_bottom.gif) no-repeat 0 bottom;
}

/* @end */

/* @group Footer */

#footer {
	position: relative;
	min-height: 350px;
	height: 350px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: transparent;
	font-size: 10px;
	line-height: 2em;
	font-family: "Verdana", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
#footer h2 {
	position: absolute;
	top: 27px;
	left: 35px;	
	font-size: 10px;
	color: #c00;
	font-weight: bold;
}
#footer .links h3 {
	position: absolute;
	left: 17px;
	top: 5px;
	font-family: "Verdana", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #666666;
	font-size: 1em;
	line-height: 12px;
	font-weight: bold;
}
#footer .links {
	margin: 0 0 0 200px;
	padding-left: 175px;
	position: relative;
	cursor: default;
	margin-top: 3px;
	margin-right: 30px;
	border-bottom: 1px solid #ccc;
	color: #aaa;
	padding-bottom: 7px;
	font-family: "Verdana", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 1em;
	line-height: 20px;
	padding-right: 40px;
}
#footer .links a {
	color: #777;
	font-size: 10px;
	line-height: 20px;
	font-weight: normal;
}
#footer .links a:hover {
	text-decoration: underline;
}
#footer .first {
	margin-top: 15px;
}
#footer .last {
	border: none;
}

#copyright {
	text-align: center;
	margin-bottom: 25px;
	font-size: 11px;
	font-family: "Verdana", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	line-height: 15px;
}

/* @end */

/* @group Box */

/* !! */

#boxes {
	padding-top: 65px;
	padding-right: 1px;
	float: right;
	width: 150px;
}

div.box {
	background-color: #e8e6d9;
	margin-bottom: 5px;
}
div.box a:hover {
	text-decoration: underline;
}
div.box h2, div.box .button {
	display: block;
	padding: 5px !important;
	padding-bottom: 4px !important;
	font-weight: bold !important;
	padding-left: 8px !important;
	background-color: #e8e6d9;
	border-bottom: 1px solid #fff;
	color: #cc0000;
	font-family: "Verdana", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif !important;
	font-size: 10px !important;
}
div.box div {
	background-color: #f5f4ef;
	font-size: 10px !important;
	font-weight: normal;
	line-height: 17px;
	padding-left: 8px;
	padding-bottom: 2px;
}
div.box div b, div.box div a {
	font-size: 10px !important;
}
div.box div img {
	display: none;
	height: 0;
	padding: 0;
	margin: 0;
}
div.box .button {
	background-color: #c00;
	color: #fff;
	padding-top: 2px !important;
	padding-bottom: 3px !important;
}
#navigation div.box, #navigation div.box h2, #navigation div.box div {
	background-color: transparent;
}
#navigation div.box {
	padding-left: 16px;
}
#navigation .box input {
	float: left;
	width: 120px;
	font-weight: normal;
	font-size: 10px;
}
#navigation .box .button {
	display: block;
	border: none;
	width: 30px;
	height: 20px;
	color: #c00;
	background-color: transparent;
	cursor: pointer !important;
}
#navigation .box div p {
	font-size: 10px !important;
	padding-left: 0;
	padding-right: 20px;
	padding-top: 10px;
}
#navigation .box#newsletter {
	padding-bottom: 10px;
}
#boxes .mein_konto {
	display: block;
	padding: 3px 8px;
	margin-bottom: 7px;
}
#boxes a:hover.mein_konto {
	background-color: #c00;
	color: #fff;
	text-decoration: none;
}
#navigation .box#bookmarks {
	padding-top: 10px;
}
#navigation .box#bookmarks h2,#navigation .box#partner h2,#navigation .box#auszeichnungen h2 {
	color: #666666;
}
#navigation .box#bookmarks span {
	display: block;
	padding-left: 9px;
	padding-top: 3px;
	margin-bottom: 35px;
}
#navigation .box#bookmarks img {
	display: block;
	padding: 1px;
	margin-right: 2px;
	float: left;
	border: 1px solid #ccc;
}
#navigation .box#partner {
	padding-top: 10px;
}
#navigation .box#partner span {
	padding-left: 10px;
}
#navigation .box#auszeichnungen span {
	text-align: center;
	margin-left: 10px;
}
#navigation .box#auszeichnungen span a img {
	padding-top: 7px;
}


/* @end */

/* @group p_submit */

.style_submit {
	display: block;
	height: 20px !important;
	padding: 2px 7px !important;
}
.p_submit {
	display: block;
	cursor: pointer;
	background-color: #c00;
	color: #fff !important;
	font-size: 11px !important;
	font-weight: normal !important;
	padding: 4px 8px !important;
	border: 0;
	text-align: center;
	width: 80px !important;
}
.p_submit:hover {
	text-decoration: underline;
}
#content #page_login .p_submit {
	position: absolute;
	bottom: 0;
	left: 20px;
}
#content #page_login .register .p_submit {
	left: 25px;
}



/* @end */

/* @group product_listing */

#content .product_listing {
	position: relative;
	margin-bottom: 10px;
	width: 500px;
	height: 140px !important;
	background: url(gfx/hr.gif) no-repeat center bottom;
}
#content .product_listing .p_image {
	position: absolute;
	top:  5px;
	left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .product_listing .p_info {
	margin-left: 140px;
	margin-bottom: 0px;
	padding-bottom: 4px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 10px;
}
#content .product_listing .p_info a {
	color: #666666;
}
#content .product_listing .p_info .p_info2 {
	font-weight: normal;
	font-size: 10px;
	padding-top: 0;
	margin-right: 50px;
}
#content .product_info .p_info .p_info2 {
	font-weight: normal;
	font-size: 11px !important;
	padding-top: 4px;
	margin-right: 50px;
}
#content .product_info .p_info .p_info2 strong {
	font-weight: bold;
	font-size: 10px !important;
	/*width: 100px !important;
	display: block !important;
	float: left !important;*/
}
#content .product_listing p {
	padding: 0;
	padding-bottom: 20px;
}
#content .p_bottom {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
#content .p_bottom, #content .p_bottom span {
	text-align: right;
	font-size: 10px;
}
#content .p_bottom span {
	font-weight: bold;
	color: #c00;
}
#content .content_navi {
	position: relative;
	width: 510px;
	background: url(gfx/hr.gif) no-repeat center 56px;
	padding-top: 37px;
	height: 37px;
}
#content .content_navi .products {
	font-size: 11px;
	font-weight: bold;
	color: #c00;
	margin-left: 10px;
}
#content .content_navi select {
	margin-left: 30px;
}
#content .content_navi.bottom {
	padding-top: 10px;
	padding-bottom: 0;
	background: none;
}
#content .content_navi .pagination {
	position: absolute;
	right: 0;
}
#content .content_navi select.product_sorting {
	width: 120px;
}

#content .product_listing .p_image .p_label {
	position: absolute;
	left: 20px;
	top: -20px;
}
#content .product_listing .p_image .p_label.lower {
	left: 18px;
	top: -4px;
}
#content .product_listing .p_image .p_color {
	position: absolute;
	right: -35px;
	top: 1px;
}
#content .product_listing .p_image .p_link img {
	display: block;
	padding: 8px 0;
	margin-top: -8px;
}
#content .product_listing .p_tlabels {
	display: block;
	position: absolute;
	top: 1px;
	left: 140px;
	width: 250px;
	padding: 0;
	margin: 0;
}
#content .product_listing .p_tlabels img {
	display: block;
	float: left;
	margin-right: 5px;
}
#content .product_listing .p_info.p_tlower {
	padding-top: 20px;
}

/* @end */

/* @group product_info */

#content .product_info {
	position: relative;
	width: 500px;
	min-height: 200px;
}
#content form .content_navi p {
	font-size: 10px;
	padding: 0;
	padding-left: 15px;
	margin-top: 4px;
}
#content .product_info .p_image {
	position: relative;
	float: left;
}
#content .product_info .p_info {
	margin-left: 150px;
}
#content .product_info h2 {
	color: #666666;
	font-size: 10px;
	font-weight: bold;
}
#content .product_info .p_image .p_color {
	position: absolute;
	top: 1px;
	left: 130px;
}
#content .p_price {
	margin-top: 10px;
	font-weight: bold;
	color: #c00;
}
#content .p_price span {
	font-size: 11px;
}
#content .p_buy {
	background: url(gfx/hr2.gif) no-repeat center top;
	position: relative;
	margin-top: 30px;
	margin-right: 30px;
	padding-top: 15px;
	padding-left: 150px;
}
#content .p_buy .p_menge {
	padding: 2px;
	margin-right: 5px;
	width: 30px;
}
div#main div#content form div.p_buy input.p_submit {
	display: block;
	position: absolute !important;
	top: 12px !important;
	right: 0 !important;
	text-indent: -2000px !important;
	overflow: hidden !important;
	width: 175px !important;
	height: 30px !important;
	border: none;
	color: #fcc;
	font-size: 0px !important;
	padding: 2px !important;
	padding-left: 5px !important;
	padding-right: 0;
	padding-bottom: 3px !important;
	margin-right: -20px;
	background: transparent url(gfx/cart1.gif) no-repeat left top;
	cursor: pointer;
	text-align: right;
}



#form_warenkorb table.w_warenkorb tbody tr td.w_col.w_list.w_row1 a.dezent {
	font-weight: normal !important;
	color: #666666 !important;
}




/* @end */

/* @group pagination */

#content .pagination a, #content .pagination b, #content .pagination span {
	display: block;
	float: left;
	background-color: #ecebe1;
	margin-left: 1px;
	font-weight: bold;
	color: #666666;
	height: 13px;
	text-align: center;
	padding: 3px 6px 2px;
}
#content .pagination .nav {
	padding: 3px 9px 2px;
}
#content .pagination span {
	color: #aaa;
	font-weight: normal;
	padding: 0 11px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: 10px;
	cursor: default;
}
#content .pagination b {
	padding: 1px 6px 4px;
	color: #fff;
	background-color: #c00;
	cursor: default;
}
#content .pagination a:hover {
	text-decoration: underline;
}


/* @end */

/* @group startseite */

/* @group Base */

#content #startseite {
	width: 684px;
}
#content #startseite .contentBox {
	position: relative;
	width: 339px;
	background-color: #ecebe1;
	float: left;
}
#content #startseite .contentBox.left {
	clear: right;
	margin-right: 5px;
	margin-bottom: 5px;
}



/* @end */

/* @group Heading */

#content #startseite .contentBox h2 {
	background-color: #b4a17e;
	color: #fff;
	padding: 4px 20px;
	font-weight: bold;
	font-size: 11px;
	cursor: default;
}

#content #startseite .contentBox.red h2 {
	background-color: #cc0000;
}

#startseite div.contentBox.teaser a h2 
{
	background-color: #fff !important;
	color: #cf1414 !important;
	border: 5px solid #b4a17e;
	text-align: center !important;
	font-size: 55px !important;
	padding: 10px 20px !important;
	cursor: pointer !important;
	font-weight: normal !important;
	font-family: Verdana;
}

#startseite div.contentBox.teaser a:hover
{
	text-decoration: none !important;
}


/* @end */

/* @group anderes */

#content #startseite .hidden {
	text-indent: -2000px;
}
#content #startseite .contentBox p.p_text,#content #startseite .contentBox span.p_text {
	display: block;
	padding: 10px 20px 20px;
	font-size: 11px;
}
#startseite .contentBox div.p_infos a {
	color: #666666;
}
#content #startseite .contentBox.long {
	width: 683px;
	margin-bottom: 5px;
}
#content #startseite .contentBox.long h3 {
	padding: 20px;
	padding-bottom: 7px;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	color: #c00;
}
img.right {
	float: right;
}

#startseite div.contentBox.long span.p_text img.right {
	margin-top: -70px;
	margin-bottom: 10px;
	margin-left: 70px;
}
#content #startseite .contentBox.long.first {
	float: none !important;
}
#content #startseite .contentBox.long span.p_text strong {
	font-size: 10px;
	font-weight: bold;
	color: #C00;
}
#content #startseite .contentBox.long.last span.p_text {
	padding-bottom: 10px;
}
#content #startseite .contentBox img.label {
	position: absolute;
	top: 30px;
	left: 10px;
}

/* @end */

/* @group Big */

#content #startseite .contentBox.big {
	background: url(gfx/startseite_bg.gif) repeat-y;
	height: 315px;
}

#content #startseite .contentBox.big img.p_product_img {
	display: block;
	margin-top: 20px;
	margin-left: 190px;
}

#content #startseite .contentBox.big div.p_infos {
	position: absolute;
	top: 155px;
	left: 20px;
	width: 180px;
}

#content #startseite .contentBox.big div.bottomBox {
	position: absolute;
	bottom: 0;
}
#content #startseite .contentBox.big div.bottomBox a {
	display: block;
	color: #666666;
	font-size: 10px;
	padding: 11px 20px 9px 48px;
	font-weight: bold;
	background-color: #e8e6d9;
	background-repeat: no-repeat;
	background-position: 15px;
	border: 0px solid #fff;
	border-top-width: 1px;
	width: 271px;
	height: 13px;
	text-align: left;

}
#content #startseite .contentBox.big div.bottomBox a.top_two {
	background-image: url(gfx/labels_star2.png);
}
#content #startseite .contentBox.big div.bottomBox a.top_three {
	background-image: url(gfx/labels_star3.png);
}
#content #startseite .contentBox.big div.bottomBox.text {
	background-color: #e8e6d9;
	border: 0px solid #fff;
	border-top-width: 1px;
	width: 339px;
	height: 67px !important;
}

#content #startseite .contentBox.big div.bottomBox.text p {
	padding-top: 12px;
	padding-right: 8px;
}

/* @end */

/* @group Liste */

#content #startseite .contentBox.long ul {
	float: left;
	padding-bottom: 15px;
	cursor: default;
}
#content #startseite .contentBox.long ul li {
	font-size: 11px;
	width: 300px;
	text-align: left;
	position: relative;
}
#content #startseite .contentBox.long ul.list_left {
	padding-left: 15px;
}

#startseite div.contentBox.long div.p_text {
	padding: 15px;
	padding-left: 20px;
}
#content #startseite .contentBox.long ul.list_right {
	padding-left: 25px;
}
#content #startseite .contentBox.long ul.list_right li .cards {
	position: absolute;
	margin-top: -2px;
	right: 50px;
}

/* @end */

/* @end */

/* @group Content Pages */

.c_page {
	margin-top: 1px;
	margin-left: -20px;
	padding-left: 20px;
	padding-top: 270px;
	background-repeat: no-repeat;
}
div.c_page.c_normal {
	padding-top: 30px;
	margin-top: 0;
}
div.c_page.c_normal h2 {
	font-size: 11px;
	background-color: #e8e6d9;
	color: #666666;
	position: relative;
}
div.c_page.c_normal div.p_content {
	background-color: #f5f4ef;
}
div.c_page div.c_content div.c_form {
	position: relative;
	padding-bottom: 2px;
	font-size: 10px;
}
div.c_page.c_normal div.c_content div.c_form small {
	font-size: 10px;
}
div.c_page div.c_content div.c_form span.c_label {
	display: block;
	width: 120px;
	float: left;
	margin-right: 10px;
	padding-top: 2px;
}
div.c_page div.c_content div.c_form span.c_label.fett {
	padding-top: 0px;
}
div.c_page.c_normal div.c_content p.c_info {
	padding-top: 0px;
}
div.c_page.c_normal div.c_content p.c_info input {
	margin-left: 4px;
}
div.c_page.c_normal div.c_content div.c_form img {
	position: absolute;
	display: block;
	top: -3px;
	left: 150px;
}
div.c_page.c_normal div.c_content div.c_form.cc_card_format {
	padding-bottom: 7px;
}
div.c_page.c_normal h2 a, div.c_page.c_normal input.style_submit {
	background-color: #c00;
	color: #fff;
	display: block;
	width: 50px !important;
	text-align: center;
	padding: 5px;
	padding-bottom: 4px;
	position: absolute;
	right: 0;
	top: 0;
}
div.c_page.c_normal input.style_submit {
	position: inherit;
	float: right;
	display: block;
	width: 60px !important;
}
.c_page.veranstaltungen {
	background-image: url(pictures/seminare.jpg);
}
.c_page.unternehmen {
	background-image: url(pictures/unternehmen.jpg);
}
.c_page.kontakt {
	background-image: url(pictures/kontakt.jpg);
}
.c_page.impressum {
	background-image: url(pictures/impressum.jpg);
}
.c_page.termine {
	background-image: url(pictures/seminare.jpg);
}
.c_page.presse {
	background-image: url(pictures/presse.jpg);
}
.c_page.kontakt textarea {
	margin-top: 0px;
	width: 244px;
}
.c_page.kontakt input[type=text], .c_page.termine input[type=text] {
	width: 240px;
}
div.c_page.termine div.c_content div.c_form span.c_label {
	width: 140px;
}
div.c_page.termine div.c_content div.c_form.agbs {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 11px;
}

.c_page.kontakt form {
	position: relative;
	margin-top: 10px;
	display: block;
}
.c_page.kontakt .c_submit {
	text-align: right;
	padding-right: 109px;
}
.c_page.kontakt .c_submit input.style_submit {
	display: inline;
}
/*.c_page.kontakt input.style_submit {
	float: right;
	margin-right: 109px;
	margin-top: -21px;
	cursor: pointer !important;
	z-index: 2000;
}*/
.c_page.agbs {
	background-image: url(pictures/agbs.jpg);
}
.c_page.partner {
	background-image: url(pictures/links.jpg);
}
.c_page.specials {
	background-image: url(pictures/specials.jpg);
}
.c_page h2 {
	background-color: #b4a17e;
	color: #fff;
	margin-top: 0px;
	padding: 4px 20px;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #fff;
}
.c_page div.c_content {
	position: relative;
	margin-top: 0px;
	background-color: #ecebe1;
	padding: 5px 20px 15px;
	font-size: 11px;
	border-bottom: 1px solid #fff;
}
.c_page div.c_content p, .c_page div.c_content span, .c_page div.c_content strong {
	font-size: 11px;
}
.c_page div.c_content strong {
	font-weight: bold;
}
.c_page .right {
	float: right;
}
.c_page div.c_content img.gallery {
	border: 1px solid #bbb;
	padding: 3px;
	background-color: #fff;
}
.c_page div.c_content p a.img_center {
	display: block;
	width: 474px;
	text-align: center;
	padding-top: 20px;
}

/* @group kontakt */

.c_page div.c_content span.label {
	display: block;
	width: 130px;
	float: left;
	margin-top: 5px;
	padding-top: 3px;
}
.c_page div.c_content .rechts {
	display: block;
	width: 320px;
	float: left;
	margin-top: 5px;
}
.c_page div.c_content textarea.rechts {
	width: 324px;
}

/* @end */

/* @end */

/* @group page_login2 */


.p_login p.c_content {
	padding: 20px !important;
}
.p_login div  {
	width: 260px;
	display: block;
	float: left;
	position: relative;
	background-color: #f5f4ef;
	margin-left: 0;
	padding-left: 0;
}
.p_login p, .p_login input, .p_login span  {
	font-size: 11px;
}


#main #content .p_login .p_submit {
	display: block;
	position: absolute;
	border: 0;
	right: 0;
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 4px 8px !important;
	background-image: none !important;;
}

#main #content form div.c_page.c_normal.p_login div.p_login input.p_submit.login {
	padding: 3px 8px !important;
	background-image: none !important;
}
#login_container {
	width: 525px;
	background-color: transparent;
	position: relative;
}
.p_login .p_register {
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
}
.p_login .c_content {
	height: 90px;
	position: relative;
}
.p_login .c_content span {
	width: 200px;
	display: block;
}


/* @end */

/* @group warenkorb */

#content .w_warenkorb .w_col span.w_left {
	float: left;
	font-size: 10px;
	text-align: left;
}

#content .w_warenkorb .w_col input {
	display: block;
	float: left;
	margin: 0;
	margin-top: 2px;
	width: 20px;
	border-color: #bbb;
}
#content .w_warenkorb .w_col input.w_hidden {
	display: none;
}

#content .w_warenkorb input.p_refresh {
	display: block;
	background-color: #c00;
	font-size: 10px;
	color: #fff;
	padding: 3px 5px 3px;
	border: none;
	float: right;
	width: auto;
}

#content .w_warenkorb .w_col.w_head.w_row1 {
	text-align: left;
}
#content .w_warenkorb.w_tab_end {
	padding-top: 0;
}
#content .w_warenkorb .w_col {
	background-color: #F5F4EF;
	padding: 6px;
	padding-top: 5px;
	padding-bottom: 4px;
	width: 50px;
	border: 1px solid #fff;
	border-width: 0 1px 1px 0;
	font-size: 10px;
}
#content .w_warenkorb .w_row1 {
	width: 260px;
}
#content .w_warenkorb .w_row2,#content .w_warenkorb .w_row3,#content .w_warenkorb .w_row4 {
	width: 80px !important;
	text-align: right;
}
#content .w_warenkorb .w_col.w_row4.w_list {
	width: 81px !important;
}
#content .w_warenkorb .w_col.w_row2 {
	width: 72px;
	padding-top: 2px;
	padding-left: 4px;
}
#content .w_warenkorb.w_tab_end .w_col.w_row4 {
	width: 81px !important;
}
#content .w_warenkorb.w_tab_end .w_col {
	background-color: #E8E6D9;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 3px;
}
#content .w_warenkorb.w_tab_end .w_col.w_price {
	font-weight: bold;
	color: #c00;
}
#content .w_warenkorb.w_tab_end .w_row1 {
	width: 421px;
	text-align: right;
	font-weight: normal;
}
#content .w_warenkorb.w_tab_end .w_col.w_row4 {
	background-color: #F5F4EF;
	width: 78px !important;
}
#content .w_warenkorb .w_head.w_col {
	background-color: #E8E6D9;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
}
#content #shipping_infoBox {
	background-color: #777;
}
#content #shipping_infoBox p span.fett {
	color: #fff;
	font: 10px "Verdana", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}
#content #shipping_infoBox {
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
}
#content #shipping_infoBox p {
	color: #fff;
	font-size: 10px;
	padding: 10px;
}
#content #shipping_infoBox.tel_box {
	padding: 0;
	padding-left: 10px;
	border-width: 1px 0 0 0;
	position: absolute;
	width: 515px;
	left: 0;
	bottom: -30px;
}
#content div.c_page.c_normal form[name=search_again] div.c_content {
	padding-top: 20px;
}
#content div.c_page.c_normal form[name=search_again] div.c_content div.c_form span {
	width: 200px !important;
}
#content div.c_page.c_normal form[name=search_again] div.c_content div.c_form input {
	width: 265px !important;
}
#content #shipping_infoBox.tel_box.hidden {
	display: none;
}
#content #shipping_infoBox.tel_box input {
	display: block;
	position: absolute;
	top: 6px;
	right: 46px;
}
#content #shipping_infoBox.tel_box a {
	display: block;
	position: absolute;
	color: #fff;
	background-color: #0b0;
	top: 0;
	right: 0;
	border: 1px solid #fff;
	border-width: 0 0 0 1px;
	padding: 10px;
}
#content a.w_submit {
	display: block;
	color: #fff;
	background-color: #c00;
	padding: 5px;
	border: 1px solid #fff;
	border-width: 0 1px 1px 1px;
	width: 80px;
	float: right;
	text-align: center;
	font-size: 10px;
}
#main #content input.w_change {
	font-size: 10px;
	margin: 0;
	padding: 2px 0 2px 2px;
	background-color: transparent;
	border: none;
	width: auto !important;
	height: auto !important;
	color: #c00;
	font-weight: bold;
	display: block;
	float: right;
	cursor: pointer;
}
#main #content input.w_change:hover {
	text-decoration: underline;
}
#content span.w_change_p {
	display: block;
	margin-top: -10px;
}


/* @end */

#main #content .c_page.c_normal p.c_product_list,#main #content .c_page.c_normal p.c_total_list {
	padding-right: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	position: relative;
	padding-right: 80px;
}
#main #content .c_page.c_normal p.c_total_list {
	padding-top: 2px;
	padding-left: 300px;
}
#main #content .c_page.c_normal p.c_product_list {
	padding-left: 30px;
}
#main #content .c_page.c_normal p.c_total_list b {
	font-size: 10px;
	font-weight: bold;
}
#main #content .c_page.c_normal span.c_right {
	position: absolute;
	right: 0;
	top: 5px;
}
.c_hidden {
	display: none;
}
#main #content .c_page.c_normal p.c_product_list span.c_left {
	display: block;
	float: left;
	width: 30px;
	margin-left: -30px;
}
#main #content .c_page.c_normal p.c_total_list span.c_right {
	top: 2px;
	padding: 0;
	margin: 0;
}
#main #content .c_page.c_normal p.c_total_list span.c_right b {
	font-size: 10px;
}
#main #content .c_page hr {
	border: 1px solid #999;
	border-width: 1px 0 0 0;
	margin: 10px -5px ;
}

#content div.c_page div.c_content label {
	font-size: 11px;
}
div.p_box_left, div.p_box_right {
	width: 262px;
}
div.p_box_right {
	position: absolute;
	top: 65px;
	right: 0px;
}

#main #content #c_error, #c_login_error {
	background-color: #b00;
	color: #fff;
	font-size: 11px;
	font-family: "Verdana", Helvetica;
	padding: 12px 20px;
	text-align: left;
	display: none;
}
#main #content #c_error.c_show_me {
	display: inherit;
}
#main #content #c_error h3, #c_login_error h3 {
	color: #fff;
	margin-bottom: -8px;
	font-weight: bold;
	font-size: 11px;
}

#main #content .inputRequirement {
	font-size: 10px;
	color: #666666;
}
#main #content #flash, #main #content #flashcontent {
	margin-top: 0px;
	margin-left: -20px;
	margin-bottom: 20px;
	height: 264px;
}

ol li {
	font-size: 10px;
	margin-left: 19px;
}
ol li strong {
	font-size: 10px !important;
	font-weight: bold;
}
.c_form_under {
	display: block;
	margin-left: 130px;
	margin-top: -13px;
	margin-bottom: -10px;
}
#main #content form .c_content  input[type=text],#main #content form .c_content input[type=password] {
	width: 240px;
}
#main #content form .p_login input[type=text],#main #content form .p_login input[type=password] {
	width: 210px;
}
#main #content #c_kreditcard input[type=text] {
	width: 150px;
}
#main #content form div#c_kreditcard .c_form small {
	display: block;
	padding-top: 3px;
	padding-left: 130px;
}
#main #content .c_page .c_check {
	height: 17px;
}
#main #content form .c_form.c_radio_must {
	height: 19px;
}
.hidden {
	display: none;
}
#main #content textarea[name=find_us_how] {
	width: 483px;
}
#main #content div#shipping_infoBox input[name=tel] {
	width: 120px !important;
}
#content div.c_page.c_normal div.c_header,#c_header {
	background: url(gfx/hr.gif) no-repeat center 56px;
	padding-top: 28px;
	margin-top: -30px;
	height: 37px;
	width: 525px;
}
#c_header {
	height: 33px;
	margin-top: 0;
	padding-top: 32px;
}
#content div.c_page.c_normal div.c_header h2,#c_header h2 {
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}

#content form div.c_page.c_normal.p_login div.p_login_telinfo {
	background-color: transparent;
	margin-top: 20px;
	width: 490px;
	padding: 10px;
}

#content form div.c_page.c_normal.p_login div.p_login_telinfo p.p_login_opentimes {
	color: #c00;
	font-weight: bold;
	padding-top: 0;
}
#content div.c_page.c_normal div.c_content p a.c_noLink {
	color: #666666 !important;
}
#content div.c_page.c_normal div.c_content p a.c_noLink:hover {
	color: #c00 !important;
}

#content div.c_page.c_normal div.c_content div.c_address {
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 0;
}
#content div.c_page.c_normal div.c_content div.c_address h3 {
	background-color: #e8e6d9;
	margin-left: -40px;
	padding-left: 40px;
	width: 485px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #fff;
	border-width: 1px 0;
	font-size: 11px;
	font-weight: bold;
	position: relative;
}
#content div.c_page.c_normal div.c_content div.c_address h3 input {
	display: block;
	position: absolute;
	top: 2px;
	left: 20px;
	margin-right:30px;
}
#content div.c_page.c_normal div.c_content div.c_address h3 .p_left  {
	padding: 0;
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
}
#content div.c_page.c_normal div.c_content div.c_address h3 .p_left a {
	margin: 0;
	margin-left: -2px;
}
#content div.c_page.c_normal div.c_content.c_address_now {
	height: 90px;
}
#content div.c_page.c_normal div.c_content.c_address_now.c_bigger {
	height: 120px;
}
#content div.c_page.c_normal div.c_content.c_address_now .p_box_left {
	float: left;
	font-size: 11px;
	padding-top: 10px;
	width: 250px;
}
#content div.c_page.c_normal div.c_content.c_address_now .p_text_right {
	width: 200px;
	float: right;
	font-size: 11px;
	padding-top: 10px;
}
.p_small {
	font-size: 10px;
	font-weight: normal;
}
.p_italic {
	font-style: italic;
}

option {
	font-size: 10px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

#content div.c_page.c_normal a.p_button {
	background-color: #c00;
	color: #fff;
	padding: 4px 10px 3px;
	float: right;
}
#content div.c_page.c_normal a.p_button.p_left {
	float: left;
}
#main #content .c_page.c_normal {
	margin-bottom: 15px;
}
#main #content form {
	padding-right: 0px;
}
#main #content .c_page.c_normal .style_submit {
	max-width: 100px;
	position: inherit !important;
	right: 0px !important;
	top: auto !important;
}
#main #content .c_form form input[type=text],#main #content .c_form form input[type=password] {
	width: 220px !important;
}

#main #content p span.center {
	text-align: center !important;
}

#main #content .c_page div.c_content p span.center {
	text-align: center !important;
	width: 2000px;
}

#content table tbody tr td.main div.c_page.termine div.c_content .center {
	text-align: center !important;
	display: block;	
	width: 100% !important;
}

.c_page.partner .c_content{
	position: relative;
}
.c_page.partner .c_content .partner_text {
	display: block;
	margin: 0;
	margin-right: 200px;
	margin-top: -5px;
	margin-bottom: -15px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 15px;
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
}
.c_page.partner .c_content .partner_link {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 200px;
	text-align: center;
}

/*#main #content .p_login #c_error {
	display: none !important;
}
#main #content .p_login #c_error font * {
	color: #fff;
	font-size: 10px;
}
#main #content .p_login #c_error.c_show_me {
	display: none !important;
	z-index: 100 !important;
	width: 481px;
	height: 30px;
	position: absolute;
	display: block !important;
}
#content form div.c_page.c_normal.p_login .p_errorMe {
	padding-top: 55px;
	z-index: 90 !important;
}*/

#content form[name=newPassword] div.c_page.c_normal div.c_content div.c_form.c_input_must input {
	float: left;
	margin-right: 5px;
}
#content form[name=newPassword] div.c_page.c_normal div.c_content div.c_form.c_input_must span input {
	float: left;
	margin-right: 5px;
}

#content form[name=newPassword] div.c_page.c_normal div.c_content.new_password div span input {
	width: 150px !important;
}
#content form[name=newPassword] div.c_page.c_normal input.style_submit {
	width: 100px !important;
}

#code div.codeInput {
	position: absolute;
	right: 35px;
	top: 12px;
}
#code div.codeInput p {
	color: #555 !important;
	text-align: center;
	display: block;
	width: 210px;
	padding: 0;
}


#code {
	position: relative;
	width: 520px !important;
	margin: 5px -20px;
	display: block;
	background-color: #c1c6bf;
	padding: 0 0 0 5px;
	height: 60px !important;
}
#code img {
	margin-top: 5px;
	margin-bottom: 5px;
}

#content div.c_header span.bestellvorgang {
	color: #aaa;
}
#content div.c_header span.bestellvorgang strong {
	color: #c00;
}

#content .c_page.c_normal .c_content p.bestellungen {
	padding: 3px 0;
	position: relative;
	font-size: 11px;
}
#content .c_page.c_normal .c_content p.bestellungen span {
	font-size: 11px;
}
#content .c_page.c_normal .c_content p.bestellungen span.summe {
	width: 50px !important;
	display: block;
	position: absolute;
	left: 256px;
	top: 3px;
	text-align: right;
}
#content .c_page.c_normal .c_content p.bestellungen span.status {
	padding-left: 60px;
}
#content .c_page.c_normal .c_content p.bestellungen span.button {
	display: block;
	position: absolute;
	right: -14px;
	top: 1px;
}
.c_content.plower {
	padding-top: 10px !important;
	padding-bottom: 12px !important;
}
.c_content.plower p {
	padding: 5px 0;
}
#mehr_bestellungen {
	width: 499px !important;
	overflow: hidden;
}
#content .c_page.c_normal .c_content #mehr_bestellungen p.bestellungen span.button {
	right: 0px;
}
#content div.c_page.c_normal h2 a.link_normal {
	display: inline;
	position: inherit;
	height: auto;
	width: auto;
	color: #c00;
	background: none;
}
#c_login_error {
	display: none !important;
}
#c_login_error.c_show_me {
	padding: 20px;
	display: block !important;
	position: absolute !important;
	width: 481px;
	height: 50px;
	top: 69px !important;
	z-index: 1000 !important;
	margin: 0;
}
#main #content .p_login #c_login_error * {
	font-size: 12px;
	color: #fff;
}
.p_errorMe {
	margin-top: 95px;
}

#wartungsarbeiten {
	padding: 10px 20px;
	background-color: #c00;
	text-align: center;
}
#wartungsarbeiten * {
	background-color: #c00;
	color: #fff;
	padding: 0;
	font-size: 13px;
}
#DEBUG {
	padding: 10px 20px !important;
	background-color: #c00;
	text-align: center;
	color: #fff;
	padding: 0;
	font-size: 13px;
}
#DEBUG span{
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 12px;
	color: #fff !important;
}
#content form[name=sign] div.c_page.c_normal div.c_content div.c_form span.c_label {
	width: 220px;
}
#content form[name=sign] div.c_page.c_normal div.c_content div.c_form.c_radio_must {
	height: 17px;
}
#content div.c_page.c_normal input.style_submit.bestellen {
	width: 300px !important;
}
#pNav {
	cursor: default;
	display: block !important;
	font-size: 11px;
	color: #999;
	margin-left: 10px !important;
	margin-top: -1px !important;
}
.old_price {
	text-decoration: line-through;
	color: #c00000;
	font-weight: bold;
	font-style: italic;
	font-size: 14px !important;
}
.old_price.rabatt {
	text-decoration: none !important;
}

#content form div.product_info div.p_info div.p_price span.apr {
	font-size: 14px;
	font-style: italic;
}

#main #content .inputRequirement {
	font-size: 9px;
	color: #666666;
}

.c_page.presse .c_content .press_table *
{
	font-size: 11px !important;
}
.c_page.presse .c_content .press_table tr td
{
	padding: 2px 0;
}
.col_pdf
{
	background: url(/images/icons/pdf.gif) no-repeat left top;
}
.col_pdf a
{
	display: block;
	padding: 0;
	padding-left: 23px !important;
	padding-right: 0;
}

.c_page.presse .c_content a.zip
{
	background: url(/images/icons/zip.gif) no-repeat left 2px;
	display: block;
	padding: 2px;
	padding-left: 23px !important;
	width: 200px;
	height: 12px;
	margin-top: -8px;
	margin-bottom: -8px;
}
.c_page.presse .c_content p
{
	position: relative;
}
.c_page.presse .c_content .presse_img
{
	position: absolute;
	top: 10px;
	right: 15px;
}
.c_page.presse .c_content .presse_img_long
{
	padding-bottom: 5px;	
}

#gratis_add
{
	font-weight: normal;
	display: none;
	position: absolute;
	right: 346px;
	padding: 4px 6px 3px;
	overflow: hidden;
	color: #fff;
	background: #bc2a0c;
}
#gratis_add.gratis_show
{
	display: block;
}
.gratis_label
{
	font-size: 9px !important;
}
#alter-preis span.preis-neu 
{
	color: #c00000;
	font-weight: bold;
	font-size: 17px !important;
}
#alter-preis span.preis-alt 
{
	position: relative !important;
	color: #000000;
	font-weight: bold;
	font-size: 14px !important;
	position: relative;
}
#alter-preis span.preis-alt img 
{
	display: block !important;
	position: absolute !important;
	right: -17px;
	top: -7px;
}

.clear_me {
	clear: left;
	height: 0px;
	width: 0px;
}



#content form div.product_info div.p_info div.p_price span.akp {
	font-weight: bold !important;
	color: #c00 !important;
	font-size: 15px !important;
}
#action_formula {
	display:  none;
}

#content h2.zuletzt_angesehen {
	display: block;
	padding: 5px !important;
	padding-bottom: 4px !important;
	margin-right: -157px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold !important;
	padding-left: 8px !important;
	background-color: #e8e6d9;
	border-bottom: 1px solid #fff;
	color: #666666;
	font-family: Verdana, Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 10px !important;
}



#content form div.product_info div.p_info div.p_price p.versand, #boxes div.box div p.versand  
{
	font-size: 10px;
	font-style: italic;
}

#boxes div.box div p.versand 
{
	font-size: 9px;
	padding-top: 3px;
	padding-left: 0;
	padding-bottom: 3px;
	color: #a5a39b;
}
#security_code 
{
	position: absolute !important;
	width: 230px !important;
	margin-right: 10px !important;
}
#security_code input 
{
	width: 50px !important;
}

