* {
	margin: 0;
	padding: 0;
}/*Das Sternchen * setzt alles auf 0 */

body {
	background-color:#ffffcc;
	}

#frame {
	width:763px;
	height:587px;
	margin: 0 auto;
	position: relative;
	left:0px;
	top:0px;
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:black;

}

#head {
	position: absolute;
	width:763px;
	height:160px;
	left:0px;
	top:0px;
	background-image:url(../bilder/hintergrund_oben.jpg);
	background-repeat:no-repeat;
}
#left{
	position:absolute;
	width: 221px;
	height: 427px;
	left:0px;
	top:160px;
	background-image:url(../bilder/hintergrund_links.jpg);
	background-repeat:no-repeat;
}
#left_navi{
	position:absolute;
	width: 171px;
	height: 200px;
	left:0px;
	top:160px;
	background-repeat:no-repeat;
	padding-top:0px;
	padding-left:50px;

}
#right{
	width: 38px;
	height: 338px;
	position: absolute;
	left:725px;
	top:160px;
	background-image:url(../bilder/hintergrund_rechts.jpg);
	background-repeat:no-repeat;
}
#bottom{
	position:absolute;
	width: 542px;
	height: 91px;
	left:221px;
	top:496px;
	background-image:url(../bilder/hintergrund_unten.jpg);
	background-repeat:no-repeat;
}
#navi{
	position:absolute;
	width: 505px;
	height: 22px;
	left:221px;
	top:138px;
	background-image:url(../bilder/hintergrund_navi.jpg);
	background-repeat:no-repeat;
	float:left;
}
#navi1{
	position:absolute;
	width: 125px;
	height: 22px;
	left:0px;
	top:0px;
}
#navi2{
	position:absolute;
	width: 65px;
	height: 22px;
	left:125px;
	top:0px;
}
#navi3{
	position:absolute;
	width: 105px;
	height: 22px;
	left:190px;
	top:0px;
}
#navi4{
	position:absolute;
	width: 91px;
	height: 22px;
	left:295px;
	top:0px;
}
#navi5{
	position:absolute;
	width: 119px;
	height: 22px;
	left:386px;
	top:0px;
}
#content {
	
	position:absolute;
	width:442px;
	height:310px;
	left:221px;
	top:160px;
	float:left;
	padding-top:20px;
	padding-left:32px;
	padding-right:30px;
	overflow: auto;
}
#bild {
	position:absolute;
	width:111px;
	height:121px;
	left:57px;
	top:83px;
	background-image:url(../bilder/morana_paproth.jpg);
	background-repeat:no-repeat;
}
#bild2{
	position:absolute;
	width:111px;
	height:121px;
	left:300px;
	top:10px;
	background-image:url(../bilder/morana_paproth.jpg);
	background-repeat:no-repeat;
}
#slideshow {
	position:absolute;
	width:300px;
	height:300px;
	left:200px;
	top:100px;
	overflow: hidden;
}
#suma {
	display:none;
}