
/* CSS Document */


a {
	text-decoration: none;
	}
a:hover {
	background-color:#faac5f;
	}
	
.nav1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	width: 160px;
	display: block;
	color:#336633;
	padding: 2px;
	
}

.nav1hier {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	width: 160px;
	display: block;
	color:#336633;
	background-color:#faac5f;
	padding: 2px;

}

.nav2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:none;
	display: block;
	color:#336633;
		width: 140px;
}

.nav2hier {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:none;
	width: 140px;
	display: block;
	color:#336633;
	background-color:#faac5f;

}
	

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	line-height: 20px;
	letter-spacing: 1px;
}
.txt a:hover {
	border:none;
}
.txtklein {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	line-height: 16px;
	letter-spacing: 1px;
	display:block;
	padding-left: 5px;
	padding-rigth:5px;
	border: 1px solid #ffcc66;
}

.subklein {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	display:block;


}

.txtklein a:hover {
	background: #FEE7B8;
	border: 1px solid #ffcc66;
}
a.bild:hover {
	text-decoration: none;
	border: 0px none;
}
.bild {
	color: #000000;
	text-decoration: none;


}

