/* CSS Style Sheet */

/* Standard Settings */
body
{
	scrollbar-arrow-color: #FFFFF;
	scrollbar-track-color: #EFDFBE;
	scrollbar-base-color: #F7F4EB;
	background-color: #F3E5CA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	color: #6F552F;
	font-size: 11px;
	line-height: 17px;
}

a:link {
	color: #5D513B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5D513B;
}
a:hover {
	text-decoration: none;
	color: #FF832E;
}
a:active {
	text-decoration: none;
	color: #5D513B;
}

/* ASP.NET Controls by motiondev.ch */

.button
{
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background-color: #FFD1B3;
	border: 1px solid #FF832E;
}
.textbox
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #EFDFBE;
	border: 1px solid #FF832E;
}
.smallfont {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5D513B;
}
.titel {
	font-size: 17px;
	font-weight: bold;
	color: #F87B29;
	font-family: Arial, Helvetica, sans-serif;
}
.hg {
	background-image:  url(http://herbachaud.ch/site/img/hg_main.jpg);
	background-repeat: no-repeat;
}

.nav {
	font-size: 12px;
}
.line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C8AE93;
	word-spacing: -1mm;
}
.nav-over {
	font-size: 12px;
	color: #01B697;
}
.gruen { color: #01b697; font-family: Arial, Helvetica, sans-serif; word-spacing: -1mm; }
