* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	background-color: #433529;

}

#navi {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 3;
	background-image: url(../images/hintergrund/naviHgrdLinien.png);
	background-repeat: repeat-x;
	margin-top: 40px;
}
#navi #home {
	padding-left: 4%;
}
#logoStibal {
	background-image: url(../images/logo_JStibal.png);
	background-repeat: no-repeat;
	padding-right: 25px;
	z-index: 10;
	float: right;
	height: 100%;
	width: 20%;
	margin-top: -8px;
}




#container {
	min-height: 825px;
	width: 100%;
	position: absolute;
	z-index: 5;
	
}
a {
	text-decoration: none;
	color: #F7EAA4;
}
a:hover {
	text-decoration: underline;
}
#mainContent {
	font-size: 1em;
	color: #FFF;
	height: auto;
	width: 25%;
	margin-left: 5%;
	position: absolute;
	z-index: 10;
	top: 20%;
}
#mainContent h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2em;
}
#navi img {
	padding-right: 25px;
	padding-left: 25px;
}
