body {
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #999999;
	scrollbar-track-color: #999999;
	scrollbar-arrow-color: #999999;
	background-color: #d6d3d6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
td {
	font-family: arial, sans-serif;
	font-size: 12px;
	color:      #bbb9b9;
}

.small {
	font-family: arial, sans-serif;
	font-size: 11px;
}

.fett {
	font-weight: 600;
	}

.titel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color:      #d3d3d3;
}

a:link
{
	color:                  #F5F5F5;
	text-decoration: underline;
	cursor: hand;
}

a:visited
{
  color:                  #F5F5F5;
  text-decoration: underline;
  cursor: hand;
}

a:hover
{
  color:                  #F5F5F5;
  text-decoration: none;
  cursor: hand;
}

a:activ
{
  color:                  #F5F5F5;
  text-decoration: underline;
  cursor: hand;
}



a.grey:link
{
	color: #999999;
	text-decoration: none;
	cursor: hand;
}

a.grey:visited
{
  color: #999999;
  text-decoration: none;
  cursor: hand;
}

a.grey:hover
{
  color: #99999;
  text-decoration: underline;
  cursor: hand;
}

a.grey:activ
{
  color: #999999;
  text-decoration: none;
  cursor: hand;
}

a.navi:link
{
	color: #CCCCCC;
	text-decoration: none;
	cursor: hand;
	font-size: 12px;
	font-weight: 500;
}

a.navi:visited
{
  color: #CCCCCC;
  text-decoration: none;
  cursor: hand;
  font-size: 12px;
  font-weight: 500;
}

a.navi:hover
{
  color: #FFFFFF;
  text-decoration: none;
  cursor: hand;
  font-size: 12px;
  font-weight: 500;
}

a.navi:activ
{
  color: #CCCCCC;
  text-decoration: none;
  cursor: hand;
  font-size: 12px;
  font-weight: 500;
}

a img
{
	border-width: 0px;
}

.whitecap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #F5F5F5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.inputfeld 
{
	width: 155px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	border: 1px solid #858585;
	padding:2px;
}
.invisible 
{
	color: #FFFFFF;
}
.tabimage {
	background-color: #454545;
	background-image: url(images/bg_tab.gif);
	background-repeat: repeat-x;
	padding: 13px;
}
.tabtext {
	background-color: #454545;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.tabtitel {
	background-color: #454545;
	font-weight: 600;
	color: #FFFFFF;
	padding-bottom: 5px;
}
a.tabtitel:link
{
	color: #F5F5F5;
	font-weight: 600;
	text-decoration: none;
	cursor: hand;
	font-size: 12px;
	font-weight: 500;
}

a.tabtitel:visited
{
  color: #F5F5F5;
  font-weight: 600;
  text-decoration: none;
  cursor: hand;
  font-size: 12px;
  font-weight: 500;
}

a.tabtitel:hover
{
  color: #F5F5F5;
  font-weight: 600;
  text-decoration: underline;
  cursor: hand;
  font-size: 12px;
  font-weight: 500;
}

a.tabtitel:activ
{
  color: #F5F5F5;
  font-weight: 600;
  text-decoration: none;
  cursor: hand;
  font-size: 12px;
  font-weight: 500;
}

.loginfeld {
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	border-style: solid;
	border-color: #333333;
}
.loginbutton {
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
    color: #F5F5F5;
	font-size: 12px;
	background-color: #666666;
	background-image:url(images/bg_grey_button.gif);
	border-style: solid;
	border-width: 1px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding-bottom: 3px;
}
.bestellenbutton {
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
    color: #F5F5F5;
	font-size: 12px;
	background-color: #990000;
	background-image:url(images/bg_red_button.gif);
	border-style: solid;
	border-width: 1px;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding-bottom: 3px;
}