
/* Global geltende Farben und Schriften */

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

img {border: none;}


body {
	background-color: #fff;
	color: #000;
}


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


div.errors {color: #f00;}
