/* ----------[Schriften]---------- */

.text_hellblau_h1{
	font-family: trebuchet, Helvetica;	
	font-size: 11px;
	color: #A5D7E6;
	font-weight: bold;
}

.text_startseite_h2{
	font-size: 14px;	
}

.text_hellgrau_normal{
	font-size: 15px;
	color: #969696;
	font-weight: normal;
}

.text_dunkelblau_normal_fett{
	font-size: 15px;
	color: #002f5d;
	font-weight: bold;
}

.text_dunkelblau_normal{
	font-size: 13px;
	color: #002f5d;
	font-weight: normal;
}

.text_hellblau_gross_fett{
	font-family: trebuchet, Helvetica;
	font-size: 18px;
	color: #A5D7E6;
	font-style: italic;
	font-weight: bold;
}

.text_rot_gross_fett{
	font-family: trebuchet, Helvetica;
	font-size: 18px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}

.text_hellblau_klein_fett{
	font-family: trebuchet, Helvetica;	
	font-size: 12px;
	color: #A5D7E6;
	font-style: italic;
	font-weight: bold;
}

.text_rot_klein_fett{
	font-family: trebuchet, Helvetica;	
	font-size: 12px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}

.text_dunkelgrau_klein_fett{
	font-family: Arial;
	font-size: 13px;
	color: #787878;
	font-weight: bold;
}

.text_dunkelgrau_sehr_klein{
	font-family: Arial;
	font-size: 11px;
	color: #aaa;
	font-weight: normal;
}

.text_hellgrau_sehr_klein{
	font-size: 11px;
	color: #969696;
	font-weight: normal;
}

.text_dailydeal{
	position: absolute;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}

/* ----------[Links]---------- */

a.link_login{
	color: #002f5d;
	font-size: 13px;
	text-decoration: underline;
}
a.link_login:visited {}
a.link_login:hover {text-decoration: none;}
a.link_login:active {}
