/* CSS Document der Seite www.papierjuwelier.de */

body{
	background-color: #000000;
	margin:0px 0px 0px 0px;
	color:#ffffff;
}
#zentriert{
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:600px;
	margin-left:-400px;
	margin-top:-300px;
	border:6px;
	padding:0px;
	z-index:1;
	background-color:black;
}
#zentriert_weniger_links{
	position:absolute;
	top:50%;
	left:50%;
	width:800px;
	height:600px;
	margin-left:-200px;
	margin-top:-300px;
	border:6px;
/*	background-image:url(/bilder/background.jpg)*/
	padding:0px;
	z-index:1;
}
#pdf_link{
	position:absolute;
	top:550px;
	left:50%;
	width:800px;
	height:50px;
	margin-left:-300px;
	border:0px;
	padding:0px;
	color:#ffffff;
	font-size:large;
	font-style:bold;

}
#vorne{
	position:absolute;
	top:210px;
	left:50%;
	margin-left:-350px;
	color:red;
	font-size:large;
	font-style:bold;
	z-index:2;	
}
#vorne_links{
	position:absolute;
	top:40px;
	left:50%;
	margin-left:-630px;
	color:red;
	font-size:large;
	font-style:bold;
	z-index:2;	
}
table{
	table-layout:fixed
}
.spalte_1{
	width:100px;
}
.spalte_2{
	width:100px;
}
.spalte_3{
	width:200px;
}
#liegestuhl{
	position:absolute;
	top:50%;
	left:50%;
	width:450px;
	height:265px;
	margin-left:-225px;
	margin-top:-180px;
	border:6px;
	padding:0px;
	z-index:1;
}
#strandtext{
	position:absolute;
	bottom:50%;
	left:50%;
	width:550px;
	height:250px;
	margin-left:-275px;
	margin-bottom:-380px;
	border:6px;
	padding:0px;
	z-index:1;
	color:white;
	font-size:large;
	font-style:bold;
	text-align:center;
	
}
body#weiss{
	background-color: #ffffff;
}
