@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	margin: 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFF
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #999;
}
p {
}
h1 {
	font-size:14px;
	background-image: none;
}
#Page {
	position:absolute;
	left:50%;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: -400px;
	padding-bottom:10px;
	width:800px;
	background-color: #FFF;
}
#Address {
	position:absolute;
	left:370px;
	top:490px;
	width:388px;
	height:32px;
	z-index:1;
	text-align:center;
	color:#333;
}
#PageContent  {
	position:relative;
	left:0px;
	margin-top:20px;
	width:800px;
	background-color: #000;
}

#Impressum  {
	position:relative;
	left:0px;
	margin-top:40px;
	margin-bottom:20px;
	margin-left:40px;
	maring-right:40px;
	width:720px;
	background-color: #FFF;
	font-size:10px;
	color: #000;
}

#ContentBoxBorder_o  {
	position:relative;
	background-image: url(../images/luxure_contentbox_o.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 800px;
}
#ContentBox {
	position:relative;
	background-image: url(../images/luxure_contentbox_m.jpg);
	background-repeat: repeat-y;
	width: 800px;
	padding-left: 40px;
	padding-right: 40px;
}
#ContentBoxBorder_u {
	position:relative;
	background-image: url(../images/luxure_contentbox_u.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 800px;
}