/*------------------------------------------------------------------------------
| Alle Urheber- und Leistungsschutzrechte vorbehalten.                         |
| (c)opyright 2005, Matthias König                                             |
| Email: matthias.koenig@impuls-mb.com                                         |
------------------------------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

h1 {
    padding: 6px 0 5px 50px;
    margin: 0;
    font-size: 15pt;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    color: #2F4F4F;
    background-image: url(image/unterstrich.gif);
    background-repeat: no-repeat;
    background-position: 0px 21px;
}

h2 {
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
}

h3 {
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    margin-top: 20px;
}

p {
    font-size: 10pt;
    text-align: justify;
    padding: 0 0 10px 0px;
    margin: 0;
}

td {
    font-size: 10pt;
    text-align: justify;
    vertical-align: top;
}

a {
    color: #0000FF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

marquee {
    font-size: 12pt;
    font-weight: bold;
    color: #0F37FF;
}

option {
    background-color: #FFFFFF;
}

#marginTop {
    height: 25px;
}

#text {
    margin-left: 30px;
    margin-right: 30px;
    background-color: #000000;
}

#header {
    height: 160px;
    margin-bottom: 1px;
    border-top: 1px solid #2F4F4F;
    border-right: 1px solid #2F4F4F;
    border-bottom: 1px solid #C0C0C0;
    border-left: 1px solid #2F4F4F;
    padding: 0px 20px 0 14px;
    background-color: #FFFFFF;
    background-image: url(image/header.jpg);
    background-repeat: repeat-x;
}



/*--- Service ----------------------------------------------------------------*/

#service {
    margin: 0 0 1px 0;
    padding: 6px 30px 6px 0;
    text-align: right;
    border-top: 1px solid #2F4F4F;
    border-right: 1px solid #2F4F4F;
    border-bottom: 1px solid #2F4F4F;
    border-left: 1px solid #2F4F4F;
    background-color: #FFFFFF;
    background-image: url(image/balken_rot.jpg);
    color: #0000FF;
}

#service span {
    font-size: 10pt;
    margin: 0 0 0 20px;

}

#service a {
    color: #FFFFFF;
    text-decoration: none;
}

#service a:hover {
    text-decoration: underline;
}

#service form {
    display: inline;
}

#service input {
    height: 13px;
    font-size: 9px;
    color: #2F4F4F;
    background-color: #FFFFFF;
    border: 0;
}


/*--- Inhalt  ----------------------------------------------------------------*/

#content {
    margin: 0;
    font-size: 10pt;
    color: #000000;
    padding: 10px 20px 10px 15px;
    background-color: #FFFFFF;
    background-image: url(image/panel.gif);
    background-repeat: repeat-x;
    border-right: 1px solid #000000;
    border-left: 1px solid #2F4F4F;
}

#content ul {
    padding: 0;
    margin: 0;
}

#content li {
    float: none;
    text-align: justify;
    width: 100%;
    padding: 0 0 10px 10px;
    background-color: transparent;
    border: 0;
    background-image: url(image/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

#content td {
    padding: 0 10px 10px 0;
    vertical-align: top;
}

#kt td {
    font-size: 9pt;
    padding: 0;
    border: 1px solid #CECFCE;
}

.kt_frame {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 225px;
    padding: 5px;
    border: 1px solid #000000;
    background-color: #EFEFEF;
    visibility: hidden;
}

.kt_text {
    font-size: 8pt;
    padding: 0;
}

/*--- Navigationsleiste ------------------------------------------------------*/

#navi {
    font-size: 9pt;
    color: #FFFFFF;
    margin: 0;
    padding: 25px 5px 5px 8px;
    background-image: url(image/arrow_down.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#navi li {
    float: none;
    text-align: left;
    padding: 0 0 8px 0;
    background-color: transparent;
    border: 0;
}

#navi li a {
    color: #FFFFFF;
    background-color: transparent;
    text-decoration : none;
}

#navi li a:hover {
    text-decoration : underline;
}


/*--- Fuss -------------------------------------------------------------------*/

#footer {
    padding: 3px 0 10px 20px;
    margin: 0;
    border-top: 1px solid #2F4F4F;
    border-right: 1px solid #2F4F4F;
    border-bottom: 1px solid #2F4F4F;
    border-left: 1px solid #2F4F4F;
    background-color: #FFFFFF;
    background-image: url(image/balken_blau.jpg);
    background-repeat: repeat-x;

}

#footer span {
    font-size: 8pt;
    margin: 0 15px 0 0;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}


/*--- Logo + Text ------------------------------------------------------------*/

/*#logo {
    position: absolute;
    left: 45px;
    top: 45px;
    width: 400px;
    height: 100px;
/*    background-image: url(image/logo.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

/*--- Drop-Down Menü ---------------------------------------------------------*/

#menu {
    position: absolute;
    right: 31px;
    top: 165px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mnav a {
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#mnav li li a {
    display: block;
    font-weight: normal;
    font-size: 8pt;
    color: #2F4F4F;
    padding: 0 0 0 10px;
}

#mnav li li a:hover {
    color: #FFFFFF;
    background-color: #2F4F4F;
}

li {
    float: left;
    position: relative;
    width: 85px;
    text-align: center;
    cursor: default;
    padding: 2px 0 2px 0;
    background-color: #2F4F4F;
    border-top: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
}

li ul {
    display: none;
    position: relative;
    top: 20px;
    left: 0;
    font-weight: normal;
    background-color: #FFFFFF;
    padding: 0 0 0 0;
    border: 0;
}

li>ul {
    top: 5px;
    left: auto;
}

li li {
    display: block;
    float: none;
    text-align: left;
    background-color: #FFFFFF;
    border: 0;
}

li:hover ul, li.over ul {
    display: block;
}


/*--- Rahmen -----------------------------------------------------------------*/

#frame1 {
    margin: 0 0px 0 20px;
    background-image: url(image/frame_first_fill.gif);
    background-repeat: repeat-x;
}

#frame2 {
    background-image: url(image/frame_first_left.gif);
    background-repeat: no-repeat;
}

#frame3 {
    padding: 10px;
    background-image: url(image/frame_first_right.gif);
    background-repeat: no-repeat;
    background-position: top right;
}


/*--- spezielle --------------------------------------------------------------*/

#mcn {
    position: absolute;
    top: 288px;
    right: 175px;
    width: 250px;
    visibility: hidden;
}


/*--- Klassen ----------------------------------------------------------------*/

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.small {
    font-size: 8pt;
}

.big {
    font-size: 16pt;
}

.float_right {
    float: right;
}

.inp {
    height: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #0F37FF;
    background-color: transparent;
    border: 1px solid #808080;
}

.sele {
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #0F37FF;
    background-color: transparent;
    border: 1px solid #808080;
}

.area {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #0F37FF;
    background-color: transparent;
    border: 1px solid #808080;
}

.frame {
    padding: 5px;
    border: 2px solid #C8C8C8;
    background-color: transparent;
}

.border {
    padding: 5px 5px 0 5px;
    border: 1px solid #000000;
    background-color: #FFFFFF;
}

.border p {
    font-size: 8pt;
    color: #000000;
    padding: 0;
    margin: 0 0 5px 0;
}

.wide2 {
    width: 150px;
}

.wide4 {
    width: 90px;
}

.wide5 {
    width: 110px;
}