@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
	background-color: #006600;
	padding: 0px;
	margin: 0px;
}
body img { border: 0px; text-decoration: none; }
#container {
	background-color: #FFFFFF;
	width: 80%;
	min-width:1250px;
	margin: 10px auto 10px auto;
	padding: 10px;
}
#masterhead {
	background-color: #006600;
	height: 170px;
	background-image: url('bilder/kopf.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#top-nav {
	border-color: #006600;
	border-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#left-nav {
	padding: 5px;
	width: 180px;
	float: left;
	background-color: #E8FF66;
	border-style: solid;
	border-width: thin;
	margin: 0px 0px -1px -1px;
	font-size: 0.9em;
}
#main-content {
	padding: 0px 20px 20px 20px;
	background-color: #EAFFD5;
	margin: 10px 0px 10px 201px;
	border-top-style: solid;
	border-top-width: thin;
}
#footer {
	border-top-width: thin;
	border-top-style: double;
	background-color: #E8FF66;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: small;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#top-nav ul {
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#top-nav ul li {
	display: inline;
}
#top-nav ul li a:hover {
	color: #000000;
	background-color: #EAFFD5;
	border: 1px solid #99BF99;
}
#top-nav ul li a {
	color: #FFFFFF;
	background-color: #339933;
	padding: 0.2em 1em 0.2em 1em;
}
#left-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#left-nav ul li {
	padding-bottom: 0.2em;
}
#left-nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 0px 5px 8px;
	background-color: #339933;
	display: block;
}
#left-nav ul li a:visited {
	color: #FFFF66;
}
#left-nav ul li a:hover {
	color: #000000;
	background-color: #006600;
}
#wrapper {
	background: url(bilder/spalten_hintergrund.jpg) repeat-y 200px top;
	margin: 0px 0px 0px 0px;
	clear: both;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
#tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#thumbnail_q {
	background-image: url('bilder/thumb_hintergrund_q.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
}
#thumbnail_h {
	background-image: url('bilder/thumb_hintergrund_h.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
}
#thumbnail_q2 {
	background-image: url('bilder/thumb_hintergrund_q2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
}
#thumbnail_h2 {
	background-image: url('bilder/thumb_hintergrund_h2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 10px;
}

#einzel-tabelle {
	background-color: #E8FF66;
}

#gruppe-tabelle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
#einzel-bild {
	padding-left: 10px;
}
h1, h2 {
	margin: 10px 10px 10px 0px;
}
#hilfe-container {
	background-color: #FFFFFF;
	width: 90%;
	margin: 10px auto 10px auto;
	padding: 10px;
}

.hilfe-kopf {
	font-weight: bold;
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
}
.hilfe-text {
	font-weight: normal;
}
.hilfe-absatz {
	font-weight: bold;
	font-size: medium;
}
#hilfe-close {
	font-size: medium;
	font-weight: bold;
}
#bildtitel {
	font-weight: bold;
	font-size: medium;
	color: #663300;
}
#link-small {
	font-size: small;
}

.googlemaps {
	border-radius: 4px;
	margin: 10px 10px 10px 10px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
	border: 2px solid #006600;
	display: inline;
	line-height: inherit;
	position: relative;
}
.googlemaps2 {
	border-radius: 4px;
	margin: -10px 10px -10px 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
	border: 2px solid #006600;
	display: inline;
	line-height: inherit;
	position: relative;
}

