body {
	background-color: rgb(253, 250, 243);
	background-attachment: fixed;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: small;
	color: rgb(0, 0, 0);
}


#wrapper {
	color: #333;
	/* background-color: rgb(253, 250, 243); */
	z-index: 2;
}

#malibu img {
	border: none;
	width:100%;
	height: auto;
	position: fixed;
	bottom: 0px;
	z-index: -100;
}

#malibufly img {
	border: none;
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0px;
	z-index: 900;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}

#malibufly img:hover {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

h1 {
	font-size: 150%;
	margin-bottom: 15px;
}

h2 {
	font-size: 130%;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 30px;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

p {
	font-size: 115%;
	padding-top: 5px;
	padding-bottom: 5px;
}

li {
	margin-left: 20px;
}

#navi {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 200;
	text-align: left;
	vertical-align: middle;
	background-color: rgba(253, 250, 243, 0.5);
	padding: 20px;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: #a00000;
}


#inhalt {
	display:none;
}

#inhalt a {
	color: rgb(210, 207, 200);
}

#inhalt a:hover {
	color: #a00000;
}


#kontakt {
	position: fixed;
	text-align: right;
	width: auto;
	height: auto;
	top: 1%;
	right: 1%;
	z-index: 1111;
	border: none;
	background-color: rgba(253, 250, 243, 0.5);
	color: black;
	padding: 10px;
}

#kontakt a {
	color: #777;
}

#kontakt a:hover {
	color: #000;
	text-decoration: underline;
}

#fliesstext {
	margin: 10px;
}