body {
	background: #667766;
	font-family: Verdana;
	font-size: 12px;
}

img {
	border: 0;
}

h1 {	color: #73A020; }
h2 {	color: #73A020; }
h3 {	color: #73A020; }
h4 {	color: #73A020; }
h5 {	color: #73A020; }
h6 {	color: #73A020; }

table {
	border: 0;
}

td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
}

#header {
	position: relative;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 100px;
}

#heading1 {
	position: absolute;
	margin-left: 20px;
	margin-top: 34px;
	font-family: Arial;
	font-size: 28px;
	color: #FFFFFF;
	float: left;
}

#heading2 {
	position: absolute;
	margin-left: 250px;
	margin-top: 31px;
	font-family: Arial;
	font-size: 28px;
	color: #8AD500;
	background: url("gfx/logo.png");
	width: 244px;
	height: 40px;
}

/*********************************************************************
	Die Navigation
*********************************************************************/

#menu {
	position: relative;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 40px;
	background: #ffffff;
}

.separator {
	width: 0;
	height: 40px;
	border-left: 2px #73A020 dotted;
	float: left;
}

a.menulink {
	width: 126px;
	height: 40px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	
	/* the following lines make sure that any div-container within
	   the a.menulink-item is horizontally and vertically aligned.
	   source:
	   https://de.w3docs.com/snippets/css/wie-kann-man-den-inhalt-vertikal-und-horizontal-mit-flexbox-zentrieren.html
	*/
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
}

/* this is an empty container only used to center the link-text within the link-item box */
#menulinktext {
	max-width: 123px;
}

a.menulink:link {
	color: #000000;
}

a.menulink:visited {
	color: #000000;
}

a.menulink:focus {
	color: #000000;
}

a.menulink:hover {
	color: #809E16;
}

a.menulink:active {
	color: #809E16;
}

/*********************************************************************
	Der Content
*********************************************************************/

#content {
	position: relative;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	background: #FFFFFF;
	padding-bottom: 20px;
}

#image {
	width: 900px;
	height: 150px;
}

.item {
	margin-top: 20px;
	margin-left: 10px;
	width: 880px;
}

.headline {
	color: #73A020;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

table.itemcontent {
	border: 0;
	border-collapse: collapse;
	color: #000000;
	font-size: 12px;
}

td.itemtext {
	padding: 1px;
	padding-right: 30px;
}

td.itemadditional {
	text-align: left;
	vertical-align: top;
	padding: 1px;
}

.item a:link {
	color: #668E1C;
	text-decoration: none;
	font-size: 12px;
}

.item a:visited {
	color: #668E1C;
	text-decoration: none;
	font-size: 12px;
}

.item a:focus {
	color: #668E1C;
	text-decoration: underline;
	font-size: 12px;
}

.item a:hover {
	color: #668E1C;
	text-decoration: underline;
	font-size: 12px;
}

.item a:active {
	color: #668E1C;
	text-decoration: underline;
	font-size: 12px;
}

/*********************************************************************
	Der Schluss
*********************************************************************/

#close {
	position: relative;
	left: 50%;
	margin-left: -450px;
	margin-bottom: 75px;
	width: 900px;
	background: #FFFFFF;
	height: 40px;
	border-top: 2px #73A020 dotted;
}

/*********************************************************************
	Die Administration
*********************************************************************/

table.sitetable {
	border: 0;
	border-collapse: collapse;
}

table.sitetable td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px #666666 solid;
}

textarea.edit {
	font-family: Verdana;
	font-size: 12px;
}
