@import url("base.css");
/* 
	Provide here the styles to be used in a edit-text-box in CMS.
	Place the other styles, used only in templates, in separate file(s).
*/

.Text
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
}
.TextTextbox
{
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
}

.TextWeiss
{
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana;
}

a:link {
	font-family: Verdana;
	text-decoration: none;
}

a:visited {
	font-family: Verdana;
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	text-decoration: underline;
}

#verweispfeil
{
	list-style-image:url(/templates/images/pfeil.gif)
}

.TextKlein
{
	font-size: 10px;
	color: black;
	font-family: Verdana;
}


.TextGrau
{
	font-size: 12px;
	color: #999999;
	font-family: Verdana;
}

.TextFooter
{
	font-size: 10px;
	color: #9b9b9b;
	font-family: Verdana;

		
}

.UeberschriftGross
{
	font-size: 16px;
	color: black;
	font-family: Verdana;
}

.Ueberschrift
{
	color: black;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
}


