/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/

.boxText { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;

}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #F8F8F8;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #F8F8F8;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #f5f5f5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #f5f5f5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #2f6f95;
}

.productsNotifications {
	background-color: #f5f5f5;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #2f6f95;
	text-decoration: underline;
}

.body_popup{
	background-color: #ffffff;
	}

.bg_content {
	background-image: url(img/fisch.gif);
	background-repeat: no-repeat;
	}

img{
	border:0;
}

A {
  color: #31444c;
  text-decoration: none;
}

A:hover {
  color: #2f6f95;
 /* text-decoration: underline;*/
}


FORM {
	display: inline;
}

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

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;;
	font-size: 10px;
	color: #CCCCCC;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #2f6f95;
	background-color: #ffffff;
}

A.headerNavigation { 
  color: #3e525b; 
}

A.headerNavigation:hover {
  color: #2f6f95;
}

TD.conditions {
  background-color: #ffffff;
}

A.confirmationEdit {
	color: #3e525b;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #2f6f95;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #cccccc;
}

TR.headerMessage {
	background-color: #ffffff;
}

.moduleHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #cccccc;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #ffffff;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #ffffff;
  color: #31444c;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #cccccc;
}

.infoBox {
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;

}

.infoBoxNotice {
 /* background: #cccccc;*/
}

.infoBoxNoticeContents {
 /* background: #dfe9ee;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
/*background: #f5f5f5;*/
  height:17px;
  color: #2f6e95;
}

TD.infoBoxHeading_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /*background: #ffffff;*/
  height:17px;
  color: #2f6e95;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
 /* background: #ffffff;*/ 
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #ffffff; */

}

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 {
  border: 1px;
  border-style: solid;
  border-color: #f5f5f5;
  border-spacing: 1px;
  
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #afc5d0;
  color: #2f6e95;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #3e525b;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #2f6f95;
  font-weight: bold;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #2f6f95;
}

TR.subBar {
  background: #ffffff;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #2f6f95;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f5f5f5;
}

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

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

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #2f6f95;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	border-top: 1px solid #E0E0E0;
	/* border-right: 1px solid #E0E0E0; */
	border-bottom: 1px solid #2f6f95;
	border-left: 1px solid #E0E0E0;
}


.checkbox {

	background-color: #FFFFFF;
	color:#f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #E0E0E0;
}

.checkboxringe {

	background-color: #FFFFFF;
	color:#a9a9a9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border-top: 3px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #E0E0E0;
}

INPUT.button {
  border-width : 0px;

}

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

SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #2f6f95;
	font-weight: bold;
	font-style: italic;
}

SPAN.index {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #808080;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #ffffff;
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
}

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

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 2.5;
  text-align:center;
  color: #CCCCCC;
}

.copyright a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 2.5;
  text-align:center;
  color: #bebdbd;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #2f6f95;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #ee3f3f;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #2f6f95;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #2f6f95;
  font-weight: bold;
}

.smallHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 line-height: 1.5;
 background-color: #ffffff;
 border: 1px solid;
 border-color: #ffffff;

}

.price {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: bold;
 color: #2f6e95;

}
.moduleRowOver { 
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 1.5; 
	border: 1px solid;
	border-color: #ffffff;
	
	}
.moduleRowSelected { background-color: #f5f5f5; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif;; font-size: 10px; color: #f5f5f5; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #2f6f95; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Verdana, Arial, sans-serif;; font-size: 10px; }
.heading2 { font-family: Verdana, Arial, sans-serif;; font-size: 10px; }
.heading3 { font-family: Verdana, Arial, sans-serif;; font-size: 10px; }
.heading4 { font-family: Verdana, Arial, sans-serif;; font-size: 10px; }
.heading5 { font-family: Verdana, Arial, sans-serif;; font-size: 12px; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #2f6f95; 
	background-color: #F5f5f5; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#31444c;}
.sitemap_heading a:hover {color:#31444c; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, sans-serif; font-size: 9px; color: #31444c; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#31444c;}
.sitemap_sub a:hover {color:#2f6f95; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #f5f5f5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #f5f5f5; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #2f6f95; }

.tableShop {
background-color: #ffffff;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	width: 186px;
	background-color: #ffffff;
	border-right-color: #ffffff;
	border-right-width: 1px;
	border-right-style: solid;
	/* border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;*/
}
.navRight {
	border-color: #ffffff;
	border-left-style: solid;
	width: 186px;

}

.bgtab {
	background-image: url(images/bg_nav.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bgProdukt {
	background-image: url(images/bg_produkt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.contentsTopics {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	 color: #2f6e95; 
	 
}

.contentsHeader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2f6e95;
	border-bottom: 1px solid;
    border-color: #b6b7cb;
/*	background-image: url(images/bg_header.gif); */
	 
}

.contentsTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2f6e95;
	 
}

.tableListingI {
	background-color: #cccccc;
}

.tableListingII {
	background-color: #d8d7d7;
}
.tableListingIII {
	background-color: #e1dfdf;
}
.tableListingIIII{
	background-color: #eae8e8;
}
.tableBody {
padding: 5px;

}

.tableBorder {
border:1px solid #000000;
	border-top:none;
	border-bottom:none;

}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #cccccc;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

 
.option
{
 font-family: Verdana, Arial, sans-serif;
 font-size: 9px;
 color: #8B8B8B;
 }
 
 .optiontitle
{
 font-family: Verdana, Arial, sans-serif;
 font-size: 9px;
 color: #2f6e95;
 font-weight: bold;
 }
 

.bgoption
{
	background-image: url(img/bg_auswahl.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.headline
{
	font-weight: bold;
	font-size: 10px;
	color: #2f6f95;
}

a {
	color: #31444c;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

a:hover {
	color: #2f6f95;
	font-size: 10px;
	font-weight: bolder;
	text-decoration: underline; /* text-decoration: underline;*/
}


.artikel {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #808080;
 }
 
 .ausfuehrung {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 color: #2f6f95;
 }

/* css Tauchschule*/

#infoBoxRahmenlogin{
background-image:url('img/german/box_login.gif'); background-repeat:no-repeat;
vertical-align:left; 
/*border-left:1px solid #0071b8;
border-left-style:solid;
border-right:1px solid #0071b8;
border-right-style:solid; 
border-bottom:1px solid #0071b8;
border-bottom-style:solid; 
padding-left:2px; padding-right:2px; padding-top:4px; padding-bottom:5px*/
}

#infoBoxwarenkorb{
background-image:url('img/german/header_warenkorb1.gif'); background-repeat:no-repeat;
vertical-align:left; 
}

#infokategorien{
background-image:url('img/german/box_kategorien.gif'); background-repeat:no-repeat;
vertical-align:left; 
}

#boxinformation{
background-image:url('img/german/header_suchen.gif'); background-repeat:no-repeat;
vertical-align:left; 
}

#boxlieferinformation{
background-image:url('img/german/box_lieferinfos.gif'); background-repeat:no-repeat;
vertical-align:left; 
}

body {
padding: 0;
margin: 0;
background-image:url('img/german/scan_line_bkg.png');
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
SCROLLBAR-FACE-COLOR: #28658A; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: #FFFFFF; SCROLLBAR-3DLIGHT-COLOR: none; SCROLLBAR-ARROW-COLOR: #FFFFFF;
SCROLLBAR-TRACK-COLOR: #28658A; SCROLLBAR-DARKSHADOW-COLOR: none; 
}

a img {
border:none;
}

#shop_button {
background:url('img/german/webshop_button_non.jpg') no-repeat;
width:150px;
height:50px;
text-indent:-10000px;
position:relative;
float:left;
}

#blub1 {
left:0;
bottom:0;
position:absolute;
behavior: url(iepngfix.htc);
}

#blub2 {
right:0;
bottom:0;
position:absolute;
width:140px;
height:51px;
}

#termin {
background:url('img/german/termin_button_non.jpg') no-repeat bottom right;
width:140px;
height:51px;
position:absolute;
}

#termin:hover{
background:url('img/german/termin_button_act.jpg') no-repeat bottom right;
width:140px;
height:51px;
position:absolute;
}

#nav ul {
margin:0;
padding:0;
z-index:3;
}

#nav li {
margin:0;
list-style:none;
overflow:hidden;
display:inline;
}

/*body {
padding:0;
margin:0;
background:url('img/german/scan_line_bkg.png');
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}


#wrap {
	background:#FFFFFF;
	margin:0px auto 0px auto;
	width:980px;
	height:auto;
	_border-left:1px solid #999999;
	_border-right:1px solid #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}*/

#header {
height:319px;
width:100%;
margin:0px;
padding:0px;
background:url('img/german/header.jpg') no-repeat top center;
}

#logo_header {
background:url('img/german/logo_header.jpg') no-repeat top center ;
height:87px;
width:980px;
position:relative;
margin:0 auto 0 auto;
padding:0;
}

#flash_header {
background:url('img/german/flash_placeholder.jpg') no-repeat bottom center;
width:980px;
height:232px;
margin:0 auto 0 auto;
padding:0;
position:relative;
top:0px;
}

#footer {
background:url('img/german//footer_bkg_neu.jpg') no-repeat left bottom;
height:54px;
width:100%;
margin-left:0px;
}

#footer h6 {
font-family:Arial, Helvetica, sans-serif;
font-weight:lighter;
font-size:9px;
padding-top:25px;
padding-left:10px;
color:#888888;
}

#footer_links a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:10px;
	color:#444444;
	text-decoration: none;
	letter-spacing:2px;
}

#footer_links a:hover
{
	color:#777777;
	font-weight: lighter;
}

#blubbottom {
margin-left:0px;
position:absolute;
width:150px;
height:38px;
}

#copyright {
background:url('img/german/webline.jpg') no-repeat bottom left;
position:absolute;
width:150px;
height:38px;
}

#copyright:hover{
background:url('img/german/webline_act.jpg') no-repeat bottom left;
position:absolute;
width:150px;
height:38px;
}

#main_content {
padding:20px;
overflow:hidden;
}

#left_content {
width:500px;
float:left;
overflow:visible;
padding-right:150px;
background:url('img/german/bkg_fischi.gif') no-repeat right top;
}

#right_content {
width:240px;
float:right;
position:relative;
top:15px;
}

#left_content h2 {
background:url('img/german/welcome_txt.jpg') no-repeat left;
text-indent:-100000px;
}

#left_content {

text-align:justify;
line-height:16px;
}

.first_line {
font-weight:bold;
line-height:20px;
}

#nav_bkg {
	background:#efeeee;
	width:100%;
	height:27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b4b3b3;
}

#nav {
width:981px;
height:27px;
margin:0 auto 0 auto;
padding:1px 0 0 0;
position:relative;
}

#nav_ges {
background:url('img/nav/00_navpP_ges.jpg') no-repeat left;
width:113px;
height:26px;
float:left;
position:relative;
}

#nav_tau {
background:url('img/nav/01_navpP_tau.jpg') no-repeat left;
width:114px;
height:26px;
float:left;
position:relative;
}

#nav_ser {
background:url('img/nav/02_navpP_ser.jpg') no-repeat left;
width:84px;
height:26px;
float:left;
position:relative;
}


#nav_ver {
background:url('img/nav/03_navpP_ver.jpg') no-repeat left;
width:87px;
height:26px;
float:left;
position:relative;
}

#nav_fue {
background:url('img/nav/04_navpP_fue.jpg') no-repeat left;
width:111px;
height:26px;
float:left;
position:relative;
}

#nav_kom {
background:url('img/nav/05_navpP_kom.jpg') no-repeat left;
width:130px;
height:26px;
float:left;
position:relative;
}

#nav_rei {
background:url('img/nav/06_navpP_rei.jpg') no-repeat left;
width:81px;
height:26px;
float:left;
position:relative;
}

#nav_new {
background:url('img/nav/07_navpP_new.jpg') no-repeat left;
width:108px;
height:26px;
float:left;
position:relative;
}


#nav_tea {
background:url('img/nav/08_navpP_tea.jpg') no-repeat left;
width:68px;
height:26px;
float:left;
position:relative;
}

#nav_lin {
background:url('img/nav/09_navpP_lin.jpg') no-repeat left;
width:84px;
height:26px;
float:left;
position:relative;
}

#nav_ges:hover {
background:url('img/nav/active/00_navpP_ges.jpg') no-repeat left;
width:113px;
height:26px;
float:left;
position:relative;
}

#nav_tau:hover {
background:url('img/nav/active/01_navpP_tau.jpg') no-repeat left;
width:114px;
height:26px;
float:left;
position:relative;
}

#nav_ser:hover {
background:url('img/nav/active/02_navpP_ser.jpg') no-repeat left;
width:84px;
height:26px;
float:left;
position:relative;
}


#nav_ver:hover {
background:url('img/nav/active/03_navpP_ver.jpg') no-repeat left;
width:87px;
height:26px;
float:left;
position:relative;
}

#nav_fue:hover {
background:url('img/nav/active/04_navpP_fue.jpg') no-repeat left;
width:111px;
height:26px;
float:left;
position:relative;
}

#nav_kom:hover {
background:url('img/nav/active/05_navpP_kom.jpg') no-repeat left;
width:130px;
height:26px;
float:left;
position:relative;
}

#nav_rei:hover {
background:url('img/nav/active/06_navpP_rei.jpg') no-repeat left;
width:81px;
height:26px;
float:left;
position:relative;
}

#nav_new:hover {
background:url('img/nav/active/07_navpP_new.jpg') no-repeat left;
width:108px;
height:26px;
float:left;
position:relative;
}


#nav_tea:hover {
background:url('img/nav/active/08_navpP_tea.jpg') no-repeat left;
width:68px;
height:26px;
float:left;
position:relative;
}

#nav_lin:hover {
background:url('img/nav/active/09_navpP_lin.jpg') no-repeat left;
width:84px;
height:26px;
float:left;
position:relative;
}

.right_boxes {
width:188px;
background:url('img/right_termin.jpg') no-repeat top left;
margin-top:40px;
padding-right:5px;
padding-top:35px;
padding-left:5px;
position:relative;
}

.date {
margin-top:25px;
line-height:1px;
font-weight:bold;
color:#666666;
}

#table ul, li{
 list-style-image:url('img/pfeil.gif');
 list-style-position:outside;
 }
 
  .redtitle
{
	font-weight: bold;
	font-size: 11px;
	color: #cc3300;
}