/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
.test {
	text-align:right;
	vertical-align:bottom;
	background-image: url(./img/icon_arrow.jpg)
}
.czerwona {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/belka_red.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 232px;
	text-align: center;
}
.czerwona span {
	line-height: 40px;
}
.czerwona span a, .czerwona span a:hover ,.czerwona span a:active, .czerwona span a:visited {
color:#FFFFFF;
}
.czarna {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/belka_black.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 232px;
	text-align: center;
}
.czarna span {
	line-height: 40px;
}
.niebieska {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/belka_blue.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 41px;
	width: 232px;
	text-align: center;
}
.niebieska span {
	line-height: 40px;
}
.niebieska span a, .niebieska span a:hover ,.niebieska span a:active, .niebieska span a:visited {
color:#FFFFFF;
}
.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;

}

.boxTextBG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background-color: #fffdf5;
}

/* Produktnavigation */
.navigator, .navigator A, .navigator A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-color: #4F494B;
}

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

body {
	margin: 0px;
	padding: 0px;
	background-color: #d2d2d2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#kontener {
	padding: 0px;
	height: auto;
	width: 992px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/lewa_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	display: block;
}
#kontener .header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 323px;
	width: 992px;
}
#kontener .lewa .l_pod_header {
	background-image: url(images/lewa_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 232px;
}
#kontener .lewa {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 232px;
}
#kontener .lewa .boxes {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 232px;
}
#kontener .prawa {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 760px;
	background-color: #FFFFFF;
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#kontener .prawa .menu_gorne {
	float: right;
	height: 28px;
	width: auto;
	margin: 0px;
	padding: 0px;
}
#kontener .prawa .menu_gorne .top_menu_bg {
	background-image: url(images/center_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: auto;
	float: right;
	display: block;
	padding-top:5px;
}
#kontener .prawa .menu_gorne .top_menu_bg a {
	padding: 0px;
	margin:0px;
}
.cz {
	clear: both;
}
#kontener .prawa .contentos {
	padding: 0px;
	height: auto;
	width: 735px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#kontener .prawa .menu_gorne .corner_left {
	background-image: url(images/left_corner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 12px;
	display: block;
	float: left;
}
#kontener .prawa .menu_gorne .corner_right {
	background-image: url(images/right_corner.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 28px;
	width: 32px;
	display: block;
	float: right;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 100%;
}
.stopki {
	width: 992px;
	margin-left:auto;
	margin-right:auto;
}
.hobby {
	font-size: 11px;
	line-height: 50px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
}
.peter {
	font-size: 11px;
	line-height: 50px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: right;
}

.peter a,.peter a:active, .peter a:visited {
	color: #FFFFFF;
	font-weight:normal;
}
.peter a:hover {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration:underline;
}


img{
border:0;
}

A {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

A:hover {
  color: #4F494B;
  text-decoration: underline;
  font-weight: bold;
}

FORM {
	display: inline;
}
.navileiste_1 {
	background-image: url(./img/bilder/page_nav1.png);
	vertical-align: middle;
	width: 20px;
	height: 27px;
	background-repeat: repeat-x;
	background-color: #b9a03a;
}
.navileiste_2 {

	background-repeat: repeat-x;
	height: 20px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
	padding-top:4px;
}
.navileiste_3 {
	background-image: url(./img/bilder/page_nav3.png);
	vertical-align: middle;
	width: 20px;
	height: 27px;
	background-repeat: repeat-x;
	background-color: #b9a03a;
}
.navileiste_2 a {
	color: #000000;
	padding: 2px;
	font-weight: bold;
}
.navileiste_2 a:hover {
	color: #b9a03a;
	padding: 2px;
	text-decoration: underline;
	font-weight: bold;
}

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

.infoBoxContents {
  background: #;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 0px solid #efefef;
}

.infoBoxNotice {
	border: 3px solid #ff0000;
}

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

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-image: url(./img/bilder/top_nav_03.png);
	height:27px;
	color: #ffffff;
	/*text-indent: 2px;*/
	line-height: 12px;
	text-align: center;
}

TD.infoBoxHeading a{
	color: #ffffff;
}

TD.infoBoxHeading a:hover{
	color: #b9a03a;
}

TD.infoBoxHeading_1 {
	background-image: url(./img/bilder/top_nav_01.png);
	height: 20px;
	width: 20px;
}

TD.infoBoxHeading_2 {
	background-image: url(./img/bilder/top_nav_05.png);
	height: 20px;
	width: 20px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-right: #4px solid;
  background: #; 
  border-color: #;
}

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

}

.border{
	/*height: 380px;*/
	border: 1px solid #4F494B;
	margin-bottom: 5px;
}



.boxbody {
	padding:5px;
	margin-bottom:15px;
	
}
.boxbody h3, .boxbody h3 a {font-size:11px}
.boxbody h3.center, .boxbody h3.center a {font-size:11px; text-align:center}
.boxbody p {color:#000000; font-size:11px; margin:6px 0px 6px 0px}
.boxbody p.center {color:#000000; font-size:11px; text-align:center; margin:6px 0px 6px 0px}
.boxbody td {color:#000000; font-size:11px; margin:6px 0px 6px 0px}
.boxbody .productOldPrice {font-size:11px; color:#FF0000}
.boxbody div.hr {margin-top:5px; margin-bottom:5px}
.boxbody div.hrlightgrey {margin-top:5px; margin-bottom:5px;}
.boxbody a {font-size:11px; color:#000; font-weight:normal;}
.boxbody a:hover {font-size:11px; color:#000; text-decoration:underline}
.boxbody .productboximage {border: solid 0px #999999;}
.boxbody ul.contentlist {margin-left:5px; margin-right:0; padding:0;}
.boxbody ul.contentlist li {margin-left:0px; padding:0; list-style-type:none}
/* CART BOX */
h2.boxcartheader {background-image:url(img/bg_boxheader.gif);height:28px;font-size:11px; color:#FFFFFF; padding:2px 8px 0px 8px; margin:0; line-height:28px; vertical-align:middle;}
h2.boxcartheader a {text-decoration:none; color:#fff}
.boxcartbody {
	padding:4px 8px 4px 8px;
	margin-bottom:15px;
	border-style:solid;
	border-color:#4E4E4F;
	border-width:0px 1px 1px 1px;
}
.boxcartbody p {font-size:11px;}



ul.boxbody {
	margin-top: 5px;
	margin-left:20px;
	margin-bottom:10px;
	padding: 0px;
	height: auto;
	width: 100%;
	list-style-type:none;
}

li.level1 {
	list-style-type:none;

	padding:0px;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	height: 15px;
	width: 100%;
	line-height: 17px;
}
li.level1 a {
	font-size: 11px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/cyk1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

li.level2 {
	list-style-type:none;

	padding:0px;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	height: 15px;
	width: 100%;
	line-height: 17px;
}
li.level2 a {
	font-size: 11px;
	text-decoration:none;
	color:#06C;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/cyk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li.level2 a:hover,li.level3 a:hover,li.level4 a:hover,li.level5 a:hover { text-decoration:none; }
li.level3 {
	list-style-type:none;
	padding:0px;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	height: 15px;
	width: 100%;
	line-height: 17px;
}
li.level3 a {
	font-size: 11px;
	text-decoration:none;
	color:#06C;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(images/cyk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li.level4 {
	list-style-type:none;
	padding:0px;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	height: 15px;
	width: 100%;
	line-height: 17px;
}
li.level4 a {
	font-size: 11px;
	text-decoration:none;
	color:#060;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(images/cyk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
li.level5 {
	list-style-type:none;
	padding:0px;
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	height: 15px;
	width: 100%;
	line-height: 17px;
}
li.level5 a {
	font-size: 10px;
	text-decoration:none;
	font-weight:normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	line-height: normal;
	background-image: url(images/cyk.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



A.pageResults {
  color: #0000FF;
}

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

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align: justify;
}

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

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

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

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #6FD05F;
  font-weight: bold;
}

TABLE.formArea {
  background: #f2f2f2;
  border-color: #000000;
  border-style: solid;
  border-width: 0px;
}

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

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

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

  
}

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

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

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #4F494B;
}

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

 background-color: #;
 border: 0px solid;
 border-color: #E6E6E6;

}

.moduleRowOver {

	cursor: hand;
	border: 0px solid;
	border-color: #E6E6E6;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	
}

.moduleRowOver a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	color: #000;
	text-decoration:underline;
}

a.moduleRow:active {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
line-height: 14px;
border: 0px solid;
border-color: #E6E6E6;
}

.moduleRowActive a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #b9a03a;
}

.moduleRowSelected { background-color: #E9F4FC; }

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

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

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #E6E6E6; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; 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: #6FD05F; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #015c03; font-weight: bold; }

.tableShop {
	background-color: #;
}

.navLeft {
	vertical-align: top;
	width: 200px;
	/*background-image: url(./img/back.png);*/
	padding: 2px;
}
.navRight {
	vertical-align: top;
	width: 200px;
	padding: 2px;
}
.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.pageHeaderleft {
	background-image: url(./img/bilder/header.png);
	vertical-align: middle;
	height: 90px;
	width: 525px;
	background-position: left left;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.header {
	vertical-align: middle;
	background-image: url(./img/bilder/headerslice.png);
	height: 90px;
	background-repeat: repeat;
}
.pageHeaderright {
	background-image: url(./img/bilder/header_right.png);
	vertical-align: middle;
	height: 90px;
	background-position: right;
	text-align: right;
	background-repeat: no-repeat;
}

.contentsTopics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	height: 37px;
	text-decoration: none;
	font-weight: bold;
	background-color: #;
	color: #352d20;
	border: 0px solid #efefef;
	background-image: url(images/content_topics.gif);
	background-repeat: no-repeat;
	margin: 0px;
	width: 626px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.contentsTopics a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F494B;
}
.contentsTopics2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	height: 31px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
	color: #003366;
	border: 0px solid #E2C647;
	background-image: url(images/content_topics2.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	width: 586px;
}
.contentsTopics2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4F494B;
}
a.headerNavigation {
font-size:10px;
font-weight:normal;
}
				/* Preisformatierung allgemein und bei Prozentualer Reduzierung */
.hr {
height:10px;
width:100%;
border-bottom:1px solid #cccccc;
}
.price {
	font-family: Arial Black, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 14px;
	font-weight: normal;
	color: #990000;
}

.boxprice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
}

.productOldPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: line-through;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 5pt;
	font-style: italic;
	color: #ff0000;
}

.productNewPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 5pt;
	color: #000000;
}

.productDiscount {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 5pt;
	color: #ff0000;
}

.yourPrice {
	color: #ff0000;
	font-size: 12px;
}
.tableListingI {
	background-color:#b9a03a;
}
.tableListingII {
	background-color:#EDE8DE;
}
.tableListingIII {
	padding: 3px;
	background-color:#EDE8DE;
}

.onepxwidth {
width: 1px;
}

/* BOXES */
.box_ol {
	background-image: url(./img/bilder/box_ol.jpg);
	width: 15px;
	height: 16px;
 	background-repeat: no-repeat;
}

.box_om {
	background-image: url(./img/bilder/box_om.jpg);
	width: 100%;
	height: 14px;
	line-height: 14px;
	background-repeat: repeat-x;
}

.box_or {
	background-image: url(./img/bilder/box_or.jpg);
	width: 21px;
	height: 16px;
	line-height: 16px;
	background-repeat: no-repeat;
}

.box_ml {
	background-image: url(./img/bilder/box_ml.jpg);
	width: 15px;
	height: 5px;
	line-height: 5px;
	background-repeat: repeat-y;
}


.box_mm {
	background-color: #FFFFFF;
}

.box_mr {
	background-image: url(./img/bilder/box_mr.jpg);
	width: 21px;
	height: 5px;
	line-height: 5px;
	background-repeat: repeat-y;
	background-position: left;
}

.box_ul {
	background-image: url(./img/bilder/box_ul.jpg);
	width: 15px;
	height: 18px;
	line-height: 18px;
	background-repeat: no-repeat;
}

.box_um {
	background-image: url(./img/bilder/box_um.jpg);
	width: 100%;
	height: 18px;
	line-height: 18px;
	background-repeat: repeat-x;
}

.box_ur {
	background-image: url(./img/bilder/box_ur.jpg);
	height: 18px;
	width: 21px;
	background-repeat: no-repeat;
}

.guthaben {
	background-color:#FFFF99;
	font-size: 10px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5pt;
	color: #ff0000;
}

.copyright {
	font-size: 10px;
	text-align: center;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
