body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}

p{
	margin-top:0px;
	margin-bottom:5px;
}

html{
	height:100%;
}
body{
	height:100%;
}

#wrapper{
	position:relative;
	background-image:url(construct/back.jpg);
	height:100%;
}

html>body #wrapper {
	min-height:100%;
}

#leiste-left{
	position:relative;
	background-image:url(construct/leiste-back-links.jpg);
	height:100%;
	
	float:left;
	
	width:238px;
}

#menue{
	position:absolute;
	top:50%;
	left:5px;
	z-index:5;
	width:230px;
	height:265px;
	margin-top:-170px;
}
#partyleft{
	position:absolute;
	bottom:0px;
	left:35px;
	z-index:6;
	
	width:150px;
	height:159px;
}

#stichworte{
	padding-top:70px;
	background-image:url(construct/oben-leiste.png);
	height:97px;
	text-align:center;
	background-repeat:repeat-x;
	background-position: 0px;
}

#middleBubble{
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-245px;
	z-index:1;
	background-image:url(construct/middle-bubble.png);
	width:570px;
	height:427px;
	
	padding-top:40px;
	text-align:center;
	
}

#logo{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-85px;
	width:70px;
	height:123px;
}

#frau-rechts{
	position:absolute;
	right:0px;
	bottom:0px;
	width:348px;
	height:588px;
	z-index:10;
}

html>body>#wrapper #leiste-left {

	min-height:100%;
}

#leiste-right{
	position:relative;
	width:154px;
	background-image:url(construct/right.jpg);
	height:100%;
	
	float:right;
}
html>body>#wrapper #leiste-right {

	min-height:100%;
}

#content{
	width:auto;
}