/* CSS Document */
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #a3d779;
	text-align: center;
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#302319;
	line-height: 125%;
	position: absolute;
}

#container {
	margin: auto auto;
	width: 760px;
	background: url(../_images/bodybg.png) repeat-y;
	text-align: left;
}
#kopf {
	width: 760px;
}
#content {
	width: 700px;
	padding:10px 30px 10px 20px;
}
#fuss {
	width: 760px;
	height: 16px;
	background: url(../_images/fuss.png) no-repeat;
	clear: both;
}
#navi {
	float:left;
	width: 144px;
	padding: 10px;
	text-align: center;
	background-color: #939391;
}
#navi a img {
	border: 2px solid #302319;
}
#navi a:hover img, #navi a.aktiv img {
	border: 2px solid #A3D779;
}
#text {
	float: right;
	width:526px;
}
#text img {
	border: 2px solid #302319;
}
#tooltip {
	position: absolute;
	width: 150px;
	padding: 10px;
	display: none;
	background-color: #a3d779;
	border: 2px solid #302319;
}
h1 {
	font-size: 22px;
	color: #4B7B25;
	padding: 0px;
	margin: 0px 0px 18px 0px;
	display: block;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
cite {
	display: block;
	font-style: italic;
}
.imgleft {
	float:left;
	margin: 0px 10px 10px 0px;
	border: 2px solid #302319;
}
.imgright {
	float:right;
	margin: 0px 0px 10px 10px;
	border: 2px solid #302319;
}
.cl {
	clear: both;
}
.startlink {
	text-align:center; 
	font-weight:bold;
	font-size: 125%;
}
.startlink img {
	border: 2px solid #302319;
}
p {
	margin: 0em 0px 2em 0px;
}
#grillen {
	border: 1px solid #302319;
	padding: 5px;
	background: url(../_images/bg_grillen.jpg) repeat-y;
}
#glasuren {
	background-color: #969497;
	border: 1px solid #302319;
	padding: 5px;
	font-size: 11px;
	color: #E6DEE9;
}
#glasuren img {
	border: none;
}
#glasuren td {
	vertical-align: top;
}

tbody.bsp td {
	border-top: 1px solid #302319;
	border-bottom: 1px solid #302319;
	font-style: italic;
}
.frage {
	margin-top: 10px;
	background: url(../_images/help.png) no-repeat;
	padding: 0px 0px 0px 27px;
}
.frage a {
	color: #4B7B25;
	font-weight: bold;
	text-decoration: none;
	line-height: 22px;
}
.frage a:hover {
	text-decoration: underline;
}
.antwort {
	font-weight: normal;
	background-color: #C5E3AB;
	border: 1px solid #302319;
	color: #302319;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	display: none;
}
.extlink {
	line-height: 16px;
	background: url(../_images/link.png) no-repeat left center;
	padding-left: 21px;
}
#glasurmusterpaket {
	display:none;
	position: absolute;
	width: 530px;
	top: 10px;
	z-index:10;
	margin: auto auto;
}
#gutscheinvorschau {
	display:none;
	position: absolute;
	width: 530px;
	padding: 10px;
	top: 10px;
	z-index:10;
	background-color: #e6dee9;
	margin: auto auto;
}
#greyout {
	display:none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 5;
	background-color: #000;
	-moz-opacity: 0.75;
	filter: Alpha(opacity=75, finishopacity=75, style=2);
	opacity: 0.75;
}
hr {
	clear: both;
}
.aktuell {
	border: 3px solid #c00000;
	padding: 10px;
}
/*------------------------------------------------------------------------*/
#bestellform .fl1 {
	display: block;
	width: 518px;
	line-height: 20px;
	background-color: #302319;
	border: 1px solid #302319;
	color: #e6dee9;
	text-indent: 4px;
	margin: 10px 0px -1px 0px;
}
#bestellform .ip1, #bestellform .filledok, #bestellform .required {
	display: block;
	padding: 0px 0px 0px 4px;
	width: 514px;
	height: 22px;
	line-height: 20px;
	color: #302319;
	border: 1px solid #302319;
}
#bestellform .required {
	background-color: #FFDDDF;
}
#bestellform .filledok {
	background-color: #ffffff;
}