body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0px;
	background-color: white;
}
#page {
	width: 810px;
	text-align: left;
	border-bottom: 1px solid black;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#head {
	background-color: #006633;
	margin-bottom: 10px;
	background-image: url(../img/layout/header.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#navTop {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 3px 0;/*same as in navTop a*/
}
#navTop a {
	padding: 3px 10px;
	color: black;
	text-decoration: none;
}
#navTop a:hover {
	color: white;
	background-color: black;
}
#navTop #selected, #navSub #selected {
	background-color: Gainsboro;
}
#navSub {
	border-bottom: 1px solid black;
	padding: 1px 0;/*same as in navSub a*/
}
#navSub a {
	padding: 1px 10px;
	color: black;
	text-decoration: none;
}
#navSub a:hover {
	color: white;
	background-color: black;
}
#address {
	padding: 3px 10px;
	font-size: 10px;
	color: white;
	line-height: 13px;
	width: 130px;
}
#content .text {
	padding: 5px;
	font-size: 12px;
}
#content .column {
	vertical-align: top;
	width: 270px;
}
#content .list td {
	padding: 0 5px;
	font-size: 12px;
}
#content a {
	color: black;
	text-decoration: none;
}
#content a:hover {
	color: black;
	text-decoration: underline;
}
#content .names td {
	padding-bottom: 20px;
}
.marker {
	font-weight: bold;
}
input, textarea {
	border: 1px solid black;
	margin: 1px 0;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
form {
	margin: 0;
}
h1 {/* page title */
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006633;
}
h3 {/* absatz titel*/
	border-top: 1px solid black;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;	
}
h4 {/* absatz titel ohne rand */
	border-top: 1px solid black;
	margin: 0;
	font-size: 16px;
}
h5 {
	border-top: 1px solid black;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 12px;
}
/*
body, textarea {
  scrollbar-base-color: white; /* Basisfarbe der Scroll-Leiste * /
  scrollbar-3dlight-color: Gainsboro; /* Farbe für 3D-Effekte * /
  scrollbar-arrow-color: black; /* Farbe für Verschiebungspfeile * /
  scrollbar-darkshadow-color: white; /* Farbe für Schatten * /
  scrollbar-face-color: white; /* Farbe für Oberfläche * /
  scrollbar-highlight-color: white; /* Farbe für oberen und linken Rand * /
  scrollbar-shadow-color: white; /* Farbe für unteren und rechten Rand * /
  scrollbar-track-color: Gainsboro; /* Farbe für freibleibenden Verschiebungsweg * /
}
*/
