body,table {
	background:#b5df6b;
	margin:0;
	padding:0;
	font-family:tahoma, trebuchet ms, sans serif;
	font-size:14px;
}

button {
	border: 1px solid #aaaaaa;
	background: #eeeeee;
	padding: 5px;
	font-size: 12px !important;
}

button:hover {
	background: #dddddd;
}

button:active {
	background: #aaaaaa;
}

button[disabled="disabled"] {
	background: #ffffff;
}

.dirs select {
	width: 380px;
}

.grass {
	position:absolute;
	left:310px;
	top:0px;
}
.ausfahrbar {
	display:none;
}
		
.menu {
	font-size:15px;
}

.menukasten {
	background: rgba(216, 255, 176, 1);
	border-radius: 10px;
}

.arrow {
	position: relative;
	display: block;
	width: 10px;
	margin-left: -5px;
	left: 15px;
	line-height: 0;
	top: 8px;
}

.uberpunkt {
	margin-left:-30px;
	font-weight:bold;
	font-size:15px;
	cursor:default;
	margin-top:5px;
	text-align:center;
	background:#c5ee98;
	padding:2px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:black;
	border-radius:10px;
	border: 1px solid #777;
	/*font-style:italic;*/
	color:black;
}

.uberpunkt {
	cursor:pointer;
	font-style:normal;
	/*color:#1E5C3C;*/
}
.uberpunkt:hover {
	color: #555555;
	box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.41);
}
/*.uberpunkt:hover {
	color:#555555;
}*/

.imageContainer {
	text-align:right;
	font-size: 11px;
	padding-bottom: 0;
	display: inline-block;
}

.roundEdges {
	border:0px solid #aaaaaa;
	background:white;
	padding:30px;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}

.editBubble button{
	border: 1px solid black;
	border-radius: 15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	padding:5px;
	padding-left:30px;
	padding-right:30px;
	background-color: #dddddd;
}

textarea {
	width: 657px;
	min-height: 300px;
	margin: 10px;
}

input {
	max-width: 677px;
	min-width: 306px;
	padding: 2px;
}

select {
	max-width: 600px;
	min-width: 306px;
	font-size: 12px !important;
}

.animalName {
	color:white;
	padding-bottom: 1px;
	padding-top:5px;
}

.animalLatin {
	color: #aaaaaa;
	padding-top: 1px;
	font-style: italic;
}

.editBubble button:hover {
	background-color: #ffffff;
}

.editBubble button:active {
	background-color: #cccccc;
}

.imageContainer span {
	color:#777777;
}

.imageContainer div {
	padding-top: 5px;
	margin-bottom: -10px;
}

.runderkasten table {
	background: transparent;
}

.letterbox h1 {
	margin-bottom: 0px;
	margin-top: 10px;
}

table.runderkasten td table td:nth-child(even) {
	width:auto;
	padding: 0;
}

table.runderkasten td table td {
	vertical-align: middle;
}

table.runderkasten td:nth-child(even) {
	padding-left: 30px;
	width: 50%;
}

table.runderkasten td {
	vertical-align: top;
}

.image_subtitle {
	text-align: right !important;
	color: white;
	position: relative;
	/*top: -25px;

	margin-bottom: -25px;*/
	background: rgba(0, 0, 0, 0.77);
	padding: 5px;
	width: auto;
	display: inline-block;
	opacity: 0;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	max-width: 100%;
	/*box-shadow: 0px 0px 6px rgba(0,0,0, .6);*/
	pointer-events: none;
	cursor: default;
}

.image_description {
	text-align: left !important;
	color: rgb(87, 87, 87);
	background: rgb(240, 240, 240);
	padding: 5px;
	width: auto;
	display: block;
	opacity: 1;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	width: 100%;
	pointer-events: none;
	position: relative;
	top: 0;
	left: 0;
	overflow-x: hidden;
}

.menupkt {
	cursor:default;
	margin-left:-15px;
	background:#E7FFCD;
	text-align:center;
	margin-bottom:5px;margin-top:5px;
	padding-top: 5px;
	padding-bottom:5px;
	/*color:#333;*/
	color:#2A7761;
	border-radius: 10px;
	border: 1px solid #999;
}

.menupkt:hover {
	font-weight:normal;
	color:#555555;
	box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.41);
}

.menupkt {
	cursor:pointer;
	color: black;
	/*background:#c5ee98;*/
}

.submenu {
	padding-left:15px;
	font-size:14px;
	color:#444444;
	font-size:14px;
}

.submenu a {
}

.submenu a:hover {
	box-shadow:0px 0px 15px 0px rgba(50, 50, 50, 1.0);
}

a, table a, a td {
	color: #666666;
	text-decoration:none;
	font-weight:normal;
}
a:hover, table a:hover, a:hover td {
	color: #888888;
	text-decoration: none;
	font-weight:normal;
}

h2 {
	font-size:25px;
	font-weight:bold;
}

.runderkasten {
	padding:20px;
	background:#cbefa4;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	margin-top:15px;
	color:#111111;
	width: 100%;
}

div.runderkasten {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.introHeader {
	position:absolute;
	bottom:15px;
	background:transparent;
	right:110px;
	color:white;
	font-size:23px;
	font-weight:bold;
	width:500px;
	height:30px;
	text-align:center;
}

.introHeaderBack {
	position:absolute;
	bottom:15px;
	background:black;
	right:110px;
	color:white;
	font-size:23px;
	font-weight:bold;
	width:500px;
	height:30px;
}

.tabelle ul {
	padding-left:25px;
	padding-right:10px;

	margin:0;
}

.tabelle td {
	padding-bottom:15px;
	padding-right:15px;
}

.tabelle {
	background:transparent;
	margin-top:15px;
}

.tabelle a {
	color: #666666;
	text-decoration:none;
}
.tabelle a:hover {
	color: #888888;
	font-weight:normal;
}

.footer {
	font-size:12px;
	color:#444444;
	padding:5px;
	border-top:1px solid black;
	text-align:right;
	padding-bottom: 20px;
}

tr.vertical_mobile  td{
	padding-top: 20px;
}
