/*******************************************
* NEU 2009 - die CSS-Styled-Contents müssen einfach überschrieben werden
********************************************/

/* Mailformulare */
.csc-mailform   { text-align: left; display: block; margin-bottom: 10px; padding-right: 10px; width: 500px; }

.csc-mailform label  { text-align: right; display: block; font-weight : bolder; margin-bottom: 10px; padding-right: 10px; width: 200px; }



.csc-mailform input  { position: relative; margin-top:0px; bottom: 25px; left: 210px }

.csc-mailform legend { }

.csc-mailform select  { position: relative; bottom: 25px; left: 210px }

.csc-mailform textarea  { position: relative; bottom: 25px; left: 210px; width: 250px;}



.csc-mailform-label   { }

.csc-mailform-field   { }

.csc-mailform-radio   { }

.csc-mailform-check   { }

/* gehört auch zu der Linie unter oder über dem Text-Geschichte */
.csc-frame {
	width : auto;
}

/* Linie VOR dem Text */
.csc-frame-rulerBefore {
	border-top:solid #808080 1px;
	margin-top: 2px; margin-bottom: 5px;
}

/* Linie unter dem Text */
.csc-frame-rulerAfter {
	border-bottom:solid #808080 1px;
	margin-top: 2px; margin-bottom: 5px;
}

/* betrifft ALLE Sitemapmenüs */
.csc-menu {
	font-size : 10px;
	border-bottom:solid #808080 1px;
	margin-top: 0px; margin-bottom: 5px;
	padding-bottom: 5px;
}

/* Linie dem Sitemapmenü, das bei Seiten 2. Grades auftaucht, wenn noch Seiten 3. Grades vorhanden sind */
.csc-menu-1 { }

/* die Sitemaps der Reisebreichte (Länderübersicht) */
.csc-menu-4 { }

/* Bildunterschrift */
.csc-textpic-caption {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #535353;
}

/* Bildblock ganz allgemein */
.csc-textpic-imagewrap {
}

/* die Aufzählungsliste */
.csc-bulletlist {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #535353;
}

/* Tabellen */
.contenttable {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #535353;
}

/* die Formulargeschichten */
.csc-mailform {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #535353;
	font-weight : normal;
}

.xxx-mailformrequired {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}

.xxx-mailformcomment {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}

.xxx-mailformradio {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #535353;
	font-weight : normal;
}



/*******************************************
* ALLGEMEIN
********************************************/

/* @import url("http://www.camp4.de/fileadmin/template/2008/css/Layout2008.css"); */

html {
  height:101%;
  margin:0;
  padding:0;
}

BODY {
  background: #ffffff;
  /*100604Fr-FR*/
  /* background_: #f3f3f3; */
  color: #535353;
  margin: 0px;
  /*100604Fr-FR*/
  /* overflow-y:scroll; */
  height:101%;
  margin-top:0px;

/*100604Fr-FR*/
/*
	scrollbar-face-color: #666666;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #666666;
	scrollbar-3dlight-color: #666666;
	scrollbar-darkshadow-color: #60b5ba;
	scrollbar-track-color: #60b5ba;
	scrollbar-arrow-color: #60b5ba;
*/
}

/*******************************************
* SORT!!!
********************************************/

#oben             { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: blue; visibility: visible; margin-bottom: 0px; position: relative; z-index: 1; top: 0; left: 0; width: 800px; overflow: hidden }

content-C4TEXTr {
   color: blue;
   border: 1px solid #666666;
}

/*******************************************
* HTML Elemente umdefiniert von beiden
********************************************/

A {
  color: #535353;
  text-decoration: none;
}

A:active {
	background-color : transparent;
	color : #535353; /*war navy*/
	text-decoration : none;
}

A.headerNavigation  { color: #535353 }

A.headerNavigation:hover {
  color: #60b5ba;
}

A:hover {
  color: #60b5ba;
  text-decoration: underline;
}

A:hover {
	background-color : transparent;
	color : #60b5ba; /*war navy*/
	text-decoration : none;
}

A:link {
	background-color : transparent;
	color : #535353; /*war navy*/
	text-decoration : none;
}

A.pageResults {
  color: #60b5ba;
}

A.pageResults:hover {
  color: #60b5ba;
  background: transparent;
}

A:visited {
	background-color : transparent;
	color : #535353; /*war navy*/
	text-decoration : none;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

FORM {
	display: inline;
}

H1 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

H2 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #666666;
	margin-bottom : 10px;
	margin-top : 20px;
}

H3 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #666666;
	margin-bottom : 0px;
	margin-top : 10px;
}

H4 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
	margin-bottom : 0px;
	margin-top : 10px;
}

INPUT {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px 
}

P  { color: #535353; font-size: 10px; font-family: Verdana, sans-serif; line-height: 14px; margin-top: 1px; margin-bottom: 1px; padding-bottom: 0 }

SELECT {  
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px 
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #cc0000;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #60b5ba;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #cc0000;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #cc0000;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #cc0000;
}

TABLE.formArea {
  background: #ffffff;
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #60b5ba;
  border-spacing: 1px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #993300;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #60b5ba;
  color: #ffffff;
  font-weight: bold;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #cc0000;
  color: #535353;
  font-weight : bold;
  text-align : center;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #cc0000;
  color: #535353;
  font-weight: bold;
  text-align: center;
}

TD.headerNavigation  { color: #535353; font-size: 12px; font-family: Verdana, Arial, sans-serif; font-weight: bold; background: #ffffff; padding-bottom: 10px }

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #60b5ba;
  color: #dbdbdb;
}

TD.infoBoxHeading_rand {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #60b5ba;
  /*100604Fr-FR*/
  color: #333333;
  border-top: 1px solid #ffffff;
}

TD.infoBoxHeading_warenkorb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #F8BB76;
  color: #333333;
  border-top: 1px solid #ffffff;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #535353;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: white;
}

TD.smallText_warenkorb, SPAN.smallText_warenkorb, P.smallText_warenkorb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #E9D6C1;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #535353;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

table.var {
	border-width: 1px;
  /*100604Fr-FR*/
  /*border-spacing: ;*/
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

table.var td {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;
  /*100604Fr-FR*/
	/*-moz-border-radius: ;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #535353;
  font-weight : bold;
	text-align: center;
}

table.var th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;
  /*100604Fr-FR*/
	/*-moz-border-radius: ;*/
}

TEXTAREA {  
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10px
} 

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TR.footer {
  background: #60b5ba;
}

TR.header {
  background: #ffffff;
}


TR.headerError {
  background: #cc0000;
}

TR.headerInfo {
  background: #cc0000;
}


TR.headerNavigation {
  background: #ffffff;
}

TR.subBar {
  background: #ffffff;
}

/*******************************************
* OSCOMMERCE
********************************************/

.boxText  { font-size: 10px; font-family: Verdana, Arial, sans-serif; background: #ffffff; color:#535353}

.boxText a:link { color:#6d6d6d}
.boxText a:visited { color:#6d6d6d}
.boxText a:active { color:#c70e1f}
.boxText a:hover { color:#60b5ba}
.boxText a { TEXT-DECORATION: none}

.boxText_category   { color: #6d6d6d; font-size: 10px; font-family: Verdana, Arial, sans-serif; background: #dbdbdb;}

.boxText_category b { color:#c70e1f; color:#535353}

.boxText_rand  { font-size: 10px; font-family: Verdana, Arial, sans-serif; background: #dbdbdb; color: #6d6d6d}

.boxText_rand_weiss   { color: #6d6d6d; font-size: 10px; font-family: Verdana, Arial, sans-serif; background-color: #ffffff; padding-top: 5px; padding-bottom: 5px; border-top: none; border-right: 5px solid #dbdbdb; border-left: 5px solid #dbdbdb }



.boxText_warenkorb  { font-size: 10px; font-family: Verdana, Arial, sans-serif; background: #E9D6C1; color: #6d6d6d}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #cccccc; }

.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #535353; }

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #cc0000; font-weight: bold; }

.erstebaumebene      { color: #333333; background-color: #dbdbdb; border-left: 5px solid #dbdbdb }

.imageborder  { border: solid 1px #999 }

.infoBox {
  background: #ffffff;
}

.infoBox_category {
  background: #dbdbdb;
}

.infoBox_rand {
  background: #dbdbdb;
}

.infoBox_warenkorb {
  background: #E9D6C1;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
}

.infoBoxContents_category {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #dbdbdb;
  margin-top: 1px; margin-bottom: 1px;
}

.infoBoxContents_rand {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #dbdbdb;
}

.infoBoxContents_warenkorb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #E9D6C1;
}

.infoBoxNotice {
  background: #CC0000;
}

.infoBoxNoticeContents {
  background: #cc0000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #cc0000; }

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffffff; }

.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #cc0000; }

.moduleRow { }

.moduleRowOver { background-color: #60B5BA; cursor: pointer; }

.moduleRowSelected { background-color: #60b5ba; }

.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #60b5ba; text-decoration: underline; }

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #60b5ba;
  color: #333333;
  font-weight: bold;
}

.productsNotifications { background: #60b5ba; }

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0000; }
/*100604Fr-FR*/
.zweitebaumebene      { color: #333333; background-color: #eeeeee; border-left: 5px solid #eeeeee }

/*******************************************
* TYPO3
********************************************/
/*100604Fr-FR*/
.Box_Rand           { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #dbdbdb; vertical-align: top; word-spacing: 2px; margin: 0px; border: solid 1px #dbdbdb  }
.Box_Rand a:hover   { color: #60b5ba }
.Box_Rand a img     {border:0 none}

.C4-Menue-2Grad         { 
color: #333333; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
line-height: 14px; 
text-align: left; 
word-spacing: 2px; 
margin: 4px }

.C4-Menue-2Grad a:link { color:#333333}
.C4-Menue-2Grad a:visited { color:#333333}
.C4-Menue-2Grad a:active { color:#333333}
.C4-Menue-2Grad a:hover { color:#8b8b8b}
.C4-Menue-2Grad a { TEXT-DECORATION: none}

.C4-Menue-2Grad-ACT          { 
color: #333333; 
font-size: 10px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
line-height: 14px; 
text-align: left; 
word-spacing: 2px; 
margin: 4px }

.C4-Menue-2Grad-ACT a:link { color:#333333}
.C4-Menue-2Grad-ACT a:visited { color:#333333}
.C4-Menue-2Grad-ACT a:active { color:#333333}
.C4-Menue-2Grad-ACT a:hover { color:#8b8b8b}
.C4-Menue-2Grad-ACT a { TEXT-DECORATION: none}

.C4-oben {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007c7e;
}

.C4-oben a:link { color:#535353}
.C4-oben a:visited { color:#535353}
.C4-oben a:active { color:#535353}
.C4-oben a:hover { color:#8b8b8b}
.C4-oben a { TEXT-DECORATION: none}

.C4-Standard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
	text-indent: 0px;
	line-height: 14px;
}

.C4-Standard a:link { color:#535353}
.C4-Standard a:visited { color:#535353}
.C4-Standard a:active { color:#535353}
.C4-Standard a:hover { color:#8b8b8b}

.C4-root {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #535353;
}

.C4-root a:link { color:#535353}
.C4-root a:visited { color:#535353}
.C4-root a:active { color:#535353}
.C4-root a:hover { color:#8b8b8b}
.C4-root a { TEXT-DECORATION: none}

.C4-UeberschriftA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC66;
}

/*  Default stylesheet use in the static template record "cSet stylesheet" */
/* TYPO3 CVS ID: $Id: defaultstylesheet.css,v 1.2 2003/10/26 17:07:43 typo3 Exp $ */

.bulletlist {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #535353;
}

.caption {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #535353;
}

.celmenu {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #535353;
	margin-top : 10px;
}

.celsubmenu {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #535353;
	margin-left : 20px;
	margin-top : 3px;
}

.filelinks {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #535353;
}

.filelinkssize {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #535353;
}

.headerdate {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : Green;
	font-weight: normal;
}

.loginform {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #535353;
	font-weight : normal;
}

.mailform {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #535353;
	font-weight : normal;
}

.mailformrequired {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}

.mailformcomment {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #CC0000;
	font-weight : bolder;
}

.mailformradio {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #535353;
	font-weight : normal;
}

.searchform {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #535353;
	font-weight : normal;
}

.searchresultpagetitle {
	font-family : Verdana, sans-serif;
	font-size : 15px;
	color : #535353;
	font-weight : bold;
}

.searchresultcontent {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #535353;
	font-weight : normal;
}

.searchresultheader {
	font-family : Verdana, sans-serif;
	font-size : 14px;
	color : #535353;
	font-weight : bolder;
}

.searchmarkup {
	color : #993300;
}

.sitemap1 {
	font-family : Verdana, sans-serif;
	font-size : 12px;
	color : #535353;
}

.sitemap2 {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #535353;
	margin-left : 20px;
}

.sitemap3 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #535353;
	margin-left : 40px;	
}

.sitemap4 {
	font-family : Verdana, sans-serif;
	font-size : 9px;
	color : #535353;
	margin-left : 60px;
}

.subhead1 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
}

.subhead2 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : green;
}

.subhead3 {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : red;
}

.table {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #535353;
}
.C4-Fussmenue {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : black;
}

/*******************************************
* Styles für Extension "tx_indexedsearch"
********************************************/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#E0E7F5; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { color:#006699; margin-top:0px; margin-bottom:0px; background:transparent; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { font-family: monospace; font-style: normal; padding:0 0.3em 0 0.3em; background:#ffff88; border: 1px #ccd solid; }

/*******************************************
* CSS für Anke's Startseitentabelle START
********************************************/
/*******************************************
* FR:100722 - Startseite 03 
********************************************/
div { border:0px solid #F6003A; }

#mitte  { 
color: #535353; 
font-size: 10px !important; 
font-family: Verdana, sans-serif; 
text-align:left;
line-height: 14px; 
margin : 0px;
padding : 0px;
white-space:pre;
 }
 
#mitte A:hover {
color: #535353;
text-decoration: none;
}

SPAN.neu  { 
color: #99cc66; 
font-size: 18px !important; 
font-family: Verdana, sans-serif; 
text-align:left;
line-height: 14px; 
margin : 0px;
padding : 0px;
text-transform:uppercase;
 }

SPAN.produkt  { 
color: #339999; 
font-size: 10px !important; 
font-family: Verdana, sans-serif; 
text-align:left;
line-height: 14px; 
margin : 0px;
padding : 0px;
letter-spacing:0px;
font-weight: bold; 
 }

SPAN.aktion  { 
color: #cc0000; 
font-size: 24px !important; 
font-family: Verdana, sans-serif; 
text-align:left;
margin : 0px;
padding : 0px;
letter-spacing:0px;
font-weight: bold; 
letter-spacing:1px;
font-stretch: ultra-expanded;
text-transform:uppercase;
 }
 
SPAN.startPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #cc0000;
  font-weight: bold; 
}

SPAN.orgPrice {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold; 
}

#text_1 {
position:absolute;
margin : 0px;
padding : 0px;
left:212;
top:235;
width:265;
height:800;
z-index:3;
}

#text_1 p{
padding : 0px 0px 0px 10px;
text-indent:-8px;
}

#banner {
position:absolute;
margin : 0px;
padding : 0px;
left:212;
top:142;
width:542;
height:73;
z-index:1;
}

#bild_1 {
position:absolute;
margin : 0px;
padding : 0px;
left:397;
top:215;
width:362;
height:227;
z-index:1;
}

#bild_2 {
position:absolute;
margin : 0px;
padding : 0px;
left:367;
top:442;
width:392;
height:185;
z-index:1;
}

#bild_3 {
position:absolute;
margin : 0px;
padding : 0px;
left:414;
top:627;
width:345;
height:196;
z-index:1;
}

#bild_4 {
position:absolute;
margin : 0px;
padding : 0px;
left:356;
top:823;
width:403;
height:248;
z-index:1;
}

/*******************************************
* CSS für Anke's Startseitentabelle ENDE
********************************************/
