/* CSS Document */



/* Bereiche auf der Seite */
body {
	background-color: #E0DEB8;
	font-family: verdana, arial, sans-serif;
	color: #674319;
}

td {
	vertical-align:top;
}

.header {
	background-color: #B6BD89;
}

.bild {
	background-color: #B6BD89;
}

.bildtext {
	background-color: #B6BD89;
	padding-left: 30px
}

.bildtext2 {
	background-color: #CACFA7;
}

.navi {
	background-color: #7B973F;
	text-align: right;
	padding: 50px 10px 15px 10px;

}

.navi a {
	color: #ffffff;
	font-size: 14px;
}

.navi a:hover {
	color: #663300;
	font-variant:small-caps;
}
.active {
	color: #663300;
	font-variant:small-caps;
}

.activeCategory  {
	background-color: #B6BD89;
	text-align: right;
}

.subnavi {
	color: #7B973F;
	padding-right: 15px;
	font-size: 11px;
}
.subnavi2 {
	color: #E2E4C1;
	padding-right: 15px;
	font-size: 11px;
}

.activeSubnavi {
	color: #7B973F;
	font-size: 11px;
}

.right {
	text-align: right;
}

.main {
	background: #ffffff;
	padding: 20px 30px 400px 30px;
	font-size: 12px;
}

.mainTable {
	padding: 5px 0px 0px 5px;
	font-size: 10px;
}

.mainTdBg  {
	background-color: #B6BD89;
}

.sidebar {
	background-color: #EAE9D5;
	padding: 20px 25px 25px 25px;

}

.sidebar a {
	color: #663300;
	background: url(../images/icons/arrowSidebar.gif) 0px 0px no-repeat;
	padding: 0 0 0 15px;
}

.sidebar a:hover {
	font-variant:small-caps;
}
.footer {
	background-color: #ffffff;
	text-align: right;
	padding: 10px;
	font-size: 10px;
}

.googlemaps {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

/* globale Schriftformatierungen */
a {
	color: #588100;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:hover {
	color: FF9900;
	text-decoration: none;
	font-weight: bold;
}

h1 {
	font-size: 13px;
	font-weight: bold;
}

p {
	margin:0px;
	padding:0px;
}

legend {
	font-family: verdana, arial, sans-serif;
	color: #674319;
}

input, textarea, {
	border-color: #674319;
	border-width:1px; 
	background-color: #EAE9D5;
}

.bordered {
	border-color: #674319;
	border-width:1px; 
}







