
/* Global geltende Farben und Schriften */

body, html {margin: 0;padding: 0;}

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

.gray {color: #ccc;}

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

h1 {
	font-size:27px;
	font-weight: normal;
	margin: 0 0 5px 0;
	line-height: 30px;
}

h3 {font-size: 17px;font-weight: normal;margin: 0 0 5px 0;}

.clear {clear: both;}

input, textarea {width: 300px;}
















