html, body {
	width:100%;
	height:100%;
}
body {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align:justify;
}
* {
	box-sizing: border-box;
}
a{
	color:#B8860B;
	text-decoration:none;
}
a:hover {
	color:gray;
	text-decoration:none;
}
h4{
	font-size: 0.9em;
}

#spacer {
	margin:15px;
}
#head {
	display:none;
}
#head-mobile{
	width:100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
height:52px;
}
#menu-mobile{
	padding: 10px 20px;
	float:right;
}
#head-mobile img{
	padding: 5px 10px;
	vertical-align: middle;
}
#menu-mobile:hover {
    color: #B8860B;
    cursor: pointer; 
}
nav {
	width: 100%;
	min-width: 100%;
	background-color:#ddd;
	text-align: center;
}
#menu ul {
	list-style-type: none;
	text-decoration: none;
	text-shadow: 1px 1px 0px #eee;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display:none;
}
#menu li {
	display: inline-block;
	margin:0px; 
	padding: 5px;
}
#menu li a {
	display: inline-block;
	text-decoration:none;
	padding:0px 0px 0px 2px;	
}
#menu-mobile ul {
	display: none;
	list-style-type: none;
	text-decoration: none;
	text-shadow: 1px 1px 0px #eee;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#menu-mobile li {
	margin:0px;
	padding: 5px;
}
#menu-mobile li a {
	text-decoration:none;
	padding:0px 0px 0px 2px;	
}

.navbar-mobile {
    top: 0;
    z-index: 100;
	position: fixed;
    width: 100%;
    min-width: 100%;
}
#featurebox {
	width: 100%;
	min-width: 100%;
	background-color:#ddd;
	text-align: center;
}
#featurebox-menu{
	padding: 0px;
}
#featurebox-menu ul{
	display: inline-block;
	list-style-type: none;
	text-decoration: none;
	text-shadow: 1px 1px 0px #eee;
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#featurebox-menu li {
	display: inline-block;
	margin:0px; 
	padding: 5px;
}
#featurebox-menu li a {
	display: inline-block;
	text-decoration:none;
	padding:0px 0px 0px 2px;	
}
#suchbaractive {
	width:848px;
	margin:0px auto;
	}
#allin-content{
	width:100%;
	margin: 0 auto;
	/* text-align:center; Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
#allin-content::after{
	content: "";
	display: table;
	clear: both;
}
#allin-content-pic{
	width:100%;
	margin: 0 auto;
	background:#eeeeee;
}
#viewpicbig{
	background:#eeeeee;
}
#allin-content-pic::after{
	content: "";
	display: table;
	clear: both;
}
.mobile-pic {
    width: 100%;
}
#content-title {
	margin:0px;
}
#content-title p {
	margin:0px;
	color:#000;
	padding:5px 5px;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0px #dddddd;
}
#content-box{
	margin: 0 auto;
	padding: 5px;
	word-wrap: break-word;
}
#content-box-flex{
	margin: 0 auto;
	padding: 5px;
	word-wrap: break-word;
}
#content-box-c1, #content-box-c2, #content-box-c3{
	width: 100%;
	float:left;
	padding:0px;
}
#content-big{
	margin: 10px auto;
	column-width: 140px;
	column-count: 3;
}
#content-title-big {
	margin:0px;
	display:none;
}
#content-title-big p {
	margin:0px;
	color:#000000;
	padding:5px 5px;
	text-align:center;
	font-weight:bold;
	text-shadow:1px 1px 0px #dddddd;
}
#tabledb-search{
display:none;
}
#tabledb-search-m{
	width: 300px;
	border: 1px solid #eeeeee;
	text-align:"center";
	padding:10px;
}
#tabledb-search-m a img {
    width: 100%;
    margin:0;
}

#tabledb table {
	background-color: #fff;
	margin:0;
	width: 800px;
	border-collapse:collapse;
	border: thin solid #ccc;
	font-size: 0.9em;
}

#tabledb tr{
	border-bottom: thin solid #ccc;
}

#tabledb td{
	padding-right:5px;
}
#tabledb td img {
    vertical-align: text-top;
    padding: 10px;
}
#tablediv {
background: #fff;
	margin:10px auto;
	border: thin solid #ccc;
}
#tablediv-box {
	background: #fff;
	-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
	margin: 0px 0px 10px 0px;
	width: 100%;
	border: thin solid #ccc;
	overflow: hidden;
}
#tablediv-box-left {
	width: 100%;
	border: thin solid #ccc;
	display: block;
	float: left;
}
#tablediv-title h4 {
	padding: 2px;
	margin: 0px;
	color: #fff;
}
#tablediv-title {
	padding: 0px;
	margin: 0px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: black;
	text-align: center;
	background-color: #4c4c4c;
}
#tablediv-content {
	color:black;
	padding:5px;
	margin:0px;
}
#picrow::after {
    content: "";
    clear: both;
    display: table;
}
#tablediv-content .rpics {
    position: relative;
    padding: 0px;
    margin: 5px auto;
    width: 320px;
    height: 200px;
}
#tablediv-contentforum{
	color:black;
	padding:0px;
	margin:0px;
}
#tablediv-content p{
	margin:0px;
	padding: 5px;
}
#tablediv-content p, #tablediv-content li{
	margin:0px;
	padding: 5px;
	font-size:0.9em;
}
#tablediv-content p.m, #exifwindow tr.m{
	background-color: #f0f0f0;
}
#tablediv-contentforum ul.forumlists{
	margin:0px;
	padding:0px;
	list-style-type: none;
	text-decoration:none;
	font-size: 0.9em;
}
#tablediv-contentforum ul.forumlists li p{
	padding:0px;
	margin:3px;
}
#tablediv-contentforum ul.forumlists li p .fdate{
	font-size:0.8em;
}
#tablediv-contentforum ul.forumlists li.m{
	background-color: #f0f0f0;
}
#content td{
	padding:5px;
}
#tabledb-big table {
background: #fff; /* Old browsers */
	margin:0;
	border-collapse:collapse;
	width: 100%;
}

#tabledb-big tr{
	border-bottom: 1px solid #bbb;
	width:100%;
}

#tabledb-big td{
	padding:10px;
}
#polatable-content{
	text-align:center;
}
#polatable{
	width: 165px;
	text-align: center;
	padding: 2px;
	background-color:white;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.3);
	word-wrap: break-word;
	margin:3px;
	display: inline-block;
	font-size: 0.9em;
}

#polatable_pom{
	width: 315px;
	text-align: center;
	margin: 5px auto;
	padding: 2px;
	background-color:white;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	word-wrap: break-word;
}
#ptpombox{
	float:left;
	margin:0 auto;
	padding:5px;
	width:155px;
	
}
#polatable-slider{
	width: 400px;
	text-align: center;
	margin:5px 10px;
	padding: 2px 2px;
	background-color:white;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}

#polatable-search2{
	width: 160px;
	text-align: center;
	margin:5px 10px;
	padding: 2px 2px;
	background-color:white;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}

#feed {
	background-color: #4c4c4c;
	color: #fff;
	left: 0px;
	width:100%;
}
#feed-container {
	width: 100%;
	margin: 0 auto;
}
#feed-container::after {
    content: "";
    display: table;
    clear: both;
}
#feed_cell {
	width: 100%;
	text-align:center;
	float:left;
}
#feedspace {
	padding:0.1em;
}
#partnerfooter {
	margin: 0 auto;
	text-align: center;
}
#cpfooter {
	margin: 0 auto;
	width:100%;
	padding:10px;
	text-align:center;
}
#cpfooter p, #cpfooter a {
	color:#242424;
}
#cpfooter .fa-2x {
    vertical-align: middle;
}
#cpfooter span a {
	padding:3px;	
}
#feed ul{
	list-style-type:none;
	padding: 0px;
}
div#errorform {
	display: none;
	border: 5px solid red;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}
div#errorform p{
	color: red;
	padding: 3px 5px;
	text-align: center;
}
input.error {
	border: 1px dotted red;
}
#searchbutton {
	font-weight:bold;
	text-shadow:1px 1px 0px #e8e3e8;
	padding:5px;
}
.ui-autocomplete {
	text-align:left;
}
#infobox {
	width:848px;
	margin:0px auto;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid red;
	background-color:lightpink;
	color:red;
}
#likebutton {
	margin:0px;
	padding:5px;
	font-weight:bold;
}
#minibuttonspace{
	font-size: .4em !important;
}
#waitingUpload p{
	text-shadow:1px 1px 0px #fff;
}
#suchorder {
	width:160px;
	margin:auto;
}
#suchorder li { width: auto; clear: none; }
#suchorder a { color:#000000; }
#loginformdiv {
	width:400px;
	margin:auto;
	text-align:center;
}
#loginformdiv ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.floatright{
	float:right;
}
#lcmenuecontent input{
    width:100%
}
#lciconfield{
    width:400px;
    margin: 0px auto;
    overflow:auto;
}
#lcmenueicons{
padding: 10px;
    float:left;
    width:180px;
    text-align:center;
}
.formedit {
max-width:800px;
	margin:0px auto;
	padding:10px;
}
.formedit_short {
	width:400px;
	margin:0px auto;
	padding:10px;
}
.formedit ol, .formedit_short ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.formedit li, .formedit_short li {
	text-align:left;
	padding:3px;
}
.formedit li.last, .formedit_short li.last {
	text-align:center;
	padding:3px;
	float:none;
	clear:both;
	
}
.formedit li label, .formedit_short li label {
    width: 25%;
    display:block;
    float:left;
    text-shadow: 1px 1px 0px #cccccc;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
    font-weight:bold;
    line-height: 1.5em;
}

.scrkomcheckbox {
    font-size:10px;
}
.itemizedlist li{
list-style-type: none;
}
#spottingpoint {
	width: 100%;
	text-align: center;
}
#tabledb-pola td{
	margin: auto;
}

#tabledb-pola table {
    margin: auto;
    padding: 5px;
}
table#pola{
	width: 100%;
}
#spShadow{
	background-color:#fff;
	padding:5px;
	width:160px;
	height:130px;
	text-align:center;
	z-index:5;
	top:10px;
	left:30px;
	position: relative;
	cursor:move;
}
.tdbbleft{
	width: 150px;
}
.picslider, .picslidercharts{
  margin: 0;
  padding: 0;
}
.picslider img, .picslidercharts img{
	max-height: 255px;
	margin:0 auto;
}
.ui-widget {
  font-size:0.9em !important;
}
#viewpicbig img{
	margin: 10px auto;
	padding: 0px;
	display: block;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
}
#picsocial{
	margin:0 auto;
	width:325px;
	display:flex;
	text-align:center;
}
#picsocialicon{
	width:100%;
	text-align:center;
	color:#777;
	padding-top: 20px;
	padding-bottom: 20px;
}
#morepicsdatabase a{
	color:#fff;
}
#morepicsdatabase .rpics {
	padding: 5px;
	text-align:center;
}

.rpictext {
    position: absolute;
    display: none;
    top: 124px;
    left: 0px;
    padding: 3px;
    background: rgba(0,0,0,0.6);
    width: 100%;
}
#tablediv-content .rpictext {
	top: 108px !important;
}

.rpics:hover .rpictext{
    display:block;
}

.rpictext p{
	font-size:0.8em;
	margin:3px;
	padding:0px;
	color:#fff;
}
#forumbbcode textarea {
	width: 100%;
	height: 40px;
}
#allfdbsearch {
    text-align: center;
    padding: 10px;
}
#allfdbsearch input.textfield {
	width: 70%;
	height: 32px;
	padding: .4em 1em;
	margin: 5px;
	vertical-align: middle;
}
#backtomap{
	padding:5px;
	text-align: right;
}
#shadowReset{
	padding:10px;
}
#sliderDiv {
    padding: 5px 20px;
    text-align: center;
}
#sortart {
    height: 30px;
}
#sortdirect {
    height: 30px;
}
.bx-wrapper{
	height: 220px;
}