/********************************
 * Version 1.0.5 - 25.02.2018
 ********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
background: transparent;
border: 0;
margin: 0;
padding: 0;
vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
clear: both;
font-weight: normal;
}
ol, ul {
list-style: none;
}
blockquote {
quotes: none;
}
blockquote:before, blockquote:after {
content: '';
content: none;
}
del {
text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Global link behaviour */
a, a:link, a:visited {
color: #000;
text-decoration:none;
}

a:hover, a:active {
color: #000;
text-decoration:underline;
}

a img {
border: none;
}

/** Begin regular stuff */
body {
color: #000000;
background-color: #eee;
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 16px;
}

input {
font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 16px;
}

h1 {
margin-bottom:10px;
color:#555;
}

/**** Top page bar */
div.pb_outer {
background-color: #333;
color: #ccc;
padding-left:20px;
padding-right:20px;
padding-top:3px;
padding-bottom:3px;
}

div.pb_outer a, div.pb_outer a:link {
color: #ccc;
}

div.pb_outer li {
white-space: nowrap;
display: inline-block;
position: relative;
margin: 0px;
padding: 0px;
vertical-align: middle;
}

div.pb_loginpopup {
background-color: #333;
position: absolute;
right:20px;
padding:10px;
}

div.pb_menupopup {
background-color: #333;
position: absolute;
padding:10px;
}

div.pb_menupopup a, div.pb_menupopup a:link {
display: block;
margin-bottom:5px;
padding-bottom: 5px;
border-bottom: 1px solid #555;
text-decoration: none;
}

div.pb_menupopup a:last-child  {
display: block;
margin-bottom:3px;
border:0;
padding-bottom: 0px;
margin-bottom:0px;
}

input[type=text],
input[type=password] {
margin: 2px 0px;
padding-left: 3px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
vertical-align: middle;
background-color: #fff;
border:1px solid #cccccc;
color: #000000; 
border-radius: 3px;
}

input[type=submit] {
border: 1px solid #999;
font-weight: normal;
color: #212121;
margin-left: 10px;
background-color: #eeeeee;
}

div.begal_outer {
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
margin-bottom: 10px;
}

div.begal_section {
margin-bottom:40px;
max-width: 1080px;
}

div.begal_secthdr {
border: 1px solid #ddd;
border-radius: 7px;
background-color: #ddd;
padding: 5px;
}

div.begal_sectcont {
margin-top:5px;
padding: 10px;
background-color: #fff;
}

ul.begal_itemlist {

}

ul.begal_itemlist li {
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid #ddd;
}

ul.begal_itemlist li:last-child {
border-bottom: 0px;
}

span.begal_itemmeta {
font-size:12px;
padding-left: 10px;
}

ul.begal_itemlist li iframe {
padding-bottom: 20px;
}

div.begal_item_title {
font-weight: bold;
padding-bottom: 10px;
}

div.begal_footer {
margin-bottom: 20px;
color:#555;
}

div.begal_msg {
background-color: #ee0000;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
border-radius: 3px;
border: 1px solid #555;
margin-bottom: 5px;
}


/****** Responsive embeded video container */
.galembedconti {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.galembedconti iframe,
.galmbedconti object,
.galembedconti video,
.galembedconti embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/******** GPX stuff ****/
div.gpx_map {
width: 100%;
height: 500px;
vertical-align:top;
display:inline-block;
margin-bottom: 20px;
}

/******** Gallery images ***/
img.begal_image {
max-width: 100%;
border: 1px solid #aaa;
}

img.begal_image[height] {
height: auto;
}

img.begal_thumb {
border: 1px solid #aaa;
}

div.begal_thumb {
float:left;
padding-top: 10px;
min-width: 240px;
max-width: 240px;
min-height: 190px;
max-height: 190px;
padding-right: 20px;
padding-bottom: 10px;
}

/** Admin */
div.admouter {

}

table.admtbl {
margin-bottom: 20px;
border: 1px solid #ccc;
}

table.admtbl tr {
background-color: #fff;
}

table.admtbl tr.athdr {
border:1px solid #ccc;
background-color: #ccc;
}

div.alternate, table.admtbl tr.alternate {
background-color: #f5f5f5;
}

table.admtbl th {

}

table.admtbl th, table.admtbl td {
text-align:left;
padding-left:10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
}

ul.admlist {
background-color: #ccc;
}

ul.admlist li {
float:left;
padding-left:10px;
padding-right: 30px;
padding-top: 5px;
padding-bottom: 5px;

}

ul.admlist li:last-child {
float:none;
padding-right: 10px;
}

div.admlogline {
padding:5px;
}

/**** Responsive ****/
@media screen and (min-width: 800px) {
div.begal_outer {
margin-left: 20px;
margin-right: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
}

