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

* {
    margin: 0px;
    padding: 0px;
}
@font-face {
    font-family: FontBodoni;
    src: local(FontBodoni), url(Bodoni_MT_Regular.ttf);
}
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: 0px;
    z-index:3;
    color: #F7F5AC;
    font-size:36px;
    text-align: center;
    /*text-shadow: 0.2em 0.2em hsla(36, 4%, 25%, 0.8);*/
    text-shadow: hsla(36, 4%, 25%, 0.8) 6px 8px 1px;
}
h3 {
    background: rgba(247, 245, 172, 0.8);
    color: #333333;
    font-size: 18px;
    position: relative;
    top: 20px;
    z-index:3;
    text-align: center;
    padding: 5px;
    margin: 20px 200px;
}
#mouse_coordinates {
    background: rgba(247, 245, 172, 0.8);
    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(../images/BackgroundGosaikunda.jpg);
    background-repeat: repeat;
    background-size: auto;
    /*background-size: cover;*/
}
#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: 1000px;
    padding:5px 25px;
}
#nav_menu li {
    display: inline-block;
    text-align: center;
    color:#333333;
    background: #F7F5AC;
    line-height:30px;
    width: 90px;
    list-style: none;
    border-radius:0.2em;
    box-shadow: hsla(36, 4%, 25%, 0.8) 10px 20px 4px;
    margin: 7px;
}
#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 {
    /*color: #F7F5AC;*/
    background: rgba(247, 245, 172, 0.8);
    color: #111111;
    font-size:16px;
    position: relative;
    top: 20px;
    padding: 5px;
    margin: 50px;
    z-index:3;
}
dt {
    text-align: left;
    line-height:30px;
    list-style: none;
    margin: 7px;
}
dt:hover {
    text-decoration: none;
    color:#333333;
    font-weight: bold;
    cursor: pointer;
}
dd {
    display: none;
    margin: 0px 0px 0px 35px;
}
a {
    color:#333333;
}
a:link {
    text-decoration: none;
    color:#333333;
}
a:active {
    outline-style: none;
    text-decoration: none;
    color:#883333;
    font-weight: bold;
}
a:focus {
    outline-style: none;
    text-decoration: none;
    color:#883333;
    font-weight: bold;
}
a:visited {}
a:hover {
    text-decoration: none;
    color:#333333;
    font-weight: bold;
}
/*div {
    margin: 0 0 10px 0;
}*/
/*
.olLayerGoogleCopyright olLayerGoogleV3 {
    background: none;
}*/


	
