body {	background-color:#FFFFFF;
		padding:0px;
		margin:0px;
		height:100%;
		width:100%;
}
img {
	border:0px;
}
a{
	text-decoration:none;
	color:#333333;
}

/*CONTENT*/

img.unterschrift {
	position:fixed;
	bottom:0px;
	right:0px;
	height:60%;
	z-index:2;}

/*DESIGN background*/
div#design {
	position:fixed;
	height:100%;
	width:100%;
	z-index:0;
}
img#bottom_left {
				position:absolute;
				bottom:0px;
					left:0px;
	z-index:0;
}
					
img#top_left {	top:0px;
				position:absolute;
				left:0px;
	z-index:0;
} 
img#top_right {	position:absolute;
				top:0px;
				right:0px;
	z-index:0;
} 
img#bottom_right {	bottom:0px;
					position:absolute;
						right:0px;
	z-index:0;
}
/*GALLERY*/
div#topButtons {
	position:absolute;
	top:0px;
	right:1%;
	z-index:3;
	cursor:pointer;
	margin:20px;
	text-align:right;
	font-size:30px;
	font-style:italic;
}


div#bottomButtons {
	display:none;
}
div#content{
	position:absolute;
	height:100%;
	width:100%;
	z-index:10;
	margin-bottom:20px;
}

table.gallery{
			padding:20px;
}
img.photo { visibility:hidden;
			position:absolute;
			height:90%;
			max-height:683px;
			top:0px;
			left:0px;
			z-index:2;
			margin:20px;
			cursor:pointer;
}
img.empfehlung {
	width:200px;
}

div.suggestion {
	position:fixed;
	top:60px;
	right:60px;
	text-align:right;
	z-index:13;
	font-size:12px;
	}
div.suggestion a {
	padding-right:10px;
}
