/*scrollbalken soll immer angezeigt werden */
html
{
overflow-y: scroll;
}

/* css für menü in gruppierungen etc */
a.menupunkt_zusatzmenu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}
a.menupunkt_zusatzmenu:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}
a.menupunkt_zusatzmenu:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}
a.menupunkt_zusatzmenu:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000FF;
	text-decoration: none;
}


/* css für formularfelder */

.formular_dropdown {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FDFCFB;
	border: 1px solid #999999;
}
.formular_button {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #E2E2E2;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
	cursor: hand;
}
.formular_feld_mehrzeilig {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	border: 1px solid #999999;
}
.formular_feld_einzeilig {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #999999;
	border-left: none;
}
.formularfeldeinzeilig_schriftklein {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.formularbutton_schriftklein {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #7F7F7F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #7F7F7F;
	border-left-color: #999999;
}

/* Bildergallerie */

.content_gallerie_scroll {
	position: relative;
	height: 105px;
	width: 402px;
	left: 5px;
	white-space:nowrap;
	overflow: auto;
}
.content_gallerie_bilderrand {
	border: 1px solid #000000;
	cursor: hand;
}
.tabelle_gdzeiten {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	background-color: #F1F1EB;
}
