/* fonts */

.fett13black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;	
	color: #000000;
}

.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #000000;
}

.fett12brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #563F22;
}

.fett15lightbrown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	color: #AE8B61;
}

.fett16brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #563F22;
}

.fett17black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;	
	color: #000000;
}

.fett17green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;	
	color: #629771;
}

td,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;	
	color: #000000;
}


/* links */

a {	
	color: #000000;
	text-decoration: underline;
}

a:hover {	
	color: #9B6F37;
	text-decoration: none;
}

.atopnavi {	
	color: #000000;
	text-decoration: none;
}

.atopnavi:hover {	
	color: #9B6F37;
	text-decoration: none;
}

.anavi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 33px !important;
	height: 49px;
	width: auto;
	padding-top: 16px;
	padding-right: 10px;
}

.anavi:hover {	
	color: #ffffff;
	background-color: #8F6937;
	text-decoration: none;
	opacity: 0.75; /* OPERA */
	-moz-opacity: 0.75; /* MOZ */
	filter: alpha(opacity=75); /* IE */
	-khtml-opacity: 0.75; /* Linux Konqueror / eventuell Lynx */
}


/* container */

table.container {
	width: 1002px !important;
	width: 998px;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: #3F2D16 2px solid;
	background-image: url(images/kachel.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

div.head {
	width: auto;
	text-align: left;
	height: 125px;
}

div.navi {
	width: 160px;
	text-align: left;
	background-image: url(images/back_navi.jpg);
}

div.left {
	width: 161px;
	height: 100%;
	text-align: left;
	float: left;
}

div.middle {
	width: 470px !important;
	width: 507px;
	text-align: left;
	float: left;
	background-color: #FFF7D2;
	border-right: 1px solid #725229;
	padding: 20px;
}

div.middle2 {
	width: 470px !important;
	width: 507px;
	height: 429px !important;
	height: 469px;
	text-align: left;
	float: left;
	background-color: #FFF7D2;
	border-right: 1px solid #725229;
	padding: 20px;
}

div.middlestart {
	width: 312px !important;
	width: 348px;
	height: 259px !important;
	height: 299px;
	text-align: left;
	float: left;
	background-color: #FFF7D2;
	padding: 20px;
}

div.little {
	width: 158px;
	text-align: left;
	float: left;
}

div.right {
	width: 326px;
	text-align: left;
	float: left;
}

div.right2 {
	width: 327px;
	text-align: right;
	float: left;
}

div.bottom {
	width: auto;
	text-align: left;
	clear: both;
}


/* sonstiges */

body {
	margin: 0px;
	text-align: center;
	background-color: #FFFCEC;	
}

/* Formular */

input {
  background-color: transparent;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  border: #000000 1px solid;
}

textarea {
  background-color: transparent;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  border: #000000 1px solid;
}

select {
  background-color: #FFFCEC;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  border: #000000 1px solid;
}

.option {
background-color: transparent;
border: 0px;
}

.checkbox {
background-color: transparent;
border: 0px;
}