@charset "utf-8";

@font-face {
	font-family: 'ArialNarrow';
	src: url('fonts/arial_narrow.ttf');
}
* {
	margin: 0px;
	padding: 0px;
}
body, html {
	font-family: 'ArialNarrow', Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #fff;
	background-color: #130E08;
	height: 100%;
	width: 100%;
	background-image: url(bilder/hintergrund.jpg);
	background-position: center center;
	margin-right: 100px;
}
#haupt {
	height: 700px;
	width: 700px;
	margin-top: -350px;
	margin-left: -350px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#inhaltstext {
	width: 384px;
	position: relative;
	height: 503px;
	margin-left: 68px;
}
#inhaltstext p.imbau {
	position: absolute;
	bottom: 0;
	width: 384px;
	text-align:right;
}
#inhaltkontakt {
	width: 358px;
	position: relative;
	height: 503px;
	margin-left: 108px;
}
#inhaltkontakt p.adresse {
	position: absolute;
	bottom: 0;
	width: 368px;
}
#nav {
	height: 50px;
	width: 96px;
	position: absolute;
	text-align: right;
	top: 498px;
	left: -96px;
}
#titel {
	font-size: 30px;
	text-transform: uppercase;
	position: absolute;
	height: 30px;
	width: 448px;
	top: -50px;
}

#nav a {
	text-decoration: none;
	width: 96px;
}
a {
	color: #FFF;
	text-decoration: none;
}

#streifen {
	background-image: url(bilder/farbstreifen.gif);
	height: 10px;
	width: 675px;
	position: absolute;
	left: 25px;
	top: 29px;
}
#martin {
	background-image: url(bilder/martin.jpg);
	position: absolute;
	right: 0px;
	height: 661px;
	width: 223px;
	bottom: 0px;
}
#leerraum {
	background-image: url(bilder/kachel_rechts.png);
	position: absolute;
	right: 0px;
	height: 661px;
	width: 223px;
	bottom: 0px;
	background-repeat: repeat;
}
#content {
	background-image: url(bilder/kachel.png);
	background-repeat: repeat;
	height: 660px;
	width: 452px;
	position: absolute;
	left: 26px;
	bottom: 0px;
}
/*div {
	border: 1px solid #F90;	
}*/
.stil1 {
	display: none;
}
