* {
	outline: none
	}
html,body {
	padding: 0;
	margin: 0;
	height: 100%;
	}
body {
	font: normal normal .8em/normal Arial, Helvetica, sans-serif;
	color: #00021b;
	background: #8abdd2 url(../media/images/elemente/background_body.gif) center top repeat-x;
	}

h2 {
	margin: 0;
	padding: 0 0 .3em;
	color: #047391;
	font-size: 1.7em;
}
h3 {
	margin: 0;
	padding: 1.2em 0 .5em;
	color: #982c04;
	font-size: 1.2em;
}
p, address {	
	margin: 0 0 .8em;
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #0f4b7c;
}
a:hover {
	text-decoration: underline;
	}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
ul li {
	list-style-type: none;
	padding: 0 0 .3em;
	}
blockquote {
	margin: 0;
	padding: 0;
	}

/* HAUPTCONTAINER */
#wrapper {
	position: relative;
	min-height: 100%;
	}
	* html #wrapper { height: 100%; }

#header {
	position: relative;
	width: 682px;
	height: 224px;
	margin: 0 auto;
	padding: 0;
	background: url(../media/images/elemente/background_header.gif) center bottom no-repeat;
	}
#header h1 {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 185px;
	top: 80px;
	color: #982c04;
	font-size: 1.4em;
	}
#header h1 span {
	display: none;
	}
#header h2 {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 11px;
	bottom: 36px;
	width: 320px;
	text-align: right;
	font-size: 1em;
	font-weight: normal;
	color: #8abdd2
	}
	
#content {
	position: relative;
	z-index: 0;
	width: 614px;
	margin: 0 auto;
	padding: 3em 33px 379px;
	background: url(../media/images/elemente/background_content.gif) center top repeat-y;

	}
	
#footer {
	position: absolute;
	padding: 10px 0 0;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 369px;
	background: url(../media/images/elemente/background_footer.gif) center bottom repeat-x;
	}
#footer #inner {
	position: relative;
	width: 614px;
	margin: 0 auto;
	}

#teichgurken,
#putzfimmler,
#drachling,
#luftblasenfisch {
	z-index: 3;
	position: absolute;
	left: -170px;
	top: 500px;
	}
#putzfimmler {
	left: auto;
	right: -50px;
	top: 530px;
	}
#luftblasenfisch {
	left: -110px;
	top: -33px;
	}
#drachling {
	left: auto;
	right: -43px;
	top: -20px;
	}
