/*kommentar*/

html
{
	background:#FFFFFF;
	CURSOR: auto;
	LIST-STYLE: none;
	scrollbar-face-color: #FFE2AE;
	scrollbar-shadow-color: #EABB70;
	scrollbar-highlight-color: #c0c0c0; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-darkshadow-color: #eabb70; 
	scrollbar-track-color: #DFF1DD;
	scrollbar-arrow-color: #808080;
}

body
{
	margin:0; padding:0px 0px 0px 0px; border:0; height:100%; overflow-y:auto;
	font-family: Century Gothic,Verdana, Arial, Helvetica;
	color: #808080;
	text-decoration: none;
	font-weight:bold;
}

H1
{
	font-family: Century Gothic,Verdana, Arial, Helvetica;
	color: #808080;
	text-decoration: none;
	font-weight:bold;
	text-align: center
}

H2
{
	font-family: Century Gothic,Verdana, Arial, Helvetica;
	color: #808080;
	text-decoration: none;
	font-weight:bold;
	text-align: left
}

P
{
	font-family: Century Gothic,Verdana, Arial, Helvetica;
	color: #808080;
	text-decoration: none;
	font-weight : bold
}

li
{
	font-family: Century Gothic,Verdana, Arial, Helvetica;
	color: #808080;
	text-decoration: none;
	font-weight : bold
}

A
{
	font-family: Century Gothic, Verdana, Arial, Helvetica;
	color: #88C081;
	text-decoration: none;
	font-weight : bold
}

A:hover
{
	font-family: Century Gothic, Verdana, Arial, Helvetica;
	color: #EABB70;
	text-decoration: none;
	font-weight : bold
}

textarea, input, select, checkbox
{
	color: #808080;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #dff1dd;
	border: 1px solid #AEBB70;
}

#page
{
	margin:0px 0px 0px 225px; /*position rechtes "frame"*/
	position: absolute; top:0px; left:0px; bottom:auto; right:0px;
	min-height:100%;
	min-width:500px;
	padding:0px 10px 0px 10px;
	background-image:url(/images/background.jpg);
	background-attachment:fixed;
	border-left-width:1px;
	border-left-style:solid;
	border-color:#C0C0C0;
}

#page .right
{
	font-size:30px; float:right;
}

#menu
{
	display:block; top:0px; left:0px;
	width:200px;
	position:fixed;
	padding:10px 10px 100% 10px; /*groesse weisser streifen*/
	text-align:left;
	font-weight:bold;
	background:#DFF1DD;
	border-right-width:1px;
	border-right-style:solid;
	border-color:#C0C0C0;
}

* html #menu
{
	position:absolute;
}

#menu a:visited, #menu a
{
	text-align:left; text-decoration:none; line-height:26px; color:#808080;
}

#menu a:hover
{
	color:#EABB70;
}

.clear
{
	clear:both;
}

table.preisliste 
{
	text-align: left;
	font-family: Century Gothic, Verdana, Arial, Helvetica;
	color: #808080;
	text-decoration: none;
	font-weight : bold;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.preisliste td 
{
	border: 0px #FFF solid;
	font-family: Century Gothic, Verdana, Arial, Helvetica;
	color: #808080;
	text-align: left;
	font-weight : bold
}

table.preisliste td.hed
{
	border: 0px;
	color: #808080;
	font-family: Century Gothic, Verdana, Arial, Helvetica;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}