.text-block {
	text-align: justify;
}
.text-charts {
	font-size: 10px;
	color: #675941;

}
.text-small {

	font-size: 10px;
}
.text-small-block {
	font-size: 10px;
	text-align: justify;

}
.text-right {
	text-align: right;
	font-weight: bold;
	margin: 0px;
	font-size: 10px;
}
.text-left {
	font-size: 10px;
	margin-bottom: 1px;
}




/* Navigation für Partner Site */


a.text-menu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	background-color: #EEEEEE;
	padding: 5px;
}

a.text-menu:link {
   color: #675941;
   text-decoration: none;
}
a.text-menu:active {
   color: #675941;
   text-decoration: none;
}
a.text-menu:visited {
   color: #675941;
   text-decoration: none;
}
a.text-menu:hover {
   background-color: #427291;
   color: #FFFFFF;
   text-decoration: none;
}
.text-active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	background-color: #DDDDDD;
	padding: 5px;
	color: #000000;

}
.text-linethrough {
	color: #666;
	text-decoration: line-through;
}
.discount {
	color: #FF0000;
}
