/* +++++++++++ +++++++++++ Allgemeine Formatierung +++++++++++ +++++++++++ */

html,body {
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	min-width: 760px;
	width: 100%;
	height: 100%;
}

/* +++++++++++ +++++++++++ Kopfbereich +++++++++++ +++++++++++ */

#head {
	height: 100px;
	margin: 0;
}

#head img {
	border: 0;
	margin: 0;
	padding: 0;
}


/* +++++++++++ +++++++++++ Zentrale Definitionen +++++++++++ +++++++++++ */

#text h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #2F9C00;
	border-bottom: 2px dotted #777;
}

h2 {
	margin: 0 0 -1em 0;
	padding: 0;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #2F9C00;
}

h4 {
	margin: 0;
	padding: 0.5em;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #2F9C00;
}


p {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

address {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-style: normal;
	margin-bottom: 1.5em;
}

a {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #2F9C00;
}

a.textlink:link {
	color: #2F9C00;
}

a.textlink:visited {
	color: #777;
}

a.textlink:hover {
	text-decoration: underline;
}

a.textlink:active {
	color: #2F9C00;
}

a.navlink:link {
	color: #2F9C00;
}

a.navlink:visited {
	color: #777;
}

a.navlink:hover {
	text-decoration: underline;
}

a.navlink:active {
	color: #2F9C00;
}

table tr,td {
	vertical-align: top;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;	
}

.eintraggb {
	margin: 1em 0 1em 0;
	padding: 0.4em 1em 0.4em 1em;
	border: 1px solid #777;
	color: inherit;
	background: #fff;
}

ul.galerieuebersicht {
	font-family: arial, verdana, helvetica, sans-serif;
	list-style-type: none;
}