/***************/

a:link, a:active, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #b11d48;
	text-decoration: underline;
}

a.link2 {
	color: #ffffff;
	text-decoration: underline;
}

a.link2:hover {
	color: #d1d0bc;
	text-decoration: underline;
}

/***************/

.textL {
	font-size: 14px;
}

.textM {
	font-size: 13px;
}

.textS {
	font-size: 11px;
}

.textXS {
	font-size: 10px;
	line-height: 1.2em;
}

.gruen {
	color: #329a8e;
}

.rot {
	color: #990000;
}

.weiss {
	color: #FFFFFF;
}

.zeile1 {
	line-height: 1.8em;
}

.form {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #b0b0a4;
}

.formF {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	color: #666666;
	background: #FDC79F;
	border: 1px solid #b0b0a4;
}

.halb {
	line-height: 0.5em;
}



