/* ################################################################################
/* #  ----- layout.css -----                                                      #
/* #  stylesheetdatei für den WEbsite                                             #
/* # (c) Jan Lohmer - Lohmer@stc.de - ST COMPUTER - www.stc.de - 2003             #
/* ################################################################################
#   <style type="text/css">
#   <!--
#   @import url(../layout.css);
#   -->
#   </style>
#
#
#




/* CSS-Datei  */

# a:link    { color:#150185; font-family:arial; font-weight:bold; text-decoration:none; font-size: 10pt; }
# a:visited { color:#150185; font-family:arial; font-weight:bold; text-decoration:none; font-size: 10pt; }
# a:hover   { color:#E9F47B; font-family:arial; font-weight:bold; text-decoration:none; font-size: 10pt; }
# a:active  { color:#E9F47B; font-family:arial; font-weight:bold; text-decoration:none; font-size: 10pt; }#

# a.main:link    { color:#003399; font-family:arial; font-weight:bold; text-decoration:none; font-size: 12pt; }
# a.main:visited { color:#003399; font-family:arial; font-weight:bold; text-decoration:none; font-size: 12pt; }
# a.main:hover   { color:#187318; font-family:arial; font-weight:bold; text-decoration:underline; font-size: 12pt; }
# a.main:active  { color:#187318; font-family:arial; font-weight:bold; text-decoration:underline; font-size: 12pt; }

a { color:#003399; font-family:arial; font-weight:bold; text-decoration:none; font-size: 13px; }

a.topnav {color: #e2f07c; font-family: arial; font weight: bold; text-decoration: none; font-size: 11px;}
a:hover.topnav {color: #d5b500;}

a.mainnav {color: #295214; font-family: arial; font weight: bold; text-decoration: none; font-size: 12px;}
a:hover.mainnav {color: #d5b500;}
   
td.navtd { border-left: 1px solid #aaa;  border-right: 1px solid #ccc; background-image: url(images/Schaltfl/kl_gr_la.jpg)}


/* Tabellenlayout */
/* .a { font-family:Verdana; font-size:8pt; color:#000000; } */





.hand {  cursor: hand}


/* CSS für Input1 */
input.input {
        height:18;
        padding:2;
        border-color:#375180;
        border-top-width:3;
        border-left-width:3;
        border-right-width:1;
        border-bottom-width:1;

        background-color : #EFEFEF;
        color : #000000;
        font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

input.input_s {
        height:18;
        padding:2;
        border-color:#375180;
        border-top-width:1;
        border-left-width:1;
        border-right-width:1;
        border-bottom-width:1;

        background-color : #EFEFEF;
        color : #000000;
        font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
        width:100;
}

/* CSS für textarea */
textarea.textarea {
        border-color:#000000;
        background-color : #EFEFEF;
        color : #000000;
        font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* CSS für Buttons */
input.button {
        border-style:outset;
        border-color:#000000;
        background-color : #ffffff;
        color : #000000;
        font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
        width:120;
}

/* CSS für Select1 */
select.select {
        background-color : #EFEFEF;
        color : #000000;
        font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}




