@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma;
	font-size: small;
	padding: 0px;
	margin: 0px;
}
A {
	color: #0066FF;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}
input {
	background-color: #FFFFFF;
	border: 1px solid #0066FF;
}
#CONTENT {
	position: absolute;
	top: 80px;
	left: 70px;
	right: 310px;
	bottom: 120px;
	z-index: 5;
}
#NAVIGATION {
	position: absolute;
	right: 30px;
	top: 200px;
	width: 260px;
	z-index: 2;
	overflow: hidden;
	text-align: center;
}
#NAVIGATION A {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#NAVIGATION A:hover {
	text-decoration: underline;
}
#BACKGROUND {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index:1;
	left: 0px;
	top: 0px;
}
#LOGO {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
#SONNE {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 256px;
	height: 256px;
	z-index: 2;
}
#FOOTER {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 88px;
	z-index:2;
	background-image: url(img/grass.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#BBV {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 256px;
	height: 152px;
	z-index: 3;
}
#HASE_IGEL {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 82px;
	height: 60px;
	z-index: 3;
}
#TANNE {
	position: absolute;
	left: 24px;
	bottom: 4px;
	width: 128px;
	height: 185px;
	z-index: 3;
}
#LOEWENZAHN {
	position: absolute;
	right: 190px;
	bottom: 10px;
	width: 60px;
	height: 64px;
	z-index: 3;
}
#LOEWENZAHN2 {
	position: absolute;
	left: 20%;
	bottom: 10px;
	width: 42px;
	height: 64px;
	z-index: 3;
}
#GAENZEBLUEMCHEN {
	position: absolute;
	left: 60%;
	bottom: 6px;
	width: 44px;
	height: 50px;
	z-index: 3;
}
#FANNY_PIT {
	position: absolute;
	left: 30%;
	bottom: 0px;
	z-index: 4;
}
.box_hl {
	position: absolute;
	background-image: url(img/box_hl.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}
.box_hc {
	position: absolute;
	background-image: url(img/box_bg.png);
	top: 0px;
	left: 20px;
	right: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.box_hr {
	position: absolute;
	background-image: url(img/box_hr.png);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
}
.box_hlv {
	position: absolute;
	background-image: url(img/box_hlv.png);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
}
.box_hcv {
	position: absolute;
	background-image: url(img/box_bgv.png);
	top: 0px;
	left: 20px;
	right: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}
.box_hrv {
	position: absolute;
	background-image: url(img/box_hrv.png);
	background-repeat: no-repeat;
	background-position: right top;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
}
.box_content {
	position: absolute;
	background-image: url(img/box_bg.png);
	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	overflow: auto;
}
.box_contentv {
	position: absolute;
	background-image: url(img/box_bg.png);
	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
}
.box_fl {
	position: absolute;
	background-image: url(img/box_fl.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	width: 20px;
	height: 20px;
	bottom: 0px;
}
.box_fc {
	position: absolute;
	background-image: url(img/box_bg.png);
	left: 20px;
	right: 20px;
	bottom: 0px;
	height: 20px;
}
.box_fr {
	position: absolute;
	background-image: url(img/box_fr.png);
	background-repeat: no-repeat;
	background-position: right top;
	right: 0px;
	width: 20px;
	height: 20px;
	bottom: 0px;
}

