* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Verdana, Helvetica,  sans-serif;
	text-align:center;
	color: #010101;
	background:	#e9e9e9 url(../img/bg_body.png) no-repeat top center;
	font-size: 100.01%;
}
h1, h2 {
	background-color: inherit;
	color: #b31623;
	font: normal 18px Times, Gerorigia, serif;
}
p  {
	font-size: 12px;
	line-height: 1.5em;
}
a {
color: #e9e9e9;
background-color: #b2101f;
text-decoration: none;
padding: 1px 2px 2px 2px;
margin-left: 2px;
}
#wrapper {
	font-size: 1em;
	text-align:center;
	color:inherit;
	width: 997px;
	margin:	auto;
}
#macrolayout {
	float:left;
	background:	transparent url(../img/bg_wartung.png) no-repeat top left;
	width: 997px;
	height: 585px;
	margin: 0 0 0 0;
}
#lead-in {
padding: 26px 0 0 0;
}
#footer {
padding: 110px 0 0 6px;
color: #b4b4b4;
}
#inhalt {
	background:	#fff url(../images/basic/rechteKachel.gif) repeat-y top right;
	float: left;
	width: 585px;
}

#microLayout {
	width: 388px;
	padding: 246px 15px 0 303px;

	float:left; 
	
}
.clear {
	clear: both;
}

