/* allgemeine styles
   -------------- */

body {
       scrollbar-base-color: #5773B0;
       scrollbar-track-color: #FFFFFF;
       scrollbar-face-color: #FFFFFF;
       scrollbar-highlight-color: #FFFFFF;
       scrollbar-3d-light-color: #FFFFFF;
       scrollbar-darkshadow-color: #FFFFFF;
       scrollbar-shadow-color: #7898C8;
       scrollbar-arrow-color: #7898C8;
       margin: 4px;
       font: 0.7em Arial, sans-serif;
       line-height: 1.5em;
       background: #ffffff;
       color: #454545;
     }

.fa { cursor:pointer;
      height:20;
      width:60;
      background-color: #FFFFFF;
      border: 1px dashed #000080;
      text-vertical-align:middle;
      text-align:center;
      font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
      font-size: 11px;
      color: #000080;
    }

.fb { cursor:pointer;
      height:20px;
      width:280px;
      background-color: #FFFFFF;
      border: 1px solid #000080;
/*      text-vertical-align:bottom;*/
      text-align:center;
      font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
      font-size: 14px;
      color: #000080;
    }

.button { cursor:pointer;
          height:20;
          width:60;
          background-image: url(bilder/bg.jpg);
          background-color: transparent;
          border:1px solid #000080;
          border-collapse: collapse;
          font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
          font-size: 11px;
          color: #FFFFFF;
    }

.button_big { cursor:pointer;
          height:24px;
          width:140px;
          background-image: url(images/button_blue.jpg);
          background-color: transparent;
          border:0px solid #000080;
          border-collapse: collapse;
          font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
          font-size: 14px;
          color: #FFFFFF;
    }


h1 {
        font: bold 1.5em Arial, Sans-Serif;
        letter-spacing: -1px;
        padding: 0px 0 0 0px;
        margin: 0;
}

h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 13px;
        color: #999;
}

p {
        margin: 0 0 5px 0;

}

ul {
        margin: 0;
        padding : 0;
        list-style : none;
}

form {
        margin: 0;
}

/* design links
   --------- */

a {
        color: #1100DD;
        background: inherit;
}

a:hover {
        color: #D99D11;
        background: inherit;
}

/* design head
   --------- */

.content {
        margin: 10px auto;
        width: 100%;
}

.header {
        text-align:center;
        height: 85px;
}

.subheader {
        margin: 0px 0px 10px 0;
        padding: 5px 0px 5px 18px;
        text-align:center;
        background: #ffffff;
        color: #808080;
        border-bottom: 1px solid #333333;
}

.subheadernavi {
        margin: 0px 0px 10px 0;
        padding: 5px 0px 5px 18px;
        background: #ffffff;
        color: #808080;
        border-bottom: 1px solid #333333;
}

/* design navigation
   --------- */

.bar {
        clear: both;
        text-align:center;
        font-size: 1.3em;
        height: 20px;
}

        .bar a {
                color: #111111;
                background: inherit;
        }

a.menu {
        font-weight: bold;
        text-align: center;
        display:block;

        height:20px;
        padding: 3px 0px 3px 0px;
        text-decoration:none;
}

a.menu:link {
        color:#FFFFFF;
        background-image: url(images/bg.jpg);
        font-family: Verdana; font-size: 12px;
}

a.menu:visited {
        color:#FFFFFF;
        background-image: url(images/bg.jpg);
        font-family: Verdana; font-size: 12px;
}

a.menu:hover {
        color:#FFFF00;
        background-image: url(images/top-header.gif);
        font-family: Verdana; font-size: 12px;
}

a.menu:active {
        color:#FFFF00;
        background-image: url(images/top-header.gif);
        font-family: Verdana; font-size: 12px;
}

/* design search
   --------- */

.search_field {
        background: #006699;
        color: #ffffff;
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        clear: both;
        text-align: center;
        padding: 10px 0 5px 0;
}

input.search {
cursor:pointer;
      height:20px;
      width:280px;
      background-color: #FFFFFF;
      border: 1px solid #000080;
/*      text-vertical-align:bottom;*/
      text-align:center;
      font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
      font-size: 14px;
      color: #000080;
}

.searchSubmit {
        color:#222222;
        background-color:#f7f7f7;
        cursor:hand;
        margin-bottom:-2px;
        width:70px;
        padding-top:1px;
}

/* left side
   --------- */

.left {
        float: center;
        width: 100%;
        margin: 0 0 0 0;
}

        .left_articles {
                border: 1px solid #eee;
                padding: 4px 4px 4px 4px;
                margin: 2px 2px 2px 2px;
                background: #ffffff;
        }

        .left_articles:hover {
                border: 1px solid #ccc;
        }

.center {
        float: center;
        width: 100%;
}
        .center_articles {
                margin: 0px 0 10px 0;
                background: #f5f5f5;
        }

        .center_center {
                border: 1px dotted #000080;
                padding: 10px 10px 10px 15px;
                margin: 0 0 10px 0;
                background: #ffffff;
        }

        .center_center:hover {
                border: 1px solid #ccc;
        }


/* right side
   ---------- */

.right {
        float: center;
        width: 100%;
        margin: 0 0 0 0;
}

        .right_articles {
                border: 1px solid #eee;
                padding: 4px 4px 4px 4px;
                margin: 2px 2px 2px 2px;
                background: #ffffff;
        }

        .right_articles:hover {
                border: 1px solid #ccc;
        }

img {
        border: none;
        hspace: 0;
        vspace: 0;
        margin: 0 5px 0px 0;
}

/* design results */

table.ergebnisse {
        border-width:0px; padding: 0px;
        background-color: #f5f5f5;
}

/* design footer */

.footer {
        clear: both;
        text-align: center;
        line-height: 1.8em;
        color: #808080;
        padding: 10px 0 10px 0;
        border-top: 1px solid #333333;
}

.footer a {
        color: #444444;
}