
/* ------------------------------------------------ */
/* --- CSS Document ------------------------------- */
/* ------------------------------------------------ */

@import url(geruest.css);
@import url(navigation.css);
@import url(startbanner.css);
@import url(anlagen.css);
@import url(formular.css);

* {
	margin: 0px;
	padding: 0px;
}

html, body {
	background: #7e1418 url(../img/base/head_hg.jpg) repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	color: #7e1418;
	text-decoration: none;
}

.U1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: #7e1418;
}

.U2 {
	font-size: 14px;
	font-weight: bold;
	color: #7e1418;
}

.U3 {
	font-size: 12px;
	font-weight: bold;
	color: #7e1418;
}

#activ {
	color: #999999;
}

#haftung {
	font-size: 9px;
}

