﻿/**********************************************************************************************/
/* Texte                                                                                      */
/**********************************************************************************************/

p
{
    margin-top: 0px;
    font-size: 11px;
    color: #383539;
    font-family: arial,helvetica,sans serif;
    text-decoration: none;
}

h1
{
    font-size: 18px;
    color: #27994d;
    font-family: arial,helvetica,sans serif;
    text-decoration: none;
    font-weight: normal;
}

h2
{
    color: #27994D;
    font-family: arial,helvetica,sans serif;
    font-size: 16px;
    font-weight: normal;
    margin-left: 0;
    margin-top: 3px;
    text-decoration: none;
}

h3
{
    color: #27994D;
    font-family: arial,helvetica,sans serif;
    font-size: 11px;
    margin-left: 0;
    margin-top: 3px;
    text-decoration: none;
}

.error
{
    font-family: arial,helvetica,sans serif;
    font-size: 11px;
    color: #CC3300;
}

.notification
{
    font-family: arial,helvetica,sans serif;
    font-size: 11px;
    color: #383539;
}

.button
{
    font-size: 11px;
    font-family: arial,helvetica,sans serif;
}


/**********************************************************************************************/
/* Links                                                                                      */
/**********************************************************************************************/

a
{
    margin-top: 2px;
    font-size: 11px;
    margin-left: 0px;
    color: #27994d;
    font-family: arial,helvetica,sans serif;
    text-decoration: underline;
}

a:visited
{
    margin-top: 2px;
    font-size: 11px;
    margin-left: 0px;
    color: #3ba5ae;
    font-family: arial,helvetica,sans serif;
    text-decoration: underline;
}

a:active
{
    margin-top: 2px;
    font-size: 11px;
    margin-left: 0px;
    color: #27994d;
    font-family: arial,helvetica,sans serif;
    text-decoration: underline;
}

a:link
{
    margin-top: 2px;
    font-size: 11px;
    margin-left: 0px;
    color: #27994d;
    font-family: arial,helvetica,sans serif;
    text-decoration: underline;
}

.linkemail a
{
    background: url("link_email.gif") no-repeat;
    background-position: 0px 3px;
    padding-left: 18px;
}

.linkemail a:visited
{
    background: url("link_mail_active.gif") no-repeat;
    background-position: 0px 3px;
    padding-left: 18px;
}

.linkintern a
{
    background: url("link.gif") no-repeat;
    background-position: 0px 3px;
    padding-left: 14px;
}

.linkintern a:visited
{
    background: url("link_active.gif") no-repeat;
    background-position: 0px 3px;
    padding-left: 14px;
}

.linkextern a
{
    background: url("link_external.gif") no-repeat;
    background-position: 0px 1px;
    padding-left: 14px;
}

.linkextern a:visited
{
    background: url("link_external_active.gif") no-repeat;
    background-position: 0px 1px;
    padding-left: 14px;
}

.linkdownload a
{
    background: url("link_download.gif") no-repeat;
    background-position: 0px 3px;
    padding-left: 14px;
}

.linkdownload a:visited
{
    background: url("link_download_active.gif") no-repeat;
    background-position: 0px 3px;
    padding-left: 14px;
}


/**********************************************************************************************/
/* GridView                                                                                   */
/**********************************************************************************************/
.mGrid
{
    width: 100%;
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: solid 1px #27994D;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.mGrid a
{
    color: #27994D;
    text-decoration: none;
}
.mGrid a:hover
{
    color: #000;
    text-decoration: underline;
}

.mGrid td
{
    padding: 2px;
    border: solid 1px #27994D;
    color: #000000;
}
.mGrid th
{
    padding: 4px 2px;
    color: #ffffff;
    background: #27994D;
    border-left: solid 1px #27994D;
    font-size: 11px;
    text-decoration: none;
}
.mGrid th a
{
    color: #FFFFFF;
    text-decoration: none;
}
.mGrid th a:hover
{
    color: #000;
    text-decoration: underline;
}

.mGrid .alt
{
    background: #E4F1E6;
}
.mGrid .pgr
{
    background: #E4F1E6;
}
.mGrid .pgr table
{
    margin: 5px 0;
}
.mGrid .pgr td
{
    border-width: 0;
    padding: 0 6px;
    border-left: solid 1px #27994D;
    font-weight: bold;
    color: #000000;
    line-height: 11px;
}
.mGrid .pgr a
{
    color: #27994D;
    text-decoration: none;
}
.mGrid .pgr a:hover
{
    color: #27994D;
    text-decoration: underline;
}

/**********************************************************************************************/
/* DetailView                                                                                   */
/**********************************************************************************************/
.mDetail
{
    border-collapse: collapse;
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: solid 1px #27994D;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.mDetail a
{
    color: #27994D;
    text-decoration: none;
}
.mDetail a:hover
{
    color: #000;
    text-decoration: underline;
}

.mDetail td
{
    border: solid 1px #27994D;
    padding: 4px;
    color: #000000;
    line-height: 10px;
}


.mDetail .alt
{
    background: #E4F1E6;
}
.mDetail table
{
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: 0px;
    border-width: 0px;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}
.mDetail .pgr td
{
    border: 0px;
    border-width: 0px;
    padding: 0 6px;
    font-weight: bold;
    color: #000000;
    line-height: 11px;
}
.mDetail .pgr a
{
    color: #27994D;
    text-decoration: none;
}
.mDetail .pgr a:hover
{
    color: #27994D;
    text-decoration: underline;
}

/**********************************************************************************************/
/* Tables                                                                                     */
/**********************************************************************************************/
.table
{
    border-collapse: collapse;
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: solid 1px #27994D;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.tabTitle
{
    background-color: #039646;
    background-position: 505px 0px;
    font-size: 11px;
    color: #FFFFFF;
    padding-left: 8px;
    padding-right: 0px;
    height: 25px;
    border-left: 1px solid #039646;
    border-bottom: 1px solid #e4f1e6;
}

.tabSubTitle
{
    background-color: #e4f1e6;
    font-size: 11px;
    color: #383539;
    padding-left: 8px;
    padding-right: 8px;
    height: 20px;
    border-left: 1px solid #e4f1e6;
    border-bottom: 1px solid #e5e5e5;
}

.tabHeadLabel
{
    background-color: #e5e5e5;
    font-size: 11px;
    color: #039646;
    padding-left: 8px;
    padding-right: 8px;
    height: 20px;
    border: 1px solid #e5e5e5;
}

.tabRow
{
    background-color: #ffffff;
    font-size: 11px;
    color: #383539;
    padding-left: 8px;
    padding-right: 8px;
    height: 20px;
    border: 1px solid #e5e5e5;
}

.tabRowShaded
{
    background-color: #e4f1e6;
    font-size: 11px;
    color: #383539;
    padding-left: 8px;
    padding-right: 8px;
    height: 20px;
    border: 1px solid #e5e5e5;
}

.tabFooter
{
    background-color: #e5e5e5;
    font-size: 11px;
    color: #383539;
    padding-left: 8px;
    padding-right: 8px;
    height: 20px;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e4f1e6;
}

.table input, checkbox, option, select
{
    font-size: 11px;
}


/**********************************************************************************************/
/* FormView                                                                                   */
/**********************************************************************************************/
.mForm
{
    width: 400px;
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: 0px;
    border-width: 0px;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.mForm a
{
    color: #27994D;
    text-decoration: none;
}
.mForm a:hover
{
    color: #000;
    text-decoration: underline;
}

.mForm td
{
    border: 0px;
    border-width: 0px;
    padding: 4px;
    color: #000000;
    line-height: 10px;
}

.mForm .alt
{
    background: #E4F1E6;
}
.mForm table
{
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: 0px;
    border-width: 0px;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}
/**********************************************************************************************/
/* Progressbar                                                                                */
/**********************************************************************************************/
.mProgress
{
    border-style: none;
    border-color: inherit;
    width: 650px;
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border-width: 0px;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.mProgress a
{
    color: #27994D;
    text-decoration: none;
}
.mProgress a:hover
{
    color: #000;
    text-decoration: underline;
}

.mProgress td
{
    border: 0px;
    border-width: 0px;
    padding: 4px;
    color: #000000;
    line-height: 10px;
}

.mProgress .alt
{
    background: #E4F1E6;
}
.mProgress table
{
    background-color: #ffffff;
    margin: 5px 0 10px 0;
    border: 0px;
    border-width: 0px;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}
.fertig 
{
    color: #27994d;
}
.aktiv
{
    background: url("activ_step.gif") no-repeat;
    background-position: 3px 3px;
    padding-left: 18px;
    font-weight: bold;
    color: #27994d;
}
.neu
{
    font-style: italic; 
    color: #000000;
}
