
body {
    /*font-family:Arial, Helvetica, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000066;
}

a:link {
    color: #2B5784;
}
a:visited {
    color: #2B5784;
}
a:active {
    color: #2B5784;
}
a:hover {
    color: #2B5784;
}
h1, h2, h3, h4, h5, h6 {
    color:#000066;
    font-weight:500;
    line-height:1.1;
    margin-bottom:10px;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    color:#000066;
    font-weight:500;
    line-height:1.1;
    margin-bottom:10px;
}
.gesamteSeite {
    width: 90%;
    background-color: white;
    margin-top:30px;
    position: static;
}
.header {
    margin-bottom: 10px;
    margin-left: 2%;
    width: 100%;
    height: 150px;
    background-color: #EAEEF5;
    background-image:url(../img/alecBildObenATSP.png);
    background-repeat:no-repeat;
    position: relative;
    min-width: 950px;
}
.menuekop {
    width: 100%;
    height: 150px;
    /*background-color: #EAEEF5;*/
    background:url(../img/try.png) ;

    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
    min-width: 950px;
}
.headerkop {
    font-size: 20px;
    padding-top: 25px;
    float: right;
    right: 50px;
    width: 240px;
    height: 60px;
    z-index: 1;
    color:#2B5784;
    position: absolute;
}
.homekop {
    font-size: 15px;
    position: absolute;
    top: 120px;
    /*margin-left: 845px;*/
    width: 50px;
    color: #2B5784;
    right: 50px;
    float: right;

}
.homeLogout {
    font-size: 15px;
    position: relative;
    top: -60px;
    margin-left: 845px;
    width: 50px;
    color: #2B5784;
}
.menu {
    font-size: 15px;
    color: black;
    position: relative;
    top: 120px;
    margin-left: 75px;
    width: 600px;
}
/*===== content ======*/
.content {
    width: 100%;
    background-color: #fafafa;
    margin-top: 0px;
    margin-left: 2%;
    margin-bottom: 10px;
    position: relative;
    min-width: 950px;
}
.kop {
    font-size: 20px;
    color: #2B5784;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;

}
.txt {
    font-size: 12px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}
.footer1 {
    margin-top: -30px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 15px;
    font-size: 12px;
    text-align: left;
    color: gray;
}
.footer2 {
    text-align: right;
    margin-top: -30px;
    margin-left: 765px;
    margin-right: 20px;
    padding-bottom: 15px;
    font-size: 12px;
    text-align: left;
    color: gray;
}
thead th{
    text-align: left;
    border-bottom: 2px groove #EAEEF5;
}

/*===== oben div nav style ======*/
#fdw {
    position: absolute;
    padding-top: -120px;
    margin-top: -8px;
    min-width: 900px;
}
#fdw nav select {
    display:none; /* this is just for the mobile display */
}
#fdw nav ul {
    display:block;
    z-index:999999;
    min-width: 900px;
}
#fdw nav ul li {
    display:inline-block;
    padding:122px 3px 30px;
    margin-left:30px;
    position:relative;
    font-size: 16px;

}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
    color:#2b5784;
    display:inline-block;
    position:relative;
    text-decoration:none;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
    color:#2B5784;
    text-decoration:none;
}
#fdw nav ul li span {
    position:absolute;
    width:7px;
    height:8px;
    margin: 8px 0 0 2px;
    background:url('../img/nav_arrow.png') no-repeat left -8px;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
    position:absolute;
    top:151px;
    left:0;
    margin:0;
    padding:0;
    background:#fff;
    border:1px solid #ececec;
    border-top:5px solid #2B5784;
    display:none;
    z-index:999999;
    -moz-box-shadow: 0px 3px 4px #5a505a;
    -webkit-box-shadow: 0px 3px 4px #5a505a;
    box-shadow: 0px 3px 4px #5a505a;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
    position:absolute;
    top:-12px;
    left:12px;
    width:13px;
    height:8px;
    display:block;
    border:none;
    background:url('../img/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
    float:none;
    margin:0;
    padding:0;
    border-bottom:1px solid #ececec;
    font-size: 12px;
}
#fdw nav ul li ul.sub_menu li a {
    white-space: nowrap;
    width: 170px;
    padding: 8px;
    color: #2B5784;
}
#fdw nav ul li ul.sub_menu li a:hover {
    background:#fafafa;
    color:#2b5784;
}

/*===== sub_sub_menu Style =======*/
#fdw .sub_prob_menu {
    position:absolute;
    top:0px;
    left: 120px;
    margin:0;
    padding:0;
    background:#fff;
    border:1px solid #ececec;
    border-top:5px solid #2B5784;
    display: none;
    z-index:999999;
    -moz-box-shadow: 0px 3px 4px #5a505a;
    -webkit-box-shadow: 0px 3px 4px #5a505a;
    box-shadow: 0px 3px 4px #5a505a;
}

#fdw .sub_prob_menu li {
    float:none;
    margin:0;
    padding:0;
    border-bottom:1px solid #ececec;
    font-size: 12px;
}
#fdw .sub_prob_menu  a {
    white-space: nowrap;
    width: 140px;
    padding: 8px;
    color: #2B5784;
}
#fdw .sub_prob_menu  a:hover {
    background:#fafafa;
    color:#2b5784;
}
/*===================== end Header style ======================*/


/*Typing Loader*/
/*Typing Loader*/
.typing_loader{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-animation: typing 2s linear infinite alternate;
    -moz-animation: Typing 2s linear infinite alternate;
    -ms-animation: Typing 2s linear infinite alternate;
    animation: typing 2s linear infinite alternate;
    margin: 12px ; /* Not necessary- its only for layouting*/
    position: relative;
    left: -12px;
}
@-webkit-keyframes typing{
    0%{
        background-color: rgba(255,255,255, 1);
        box-shadow: 12px 0px 0px 0px rgba(43,84,132,0.2),
            24px 0px 0px 0px rgba(43,84,132,0.2);
    }
    25%{
        background-color: rgba(43,84,132, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(43,84,132,2),
            24px 0px 0px 0px rgba(43,84,132,0.2);
    }
    75%{ background-color: rgba(43,84,132, 0.4);
         box-shadow: 12px 0px 0px 0px rgba(43,84,132,0.2),
             24px 0px 0px 0px rgba(43,84,132,1);
    }
}

@-moz-keyframes typing {
    0% {
        background-color: rgba(43,84,132, 1);
        box-shadow: 12px 0px 0px 0px rgba(43,84,132,0.2),
            24px 0px 0px 0px rgba(43,84,132,0.2);
    }
    25% {
        background-color: rgba(43,84,132, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(43,84,132,2),
            24px 0px 0px 0px rgba(43,84,132,0.2);
    }
    75% { background-color: rgba(43,84,132, 0.4);
          box-shadow: 12px 0px 0px 0px rgba(43,84,132,0.2),
              24px 0px 0px 0px rgba(43,84,132,1);
    }
}

@keyframes typing{
    0%{
        background-color: rgba(43,84,132, 1);
        box-shadow: 12px 0px 0px 0px rgba(43,84,132,0.2),
            24px 0px 0px 0px rgba(43,84,132,0.2);
    }
    25%{
        background-color: rgba(43,84,132, 0.4);
        box-shadow: 12px 0px 0px 0px rgba(43,84,132,2),
            24px 0px 0px 0px rgba(43,84,132,0.2);
    }
    75%{ background-color: rgba(43,84,132, 0.4);
         box-shadow: 12px 0px 0px 0px rgba(43,84,132,0.2),
             24px 0px 0px 0px rgba(43,84,132,1);
    }
}

@keyframes penmove {
    //from { transform:rotate(0deg);}
    //to { transform:rotate(359deg);}
    0%  {  transform:rotate(0deg);}
    50% { transform:rotate(90deg);}
    100% { transform:rotate(0deg); }
}
@-webkit-keyframes penmove {
    0%  { -webkit-transform:rotate(0deg); }
    50% { -webkit-transform:rotate(90deg);}
    100% { -webkit-transform:rotate(0deg); }
}
@-ms-keyframes penmove {
    0%  { -ms-transform:rotate(0deg); }
    50% { -ms-transform:rotate(90deg);}
    100% { -ms-transform:rotate(0deg);}
}
/* typing-loader ende*/








