/* eigene */
p {
	margin: 0px;
	padding: 0px;
}

a.hauptNavi {
	color: #C0C0C0;
	font-weight: bold;
}
a.hauptNavi:hover, a.hauptNaviSelected:hover, a.subNavi:hover, a.subNaviSelected:hover {
	color: #FFFFFF;	
	text-decoration: none;
}
a.hauptNaviSelected {	
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.hauptNavi, a.hauptNaviSelected {
	display: block;
	padding: 2px 27px 10px 0;
}
td.hauptNavi, td.hauptNaviSelected {
	padding-right: 36px;
	width: 95px;
}
a.subNaviSelected {
	display: block;
	padding-bottom: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
a.subNavi {
	display: block;
	padding-bottom: 2px;
	color: #C0C0C0;
}
td.naviStrich {
	background-color: #C0C0C0;
}
.schriftGross {
	font-size: 18px;
	/* font-size: 16px; */
}
.text {
	line-height: 14px;
	padding-top: 16px;
}
.textTable {
	padding-bottom: 16px;
}



body {
	background-color: #8c826e; /*#816C61;*/
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
}
body, td, p {
	font-family: Verdana, Calibri, Arial, sans-serif;
	font-size: 12px;
	/* font-size: 11px; */
	color: #333333;
	text-align: left;
	line-height: auto;
}
.kleiner {
	font-size: 90%;
}
a {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.buttons {
	color: #000000;
	background-color: #F7AC00;
	text-decoration: none;
}
input.button {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 10pt;
	cursor: pointer;
} 
input.submit {
	color: #000000;
	border : 1px solid #000000;
	background-color: #CCCCCC;
	font-size : 10pt;
	cursor: pointer;
} 
h1 {
	font-weight: bold;
	font-size: 120%;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	font-weight: bold;
	font-size: 115%;
}
h3 {
	font-weight: bold;
	font-size: 110%;
}
h4 {
	font-weight: bold;
	font-size: 105%;
}
h5 {
	font-weight: bold;
	font-size: 100%;
}
h6 {
	font-weight: bold;
	font-size: 95%;
}
.schriftWeiss {
	color: #FFFFFF;
}
.schriftSchwarz {
	color: #000000;
}
.HGdunkel {
	background-color: #C3C3C3;
}
.HGweiss {
	background-color: #FFFFFF;
}
.HGhell {
	background-color: #E6E6E6;
}
.HGfarbe {
	background-color: #FDFD51;
}
