/* 
    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:Arial, Helvetica, sans-serif;
    color:#333333;
    font-size: 14px;
    line-height:20px;
    margin:5px;
    padding:5px;
}
#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: 1200px;
    margin: auto; /*center*/
    padding: 10px;
    border: solid;
    border-width: 1px;
    border-color: #007192;
    border-radius: 0.5em;
}
#head {    
    width: 100%;
    height: 215px;
    border: none;
}
#container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
#navigation {
    -ms-flex: 0 0 150px;
    -webkit-flex: 0 0 150px;
    flex: 0 0 150px;
    max-width: 150px;
    height:600px;
    margin:0px;
    margin-top: 8px;
    margin-bottom: 10px;
    padding:0px;
    border:solid;
    border-width:3px;
    border-color:#007192;
    border-radius:0.5em;
}
#main {
    -ms-flex: 0 1 1100px;
    -webkit-flex: 0 1 1100px;
    flex: 0 1 1100px;
    width: 100%;
    height: 590px;
    margin-top: 10px;
    margin-bottom: 0px;
    /*padding: 30px 30px;*/
    padding: 5px 3px 5px 13px;
    border: none;
}
#footer {
    clear: both;
    text-align: center;
    font-size: 10px;
    padding: 15px;
    border-top: 2px solid #007192;
}
/*#head {    
    font-weight: bold;
}*/
p {
    padding: 5px;
}
dt {
    text-align: left;
    line-height: 20px;
    list-style: none;
    margin: 7px;
}
dt:hover {
    text-decoration: none;
    color:#444444;
    text-decoration: underline;
    cursor: pointer;
}
dd {
    display: none;
    margin: 0px 20px 0px 35px;
}
a {
    color:#333333;
}
a:link {
    text-decoration: none;
    color:#333333;
}
a:active {
    outline-style: none;
    text-decoration: none;
    color:#007192;
    /*font-weight: bold;*/
}
a:focus {
    outline-style: none;
    text-decoration: none;
    color:#007192;
    /*font-weight: bold;*/
}
a:visited {}
a:hover {
    text-decoration: none;
    color:#555555;
    /*font-weight: bold;*/
    text-decoration: underline;
}
div {
    margin: 0 0 10px 0;
}
.img_background {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 0;
}
.description {
    -ms-flex: 0 0 500px;
    -webkit-flex: 0 0 500px;
    flex: 0 0 500px;
    position: absolute;
    /*width: 500px;*/
    background-color:#DCE0E5;
    text-align:left;
    border:solid;
    border-width:4px;
    border-color:#007192;
    border-radius:0.5em;
    top:7%;
    left:22%;
    z-index: 1;
    padding: 20px 50px;
    margin: 0px 20% 0px 0px;
}
.descriptionNews {
    -ms-flex: 0 0 500px;
    -webkit-flex: 0 0 500px;
    flex: 0 0 500px;
    position: absolute;
    /*width: 500px;*/
    background-color:#DCE0E5;
    text-align:center;
    border:solid;
    border-width:4px;
    border-color:#007192;
    border-radius:0.5em;
    top:35%;
    left:22%;
    z-index: 1;
    padding: 20px 50px;
    margin: 0px 20% 0px 0px;
}
.summary {
    -ms-flex: 0 0 600px;
    -webkit-flex: 0 0 600px;
    flex: 0 0 600px;
    position: absolute;
    /*width: 700px;*/
    background-color:#DCE0E5;
    text-align:left;
    text-indent: 15px;
    border:solid;
    border-width:4px;
    border-color:#007192;
    border-radius:0.5em;
    top:35%;
    left:10%;
    z-index: 1;
    padding: 20px 50px;
    margin: 0px 100px 0px 0px;
}
#nav_menu li{
    text-align: left;
    line-height:30px;
    list-style: none;
}
.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;
}
.tab_active {
    margin:0px;
    padding:0px 8px;
    background-color:#DCE0E5;
    color:#333333;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    border:solid;
    border-width:4px;    
    border-color:#007192;
    border-radius:0.5em;
    border-left:0;
}
.tab_passive {
    margin:0px;
    padding:0px 8px;
    background-color: #6097C9;
    color:#555555;
    font-weight:normal;
    font-size: 18px;
    line-height: 25px;
    border:solid;
    border-width:4px;    
    border-color:#007192;
    border-radius:0.5em;
    border-left:0;
}
.tab_active:hover, .tab_passive:hover {
    cursor: pointer;
}
.tab_box {
    margin:0px; 
    padding:30px;
    width: 300px;
    height: 400px;
    background-color:#DCE0E5; 
    border:solid; 
    border-width:4px;                            
    border-color:#007192; 
    border-radius:0.5em
}
.box {
    float: left;
    position: relative;
    width: 280px;
    height: 350px;
    margin: 10px;
    padding: 10px 5px 0px 5px;
    border: solid;
    border-width: 1px;
    border-color: #d7d7d7;
    border-radius: 0.5em;
}
.boximg {
    height:195px;
    width:100%;
    position:absolute;
    margin: 0px;
    padding: 0px;
    left:5px;
    bottom:0px;
}
h4 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
