@charset "iso-8859-2";

a:link, a:visited, a:active { color: #f70a0a; text-decoration: none;}
a:hover { color: #f70a0a; text-decoration: underline;}

html, body {
	height: 100%;
	overflow:auto;
}

body {
	background-image: url(../images/aufbau/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.wrapper {
	background-image: url(../images/aufbau/hg-weiss.png);
	background-repeat: repeat-y;

}


#header {
	height: 126px;
	width: 894px;
	z-index: 2;
	background-image: url(../images/aufbau/header.png);

}

#kleber {
	height: 88px;
	width: 894px;
	z-index: 3;

}

#inhalt {
	height: auto;
	width: 680px;
	margin-left: 150px;
	font-size: 11px;
	z-index: 3;

}

.Titel {
	font-size: 24px;
	font-weight: bold;
}

