/*                                                                            *
 * CSS-Datei für den Webauftritt vom Ingenieurbüro für Nachtragswesen BARTHEL *
 *                                                                            */

body
{
    font-family: 'IstokWeb-Regular', sans-serif;
    font-size: 11pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    margin: 0;
    padding: 0;
    background: #0F4B7C/* #f0f0f0 */;
    overflow-y: scroll;
    }

h1{
    margin: 0px;
    padding: 25px 0 0;
    font-size: 250%;
    font-family: 'IstokWeb-Bold', sans-serif;
    font-weight: normal;
    text-shadow: 2px 2px 8px #000000;
    }

h2{
    width: auto;
    border-bottom: 1px solid #808080;
    margin: 0px 0px 5px;
    padding: 0;
    font-size: 140%;
    font-family: 'IstokWeb-Bold', sans-serif;
    font-weight: normal;
    }

h3{
    margin: 10px 0px 0px 0px;
    padding: 0;
    font-size: 120%;
    font-family: 'IstokWeb-Bold', sans-serif;
    font-weight: normal;
    }

h4{
    margin: 0px;
    padding: 5px 0 0;
    font-size: 100%;
    font-weight: normal;
    font-family: 'IstokWeb-Bold', sans-serif;
    }

h5{
    margin: 0px;
    padding: 5px 0 0;
    font-size: 100%;
    font-weight: normal;
    font-family: 'IstokWeb-Bold', sans-serif;
    }
    
#wrapper{
    background: #f0f0f0;
    width: 900px;
    margin: 0px auto 30px;
    padding: 0px;
    box-shadow: 5px 5px 15px #000000;
    /* overflow: hidden; */
    }

#header{
    background-color: #f0f0f0;
    /* background: url(../images/technische_daten2.jpg); */
    background: url(../images/headergrafik_04.jpg);
    color: #FFFFFF;
    width: 100%;
    height: 150px;
    border: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    }

#navigation{
    /* siehe navigation.css */
    }

#content{
    background: none;
    width: 729px;
    min-height: 350px;
    margin: 0px;
    padding: 5px 5px 5px 10px;
    float: right;
    border-left: 1px solid #808080;
    }

#footer{
    background: none;
    width: 100%;
    margin: 10px 0px 0px;
    padding: 0px;
    text-align: center;
    border-top : 1px solid #808080;
    font-size: 75%;
    color: #808080;
    }

a {
    background-color: #f0f0f0;
    text-decoration: none;
    color: #000;
    }
    
b {
    color: #606060;
    font-family: 'IstokWeb-Regular', sans-serif;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
    
.clear {
    clear: both;
    height: 0px;
    }

.zwei_spalten {
    width: 100%;
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid #606060;    
    }
    
.linkbox {
    width: 468px;
    height: 60px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: #d0d0d0;
    border: 1px solid #606060;
    display: block;
    }
    
.linkbox a {
    margin: 0;
    padding: 0;
    background: none;
    }

.linkbox img {
    width: 468px;
    height: 60px;
    border: none;
    }
    
.leistungen {
    width: 46%;
    height: 50px;
    padding: 5px 2px 0 0;
    margin: 5px 5px 5px 5px;
    float: left;
    text-align: center;
    border: 1px solid #0F4B7C;
    background: #D0D0D0;
    }
    
/* table#referenztabelle {

    } */

#referenztabelle thead {
    font-family: 'IstokWeb-Bold', sans-serif;
    font-weight: normal;    }

#referenztabelle tr {
    padding: 5px 0px !important;
    }

#referenztabelle .ref_vorhaben,
#referenztabelle .ref_jahr,
#referenztabelle .ref_architekt,
#referenztabelle .ref_eigenleistung {
    padding: 5px;
    vertical-align: top;
    text-align: left;
    /* background: #F8F8F8; */
    border-bottom: 1px solid #cccccc;
    }
     
#referenztabelle .ref_vorhaben {
    width: 240px;
    }

#referenztabelle .ref_jahr {
    text-align: center;
    width: 30px;
    }
    
#referenztabelle .ref_architekt {
    width: ;
    }

#referenztabelle .ref_eigenleistung {
    width: 190px;
    }
    
#referenztabelle thead td {
    vertical-align: middle;
    background: #cccccc !important;
    }