body {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(Bilder/marmor_1.jpg);
	background-repeat: repeat;
}
a {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
td {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}
input, textarea {
	font-family: sans-serif;
	font-size: 12px;
	border: 1px solid #cc9933;
	background-color: #ffffcc;
	text-align: right;
	padding-right: 5px;
}
#site {
	width: 965px;
	height: 570px;
	margin-left: -480px;
	margin-top: -285px;
	top: 50%;
	left: 50%;
	position: absolute;
}
#logo {
	width: 400px;
	height: 400px;
	margin-left: -200px;
	margin-top: -100px;
	top: 50%;
	left: 50%;
	position: relative;
	text-align: center;
}
#content-px {
	width: 965px;
	height: 570px;
	margin-left: -480px;
	margin-top: -285px;
	top: 50%;
	left: 50%;
	position: absolute;
	text-align: center;
	z-index: 0;
}
#content {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	width: 960px;
	height: 400px;
	margin-left: -460px;
	margin-top: -100px;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 1;
}
#home-logo {
	float: left;
	width: 350px;
}
#home-text {
	float: left;
	width: 500px;
	text-align: center;
}
#allg-links {
	float: left;
	width: 120px;
	height: 350px;
	/*background-color: #cccccc;*/
}
#allg-content {
	float: left;
	width: 810px;
	height: 350px;
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}
#shop-start {
	float: left;
	width: 750px;
	height: 350px;
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 20px;
}
#shop-menue {
	float: left;
	width: 120px;
	height: 350px;
	/*background-color: #cccccc;*/
}
#shop-content {
	float: left;
	width: 810px;
	height: 350px;
	font-family: sans-serif;
	font-size: 10px;
	color: #000000;
	/*background-color: #eeeeff;*/
}
#shop-content td {
	height: 20px;
	font-family: sans-serif;
	font-size: 11px;
	color: #000000;
}
#shop-content input {
	height: 18px;
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
}
.text-fett {
	font-weight: bold;
}
.text-kursiv {
	font-style: italic;
}
.breaker {
	clear: both;
	overflow: hidden;
	height: 1px;
}