/*
rot: ee1c25
*/
html, body {
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height:1.4em;
	height:100%;
}
a,p,td,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #000;
	line-height:1.4em;
}
a img {
	border:0px;
}
p {
	padding:0px;
	margin:0px 0px 6px 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:normal;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
h1,h4 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:7px;
}
h2,h5 {
	font-size:17px;
	font-weight:bold;
}
h3,h6 {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:0px;
}
h4, h5, h6 {
	text-align:center;
}
a, a:visited {
	color: #000;
	text-decoration:underline;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
img a {
	text-decoration:none;
	border:none;
}
hr {
	border: none;
	color: #ee1c25;
	width:350px;
	height:3px;
	background-color: #ee1c25;
	margin:0px auto 10px auto;
}
sub, sup {
	font-size:10px;
}
.clr {
	clear:both;
}
#layout {
	width:1032px;
	height:100%;
	overflow:hidden;
}
#page {
	border-collapse:collapse;
	height:100%;
}
#page td {
	margin:0px;
	padding:0px;
	vertical-align:top;
}
.content {
	min-height:100px;
}
.content table {
	border-collapse:collapse;
}
.content table td {
	margin:0px;
	padding:0px 2px;
	vertical-align:top;
}
#left {
	width:166px;
	background: transparent url(bg_links.jpg) no-repeat;
	float:left;
	height:100%;
}
#left .content {
	margin:0px 0px 0px 36px;
}
#main {
	width:585px;
	background: transparent url(bg_mitte.jpg) no-repeat;
	float:left;
	height:100%;
	overflow:auto;
}
#main .content {
	margin: 10px 10px 10px 10px;
}
#right {
	width:273px;
	background: transparent url(bg_rechts.jpg) no-repeat;
	float:left;
	height:100%;
}
#right .content {
}
a.clickthrough {
	display:block;
	width:100px;
	height:80px;
	text-decoration:none;
}
a.clickthrough:hover {
	text-decoration:none;
}
#menu {
	margin-top:28px;
}
#menu ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
#menu li {
	margin:0px;
	padding:0px;
	display:block;
	width:100px;
}
#menu a {
	display:block;
	color: #fff;
	line-height:1em;
	font-weight:normal;
	font-size:12px;
	padding:4px 0px 8px 0px;
	text-shadow: #000 8px 6px 8px;
	text-decoration:none;
	
}
#menu a:hover {
	color: #000;
	text-decoration:none;
}
#main ul {
	list-style-type: disc;
	padding:0px
	margin:0px;
}
#main ul li {
	padding:0px;
	margin:0px;
}
/* Div. Content-Klassen */
.img_center {
	text-align:center
}
.img_left img {
	float:left;
}
.img_right {
	text-align:right;
}
.preisliste {
	margin: 10px auto;
}
.preisliste tr td {
	padding-top:10px;
	padding-bottom:5px;
	border-bottom:1px solid #000;
}
.preisliste td.td1 {
	width:200px;
}
#main ul.dashed {
	list-style-image: url(dash.gif);
}
#main ul.dashed li {
	padding-bottom:8px;
}
/*Formulare*/

.stdForm {
	margin:10px 0px 0px 40px;
}
.stdForm h2 {
	font-size:16px;
	padding:10px 0px 5px 0px;
}
.stdFormAddr {
	width:500px;
	border-collapse:collapse;
}
.stdFormAddr td {
	vertical-align:top;
}
.stdFormAddr th {
	text-align:left;
}
.stdForm label {
	display:block;
	margin:5px 0px 0px 0px;
}
.stdForm select {
	border:1px solid #888;
}
.stdForm .txt {
	width:200px;
	border:1px solid #888;
}
.stdForm #zip {
	width:50px;
	margin-right:5px;
}
.stdForm #town {
	width:135px;
}
.stdForm textarea {
	font-size:12px;
	width:450px;
	height:80px;
	border:1px solid #888;
	padding:2px 4px;
}
.stdFormButtons {
	width:460px;
	padding-top:10px;
	margin-top:20px;
	margin-bottom:20px;
}
.stdFormButtons .reset {
	width:110px;
	display:block;
	float:left;
}
.stdFormButtons .back {
	width:100px;
	display:block;
	float:left;
}
.stdFormButtons .fore, .send {
	width:100px;
	display:block;
	float:right;
}
