body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 20px;
}

input, textarea {
	font-family: georgia, serif;
	font-size: 11px;
	padding: 3px;
	width: 200px;
	margin: 1px 0px 6px 0px; /* oben, rechts, unten, links */
	border: 1px solid #a27f7a;
}

#background1 {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #a27f7a;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#background2 {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image:url(/img/background3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#background3 {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image:url(/img/schnecken.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#background4 {
	position:fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-image:url(/img/transparent.png);
	background-repeat: repeat-y;
	background-position: center;
}

#box {
	position:absolute;
	width: 600px;
	top: 0px;
	left: 50%;
	margin-left: -350px;
	padding: 0px 60px 60px 50px;

}

.line {
	height: 3px;
	background-color:#980a0a;
	margin-top: 3px;
	margin-bottom: 3px;
}

#menu {
	width: 620px;
	text-align: center;
	margin: 30px 0px 10px 0px;
}

#menu a {
	font-size: 22px;
	color: #a27f7a;
	padding-right: 25px;
	padding-left: 25px;
	text-decoration: none;
}

#menu a.active {
	color: #980a0a;
	text-decoration: none
}

#menu a:hover {
	color: #980a0a;
	text-decoration: none;
}

#image {
	width: 620px;
	height: 300px;
}

#content {
	width: 620px;
	padding: 10px 0px 10px 0px;
}

#submenu {
	position: absolute;
	width: 120px;
	padding: 0px;
	text-align: left;
	margin: 10px 0px 10px 0px; /* oben, rechts, unten, links */

}

#content2 {
	position: absolute;
	width: 440px;
	margin: 10px 0px 10px 160px; /* oben, rechts, unten, links */
}

#submenu a {
	font-size: 18px;
	color: #a27f7a;
	line-height: 30px;
	text-decoration: none;
}

#submenu a.active {
	color: #980a0a;
	text-decoration: none;
}

#submenu a:hover {
	color: #980a0a;
	text-decoration: none;
}

a {
	color: #980a0a;
	text-decoration: none;
}

a:hover {
	color: #980a0a;
	text-decoration: underline;
}

table.price tr:first-child td {
	border-top: 1px dotted #a27f7a;
	border-bottom: 1px dotted #a27f7a;
	padding: 2px 10px 2px 10px;
}

table.price tr td {
	border-bottom: 1px dotted #a27f7a;
	padding: 2px 10px 2px 10px;
  min-height: 30px;
}

table.price tr td:first-child {
	color: #000000; 
	font-size: 12px;
}

table.price tr td {
	color: #a27f7a;
	font-size: 20px;
}

.spacer {
	width: 6px;
	height: 6px;
	overflow: hidden;
	clear: both;
}

.textbox {
	width: 180px;
	float:left;
	padding: 3px 0px 3px 0px; /* oben, rechts, unten, links */
	border-top: 3px solid #980a0a;
	border-bottom: 3px solid #980a0a;
}

.textbox_content {
	width: 170px;
	padding: 5px 5px 5px 5px; /* oben, rechts, unten, links */
	background-color: #f1ebeb;
}

h1 {
	font-size: 24px;
	color: #a27f7a;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0px 5px 0px; /* oben, rechts, unten, links */
}

h2 {
	font-size: 18px;
	color: #a27f7a;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
