
/* Global geltende Farben und Schriften */

body, td, div, p {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
}
/* Formatierung der Links */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


.content h1 {
	font-size:20px;
	font-weight: normal;
	margin: 0 0 10px 10px;
}
.content h2 {font-size: 15px;font-weight: normal;margin: 5px 0 4px 0;line-height: 19px;}




img {border: none;vertical-align: middle;}

p {margin: 0 0 10px 0;}

.errors {border:1px solid #f00;padding:3px;}

a.goback {background: url(/images/arrow-black-back.png) no-repeat left center;padding-left: 8px;}
