/* 
    Document   : common
    Created on : Nov 30, 2014, 10:06:26 AM
    Author     : Thomas Hoetzl
    Description:
        Purpose of the stylesheet follows.
*/

* {
    margin: 0px;
    padding: 0px;
}
body {
    /*font-family: FontBodoni, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    /*color: #ffffff;*/
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding: 0px;    
}
h1 {
    position: relative;
    top: 30px;
    z-index:3;
    color: #333333;
    font-size:36px;
    text-align: center;
}
.h {
    color: #333333;
    font-size: 24px;
    padding: 5px;
    margin: 20px 20px;
}
h3 {
    color: #333333;
    font-size: 20px;
    position: relative;
    top: 20px;
    z-index:3;
    text-align: left;
    padding: 5px;
    margin: 5px 0px 10px 200px;
}
#mouse_coordinates {
    background: rgba(255, 255, 153, 1.0);
    color: #333333;
    font-size: 14px;
    padding: 2px 10px;
}
#wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: left;
    max-width: 1100px;
    min-height: 600px;
    /*margin: 0px auto;*/
    margin: auto; /*center*/
    padding: 0px;
    /*background-image: url(../img/naturaBackground05.png);*/
    background-repeat: repeat;
    background-size: auto;
}
.nav_return {
    -ms-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
    /*flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 150px;*/
    max-width: 1100px;
    padding:15px 40px 5px 20px;
}
.nav_return li {
    display: inline-block;
    text-align: center;
    color:#333333;
    background: #6097C9;
    line-height:20px;
    width: 80px;
    list-style: none;
    /*border-radius:0.2em;
    box-shadow: hsla(36, 4%, 25%, 0.8) 10px 20px 4px;*/
    margin: 2px;
}
.nav_return li:hover {
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}
#nav_menu {
    -ms-flex: 0 0 100px;
    -webkit-flex: 0 0 100px;
    flex: 0 0 100px;
    /*flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 150px;*/
    max-width: 1100px;
    padding:15px 40px 5px 20px;
}
#nav_menu li {
    display: inline-block;
    text-align: center;
    color:#333333;
    background: #6097C9;
    line-height:20px;
    width: 80px;
    list-style: none;
    /*border-radius:0.2em;
    box-shadow: hsla(36, 4%, 25%, 0.8) 10px 20px 4px;*/
    margin: 2px;
}
#nav_menu li:hover {
    text-decoration: none;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}
#map {
    /*-ms-flex: 0 0 380px;
    -webkit-flex: 0 0 380px;
    flex: 0 0 380px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 150px;
    max-width: 1200px;
    padding:5px 5px;*/
    width: 100%;
    height: 450px;
}
#container {
}
.main_article, #note {
    /*color: #F7F5AC;
    background: rgba(247, 245, 172, 0.8);*/
    color: #111111;
    font-size:16px;
    position: relative;
    padding: 5px;
    margin: 10px;
    z-index:3;
}
p {
    margin: 10px;
    padding: 5px;
}
dt {
    text-align: left;
    line-height:30px;
    list-style: none;
    margin: 7px;
}
dt:hover {
    text-decoration: none;
    color:#444444;
    font-weight: bold;
    cursor: pointer;
}
dd {
    display: none;
    margin: 0px 20px 0px 35px;
}
a {
    text-decoration: none;
    color: #111111;
    font-size:16px;
    text-align: left;
    line-height:30px;
    list-style: none;
    margin: 7px;
}
a:link {
    text-align: left;
    line-height:30px;
    list-style: none;
    margin: 7px;
}
a:active {
    text-align: left;
    line-height:30px;
    list-style: none;
    margin: 7px;
}
a:focus {
    text-align: left;
    line-height:30px;
    list-style: none;
    margin: 7px;
}
a:visited {}
a:hover {
    text-decoration: none;
    color:#444444;
    font-weight: bold;
    cursor: pointer;
}
.cite {
    font-size: 12px;
    margin: 5px 20px 20px 20px;
}
.thumbs {
    margin: 20px 20px 20px 35px;
}
.honeybee {
    margin: 10px 10px 10px 20px;
}
.description {
    position: absolute;
    width: 500px;
    background-color:#DCE0E5;
    text-align:left;
    border:solid;
    border-width:4px;
    border-color:#007192;
    border-radius:0.5em;
    top:10%;
    left:22%;
    z-index: 1;
    padding: 20px 50px;
}
.descriptionNews {
    position: absolute;
    width: 500px;
    background-color:#DCE0E5;
    text-align:left;
    border:solid;
    border-width:4px;
    border-color:#007192;
    border-radius:0.5em;
    top:35%;
    left:22%;
    z-index: 1;
    padding: 20px 50px;
}

	
