body {
	font-family : Arial;
	font-size		: 0.7em;
	color				: #737373;
	text-align	: center;
	margin			: 0px;
	background	: url(img/back-body.jpg) repeat-x #9E0B0E;
	padding-top : 30px;
}

/* Farben
 rot			: #9E0B0E
 hellgrau	: #D7D7D7
 grau			: #737373
*/

td {
	font-family : Arial;
	color				: #737373;
	vertical-align : top;
}

div {
	text-align : left
}

h1 {
	font-size : 1em;
	color			: #737373;
}
h2 {
	font-size : 11px;
	color			: #737373;
	background: #D7D7D7;
	display		: block;
	padding		: 5px;
	text-transform	: uppercase;
	margin-top: 0px;
}
h3 {
	font-size : 11px;
	color			: #FFFFFF;
	background: #9E0B0E;
	display		: block;
	padding		: 5px;
	text-transform	: uppercase;
	margin-top: 0px;
}

a {
	color : #9E0B0E;
	font-weight			: bold;
}
a:hover { color: #9E0B0E; }

a.menu {
	display		: inline-block;
	color			: #737373;
	font-size	: 12px;
	padding		: 5px 8px;
	font-weight			: bold;
	text-decoration : none;
	text-transform	: uppercase;
	margin-left			: -3px;
}
a.menu:hover {
	color : #FFFFFF;
	background : #9E0B0E;
}

a.leistungen {
	color						: #737373;
	text-decoration : none;
}
a.leistungen:hover {
	color : #9E0B0E;
}

img {
	border : none;
}
img.ref {
	width	 : 102px;
	height : 88px;
	float	 : left;
	margin : 0 18px 10px 0;
}

p.right {
	text-align : right;
	padding		 : 0px;
	margin		 : 0px;
}

hr {
	color : #D7D7D7;
	height: 2px;	
}

textarea, input {
	font-family : Arial;
	color				: #737373;
	border			: 1px solid #737373;
	background	: #FFFFFF;
	margin			: 1px 0;
	font-size		: 1em;
}

#scroll {
 position : absolute;
 top      : 0px;
 bottom   : -0.1px;
 z-index  : -1;
 visible  : hidden;
 width    : 1px;
}
