@import url('basket.css');
@import url('cash.css');
@import url('newsletter.css');
@import url('jqModal.css');
@import url('recommendPage.css');
@import url('article.css');
@import url('category.css');
@import url('news.css');


/* Basisangaben */
body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #000;
    z-index: 1;
}

a {
    color: #0072ff;
    text-decoration: none;
    outline: none;
}

input[type=text], input[type=password], textarea, select {
    background-color: #fff;
    border: 1px solid black;
}

input:focus, textarea:focus, select:focus {
    background-image: url('/images/form_active.gif');
    background-position: right top;
    background-repeat: no-repeat;
}

input.error, textarea.error, select.error {
    border: 1px solid #f00;
    background-color: #fadadd;
}

images {
   border: 0 none;
}

/* PopUp fuer Versandinfo */
body.popup {
    background-color: #fff;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #000;
    font-size: 12px;
    margin: 10px;
    width: 530px;
    text-align: justify;
}
h1.popup {
    font-size: 14px;
}

/* iFrame fuer AGB */
body.iFrame {
    background-color: #fff;
    font-family: verdana, helvetica, arial, sans-serif;
    color: #000;
    font-size: 12px;
}

html {
    width: 100%;
    height: 100%;
}
img {
    border: 0px;
}

/* Hauptcontainer */
#main {
	margin: 0 auto;
    min-height: 100%;
    width: 1000px;
    height: auto;
    background: #fff url(/images/bg.jpg);
    background-repeat: no-repeat;
}

* html #main{ /* IE6 */
  height: 1700px;
}

#bestes {
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: -498px;
	width: 565px;
	height: 30px;
	z-index: 1;
}

#left {
    position: relative;
    width: 220px;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
}
#right {
    position: relative;
    height: auto;
    width: 780px;
    margin: 0px;
    padding: 0px;
    float: left;
}

* html #right { /*Nur IE, nur Version 6*/
   position: absolute;
}

#stdPageContent {
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 10px;
	padding-left: 20px;
    width: 760px;
}

#pageInfo{
   padding-left: 20px;
   padding-top: 10px;
}

div.red {
    border: 1px solid red;
    background-color: #fadadd;
    background-image: url("/images/error.png");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    width: 650px;
}

div.green {
    border: 1px solid green;
    background-color: #baf6ba;
    background-image: url("/images/info.png");
    background-repeat: no-repeat;
    background-position: 10px 50%;
    padding-left: 50px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    margin-left: 10px;
    width: 650px;
}

#boxarea{
    position: relative;
    margin: 0px;
    padding: 0px 5px 10px 5px;
    width: 690px;
    height: auto;
    background-color: #e1e1e1;
}
#boxarea h1 {
    font-size: 1.1em;
}
#boxarea a {
    color: #0f3775;
}


.navigation-top-active {
    line-height: 19px;
    border-top: 1px solid #6b8bbc;
    border-left: 1px solid #6b8bbc;
    border-right: 1px solid #0c2452;
    border-bottom: 1px solid #0c2452;
    color: #0f3775;
    float: left;
    padding: 0px 10px 0px 10px;
    background-image: url(/images/bg_button_active.png);
}

#pagesNavi {
    clear: both;
    position: absolute;
    padding-left: 15px;
    z-index: 100;
    width: 100%;
}

#pagesNavi a {
    margin-left: 6px;
    color: #0f3775;
}

.activePage {
    margin-left: 6px;
    color: #333;
    font-weight: bold;
}

.space {

}

.noSpace {

}

.space, .noSpace {

}


/* Linker Bereich */
#homeLink {
    width: 218px;
    height: 120px;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#greyBox {
    width: 215px;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 5px;
    background-color: #e1e1e1;
    color: #0f3775;
    font-weight: bold;
    font-size: 0.9em;
}

#greyBox a {
    color: #0f3775;
    font-weight: bold;
}

a#account-link,
a#cash-link{
    color: #0072FF;
}

a#basket-link{
   background: url(/images/icon_wagen.gif) no-repeat -2px 0;
   padding-left: 24px;
   line-height: 20px;
}

a#cash-link{
   background: url(/images/icon_kasse.gif) no-repeat -2px 0;
   padding-left: 24px;
}

#basket-info{
   position: absolute;
   top: 2px;
   left: 2px;
}

#login {
    width: 220px;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #e1e1e1;
    color: #fff;
    font-weight: bold;
}
#login img {
    vertical-align: middle;
    float: left;
}

/* Kassenablauf */
#passwordRequestLayer {
    width: 400px;
    height: 167px;
}

#passwordRequestLayerContent {
  padding: 10px 10px 5px 15px;
  font-size: 0.9em;
}
#passwordRequestLayer h1 {
  margin:0.33em 0 1em ;
  font-size: 1.0em;
}
#passwordRequestForm {
}
#passwordRequestMsg {
    padding-top: 8px;
    display: none;
}
#passwordRequestLabel {
    padding-top: 8px;
}
#passwordRequestButtons {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
#passwordRequestLayer h1 {
  margin:0.33em 0;
}

#basketShow {
    margin: 0px;
    padding: 5px 0px 5px 8px;
    font-size: 0.9em;
    
}
#basketShow a {
    color: #0f3775;
    text-decoration: none;
    font-weight: bold;
}
basketShow img {
    vertical-align: middle;
    float: left;
}
#form {
    padding: 0px 0px 0px 8px;
    margin: 0px;
    color: #000;
}
#form input {
    margin: 0px 9px 2px 0px;
    padding: 1px;
    font-size: 0.9em;
    border: 1px solid #000;
}
#form input.noBorder {
    margin: 0px 9px 2px 0px;
    padding: 0px;
    font-size: 0.9em;
    border: 0px;
}
#form a {
    color: #0f3775;
    text-decoration: none;
}
#form table {
    width: 100%;
}
#form td.headline {
    width: 50%;
    color: #0f3775;
    font-size: 0.9em;
    font-weight: bold;
}

.formtext {
   font-size: 12px;
}
#logoutbutton img {
    vertical-align: middle;
    float: left;
    margin: 0px;
    padding: 0px;
}
#loginbutton, #logoutbutton {
    text-align: right;
}

input.artikeldetailMenge {
    border: 1px solid #000;
    font-size: 12px;
    padding: 0px;
    text-align: right;
}

#submitLogin {
    position: relative;
/*    filter: alpha(opacity=75);
    opacity: .75;*/
    background-color: #e1e1e1;
    margin: 0px 0px 0px 162px;
    padding: 2px;
    padding-right: 2px;
}
#submitLogout {
    position: relative;
/*    filter: alpha(opacity=75);
    opacity: .75;*/
    background-color: #e1e1e1;
    margin: 0px 0px 0px 152px;
    padding: 2px;
    padding-right: 2px;
}
#submitLogin input, #submitLogout input {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
#leftNavi {
    position: relative;
    margin: 5px 0px 0px 25px;
    color: #0f3775;
    width: 190px;
}
#leftNavi ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    line-height: 20px;
    width: 180px;
}
#leftNavi li {
    margin: 0px;
    padding: 0px 0px 0px 5px;
    list-style-type: none;
    line-height: 20px;
    width: 175px;
}
#leftNavi li.active, #leftNavi li:hover {
    list-style-type: none;
      
}
#leftNavi li.active a {
    color: #c00;
    margin-top: 0px;
    background-image: url(/images/menu-hover.jpg);
    background-repeat: no-repeat;
    margin-left: -30px;
    padding-left: 30px; 
}
#leftNavi a {
    color: #0f3775;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
#leftNavi a:hover {
    color: #c00;
    background-image: url(/images/menu-hover.jpg);
    background-repeat: no-repeat;
    margin-left: -30px;
    padding-left: 30px;  
}

#leftNavi li.secure_logo:hover {
    width: 175px;
}

/* Kopfgrafik */
#header {
    position: relative;
    width: auto;
    height: 120px;
    background-image: url(/images/fisch-online.jpg);
    background-repeat: no-repeat;
}

/* Navigationsleiste */
#topNavi {
    width: auto;
    margin: 0px;
    height: 21px;
    right: 0px;
    background-image: url(/images/menu-bg-oben.jpg);
    background-repeat: no-repeat;
}
#topNavi ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#topNavi li {
    line-height: 21px;
    color: #fff;
    float: left;
    padding: 0px 10px 0px 10px;
    border-right: 1px solid #7a99b6;
}
#topNavi li.active {
    line-height: 21px;
    color: #0f3775;
    float: left;
    padding: 0px 10px 0px 10px;
}
#topNavi a {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
#topNavi li.active a {
    color: #0f3775;
    text-decoration: none;
}
#topNavi a:hover,
#topNavi li.active a:hover {
    text-decoration: none;
}
#topNavi .rightBox {
    right: 0px;
    text-align: right;
    padding: 0px 10px 0px 0px;
    font-size: 10px;
    line-height: 21px;
    color: #fff;
}

/* Inhaltsbereich */
#content {
    width: auto;
    height: auto;
    margin: 30px 10px 0px 2px;
    /*padding: 0px 10px 10px 10px;*/
}
#content p {
    margin: 0px;
    padding: 0px;
}
#content h1 {
    font-size: 1.1em;
}
.leftContent {
	padding-right: 26px;
    float: left;
    background-repeat: no-repeat;
}
.leftContentLower {
	padding-right: 26px;
    margin-top: 40px;
    float: left;
    background-repeat: no-repeat;
}
.middleContent {
    margin-left: 42px;
    margin-right: 72px;
}
.rightContent {
    margin-right: 10px;
    padding-right: 16px;
    padding-bottom: 0px;
    height: auto;
}
.rightContent h1,
.middleContent h1 {
    font-size: 20px;
    text-align: center;
}
#right ul.submenu {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.content {
   position: relative;
   left: 15px;
}

html>/**/body .content { /* moderne Browser ohne IE7 */
   width: 690px;
}

* html .content {  /* IE6 */
   left: 0px;
}



*+html .content{ /* IE7 */
   padding-right: 15px;
}


.contentpageHeadLine h1{
   position: absolute;
   padding-top: 10px;
   padding-left: 20px;
   color: #fff;
   font-size: 18px;
   height: 18px;
}

#content a {
    color: #0072ff;
    text-decoration: none;
}
#content input,
#content textarea {
    border: 1px solid #0f3775;
    margin: 0px;
}
#content input.noBorder {
    border: 0px;
    margin: 0px;
}

#content .leftContentLower h1 {
    color: #fff;
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 90px 0px 44px 20px;
}
#content .leftContent p {
	padding: 280px 260px 0px 20px;
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #fff;
	width: 250px;
	font-size: 10px;
	color: #000;
	border: 1px solid #a6a6a6;
	padding: 2px;
}

.contactImage {
    width: 390px;
    float: left;
}

.contactForm {
    width: 350px;
    float: left;
}

*+html .contactForm{ /* iE7 */
   padding-left: 50px;
}

* html .contactForm{ /* iE6 */
   padding-left: 50px;
}

/* Kategorieansicht */
#categoryContent {
    width: 755px;
    float: right;
}
#catOverview {
    position: relative;
    margin: 0px 0px 0px 2px;
    padding: 15px 0px 0px 25px;
    width: 750px;
    background-position: 13px 0px;
    background-repeat: no-repeat;
}
#catOverview .artikel {
    margin: 0px;
    padding: 17px 8px 7px 5px;
    width: 461px;
    height: 101px;
    background-image: url(/images/kategoriedetail_big.jpg);
}
#catOverview .artikelbild {
    float: left;
    width: 132px;
    height: 64px;
    margin: 0px 25px 0px 0px;
    text-align: center;
}
#catOverview .bottom {
    margin: 0px 0px 20px 41px;
    width: 433px;
    height: 10px;
    background-color: #e1e1e1;
    text-align: right;
}
#catOverview .catNavi {
    margin: 0px 0px 10px 0px;
    color: #000;
    width: 400px;
}
#catOverview p.detailLink {
    margin: -5px 0px 0px 0px;
    text-align: right;
    right: 0px;
    line-height: 17px;
}
#catOverview h1 {
    margin: 0px 0px 6px 0px;
    font-size: 1.0em;
}
#catOverview h1.catName {
    margin: 0px 0px 20px 0px;
    font-size: 1.2em;
    width: 400px;
}
#catOverview a {
    color: #0f3775;
    text-decoration: none;
}
#catOverview .detailLink img {
    vertical-align: middle;
}

#catOverview  .categorie_text{
	width: 220px;
	padding: 5px;
	float: left;
	margin-top: 150px;
}

#catOverview  .categorie_text h2{
   font-size: 12px;
   font-weight: bold;
}

#kategorieBackground{
   position: absolute;
   right: 10px;

}
/* Artikelansicht */
#shopContent {
    position: relative;
    margin: 6px 10px 20px 27px;
    right: 0px;
    width: 680px;;
}

/* Artikelseite */
#product {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: auto;
    width: 464px;
    float: left;
}

/* Artikelname und Beschreibung */
#articleRelations {
    clear: both;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin-bottom: 50px;
    position: relative;
}
#articleRelations .articleRelation {
    float: left;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 160px;
    height: 200px;
}

#articleRelations .box-content {
   height: 160px;
}
#articleRelations .articleRelation .image {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    background-color: #fff;
    margin: 0 auto 0 auto;
}

#articleRelations a {
   color: #000;
   font-size: 11px;
}

#productinfo {
    position: relative;
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 680px;
    height: auto;
}
#productinfo h1 {
    font-size: 1.1em;
}
#productinfo2, #artikeldetailVersandinfo {
    position: relative;
    margin: 0px;
    padding-right: 10px;
    width: 500px;
    height: auto;
}

#productinfo2 object,
#productinfo2 object embed {
   width: 500px;
   height: 314px;
}

/* Artikeldetails */
span.oldprice {
   text-decoration: line-through;
   font-size: 10px;
}

span.oldPrice {
    text-decoration: line-through;
}

div.offerText {
    margin-left: 160px;
    margin-top: 10px;
}

span.woldprice{
   font-size: 10px;
}

span.pricecolor{

}

#artikeldetailInfo span.woldpricetext{
   font-size: 10px;
}

#productdetails {
    position: relative;
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 680px;
    height: auto;
}

#productdetails select {
    font-size: 0.9em;
    width: 140px;
}

#productRelations {
    position: relative;
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 680px;
    height: auto;
}
#productRelations h1 {
    font-size: 1.1em;
}
#productRelations .relation {
    width: 134px;
    margin: 0px 10px 0px 0px;
    padding: 5px;
    text-align: center;
    font-size: 0.8em;
    float: left;
}
#productRelations img {
    border: 1px solid #000;
    margin: 0px 0px 4px 0px;
}
#productRelations a {
    color: #0f3775;
    text-decoration: none;
}

/* Rechte Artikelseite */
#productRight {
    position: relative;
    margin: 10px 0px 0px 15px;
    padding: 0px;
    height: auto;
    width: 255px;
    float: left;
}

/* Produktoptionen */
#producticons {
    position: relative;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    width: 680px;
    height: 25px;
    background-color: #e1e1e1;
}
#producticons .icon {
    height: 25px;
    margin: 0px 10px 0px 0px;
    text-align: center;
    float: left;
    font-size: 0.8em;
}
#producticons a {
    color: #0f3775;
    text-decoration: none;
}
#producticons .grey {
    color: #aaa;
}
#producticons img {
    margin: 0px 0px 2px 0px;
}

/* Produktbilder */
#productImages {
    position: relative;
    margin: 0px;
    padding: 10px 0px 10px 10px;
    width: 690px;
    background-color: #e1e1e1;
}
#productImages table {
    /*width: 690px;*/
    border: 0px;
    padding: 0px;
    margin: 0px;
}
#productImages tr {
    padding: 0px;
    margin: 0px;
}
#productImages td.image {
    position: relative;
    width: 220px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: bottom;
    /*background-color: #fff;*/
    z-index: 2;
}
#productImages td.image div.image {
    float: left;
    width: 100%;
    position: relative;
}
#productImages td.image div.zoomIcon {
    position: absolute;
    float: right;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
}
#productImages td.spacer {
    width: 10px;
    padding: 0px;
    margin: 0px;
}
#productImages td {
    width: 220px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    vertical-align: top;
}

a.button {
    background: transparent url('/images/button-left.png') no-repeat bottom left;
    height: 22px;
    display: inline-block;
    padding-left: 22px;
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}
a.button span {
    height: 17px;
    background: transparent url('/images/button-right.png') no-repeat top right;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 25px 0 5px;
    color: #fff;
}
a.btn_standard {
}
a.btn_next {
    background: transparent url('/images/button-left-next.png') no-repeat bottom left;
}
a.btn_prev {
    background: transparent url('/images/button-left-prev.png') no-repeat bottom left;
}
a.btn_edit {
    background: transparent url('/images/button-left-edit.png') no-repeat bottom left;
}
a.btn_checkout {
    background: transparent url('/images/button-left-checkout.png') no-repeat bottom left;
}
a.btn_continue {
    background: transparent url('/images/button-left-continue.png') no-repeat bottom left;
}

/* Artikelname und Beschreibung */
#basketinfo {
    width: 680px;
    padding: 10px;
    background-color: #e1e1e1;
}
#cashAGB {
    position: relative;
    margin: 0px;
    padding: 0px 5px 10px 5px;
    width: 690px;
    height: auto;
    background-color: #e1e1e1;
}
#basketinfo h1,
#cashAGB h1 {
    font-size: 1.1em;
}
#basketinfo a,
#cashAGB a {
    color: #0f3775;
}
#cashAGB a {
    text-decoration: underline;
}

#deliveryDate {
}

/* Warenkorb */
#basket {
    position: relative;
    margin: 0px;
    padding: 0px 10px 10px 10px;
    width: 680px;
    height: auto;
    background-color: #e1e1e1;
}

/* Warenkorb-Tabelle */
#basket table {
    margin: 0px;
    padding: 0px;
    width: 680px;
    border: 0px;
}
#basket table td.backToBasket {
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    border: 0px;
    text-align: right;
    font-size: 0.9em;
    line-height: 18px;
    height: 18px;
    vertical-align: middle;
}
#basket table td.backToBasket img {
    vertical-align: middle;
}
#basket table td.backToBasket a {
    font-weight: normal;
    line-height: 18px;
}
#basket table.innerTable {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 200px;
}
#basket table td.name {
    margin: 0px;
    padding: 2px;
    border: 0px;
    vertical-align: top;
}
#basket table td.weight {
    margin: 0px;
    padding: 2px;
    width: 50px;  /* 54 Pixel = 291 Pixel */
    border: 0px;
    text-align: right;
    vertical-align: top;
}
#basket table td.package {
    margin: 0px;
    padding: 2px;
    width: 150px; /* 154 Pixel = 445 Pixel */
    border: 0px;
    vertical-align: top;
}
#basket table td.amount {
    margin: 0px;
    padding: 2px;
    width: 70px; /* 44 Pixel = 489 Pixel */
    border: 0px;
    text-align: center;
    vertical-align: top;
}
#basket table td.price {
    margin: 0px;
    padding: 2px;
    width: 70px;  /* 74 Pixel = 563 Pixel */
    border: 0px;
    text-align: right;
    vertical-align: top;
}
#basket table td.total {
    margin: 0px;
    padding: 2px;
    width: 100px; /* 94 Pixel =  659 Pixel */ 
    border: 0px;
    text-align: center;
    vertical-align: top;
}
#basket table td.basket {
    margin: 0px;
    padding: 2px;
    width: 17px;  /* 21 Pixel = 680 Pixel */
    border: 0px;
    vertical-align: top;
}
#basket table td.summaryText {
    margin: 0px;
    padding: 2px;
    width: 559px;
    border: 0px;
    text-align: right;
}
#basket table td.deliveryText {
    margin: 0px;
    padding: 2px;
    width: 441px;
    border: 0px;
}
#basket table td.summaryShortText {
    margin: 0px;
    padding: 2px;
    width: 231px;
    border: 0px;
    text-align: right;
}
#basket table td.button {
    margin: 0px;
    padding: 2px;
    width: 655px;
    border: 0px;
    text-align: right;
}

/* Versandbedingungs-Tabelle */
#basket table.deliveryDate {
    margin: 0px;
    padding: 0px;
    width: 659px;
    border: 0px;
}
#basket table.deliveryDate td.left {
    margin: 0px;
    padding: 2px;
    width: 246px;
    border: 0px;
}

#basket table.deliveryDate td.right {
    margin: 0px;
    padding: 2px;
    width: 126px;
    border: 0px;
}

#basket table.deliveryDate td.right {
    margin: 0px;
    padding: 2px;
    width: 126px;
    border: 0px;
    text-align: left;
}

#basket table.innerTable td.total {
    margin: 0px;
    padding: 2px;
    width: 80px;
    border: 0px;
    text-align: right;
}
#basket table.innerTable td.portotext {
    margin: 0px;
    padding: 2px;
    border: 0px;
    text-align: right;
    width: 80px;
}
#basket a {
    color: #0f3775;
    text-decoration: none;
    font-weight: bold;
}

#basket input.amount, #productdetails input.amount {
    border: 1px solid #000;
    text-align: right;
}
#basket input.date {
    border: 1px solid #000;
    padding: 1px;
    text-align: center;
}

/* Sonderangebote */
#offers,
#references {
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 0px;
    width: 310px;
    border: 1px solid #0f3775;

}
#offers div.offer,
#references div.article {
    font-size: 0.8em;
    width: 105px;
    height: 145px;
    padding: 10px 25px 0px 25px;
    float: left;
    margin: 0px auto;
    text-align: center;
}

#offers td.offerDetail {
    text-align: center;
    vertical-align: top;
    margin: 0px;
    padding: 10px 0px 0px 10px;
    width: 140px;
    font-size: 0.9em
}
#offers img,
#references img {
    border: 1px solid #0f3775;
}
#offers .newPrice {
    font-weight: bold;
    color: #f00;
}
span.newPrice {
   color: #9f2f2e;	
}
#offers .oldPrice {
    text-decoration: line-through;
    font-size: 0.8em;
}

.offerColor{
   color:#FF0000;
   font-weight:bold;
   text-align:right;
}

div.box-lang-mitte div.offer {
    height: 100px;
    width: 370px;
    margin-top: 10px;
    padding-left: 7px;
}

.oldprice{
   font-size:0.8em;
   text-align:right;
   text-decoration:line-through;
}

/* Normalpreis und Sonderangebotspreis */
#productdetails td.oldPrice {
    text-decoration: line-through;
    font-size: 0.8em;
    text-align: right;
}
#productdetails span.newPrice {
    font-weight: bold;
    color: #f00;
    text-align: right;
}
#productdetails span.newPriceKG {
    color: #f00;
    text-align: right;
}

/* Linke Startseite */
#leftBoxes {
    position: relative;
    width: 310px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
}
#leftBoxes .box {
    position: relative;
    margin: 0px 0px 20px 0px;
    width: 310px;
    padding: 0px;
    border: 1px solid #0f3775;
}
#leftBoxes .boxTeaser {
    position: relative;
    margin: 0px 0px 20px 0px;
    width: 310px;
    padding: 0px;
    border: 1px solid #0f3775;
}
#leftBoxes .boxTeaser img {
    margin: 0px 0px 0px 10px;
}

/* Rechte Startseite */
#rightBoxes {
    position: relative;
    width: 310px;
    margin: 0px 0px 0px 30px;
    padding: 0px;
    float: left;
}
#rightBoxes .box {
    position: relative;
    margin: 0px 0px 20px 0px;
    width: 310px;
    padding: 0px;
    border: 1px solid #0f3775;
}
#rightBoxes .boxStempel {
    position: relative;
    margin: 0px 0px 20px 0px;
    width: 310px;
    padding: 0px;
    border: 1px solid #0f3775;
    background-image: url(/images/stempel-bg.jpg);
    background-repeat: no-repeat;
}
#rightBoxes .boxStern {
    position: relative;
    margin: 0px 0px 20px 0px;
    width: 310px;
    padding: 0px;
    border: 1px solid #0f3775;
    background-image: url(/images/bg_stern.jpg);
    background-repeat: no-repeat;
    background-position: 0px 20px;
}
#rightBoxes .box p, #rightBoxes .boxStempel p, #rightBoxes .boxStern p, #leftBoxes .box p {
    margin: 15px 10px 5px 10px;/* Artikelzaehler links */

}

#leftBoxes .boxTeaser p {
    margin: 5px 10px 5px 10px;
}

/* Ueberschriften fuer die Startseite */
#offers h2,
#rightBoxes h2,
#leftBoxes h2,
.box-head-text,
div#stdPageContent div#rezeptNavi h2 {
    width: 280px;
    background-color: #0f3775;
    margin: 0px;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    padding: 2px 20px 2px 10px;
}

* html #offers h2,
* html #rightBoxes h2,
* html #leftBoxes h2 { /* IE6 */
   width: 310px;
}

/* Artikelfenster im Warenkorb */
#articleWindow {
    position: absolute;
    background-color: #fff;
    margin: 0px;
    padding: 10px;
    z-index: 99;
    width: 600px;
    height: 380px;
    margin-top: -152px;
    margin-left: -312px;
    top: 50%;
    left: 50%;
    visibility: hidden;
    border: 2px solid #0f3775;
    color: #000;
}
#articleWindowHeadline {
    font-weight: bold;
}
#articleWindow a, #cardWindow a {
    color: #0f3775;
    text-decoration: none;
}

/* Grusskartenuebersicht */
#cardWindow {
    position: absolute;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    z-index: 99;
    width: 880px;
    height: 1150px;
    margin-top: 0px;
    margin-left: -442px;
    top: 20px;
    left: 50%;
    visibility: hidden;
    border: 2px solid #0f3775;
    color: #000;
}
#cardWindow td {
    width: 200px;
    padding: 10px;
}

/* Lieferdatum im Warenkorb */
#dateWindow {
    position: absolute;
    display: none;
    background-color: #fff;
    margin: 0px;
    padding: 10px;
    z-index: 99;
    width: 600px;
    height: 300px;
    margin-top: -152px;
    margin-left: -312px;
    top: 50%;
    left: 50%;
    border: 2px solid #0f3775;
    color: #000;
}
#dateWindow input.date {
    border: 1px solid #000;
    padding: 1px;
    text-align: center;
}
#dateWindowMessage {
    color: #900;
    font-style: italic;
    letter-spacing: 1px;
}
#dateWindowContinue {
    text-align: right;
}

/* Zellenklassen fuer abwechselnde Farben */
tr.row_class_1 {
    background-color: #eee;
}
tr.row_class_2 {
    background-color: #fff;
}
tr.basket_row_class_1 {
    background-color: #e1e1e1;
}
tr.basket_row_class_1 {
    background-color: #d1d1d1;
}

/* Der Footer */
#pageFooter{
    clear: both;
    padding-top: 25px;
    text-align: center;
    line-height: 125%;
    color: #808080;
    clear: both;
}

#footer {
    position: relative;
    padding: 20px 0px 0px 0px;
    clear: both;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    font-size: 0.9em;
    text-align: center;
}
#footer a {
    text-decoration: none;
    color: #0f3775;
}
#footer hr {
    width: 600px;
    height: 1px;
    border: 0px;
    background-color: #0f3775;
    padding: 0px 0px 10px 0px;
    display: none;
}

/* Hinweise, Meldungen, Fehler */
.formError {
    color: #900;
    font-style: italic;
    letter-spacing: 1px;
}
.green {
    color: #090;
    font-style: italic;
    letter-spacing: 1px;
}

div.secureLogos {
    padding: 10px 0px 0px 0px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    width: 170px;
    right: 0px;
    text-align: right;
}

#right p.kategorie_text a {
    text-decoration: underline;
}

td.bildunterschrift {
    font-size: 0.8em;
}

#popUpLayer{
   
}

#popUpLayer .popUpContent {
   padding: 10px;
   border: 3px solid #666;
   background: #fff;
}

#popUpLayer .popUpContent .content {

}

#popUpLayer .popUpContent .headline {
   text-align: right;
   background: #0f3775;
   font-size: 11px;
}

#popUpLayer .popUpContent .headline a {
   text-decoration: none;
   color: #fff;
   font-weight: bold;
}

.greyline {
   border-top: 1px solid #666;
   padding: 5px 0px 5px 0px;
   margin: 5px 0px 5px 0px;
}

td.normal {
   height: 25px;
}

.adressbox {

}
.adressbox .headline {
   font-weight: bold;
   margin-bottom: 5px;
}

.adressbox .left {
   width: 340px;
   float: left;
}

.adressbox .right {
   width: 340px;
   float: left; 
}

#userleft {
    float: left;
    border: 1px solid #000000;
}
#userleft h3{
    background-color: #0F3775;
    color: #ffffff;
    padding: 0;
    margin: 0;
    padding: 5px 15px;
    font-size: 12px;
}
#userright h3 {
    background-color: #0F3775;
    color: #ffffff;
    padding: 0;
    margin: 0;
    padding: 5px 15px;
    font-size: 12px;
}
#userright {
    margin-left: 200px;
    margin-right: 10px;
    border: 1px solid #000000;
}
#userleft ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#userleft li {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 5px 15px;
    cursor: pointer;
}
#userleft li a, #userleft li a:link {
    text-decoration: none;
    color: #000000;
}
#userleft li:hover {
    background-color: #b7b7b7;
}
#account_content {
    padding-left: 25px;
}
#account_content h4 {
    background-color: #0F3775;
    margin-bottom: 0;
    margin-left: -20px;
    padding: 3px;
    color: #fff;
}

* html #account_content h4 { /*IE6*/
    margin-left: 0px;
    font-size: 12px;
}

*+html #account_content h4 { /* IE7 */
    margin-left: 0px;
    font-size: 12px;
}

#account_content table {
   width: 100%;
}

* html #account_content table {
   width: 0%;
}

#orders table{
    border-collapse: collapse;
    border: 1px solid #000000;
    padding-left: 0px;
    margin-right: 10px;
    float: left;
    max-height: 130px;
    width: 200px;
}
#orders th {
    background-color: #0F3775;
    color: #ffffff;
    background-image: url(/images/tablesorter_bg.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center left;
}
#orders th, #orders td {
    padding: 5px 15px;
    text-align: left;
    vertical-align: top;
    cursor: pointer;
}
tr.stripe, li.stripe {
    background-color: #e1e1e1;
}
td.stripe {
    background-color: #e1e1e1;
    width: 20px;
}

#orders tr:hover {
    background-color: #b7b7b7;
}
#orders thead tr:hover, .orders tfoot tr:hover {
   background-color: transparent;
   color: inherit;
}

*+html #orderdetails { /* IE7 */
   width: 390px;
}

#orderdetails table {
    border-collapse: collapse;
    border: 1px solid #000000;
    width: 390px;
}

* html #orderdetails table { /* IE6 */
    width: 390px;
}

#orderdetails th {
    background-color: #0F3775;
    color: #ffffff;
}
#orderdetails th, #orderdetails td {
    padding: 5px 15px;
    text-align: left;
    vertical-align: top;
}
#orderdetails tbody {

    padding-top: 0px;
}
#orders th.headerSortDown, #orderpositions th.headerSortDown{
    background-image: url(/images/tablesorter_desc.gif);
}
#orders th.headerSortUp, #orderpositions th.headerSortUp {
    background-image: url(/images/tablesorter_asc.gif);
}

#orderpositions {
    margin-top: 10px;
    font-size: 10px;

}
#orderpositions table{
    border-collapse: collapse;
    border: 1px solid #000000;
    padding-left: 0px;
    float: left;
    width: 748px;
}
#orderpositions th {
    background-color: #0F3775;
    color: #ffffff;
    background-image: url(/images/tablesorter_bg.gif);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center left;
}
#orderpositions th, 
#orderpositions td {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
}

#contentLayer {
   top: 50px;
   left: 750px;
   z-index: 3000;
   display: block;
   width: 800px;
   max-height: 500px;
   overflow: auto;
}

#contentLayer h2 {
   padding: 0 20px;
}

*+html #contentLayer { /* IE7 */
   width: 360px;
   height: 500px;
   padding: 10px;
}

/* jquery autocomplete */

.ac_results {
  color: #333;
  background-color: #fff;
  border: 1px solid #666;
  font-family: Arial, Verdana;
  font-size: 12px;
  overflow: hidden;
  min-width:160px;
  z-index: 4;
}

.ac_results ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: outside;
  overflow: auto;
}

.ac_results li {
  display: block;
  white-space: nowrap;
  cursor: pointer;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #fff;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.form-autocomplete {
    background: url('/images/throbber.gif') no-repeat 100% 2px #FFF;
    width: 160px;
}

.ac_loading {
    background-position: 100% -18px;
}

.ac_over {
    background-color: #cef;
    border-top: 1px solid #9bc;
    border-bottom: 1px solid #9bc;

}
.ac_match {
  text-decoration: none;
  color: #0F3775;
}
.ac_results em {
  font-style: normal;
  font-weight: bold;
  color: #0F3775;
}

div#stdPageContent div#rezeptDetail {
    position: relative;
    width: 540px;
    float: left;
    margin-right: 20px;
}

div#stdPageContent div#rezeptDetail table {
    width: 540px;
}

div#stdPageContent div#rezeptDetail table table {
    width: auto;
}

div#stdPageContent div#rezeptDetail table tr td {
    padding: 2px;
}

div#stdPageContent div#rezeptNavi {
    width: 170px;
    float: left;
    border: 1px solid #0f3775;
}

div#stdPageContent div#rezeptNavi h2 {
    width: 140px;
}

div#stdPageContent div#rezeptNavi ul {
    margin: 0px 10px 10px 10px;
    padding: 0px;
    width: 150px;
}

div#stdPageContent div#rezeptNavi ul li {
  margin: 0px;
    padding: 5px 0px 5px 0px;
    border-bottom: 1px dotted #0f3775;
    list-style-type: none;
}

div.box-kurz {
    width: 375px;
}

div.box-kurzl {
    width: 375px;
    margin-left:8px;
    margin-right: 10px;
}

div.box-kurz-oben {
    background-image: url(/images/box-kurz-oben.jpg);
    background-repeat: no-repeat;
    width: 375px;
    height: 22px;
    padding-top: 3px;
    padding-left: 5px;
    color: #000000;
}

div.box-kurz-mitte {
    background-image: url(/images/box-kurz-mitte.jpg);
    background-repeat: repeat-y;
    width: 375px;
    padding: 5px;
}

div.box-kurz-unten {
    background-image: url(/images/box-kurz-unten.jpg);
    background-repeat: no-repeat;
    width: 375px;
    height: 19px;
}

div.box-lang {
    width: 762px;
    margin-left: 8px;
    margin-top: 10px;
}

div.box-lang-oben {
    background-image: url(/images/box-lang-oben.jpg);
    background-repeat: no-repeat;
    width: 762px;
    height: 22px;
    padding-top: 3px;
    padding-left: 5px;
    color: #000000;
}

div.box-lang-mitte {
    background-image: url(/images/box-lang-mitte.jpg);
    background-repeat: repeat-y;
    width: 762px;
    padding: 5px;
}

div.box-lang-unten {
    background-image: url(/images/box-lang-unten.jpg);
    background-repeat: no-repeat;
    width: 762px;
    height: 19px;
}

.float-left {
    float: left;
}

float-right {
    float: right;	
}

.clear-left {
    clear: left
}

.clear-right {
    clear: right;	
}

.clear-both {
    clear: both;	
}

#fest-versand-table table{
   width: 350px;
}

#fest-versand-table table td{
   width: 350px;
}

#confirmWindow {
    padding: 10px;
}

li.cc_logos {
    text-align: center;
}

.shadow-wrapper {
   -moz-box-shadow: 5px 5px 5px #888;
   -webkit-box-shadow: 5px 5px 5px #888;
   box-shadow: 5px 5px 5px #888;
}
