/* ===============
flatrate.css 071119
=============== */

/* x. all */
body {
	background-color: #000000;
}

a:link {
	color: #85868B;
	text-decoration: none;
}
a:visited {
	color: #85868B;
	text-decoration: none;
}
a:hover {
	color: #54545A;
	text-decoration: none;
}
a:active {
	color: #85868B;
	text-decoration: none;
}


/* x. content */
.bold-white {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #D0CDCD;
}
.body-grau {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #6D7078;
}
.bold-yellow {

	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #FFC600;
}
.body-white {

	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #D0CDCD;
}
.camborder {
	border: 1px solid #000000;
}
.box-opinions {

	border: 1px solid #242529;
}
.table-setcard {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #D0CDCD;
	background-color: #49494E;
	line-height: 16px;
}



