/* Global geltende Farben und Schriften */

body, td, div, p {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
}
/* Formatierung der Links */
a {
	/*color: #b7c63d; */
	color: #a1ae36;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	/*color: #888686; */
	color: #000;
}

img {border: none;}


body {
	background-color: #fff;
	background: url(/img/background.png) repeat-x;
	color: #000;
}


#contentText h1 {
	font-size:24px;
	font-weight: normal;
	line-height: 28px;
}

#contentText hr {
	width: 100%;
	background-color: #999;	
	height: 1px;
	border: 0;
}

div.errors {color: #f00;}

textarea {
	font-family: Arial;
	font-size: 12px;
	width: 484px;
}
