﻿@charset "utf-8";
/* CSS Document */


.content{
	width:960px;
	height:556;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 50%;
	margin-top: -278px;
	background-image: url(../img_web/Content.png);
}


.elefanten{
	/* Dieser Div soll immer unten platziert werden */
        width:614px;
	height:198px;
	float:left;
	position:absolute;
	bottom:4px;
	z-index:500;
	background-image:url('../img_web/elefanten.png');
	left: 49px;
}

.esel{
	height:100%;
	width:100%;
	position:absolute;
	background-image:url(../img_web/esel.png);
	background-repeat:no-repeat;
	background-position:right bottom;
}


.link1{
height:10px;
width:93px;
	position:absolute;
	z-index:1000;
	margin-left:220px;
	margin-top:388px;

}

.link2{
height:10px;
width:133px;
	position:absolute;
	z-index:1001;
	margin-left:220px;
	margin-top:405px;

}
