html,body{
	margin: 0;
	padding: 0;
	background-color: #FAFCF7;
	color: #5A852C;
}

h1{
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #154c14;
}

td{
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #5A852C;
}

td.underlined{
	border-bottom: dotted 1px silver;
}

.menue_oben{
	border: 0px dashed;
	position: absolute;
	vertical-align: bottom;
	height: 25px;
	right: 10px;
	top: 135px;
}

a{
	font-size: 12px;
	color: #5A852C;
}

.fullsize{
	width: 100%;
	height: 100%;
}

.head_pic{
	background-color: #C5CFB5;
	background-position: left;
	background-repeat: no-repeat;
}

.h1{
	font-weight: bold;
	font-size: 12px;
}

.katalog{
	border: solid 1px white;
	background-color: #5A8344;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding: 5px;
	width: 310px;
}

.preis{
	border: solid 1px white;
	background-color: #C5DCB7;
	color: #446532;
	text-align: right;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	padding: 5px;
	width: 310px;
	}

.innen{
	border: dotted green 0px;
	margin: 10px;
	height: 95%;
}

.innen_home{
	border: dotted green 0px;
	margin: 0px;
	height: 100%;
}

td.pt10{
	font-size: 10px;
}

fieldset{
	padding: 10px;
	border: dotted 1px;
}

