body {
	font-size : 12px;
 	font-family : Verdana, sans-serif;
	color: #000000;
}

td , th {
	font-size : 12px;
 	font-family : Verdana, sans-serif;
	color: #000000;
    padding-left: 0px;
    padding-right: 0px;
}

a { 
	color: #a8005b;
 	text-decoration : none;
}

a:hover { 
 	color : #a8005b; 
 	text-decoration : underline;
}
	
.linknav { 
	color: #a8005b;
 	text-decoration : none;
}

.linknav:hover { 
 	color : #a8005b; 
 	text-decoration : underline;
}


.linkbold { 
	color: #a8005b;
 	font-weight : bold;
 	text-decoration : none;
} 

.linkbold:hover { 
 	color : #a8005b; 
 	font-weight : bold;
 	text-decoration : underline;
} 

.txtgrau { }

.txtboldgrau {	font-weight : bold;
}


.txtorange {
 	color : #a8005b; 
}

.headlineorange {
	font-weight : bold;
} 

/* --- shop settings ---*/
hr {
  display:block;
  background-color:#000000;
  color:#000000;
  height:0px;
  /*width:100%;*/
  border-style:none;
}
 
table {
   border-collapse: collapse;
   padding: 0px;
   margin: 0px;
   border: 0px;
}

.text
{
  font-family: Verdana,Sans-serif;
  font-size: 12px; 
  /*font-style:normal;*/
  /*font-variant:normal;*/
  /*font-weight:normal;*/
}
.heading
{
  font-size:12px; 
  font-weight:bold;
  color: #000000;
}

.albumHeading
{
  font-size:12px; 
  font-weight:bold;
  color: #000000;
}

.infoText
{
  /*color: ;*/
  /*font-color: ;*/
  font-size:12px;
  /*font-style:normal;*/
  /*font-variant:normal;*/
  /*font-weight:normal;*/
}

.tooltip
{
  color: ;
  position: absolute;
  display: none;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: ;
  padding: 2px;
}

