@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
/* stops annoying focus-selection boxes in FF3 */
*:active, object:focus, embed:focus {
	outline: none;
}
body {
	background-color: #b0b0b0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
html, body, #bg, #bg table ,#bg td, #cont {
	width:100%;
	height:100%;
	overflow:hidden;
}
#content_body ul, #content_body ol {
	margin-left: 15px;
}
.form_trenner {
	color: #019e91;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;							
}
.form_trenner_unten {
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #333;		
}
.form_weiter {
	text-align: right;
}
.form_zurueck {
	float: left;
}


#bg {
    position: fixed;
}
#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}
#bg td {
    text-align:center;
    vertical-align:middle;
}
#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
#footer_bg {
	position: absolute;
    bottom: 0;
	left: 0;
    z-index: 20;	
    overflow: auto;
	width: 100%;
	height: 180px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#cont {
    position: absolute;
    top: 0;
	left: 0;
    z-index: 70;
    overflow: auto;
	width: 100%;
	background-image: url(../images/navi_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

#header {
	padding-bottom: 30px;
}
#logo {
	width: 230px;
	float: left;
	padding-top: 1px;
}
#claim {
	width: 240px;
	float: left;
	margin-top: 4px;
}

#navi, #footer_content {
	float: left;
}
#language {
	float: right;
	padding-right: 10px;
	/* font-size: 11px; */
}
#language a {
	color: #FFF;
	text-decoration: none;
}
.navi_list {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	float: left;
	padding-right: 30px;
}
.navi_list a {
	color: #FFF;
	padding-left: 10px;
	text-decoration: none;
}
.navi_list a:hover, li .cur_nav_item {
	text-decoration: underline;
}
.navi_list li:hover, li .cur_nav_item {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content_body {
	margin-left: 240px;
	padding-top: 0px;
	padding-bottom: 30px;
	color: #333;
}
#footer_content {
	border-top: 1px dotted #FFF;
	padding-bottom: 20px;
	width: 690px;
}
#claim , #footer_content {
	padding-top: 5px;
}
#footer_content img {
	border: 0px;
	margin-bottom: 6px;
}
#footer_content p {
	margin-top: 3px;
	margin-bottom: 5px;
}
.email_link {
	color: #FFF;
	text-decoration: none;
}
.footer_navi {
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
}
.footer_navi li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #FFF;
}
.footer_navi a {
	text-decoration: none;
	color: #FFF;
}
.footer_navi a:hover, .email_link:hover, #language a:hover {
	color: #FFF;
	text-decoration: underline;
}
.navi_first {
	border-left: 0px;
	padding-left: -10px;
	color: #F00;
}
.clear {
	clear: both;
	line-height: 1px;
}
.bigbox {
	width: 458px;
	float: left;
}
.bigbox_xxl {
	width: 680px;
}
.bigbox_content {
	padding: 0px 18px 8px 10px;
	background-image: url(../images/bigbox_bg.png);
	background-repeat: repeat-y;
}
.bigbox_top {
	background-image:url(../images/bigbox_top.png);
	background-repeat: no-repeat;
	height: 10px;
}

.bigbox_bottom {
	background-image:url(../images/bigbox_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}
.bigbox_content p {
	margin-bottom: 12px;
	line-height: 20px;
}
.bigbox_content h1 {
	font-size: 18px;
	margin-bottom: 12px;
	font-style: italic;
}
.bigbox_content h3 {
	font-size: 15px;
}
.bigbox_content p a, .txt_link {
	color: #000;
	border-bottom: 1px dotted #000;
}
.bigbox_content p a:hover, .txt_link:hover {
	border-bottom: 1px solid #000;
}
.bigbox_content img {
	margin-bottom: 12px;
	border: 0;
}
.box {
	width: 230px;
	float: left;
}
.box2 {
	margin-left: 460px;
}
.box_content, .wbox_content {
	padding: 0px 20px 10px 10px;
	background-image: url(../images/box_bg.png);
	background-repeat: repeat-y;
}
.box_content {
	height: 200px;
}
.box_top {
	background-image:url(../images/box_top.png);
	background-repeat: no-repeat;
	height: 10px;
}
.box_bottom {
	background-image:url(../images/box_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}
.box_content img { 
	z-index: 1; 
}
.bigbox a, .box a, .box2 a {
	text-decoration: none;
}
.grey_box {
	background-color: #999;
	width: 200px;
}
.grey_box h3 {
	font-size: 15px;
	padding: 8px;
	color: #000;
}
.grey_box table {
	padding: 6px;
	width: 200px;
	border-top: dotted 1px #fff;
}
.grey_box table td {
	padding-bottom: 3px;
}
.td_value {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	vertical-align: bottom;
}
.teaser_text {
	margin-top: -66px;
	background-color: #FFF;
	color: #000;
	opacity: 0.5;
	/* ie fix für opacity */
	filter: alpha(opacity = 50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: pointer;
	width: 200px;
	height: 66px;
}
.teaser_text h3 {
	padding: 4px 10px 4px 5px;
	font-size: 13px;
	font-style: italic;
}

.teaser_text a {
	color: #000;
	text-decoration: none;
}
.teaser_text p {
	padding: 0px 5px 2px 5px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: -6px;
}
dl {
	overflow: auto;
	margin-top: 6px;
	margin-bottom: 6px;
}
dt {
	clear: both;
	float: left;
	width: 160px;
	text-align: left;
}
dd {
	width: 260px;
	float: left;
	margin: 0 0 8px 0;
	padding-left: 0px;
}
input[type=text], textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-right: 2px;
	border: 1px solid #999;
}
.txtlong {
	width: 237px;
}
.txtshort {
	width: 43px;
}
.txtmedium {
	width: 190px;
}
.txtshort2 {
	width: 73px;
}
.txtmedium2 {
	width: 160px;
}
.auswahl {
	list-style: none;
	margin-bottom: 10px;
}
.auswahl input {
	float: left;
	position: relative;
	margin-top: 2px;
}

.auswahl label {
	height: 1%;
	margin-left: 20px;
	margin-bottom: 4px;
	display: block;
	position: relative;
}

.form_error {
	color: #C00;
	padding-bottom: 8px;
}
.formfield_error {
	border: 1px solid #C00 !important; 
}
.hotline {
	color: #019e91;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
.helpbox {
	margin-top: 6px;
	margin-bottom: 5px;
}
.helpbox h3 {
	font-size: 15px;
	font-style: italic;
}
.ssl_box {
	font-size: 12px;
}
#thawte {
	margin-top: 10px;
	margin-bottom: 10px;
}
.submit_lieferung {
	margin-bottom: 25px;
}
#hidden_list {
	background-color: #FFF;
	padding: 10px;
	color: #000;
}
#hidden_list ul {
	margin-left: 20px;
	margin-top: 15px;
}
#hidden_list ul li {
	float: left;
	margin-right: 30px;
}
.addthis_button {
	color: #666;
}
#gutschein_teaser {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 80;
}
#newsticker {
    width: 690px;
    height: 45px;
    background-image: url(../images/box_newsticker.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
    height: 30px;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    margin-right: 20px;
    overflow: hidden;

}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    left: 10px;
    top: 9px;
    width: 3000px;
}
ul.newsticker { /* that's your list */
    position: relative;
    left: 660px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
}
ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000000;
}
ul.newsticker span {
    margin: 0 10px 0 0;
}

h3.specialoffer { color:#019E91; margin-bottom:20px; margin-top:7px;}

.scrollcontainer { position:relative; }

.scrollable { position:relative; overflow:hidden; width: 420px; height:287px; }
.items { clear:both; width:20000em; position:absolute; }
.item { float:left; width:420px; height: 287px; }

.offertext .leftcolumn { float:left; width:270px; padding-right:5px; }
.offertext .rightcolumn { float:left; width:150px; }

a.browse {
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1px;
    height: 40px;
    width: 40px;
    margin: 10px 10px;
    position: absolute;
    top:120px;
    z-index: 10000;
}
a.right {
    background: url("../images/pfeil_rechts.png") no-repeat scroll 0 0 transparent;
    clear: right;
    margin-right: 0;
    left: 372px;
}
a.right:hover {
    background: url("../images/pfeil_rechts_blank.png") no-repeat scroll 0 0 transparent;
}
a.right:active {
    background: url("../images/pfeil_rechts_blank.png") no-repeat scroll 0 0 transparent;
}
a.left {
    background: url("../images/pfeil_links.png") no-repeat scroll 0 0 transparent;
	margin-left: 0;
    left: 8px;
}
a.left:hover {
    background: url("../images/pfeil_links_blank.png") no-repeat scroll 0 0 transparent;
}
a.left:active {
    background: url("../images/pfeil_links_blank.png") no-repeat scroll 0 0 transparent;
}
a.disabled {
    visibility: hidden !important;
}

.errorprice, .errornumber { color: red; }
	
.headline { color: #019e91; padding-top: 6px; padding-bottom: 6px; }

.state_box { background-color: #999; width: 200px; }
#content_body .state_box ul { list-style-type: none; margin:0; padding: 0; } 
.state_box li { border-bottom: dotted 1px #fff; padding: 6px 8px; font-size: 15px; }
.state_box li.last { border-bottom: none; padding: 6px 8px; font-size: 15px; }
.state_box li.current { background-color: #fff; color: #019e91; border-bottom: dotted 1px #999; }
.state_box li.firstcurrent { background-color: #fff; color: #019e91; border-bottom: dotted 1px #999; border-top: dotted 1px #999; }

.address { display: inline; float: left; width: 215px; }
.clear { clear: both; }

#orderticker { width: 690px; height: 45px; background-image: url(../images/box_newsticker.png); background-repeat: no-repeat; overflow: hidden; }

.sbx { height: 180px; /*not working*/ }

.bestelltabelle {}
.bestelltabelle h3 { margin-top: 30px; }

.bestelltabelle .value { padding-left: 10px; text-align: left; color: #333333; font-weight:normal; font-size: 14px; vertical-align: bottom; }
.bestelltabelle .td_value { padding-left: 10px; text-align: right; color: #333333; font-weight:normal; font-size: 14px; vertical-align: bottom; }

td { vertical-align: top; }
