/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.errorBox { font-family: Arial, sans-serif; font-size: 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: Arial, sans-serif; font-size: 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Arial, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

body {
  background: #ffffff;
  color: #191919;
  margin: 0px;
  padding: 0px;
  font-family: Arial, sans-serif;
  line-height: 140%;
  font-size: 12px;
}
  
h1 { 
 font-family: Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
}

h2 {
 font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	}

h3 {
 font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	}

A {
  color: #191919;
  text-decoration: none;
}

A:hover {
  color: #333333;
  text-decoration: none;
}

FORM {
	display: inline;
}

.mitte {
  padding: 0px 35px 0px 24px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.mitte p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.mitte h2 {
	padding: 8px 0px 4px 0px;
	font-size: 16px;
	line-height: 140%;
	margin: 0px;
}

#lc1 {
	position: absolute;
	background-color: #ffffff;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	left: 0px;
	width: 136px;
	top: 122px;
	font-family: Arial, sans-serif;
	line-height: 140%;
	}

#lc2 {
	font-family: Arial, sans-serif;
	line-height: 140%;
	}

#left-nav ul a:link, #left-nav ul a:visited {display: block;}

#left-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#left-nav li {
border-bottom: 1px solid #EFEFEF;
}

/* fix for browsers that don't need the hack */
html>body #left-nav li {border-bottom: none;
}

#right-nav ul a:link, #right-nav ul a:visited {display: block;}

#right-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#right-nav li {
border-bottom: 1px solid #EFEFEF;
}

/* fix for browsers that don't need the hack */
html>body #right-nav li {border-bottom: none;
}


#sectionLinks{
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 100%;
}

#sectionLinks a:link{
	padding: 4px 1px 4px 5px;
	background-color: #DFEDE2;
	color: #191919;
	border-bottom: 2px solid #FFFFFF;
	width: 100%;
	height: 16px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-bottom: 2px solid #FFFFFF;
	padding: 4px 1px 4px 5px;
	color: #191919;
	background-color: #DFEDE2;
	height: 16px;
}

#sectionLinks a:hover{
	border-bottom: 2px solid #FFFFFF;
	padding: 4px 1px 4px 5px;
	background-color: #1E492E;
	color: #FFFFFF;
	text-decoration: none;
 }

#sectionLinks a.sel{
	border-bottom: 2px solid #FFFFFF;
	padding: 4px 1px 4px 5px;
	background-color: #1E492E;
	color: #FFFFFF;
  }

#sectionLinks a.sel:link, #sectionLinks a.sel:visited, #sectionLinks a.sel:active{
	border-bottom: 2px solid #FFFFFF;
	padding: 4px 1px 4px 5px;
	background-color: #1E492E;
	color: #FFFFFF;
  }

#sectionLinks a.sel:hover{
  }

TR.header {
  background: #ffffff;
  color: #191919;
}

TR.headerNavigation {
	background-color: #ffffff;
	color: #191919;
}

TD.headerNavigation {
	color: #191919;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-color: #ffffff;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
}

A.headerNavigation { 
	color: #191919;
}

A.headerNavigation:hover {
	color: #191919;
	text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, sans-serif;
  font-size: 13px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #4b6e58;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #4b6e58;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  margin: 0px;
  padding: 0px;
  border-width: 1px 0px 1px 0px;
  border-style: dotted;
  border-color: #191919;
  padding: 3px 0px 3px 0px;
}

.infoBox2 {
  margin: 0px;
  padding: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #191919;
}

.infoBoxContents { /* Innenfarbe etc. aller Info-Boxen */
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 4px 8px 4px 8px;
}
  
.shopping-cart { 
	margin: 8px 0px 10px 0px;
	padding: 4px 5px 4px 5px;
	background-color: #DFEDE2;
	}

.shopping-cart .boxText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	padding: 0px;
	margin: 0px; }

.shopping-cart .boxText a:link{
	display: block;
	background-color: #DFEDE2;
	width: 100%;
	padding: 0px 1px 6px 5px;
	margin: 0px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

.shopping-cart .boxText a:visited{
	display: block;
	padding: 0px 1px 6px 5px;
	margin: 0px;
	color: #191919;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

.shopping-cart .boxText a:hover{
	padding: 0px 1px 6px 5px;
	margin: 0px;
	color: #191919;
	text-decoration: underline;
 }

.shopping-cart .cartBox a:hover{
	padding: 0px 1px 6px 5px;
	margin: 0px;
	color: #191919;
	background-color: #DFEDE2;
	text-decoration: underline;
 }

.shopping-cart .boxText a.sel{
	padding: 0px 1px 6px 5px;
	margin: 0px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
  }

.shopping-cart .boxText a.sel:link, .shopping-cart .boxText a.sel:visited, .shopping-cart .boxText a.sel:active{
	padding: 0px 1px 6px 5px;
	margin: 0px;
  }

.shopping-cart .boxText a.sel:hover{
  }

.cartBox { 
  background-color: #DFEDE2;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

.sortimentBox {
  margin: 8px 0px 8px 0px;
  padding: 0px;
  border: 1px solid #191919;
}

.sortimentBox TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 12px 0px 12px 0px;
}

.sortimentBoxContents { /* Innenfarbe etc. aller Info-Boxen */
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 0px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

#unterlage {
  background-color: #FFFFFF;
  padding: 8px 0px 0px 0px;
}

TD.infoBoxHeading, TD.infoBoxHeading2, TD.infoBoxHeading3 {
	margin: 0px;
	color: #191919;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-color: #ffffff;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
}

TD.infoBoxHeading {
	text-align: center;
}

TD.infoBoxHeading2 {
	text-align: left;
}

TD.infoBoxHeading3 {
	text-align: right;
}

TD.infoBoxHeading a:hover {
	color: #191919;
  text-decoration:underline;
}

TD.infoBox, SPAN.infoBox {
  font-family: 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;
}

TABLE.productListing {
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: bold;
  line-height: 13px;
  background-color: #ffffff;
  color: #191919;
  text-transform:uppercase;
  padding: 4px 0px 4px 0px;
  border-top: 1px solid #191919;
  border-bottom: 1px solid #191919;
}

.productListing-heading a:link, .productListing-heading a:visited, .productListing-heading a:active {
  color: #191919;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.productListing-heading a:hover {
  color: #999999;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 12px;
border-bottom-color: #191919;
border-bottom-style: dotted;
border-width: 0px 0px 1px 0px;
padding: 8px 0px 8px 0px;
}

TD.productListing-data2 {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.productListing-data h2{
  font-size: 12px;
font-weight: normal;
padding: 8px 0px 8px 0px;
}

TD.productListing-data h2 a:link, TD.productListing-data h2 a:visited, TD.productListing-data h2 a:active{
	color: #191919;
	border-bottom: 1px dotted #758389;
  }

TD.productListing-data h2 a:hover{
	color: #999999;
  border-bottom: 1px dotted #758389;
  }

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
}

TD.pageHeading h1, DIV.pageHeading h1{
	margin: 25px 35px 4px 25px;
	padding: 0px 0px 4px 0px;
	width: 100%;
	border-bottom: 1px solid #191919;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

TD.pageHeading2, DIV.pageHeading2 {
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
}

TD.pageHeading2 h1, DIV.pageHeading2 h1{
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main {
	font-size: 13px;
	line-height: 140%;
}

TD.main2 {
	font-size: 13px;
	line-height: 140%;
}

TD.main_red {
	font-size: 13px;
	color: #FF0033;
}

TD.main p {
	padding: 0px 0px 8px 0px;
	font-size: 13px;
	line-height: 140%;
	margin: 0px;
}

TD.main h2 {
	padding: 8px 0px 4px 0px;
	font-size: 16px;
	line-height: 140%;
	margin: 0px;
}

TD.main a:link, TD.main a:visited, TD.main a:active{
	color: #191919;
	text-decoration: underline;
  }
  
TD.main a:hover{
	color: #999999;
	text-decoration: underline;
}

TD.main2 a:link, TD.main2 a:visited, TD.main2 a:active{
	color: #191919;
	text-decoration: underline;
  }
  
TD.main2 a:hover{
	color: #999999;
	text-decoration: underline;
}

TD.main .x9p{
	font-size: 9px;
  }

TD.main ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 18px;
	line-height: 150%;
	color: #191919;
	}

TD.main2 ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	line-height: 150%;
	color: #191919;
	}

TD.main li {
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 8px 0px;
	color: #191919;
	list-style-image: url(../pic/haken.gif);
}

TD.main2 li {
	padding: 0px 0px 0px 4px;
	margin: 0px 0px 8px 0px;
	color: #191919;
	list-style-type: none;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 0px 0px 12px 0px;
}

TD.smallText2 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 0px;
}

TD.smallText3 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 0px 0px 12px 0px;
}

TD.smallText {
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 0px 0px 12px 0px;
}

TD.smallText a:link, TD.smallText a:visited, TD.smallText a:active{
	color: #191919;
	border-bottom: 1px dotted #758389;
  }
  
TD.smallText a:hover{
  color: #999999;
	border-bottom: 1px dotted #758389;
}


TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 13px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

TD.category_desc {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 140%;
  padding: 20px 35px 0px 25px;
}

TD.category_desc {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

TD.category_desc p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

SPAN.newItemInCart {
  color:#339966;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #DFEDE2; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #DFEDE2; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; padding: 4px 4px 4px 4px;}
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 12px; background-color: #99ff00; padding: 4px 4px 4px 4px;}

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 13px; color: #ff0000; }

.grundpreis {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #758389;
  padding: 2px 0px 0px 0px;
}

.tax_info {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #758389;  
}

.tax_info a:link, .tax_info a:visited, .tax_info a:active{
  color: #CC0033;
  border-bottom: 1px dotted #758389;
  }
  
.tax_info a:hover{
  color: #CC0033;
  border-bottom: 1px dotted #758389;
}

.text {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 140%;
	padding: 25px 35px 20px 25px;
}

.text p {
	padding: 0px 0px 8px 0px;
	margin: 0px;
}

.text .pageHeading {
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}

.text .pageHeading h1{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	width: 100%;
	border-bottom: 1px solid #191919;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 0px;
	text-transform: none;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

.startbox {
  padding: 0px 35px 0px 25px;
}

#wrapper {
	width: 1004px;
	background-color: #ffffff;
	background:  url("../pic/bkgr.gif") top left repeat-y;
	}

#centercontent {
	margin-left: 156px;
	padding-bottom: 1px;
	width: 848px;
	min-height:639px;
	_height:649px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 156px;
	}
html>body #centercontent {
   	margin-left: 156px;
	}

#banner {
	position: relative;
	font-family: Arial, sans-serif;
	color: #191919;
	font-size: 13px;
	line-height: 47px;
	height: 47px;
	width: 1003px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 47px;
	}
html>body #banner {
	height: 47px;
	}

#banner a:link, #banner a:visited, #banner a:active {
	color:  #999999;
	text-decoration: none;
}

#banner a:hover {
	color: #191919;
	text-decoration: none;
}

#globalNav{
	float: left;
	width: 160px;
	color: #191919;
	margin: 0px 12px 0px 12px;
	padding: 0px;
}

#search{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 13px 0px 0px 6px;
  font-family: Arial, sans-serif;
  line-height: 140%;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0px 0px 0px 0px;
}
html>body #search {
	margin: 0px 0px 0px 0px;
	}

#search form{
 margin: 0px;
 padding: 0px;
}

.navsel{
	color: #191919;
  }
  
a.navsel{
	color: #191919;
	text-decoration: none;
  }

a.navsel:link, a.navsel:visited, a.navsel:active{
	color: #191919;
	text-decoration: none;
  }

a.navsel:hover{
	color: #999999;
	text-decoration: none;
  }

.title-pack {
	margin: -4px 0px 0px 0px;
	padding: 0px;
}

#shop {
	float: right;
	width: 172px;
	padding: 0px;
	margin: 6px 1px 0px 0px;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
}

#ribbon {
	background:  #1E492E;
	height: 86px;
	width: 1004px;
	margin: 0px 0px 8px 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 85px;
	}
html>body #ribbon {
	height: 85px;
	}

#logo {
	float: left;
	margin: 14px 0px 0px 4px;
	padding: 0px;
}

#claim {
	float: left;
	width: auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 140%;
	padding: 40px 0px 0px 12px;
	color: #F0F0F0;
}


.korrektur{
	padding: 4px 0px 0px 0px;
  }

.linktitle{
	padding: 5px 3px 4px 0px;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	border-top: 1px solid #191919;
	border-bottom: 1px solid #191919;
	margin: 8px 0px 8px 0px;
}

.space {
	clear: both;
	font-size: 8px;
	line-height: 8px;
	height: 10px;
	width: 1004px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 0px;
	}
html>body #space {
	height: 10px;
	}

#footer {
	clear: both;
	background: #1E492E;
	height: 30px;
	line-height: 140%;
	width: 1004px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 30px;
	}
html>body #footer {
	height: 30px;
	}

#footer p {
	font-size: 10px;
	color: #191919;
	font-family: Arial, sans-serif;
	padding: 7px 0px 0px 10px;
	}

#footer a:link, #footer a:visited, #footer a:active{
	color: #191919;
	text-decoration: none;
  }
  
#footer a:hover{
	color: #191919;
	text-decoration: none;
}

#rightcontent {
	position: absolute;
	left: 792px;
	top: 140px;
	width: 212px;
	padding: 0px;
	}

.boxText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 140%;
	padding: 0px;
	margin: 0px; }

.boxText ul { 
	margin: 8px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	}

.boxText li { 
	background-color:#DFEDE2;
	text-transform: uppercase;
	width: 100%;
	padding: 0px;
	margin: 2px 0px 2px 0px;
}

.boxText a:link{
	display: block;
	background-color: #DFEDE2;
	color: #191919;
	width: 100%;
	line-height: 16px;
	_line-height: 17px;
	padding: 4px 1px 4px 5px;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

.boxText a:visited{
	display: block;
	padding: 4px 1px 4px 5px;
	margin: 0px;
	color: #191919;
	background-color: #DFEDE2;
	line-height: 16px;
	_line-height: 17px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

.boxText a:hover{
	padding: 4px 1px 4px 5px;
	background-color: #1E492E;
	color: #FFFFFF;
	line-height: 16px;
	_line-height: 17px;
	text-decoration: none;
 }

.boxText a.sel{
	padding: 4px 1px 4px 5px;
	background-color: #1E492E;
	color: #FFFFFF;
	line-height: 16px;
	_line-height: 17px;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
  }

.boxText a.sel:link, .boxText a.sel:visited, .boxText a.sel:active{
	padding: 4px 1px 4px 5px;
	background-color: #1E492E;
	color: #FFFFFF;
	line-height: 16px;
	_line-height: 17px;
  }

.boxText a.sel:hover{
  }

.affitext {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
	margin: 0px; }

.agb {
	overflow: scroll;
	height: 100px;
	width: 100%;
}

.rahmen{
	border: 1px dotted #191919;
	padding: 0px 8px 0px 8px;
	margin: 0px 0px 8px 0px;
  }

#liste{
margin:0px;
padding:0px;
font-size: 13px;
line-height: 140%;
  }

#liste ul{
margin:0px 0px 10px 18px;
padding:0px;
  }

#liste li{
margin:0px 0px 6px 0px;
padding:0px;
list-style-image: url(../pic/haken.gif);
  }

.red {
	color: #FF0033;
}

.dots{
	color: #191919;
	border-bottom: 1px dotted #758389;
  }

.dots a:link, .dots a:visited, .dots a:active{
	color: #191919;
	border-bottom: 1px dotted #758389;
  }
  
.dots a:hover{
	color: #999999;
  border-bottom: 1px dotted #758389;
}

.einzug {
  }

.einzug a:link, .einzug a:visited, .einzug a:active, .einzug a:hover{
padding: 0px 0px 0px 15px;
text-transform: none;
  }

.einzug a.sel{
padding: 0px 0px 0px 15px;
  }

.einzug a.sel:link, .einzug a.sel:visited, .einzug a.sel:active{
padding: 0px 0px 0px 15px;
  }

.einzug a.sel:hover{
  }

.analyse{
	padding: 0px;
	margin-top: 8px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 140%;
  }