/*--------------------------------------------------------- */
/*--------------------------------------------------------- */
/*------ ###Mitarbeiter###, das MedienKombinat		 ------ */
/*------ Projekt: ###Projektname###				     ------ */
/*------ Bereich: Main Styles, Content               ------ */
/*------ Version: ###Versionsnummer### ###Datum###   ------ */
/*--------------------------------------------------------- */
/*--------------------------------------------------------- */

/* Bitte kein CSS3, kein Chaining von Klassen und keine Umlaute in Kommentaren */
@font-face {
	font-family:ff_helvetica;
	src:url(ff_helvetica.ttf);
}
@font-face {	
	font-family:ff_helvetica_bold;
	src:url(ff_helvetica_bold.ttf);
}

/* ------------------------ */
/* -- Reset		 ---------- */
/* ------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, th, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
del, ins, i, cite, em {
	vertical-align:baseline;
}
input {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a,
button,
input[type="submit"],
label[for] {
	cursor:pointer;
}

/* ------------------------ */
/* -- Generelles ---------- */
/* ------------------------ */
body {
	background:#fff url(../images/bg_body.jpg) repeat-x scroll 0 0;
	color:#666;
	font:normal 12px/17px Helvetica,Arial,sans-serif;
	text-align:left;	
}
a {
	color:#666;
	text-decoration:none;
}
#content a {
	color:#c20831;
}
#content a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:10px;
}
td,
th {
	padding:5px;
}
th {
	font-weight:bold;
	padding-right:10px;
	text-align:right;
}
tfoot td {
	border-top:1px solid #bdbdbd;
	color:#c20831;
}
table.checkout_order {
	width:400px !important;
}
.checkout_order td {
	padding-bottom:30px;
}
.price td {
	padding:0;
}
.price tfoot td {
	padding-top:2px;
}
h1 {
	color:#c20831;
	font:bold 20px/26px ff_helvetica_bold,arial,sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;
}
h2 {
	color:#c20831;
	font:bold 16px/22px ff_helvetica_bold,arial,sans-serif;
	margin-bottom:10px;
	text-transform:uppercase;
}
h2,
h2 a {
	color:#c20831;
}
h3 {
	color:#c20831;
	font:bold 16px/22px ff_helvetica_bold,arial,sans-serif;
}
h4 {
	font-family:ff_helvetica_bold,arial,sans-serif;
	font-weight:bold;
	margin-bottom:5px;
	text-transform:uppercase;
}
h5 {
	font-weight:bold;
}
h6 {
	font-family:ff_helvetica,arial,sans-serif;
	margin-bottom:5px;
}
.hide,
hr {
	display:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.center {
	float:none;
	margin:0 auto;
}
.clear {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}
.horiz_spacer {
	clear:both;
	height:0;
	overflow:hidden;
	margin-bottom:30px;
}
.alignright,
.aright {
	text-align:right;
}
.alignleft {
	text-align:left;
}
.aligncenter,
.acenter {
	text-align:center;
}
.red {
	color:#c20831 !important;
}
.hint {
	clear:both;
	font-size:10px;
	line-height:13px;
	margin-bottom:15px;
}
.hint p {
	margin-bottom:3px;
}
.borderleft {
	border-left:1px solid #bdbdbd;
	padding-left:2%;
}
.borderright {
	border-right:1px solid #bdbdbd;
	padding-right:2%;
}
.bold,
strong,
b {
	font-weight:bold;
}
em,
i,
cite {
	font-style:italic;
}
blockquote {
	background-color:#f1f1f1;
	font:italic 14px/20px georgia,sans-serif;
	margin:5px 0 10px;
	padding:10px;
}
blockquote.left {
	margin-right:25px;
	width:23%;
}
blockquote.right {
	margin-left:25px;
	width:23%;
}
blockquote p:before {
	content:"\201E";
}
blockquote p:after {
	content:"\201D";
}
.uppercase {
	text-transform:uppercase;
}
small,
.small {
	font-weight:normal;
	font-size:10px;
}
#content ul {
	list-style:square outside;
	margin:0 0 10px 15px;
}
#content ol {
	list-style:decimal outside;
	margin:0 0 10px 20px;
}

/* ------------------------ */
/* -- Boxstyles/Wrapper --- */
/* ------------------------ */
.wrap {
	margin:0 auto;
	width:940px;
}
#content {
	background-color:#fff;
}
#content .text_content {
	background-color: white;
	width:940px;
	text-align:left !important;
	margin-top:0px !important;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	}

.flashbackground {
	background:#cacaca url(../images/content_bg.jpg) repeat-y center top !important;
}
#content .wrap {
	padding-bottom:20px;
	overflow:hidden;
}
#boxCont {
	
}
#boxCont .center {
	width:740px;
	margin:0 auto;
}
/* ------------------------ */
/* -- Content       ------- */
/* ------------------------ */
.checkout_step {
	margin-bottom:40px;
}
#step1a_content {
	margin-right:40px;
	margin-left:187px;
}
.topdeal {
	float:left;
	font-family:ff_helvetica,arial,sans-serif;
	width:220px;
}
.topdeal h3 {
	color:#666;
	margin-bottom:5px;
}
.topdeal_img {
	position:relative;
}
.topdeal_img img {
	background:transparent url(../images/deal_schatten.jpg) no-repeat center bottom;
	padding-bottom:4px;
	width:220px;
}
.topdeal_img .discount {
	background:transparent url(../images/prozente.png) no-repeat 0 0;
	color:#fff;
	font-size:14px;
	height:47px;
	padding:29px 20px;
	position:absolute;
	right:-15px;
	text-align:center;
	text-transform:uppercase;
	top:-15px;
	width:65px;
}
.darkbox .discount {
	background:transparent url(../images/prozente2.png) no-repeat 0 0;
	color:#fff;
	font:bold 40px/82px ff_helvetica_bold,arial,sans-serif;
	height:82px;
	position:absolute;
	right:0;
	text-align:center;
	top:0;
	width:82px;
}
.topdeal_img .discount strong {
	display:block;
	font-family:ff_helvetica_bold,arial,sans-serif;
	font-size:30px;
	line-height:30px;
}
.forgotpass {
	font-family:ff_helvetica,arial,sans-serif;
	font-size:11px;
}
#step1a_text {
	margin-left:266px;
}
#addressbook {
	margin-top:30px;
}
#addressbook .address {
	border-right:1px solid #bdbdbd;
	float:left;
	padding-right:20px;
	margin:10px 20px 30px 0;
}
#addressbook .noborder {
	border-right:0;
	padding-right:0;
}
.address .buttonrow {
	margin:0;
}
.address .button a {
	margin-bottom:10px;
}
.greybox {
	background-color:#e2e2e2;
	margin-top:10px;
	overflow:hidden;
	padding:10px 20px;
	width:320px;
}
#coupon_download {
	background-color:transparent;
	padding:10px 0 10px 0;
	width:360px;
}
#coupon_download a {
	background:transparent url(../images/download_icon.jpg) no-repeat 0 0;
	display:block;
	font-family:ff_helvetica_bold,arial,sans-serif;
	font-weight:bold;
	font-size:16px;
	height:92px;
	line-height:92px;
	padding-left:100px;
	text-transform:uppercase;
}
.greybox ul {
	list-style:none !important;
	margin:0 !important;
}
.greybox li {
	float:left;
	font-weight:bold;
	margin:0 8px 8px 0;
}
.left .greybox {
	margin-left:92px;
}
.greybox h2,
.greybox h3 {
	color:#666;
	font-size:15px
}
.greybox #counter {
	float:right;
}
#buy-o-meter {
	padding-bottom:7px;
	position:relative;
}
#buy-o-meter #amount,
.buy-o-meter {
	margin-top:20px;
}
.help_bubble {
	background:url(../images/button_hilfe.jpg) no-repeat 0 0;
	height:44px;
	position:absolute;
	right:5px;
	top:5px;
	width:44px;
	text-indent:-9999px;
}
table#versand {
	margin:20px 0
}
#column_4 {
	margin-top:50px;
}
#column_4 .column {
	border-left:1px solid #bdbdbd;
	float:left;
	font-size:11px;
	line-height:14px;
	margin-left:25px;
	padding-left:25px;
	width:196px;
}
#column_4 .column:first-child,
#column_4 .first {
	border-left:0;
	margin-left:0;
	padding-left:0;
}

#content ul.muster {
	list-style:none;
	margin:0;
}
#content .muster li {
	float:left;
	width:140px;
}
a.miticon,
a.zoom {
	background:none no-repeat scroll 0 1px transparent;
	height:17px;
	margin:0 0 0 10px;
	padding:2px 0 2px 24px;
	vertical-align:middle;
}
a.iconlupe,
a.zoom  {
	background-image:url(../images/icon_lupe.png);
}

/* ------------------- Slider -------------------------- */
.sliderwrap {
	min-height:383px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.slidercontrols {
	left:200px;
	position:absolute;
	top:300px;
	width:540px;
	z-index:5;
}
#nextBtn,
#prevBtn {
	float:left;
	height:40px;
	position:absolute;
	top:400px;
	left:200px;
	width:37px;
	z-index:100;
}
#nextBtn {
	left:auto;
	right:200px;
}
#nextBtn a,
#prevBtn a {
	background:transparent url(../images/pfeil_links_big.png) no-repeat 0 0;
	display:block;
	height:40px;
	text-indent:-9999px;
	width:37px;
}
#nextBtn a {
	background-image:url(../images/pfeil_rechts_big.png);
	float:right;
}
#nextBtn a:hover,
#prevBtn a:hover {
	background-position:0 -93px;
}
#content .slider {
	height:auto !important;
	margin:0 auto;
	overflow:visible !important;
}
#content .slider ul {
	list-style:none;
	margin:0;
}
#content .slider ul li {
	width:360px;
}
#content .slider ul li li {
	width:auto;
}
#slider_huge .head_img img {
	background:transparent url(../images/deal_schatten.png) no-repeat center bottom;
	height:220px !important;
	opacity:0.5;
	padding-bottom:4px;
	vertical-align:middle;
	width:220px !important;
}
#slider_huge .current .head_img img {
	background-image:url(../images/deal_schatten_wide.png);
	height:350px !important;
	opacity:1;
	padding-bottom:6px;
	width:350px !important;
}
.slider .head_img {
	height:350px;
	line-height:350px;
	padding:0 5px;
}
.slider .current .head_img {
	height:360px;
}
.slider .head,
.slider .body {
	display:none;
	margin-top:30px;
	overflow:hidden;
	text-align:left;
}
.slider .body {
	background:#fff url(../images/ecke_oben_ganz.gif) no-repeat 0 0;
	left:-290px;
	margin-top:10px;
	position:relative;
	top:auto;
	width:940px;
}
.slider .body_inner {
	background:transparent url(../images/ecke_unten_ganz.gif) no-repeat left bottom;
	overflow:hidden;
	padding:20px 20px 10px;
	position:relative;
}
.slider .body_inner .col {
	overflow:hidden;
	width:255px;
}
.slider .body_inner .left {
	margin-right:15px;
}
.slider .body_inner .right {
	margin-left:15px;
}
.slider .body_inner .center {
	width:360px;
}
.slider .body .darkbox {
	background-color:#e2e2e2;
	clear:both;
	margin-bottom:10px;
	padding:10px 20px;
	position:relative;
}
.slider h2 {
	margin-bottom:10px;
	text-transform:none;
}
.slider h3 {
	clear:both;
	color:#666;
}
.slider .availability {
	font-family:ff_helvetica,arial,sans-serif;
	margin:0;
	text-transform:uppercase;
}
.slider .price {
	float:left;
	width:190px;
}
.slider .price del {
	background:transparent url(../images/angebot.png) no-repeat 0 0;
	color:#c20831;
	display:inline-block;
	font-weight:bold;
	font-size:16px;
	height:39px;
	line-height:39px;
	padding:0 72px 0 40px;
	text-align:center;
	text-decoration:none;
	width:64px;
}
.slider .price ins {
	color:#c20831;
	display:block;
	font-weight:bold;
	font-size:62px;
	line-height:62px;
	text-align:center;
	text-decoration:none;
}
.slider .morelink,
.slider .buylink {
	background:transparent url(../images/button_more.gif) no-repeat 0 0;
	float:right;
	height:43px;
	text-indent:-9999px;
	width:153px;
}
.slider .buylink {
	background-image:url(../images/button_kaufen.jpg);
	margin-top:5px;
}
.slider .col .buylink {
	background-image:url(../images/button_kaufen.jpg);
	margin-top:48px;
}
.slider .closelink {
	background:transparent url(../images/close_ohneecke.jpg) no-repeat 0 0;
	height:32px;
	position:absolute;
	right:5px;
	text-indent:-9999px;
	top:5px;
	width:33px;
	z-index:999;
}
#content .slider .body ul {
	list-style:disc outside;
	margin:0 0 10px 15px;
}
#content .slider .body ul.moreoffers {
	list-style:none;
	margin:0;
	overflow:hidden;
}
ul.moreoffers li {
	float:left;
	font-weight:bold;
	margin:5px 10px 5px 0;
	width:auto !important;
}
/* ------------------- Accordion ----------------------- */
.trigger {
	/*background:transparent url(../images/zahlungsarten.gif) no-repeat 0 0;*/
	background-color:#ECECEC;
	color:#C20831;
	cursor:pointer;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-bottom:10px;
	padding:0 10px;
}
.toggle_container {
	padding-bottom:20px;
}
.checkout_step .toggle_container .left {
	margin-right:10px;
	width:auto;
}
.toggle_container table {
	margin:10px 80px;
	width:780px !important;
}
.toggle_container td {
	padding:2px 15px;
}
td.nopadding {
	padding:2px 0;
}
td.middle {
	vertical-align:middle;
}
td.firstcol {
	width:150px;
}
/* ------------------- Konto ----------------------- */
h1.menue {
	margin-left:180px;
}
.pageNav {
	display:none;
}
#outertabs {
	float:left;
	margin-left:5px;
	width:150px;
}
#content .formsection ul,
#outertabs ul {
	list-style:none;
	margin:0;
}
#content .formsection ul li {
	float:left;
	margin-bottom:5px;
}
#outertabs li {
	font:14px/30px ff_helvetica,arial,sans-serif;
	margin-bottom:10px;
	text-align:center;
}
#outertabs a {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#ddd;
	display:block;
	text-decoration:none !important;
}
#outertabs a:hover,
#outertabs #current a {
	background-color:#c20831;
	color:#fff;
}
#outercontent {
	border:1px solid #aaa;
	float:right;
	padding:10px;
	width:750px;
}
.formsectionheadline {
	font-weight:bold;
	margin-bottom:10px;
}
#outercontent .error,
#outercontent .bigmsgborder {
	margin-bottom:20px;
	text-align:center;
}
.formcollabel,
.formcollabelopt,
.formcollabelwideopt,
.formcollabelopt_ml,
.formcollabeloptradio,
.formcollabeloptcheckbox,
.formcollabelreq,
.formcollabelwidereq,
.formcollabelreq_ml,
.formcollabelreqradio,
.formcollabelreqcheckbox {
	float:left;
	padding:0 5px 0 0;
	text-align:right;
	width:160px;
}
.formcolhead {
	float:none !important;
}
.content_box_data #outercontent .formcollabel,
.cboverview .formcollabel {
	text-align:left;
}
.formcolfield input.labellike {
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:none;
	padding:0;
}
.buttonsection {
	clear:both;
	height:29px;
	padding:20px 0;
}
#outercontent ul li label span {
	padding:0 5px;
}
.content_box_data #accountloeschen .error {
	float:left;
	margin:0 0 0 130px;
}
.content_box_data #outercontent .btnSkip,
.cboverview .btnSkip,
.content_box_data #outercontent .btnNext,
.cboverview .btnNext {
	float:right;
	margin-right:10px;
}

.coupon,
.campaign {
	font-size:12px;
	line-height:15px;
	padding:10px;
	position:relative;
}
.coupon .details,
.coupon .dates,
.coupon .actions,
.coupon .placement {
	height:auto !important;
	min-height:70px;
}
.box_wrap4_left {
	float:left;
	padding-right:10px;
	width:22%;
}
.box_wrap4_right {
	border-left:1px solid #aaa;
	float:left;
	padding-left:10px;
	width:24%;
}
.coupon .dates {
	padding-right:10px;
	width:165px;
}
.coupon .dates .field {
	float:right;
}
.coupon .actions a,
#boxCont .box_inner .coupon .actions a {
	display:block;
	margin-top:4px;
}
.coupon a.det {
	margin:5px 0;
}
.coupon .alayer,
.campaign .alayer,
.ui-dialog {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 10px #888;
	-webkit-box-shadow:0 0 10px #888;
	box-shadow:0 0 10px #888;
	background:none repeat-x scroll 0 0 #fff;
	border:1px solid #aaa;
	display:none;
	left:50%;
	margin-left:-176px;
	padding:10px;
	position:absolute;
	top:0;
	white-space:normal;
	width:354px;
	z-index:300;
}
.coupon .alayer a.close,
.lay_lightbox a.close,
.campaign .alayer a.close,
.ui-dialog-titlebar-close,
#cboxClose {
	background:url(../images/schliessen_klein.png) no-repeat scroll center center transparent;
	cursor:pointer;
	height:0;
	margin:0;
	padding:20px 0 0 0;
	position:absolute;
	right:2px;
	text-indent:-9999px;
	top:2px;
	width:19px;
	z-index:200;
}
.alayer textarea {
	margin-bottom:10px;
}
.alayer .button {
	float:right;
	margin:0 0 10px 10px;
}
.coupon .alayer .cont p.first {
	margin-right:15px;
}
.coupon .btnAbort,
.coupon .btnRemove,
.coupon .btnNoremove,
.campaign .btnRemove,
.campaign .btnNoremove {
	float:none;
	margin:15px auto;
}
.screeenfilter span {
	line-height:25px;
}
.screeenfilter .datepicker {
	width:80px;
}
/* ------------------- Social Bookmarks ----------------------- */
#content .slider .body .socialbookmarks {
	list-style:none;
	margin:0;
	overflow:hidden;
}
ul.socialbookmarks li {
	float:left;
	margin:0 10px 10px 0;
	width:auto !important;
}

/* -- Navi_checkout -------- */
#navi_checkout {
	background:#ececec url(../images/powered_by_gtv.jpg) no-repeat 20px 8px;
	font-family:ff_helvetica,arial,sans-serif;
	height:34px;
	margin-bottom:40px;
	padding:8px 20px 8px 164px;
}
#navi_checkout ul {
	background:transparent url(../images/steps_start.gif) no-repeat 0 20px;
	float:left;
	list-style:none;
	margin:2px 0 0;
	padding-left:5px;
}
#navi_checkout li {
	float:left;
}
#navi_checkout li a,
#navi_checkout li span {
	background:transparent url(../images/steps_grau.gif) no-repeat 0 20px;
	display:block;
	height:25px;
	text-align:center;
	width:142px;
}
#navi_checkout li.current a,
#navi_checkout li.completed a {
	background-image:url(../images/steps_rot.gif);
	color:#c20831;
}
#navi_checkout li.current a {
	font-family:ff_helvetica_bold,arial,sans-serif;
	font-weight:bold;
}

/* ------------------------ */
/* -- Header -------------- */
/* ------------------------ */
#header {
	height:170px;
	background:white;
	background-image: url("/images/header_background.jpg");
	background-repeat:no-repeat;
	background-position:center top; 
}
#logo {
	float:left;
}
#logo a img {
	margin-top:-25px;
} 
#deal_subscribe {
	float:right;
	margin-top:5px;
	width:380px;
}
#deal_subscribe fieldset {
	margin:0;
}
#deal_subscribe label {
	margin:10px 30px 0 0;
	width:auto;
}
#deal_subscribe input {
	font-weight:bold;
}
#separator {
	background:#b3b3b3 url(../images/separator.jpg) repeat-y center center;
	color:#fff;
	font-family:ff_helvetica,arial,sans-serif;
	font-size:16px;
	height:25px;
	line-height:25px;
	margin-bottom:10px;
	overflow:hidden;
	padding:5px 0;
}
#separator p {
	margin:0;
	text-align:right;
}
#separator a.hier {
	background:#c20831 url("../images/button_hier.jpg") repeat-y scroll 0 0;
	display:inline-block;
	height:23px;
	margin:0 0 0 8px;
	overflow:hidden;
	text-indent:9999px;
	vertical-align:top;
	width:52px;
}

/* ------------------------ */
/* -- Navi_service -------- */
/* ------------------------ */
#navi_service {
	font-family:ff_helvetica_bold,arial,sans-serif;
	height:50px;
	margin-bottom:31px;
	text-transform:uppercase;
}
#navi_service ul {
	float:right;
}
#navi_service li {
	float:left;
	margin-left:25px;
}
#navi_service a {
	color:#5f5f5f;
	display:block;
	font-weight:bold;
	font-size:14px;
	line-height:50px;
}
#navi_service a.cart {
	background:transparent url(../images/warenkorb.jpg) no-repeat 0 14px;
	color:#fff;
	font-family:arial,sans-serif;
	font-weight:normal;
	overflow:hidden;
	padding:0 10px;
	text-align:right;
	width:135px;
}
#navi_service a.cart span {
	left:-9999px;
	position:absolute;
}
/* ------------------------ */
/* -- Navi_top ------------ */
/* ------------------------ */
#navi_top {
	background:#c40731 url(../images/bg_body.jpg) repeat-x 0 -171px;
	color:#fff;
	font:bold 16px/50px ff_helvetica_bold,arial,sans-serif;
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	text-transform:uppercase;
}
#navi_top h2 {
	float:left;
	line-height:50px;
	margin:0 10px 0 0;
}
#navi_top ul {
	float:left;
	height:50px;
	list-style:none;
	margin:0;
}
#navi_top ul.right {
	float:right;
	text-transform:none;
}
#navi_top ul.right a {
	color:#fff;
}
#navi_top li {
	float:left;
	padding:0 14px;
}
#navi_top a {
	color:#e88;
	display:block;
}
#navi_top a:hover,
#navi_top a.active {
	color:#fff;
}
#navi_top a.up,
#navi_top a.dn {
	background:transparent url(../images/pfeil_hoch.gif) no-repeat right center;
}
#navi_top a.dn {
	background-image:url(../images/pfeil_unten.gif);
}
#navi_top a:hover {
	text-decoration:none;
}
/* ------------------------ */
/* -- Navi_main ----------- */
/* ------------------------ */
#navi_main {
	background:#c6113a url(../images/navi_red.jpg) repeat-y center center;
	font-family:ff_helvetica_bold,arial,sans-serif;
	height:50px;
	margin:50px 0 10px;
	text-transform:uppercase;
}
#navi_main ul {
	float:left;
}
#navi_main li {
	float:left;
	margin-right:30px;
}
#navi_main a {
	background:transparent url(../images/pfeil_hoch.gif) no-repeat right 23px;
	color:#fff;
	display:block;
	font-weight:bold;
	font-size:14px;
	line-height:50px;
	padding-right:16px;
}

/* ------------------------ */
/* -- Navi_footer --------- */
/* ------------------------ */
#navi_footer {
	font-family:ff_helvetica_bold,arial,sans-serif;
	height:50px;
}
#navi_footer ul {
	float:left;
}
#navi_footer li {
	float:left;
	margin-right:40px;
}
#navi_footer a {
	display:block;
	font-weight:bold;
	font-size:14px;
	line-height:50px;
}

/* ------------------------ */
/* -- Navi_affiliates ----- */
/* ------------------------ */
#navi_affiliates {
	border-top:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
	font-size:11px;
	height:50px;
	margin-bottom:16px;
}
#navi_affiliates ul {
	float:left;
}
#navi_affiliates li {
	float:left;
}
#navi_affiliates a,
#navi_affiliates strong,
#navi_affiliates b {
	display:block;
	line-height:50px;
	padding:0 18px;
}
#navi_affiliates strong,
#navi_affiliates b {
	font-family:ff_helvetica_bold,arial,sans-serif;
	font-weight:bold;
	font-size:16px;
	padding-left:0;
}

/* ------------------------ */
/* -- Footer         ------ */
/* ------------------------ */
#footer {
	margin-bottom:30px;
}
#footer,
#footer a {
	color:#969696;
}
#footer a:hover {
	color:#000;
}
#copy {
	font-size:11px;
}
/* ------------------- Buttons -------------------------- */
span.click {
	background:transparent url(../images/button_grau2.jpg) no-repeat right 0;
	display:inline-block;
	margin-right:10px;
}
span.click a {
	background:transparent url(../images/button_grau1.jpg) no-repeat left 0;
	color:#fff !important;
	display:inline-block;
	padding:2px 6px;
}
/* ------------------- Formulare ------------------- */
.form_checkout table {
	width:99%;
}
.checkout_step .left,
.checkout_step .right {
	width:48%;
}
#form_checkout_step1a {
	margin-top:30px;
}
.formrow {
	margin-bottom:15px;
}
table label {
	font-weight:bold;
}
table label.label_salut {
	font-weight:normal;
	padding-right:20px;
}
form#login table {
	margin-top:30px;
	float:right;
	width:325px;
}
form#login span.input {
	width:212px;
}
form#forgotpassword {
	margin:30px 230px 0 0;
}
form#register,
form.form_address {
	margin:30px 80px 0;
}
form.form_address .right {
	width:45%;
}
form.form_address .right label {
	padding-right:40px;
}
form.form_address .formrow {
	margin:20px 0 40px;
}
form.form_address .formrow span {
	padding-right:20px;
}
form.form_address .formrow label {
	font-weight:bold;
}
form#register .formrow {
	clear:both;
	margin-bottom:30px;
	padding-top:20px;
}
form#form_payment,
form#form_order {
	margin-top:20px;
}
fieldset {
	margin:5px 0 15px 0;
}
fieldset label {
	font-weight:bold;
	float:left;
	width:150px;
}
fieldset small,
fieldset .small {
	display:block;
	margin-left:150px;
}
label small,
label .small {
	margin-left:0;
}
input.text,
input[type="text"],
textarea,
select {
	-moz-box-shadow:0 1px 3px #ccc inset;
	-webkit-box-shadow:0 1px 3px #ccc inset;
	box-shadow:0 1px 3px #ccc inset;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #aaa;
	color:#666;
	font:normal 12px/15px Helvetica,Arial,sans-serif;
	padding:5px;
	width:180px;
}
textarea {
	width:97%;
}
#form_payment select {
	width:auto;
}
#form_payment input.text {
	width:150px;
}
input.button,
input.largebutton,
.coupon a.det,
a.button,
.button a,
button {
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#c20831 url(../images/button_rot.jpg) repeat-x 0 0;
	border:none;
	color:#fff !important;
	display:inline-block;
	font:14px/29px ff_helvetica,arial,sans-serif;
	height:29px;
	overflow:visible;
	padding:0 8px;
	text-decoration:none !important;
	width:auto;
	white-space:nowrap;
}
.button-set input.button,
.button-set a.button {
	margin-right:10px;
}

form.login #loginbutton {
	display:block;
	margin:0 0 0 150px !important;
}

#regform .field_input {
	width:500px;
}
#regform .field_button {
	text-align:center;
}
.row {
	clear:both;
	height:auto !important;
	min-height:30px;
	padding-bottom:15px;
}
.row label {
	width:255px;
}
.row label.error {
	background:none;
	font-weight:normal;
	height:auto;
	padding:0;
	margin:0 0 10px 255px;
	width:auto;
}
.field_check .row {
	height:20px !important;
	min-height:0;
	padding-bottom:5px;
}
.field_check .row input.check {
	border:medium none;
	float:left;
	font-weight:normal;
	padding:0;
}
.field_check .row label {
	font-weight:normal;
	padding:2px 5px 0;
	width:auto;
}
.field_check small {
	margin:0
}
/* ------------------- Pagination ---------------------- */
#outercontent .listnav ul {
	list-style:none;
	margin:0;
}
#outercontent .listnav ul li {
	display:inline;
	float:none;
	margin:0;
	width:20px;
}
#outercontent .listnav ul li span {
	font-weight:bold;
	text-decoration:underline;
}
#outercontent .listnav img {
	vertical-align:baseline;
}
#outercontent .listnav .left {
	margin-left:250px;
}
#outercontent .listnav .right {
	margin-right:250px;
}
/* ------------------- Errormeldungen ---------------------- */
.required {
	color:#c20831;
}
.error,
.bigmsgborder {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#c20831;
	color:#fff !important;
	font-weight:bold;
	margin-bottom:40px;
	overflow:hidden;
	padding:5px 8px;
	width:auto !important;
}
.error h2 {
	color:#fff;
	line-height:18px;
	margin-bottom:0;
}
.msg {
	color:#c20831;
}
.warning {
	font-size:10px;
	line-height:12px;
}
.hidden {
	display: none;
	}

/* listing table */
table.tablelisting {
	width:100%
	}
	
table.tablelisting thead {
	background-color:#C20831
	}
table.tablelisting th {
	color:white;
	text-align:left
	}
	
tr.odd {
	background-color:#DDDDDD;
	}
tr.highlight, tr.highlight a {
	background-color:#C20831;
	color: white !important;
	}
	
img.si_img {
	vertical-align:middle;
	padding: 2px;
	}