/*@import url(https://fonts.googleapis.com/css?family=Special+Elite);*/
/*@import url(http://fonts.googleapis.com/css?family=Arvo|Kite+One|Buda:300);*/

body{
    color: #FAF7F5;
    font-family: Arial; /* 'Special Elite';/*'Buda';*/
    line-height: 1.9;
    font-size: large;
    background-color: #006149;
}

div{
    /*border: solid black thin;*/
}

a{
    color: #F19345;
    /*font: 98%;*/
    text-decoration: none;
}

a:visited{
    color: #B86D2F;
    text-decoration: none;
}

#overlay{
    visibility: hidden;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grey_5_5.png);
    background-repeat: repeat;
}

#overlaycontent{
    margin-left: auto;
    margin-right: auto;
    width: 430px;
    min-height: 430px;
    margin-top: 100px;
    padding: 20px;
    border: thin solid #DD1E25;
    background-color: #DD797C;
}


#content{
    width:1000px;
    padding: 15px;
    margin-left: auto ;
    margin-right: auto ;
    background-image: url(../img/bg_tra_inv.png);
    background-size: contain;
    background-repeat: repeat-y;
    background-position: top;
}

#head{
    background-image: url(../img/banner_260.png);
    background-size: contain;
    margin-bottom: 15px;
    border: none; /*thin solid #76A3A3;*/
    background-color: #000;
    width: 1000px;
    /*height: 436px;*/
}

#head #banner{
    width: 1000px;
}

#headleiste{
    background-color: #4F607E;
    padding: 10px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-align: center;
    /*
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 12px;*/
}

#logosplash{
    position: relative;
    left: -60px;
    top: -145px;
}

#logo{
    position:absolute;
    width: 250px;
}

#body{
    /*min-height: 600px*/
    /*overflow: auto;*/
    padding-bottom: 15px;
}

#body #navbar{
    width: 199px;
    min-height: 300px;
    margin: 0px;
    margin-bottom: 15px;
    padding: 10px;
    /*border: solid thin #76A3A3;*/
    background-color: #327171;
    float: left;
}

#body #navbar ul{
    list-style: upper-roman;
}

#body #main{
    padding: 15px;
    /*width: 970px;*/
    /*min-height: 500px;*/
    /*float: right;*/
    /*border: solid thin #202928;*/
    background-color: #337164;
}

#foot{

}

.tab th{
    background-color: #76A3A3;
    padding: 2px;
}
.tab td{
    background-color: #EEEEEE;
    padding: 3px;
}

.clickable:hover{
    cursor: pointer;
}

.butt{
    /*background-image: url(../img/linkbutton.png);
    background-repeat: repeat-x;*/
    padding: 3px;
   /* background-size: auto 100%;*/
}
.butt:hover{
    /*background-image: url(../img/linkbutton_h.png);*/
}
