* {margin: 0px; padding: 0px; border: 0px;}

html {
    height: 100.5%;
    font-size: 62.5%;
    overflow-y: scroll;
    overflow-x: scroll;
    background: whitesmoke;
}

body {
    background-color: whitesmoke;
}

a, input, button, select {
 outline-color: invert;
 outline-style: none;
 outline-width: medium;
}

a {color: black; text-decoration: none;}
a:link {text-decoration: none;}
a:visited {}
a:hover {color: #32BABA;}
a:active {}

input {
    border: 1px solid lightgrey;
    border-radius: 0.5em;
    height: 20px;
    padding-left: 5px;
}
input:focus, select:focus {
    border: 1px solid orange;
}

select {
    border: 1px solid lightgrey;
    border-radius: 0.5em;
    height: 22px;
    padding-left: 5px;
}

button  {
    cursor: pointer;
}

#m_head {    
    height: 80px;
    position: fixed;
    width: 100%;
    height: 80px;
    
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */

    border-bottom: 1px solid lightgrey;   
    /*box-shadow: 0px 1px 50px lightgrey;*/
}

#m_login    {
    color: grey;
}

#m_suchfeld_head {
    float: left;
    margin-left: 200px;
    margin-top: 7px;
}

#m_module {
    height: 40px;
}

#m_logo   {
   clear: both; 
   margin-left: 50px;
   width: 50px;
   float: left;
}

#m_nl {
    height: 40px;
    margin-left: 25px;
    float: left;
}

#mnl_1, #mnl_2, #mnl_3, #mnl_4, #mnl_5, #mnl_6, #mnl_7, #mnl_8, #mnl_9   {
    float: left;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    color: grey;
    opacity: 1;
}

#mnl_x   {
    float: left;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    color: orange;
    opacity: 1;
}

#mnl_1:hover,
#mnl_2:hover,
#mnl_3:hover,
#mnl_4:hover,
#mnl_5:hover,
#mnl_6:hover,
#mnl_7:hover,
#mnl_8:hover,
#mnl_9:hover
{
    color: white;
    opacity: 0.5;
    background: lightsteelblue;
}

#m_navwort  {
    /*float: right;*/
    margin-right: 500px;
    color: red;
    font-size: 12px;
    margin-top: 5px;
    /*background-color: white;*/
    border-radius: 0.5em;   
    /*text-shadow: gray 0.3px 0.3px 0.3px;*/
}

#m_icons    {
    float: right;
    margin-right: 25px;    
}

#m_master_wort    {
    float: left;
    margin-left: 100px;
    font-size: 25px;
    color: lightgrey;
}

#m_middle    {
    width: 1400px;
    padding-top: 80px;
    margin-left: auto;
    margin-right: auto;  
}

#m_footer_verein   {
    clear: both;
    margin-top: 25px;
    min-height: 150px;
    /*background-color: lawngreen;*/
    background-image: url(../../img/verein/skyline_verein1.png);
}

#m_footer_hv   {
    clear: both;
    margin-top: 25px;
    min-height: 150px;
    /*background-color: lawngreen;*/
    background-image: url(../../img/index/skyline_1000x205.png);
}

#m_abschluss {
    clear: both;
    min-width: 1000px;
    margin-bottom: 50px;
}

.m_zentrieren   {
    margin-left: auto;
    margin-right: auto;
}

/*
Fehlermeldungen
*/

#wartungsmeldung_rot  {
    padding: 10px;
    /*background-color: lightcoral;*/
    background-color: red;
    border: 2px solid #BEBEBE;   
    border-radius: 0.5em;
    font-family: verdana;
    color: whitesmoke;
    clear: both;
}

#fehlermeldung_rot  {
    position: fixed;
    text-align: center;
    top: 30px;
    left: 50%;    
    width: 600px;
    margin-left: -300px;
    padding: 10px;
    background-color: lightcoral;
    border: 2px solid #BEBEBE;   
    border-radius: 0.5em;
    font-family: verdana;
    color: whitesmoke;
}

#fehlermeldung_rot_klein  {
    position: fixed;
    text-align: center;
    top: 20px;
    left: 50%;    
    width: 200px;
    margin-left: -100px;
    padding: 10px;
    background-color: lightcoral;
    border: 2px solid #BEBEBE;   
    border-radius: 0.5em;
    font-family: verdana;
    color: whitesmoke;
}

#fehlermeldung_gruen  {
    position: fixed;
    text-align: center;
    top: 30px;
    left: 50%;    
    width: 600px;
    margin-left: -300px;
    padding: 10px;
    background-color: lightseagreen;
    border: 2px solid #BEBEBE;   
    border-radius: 0.5em;
    font-family: verdana;
    color: whitesmoke;
}

#fehlermeldung_gruen_klein  {
    position: fixed;
    text-align: center;
    top: 20px;
    left: 50%;    
    width: 200px;
    margin-left: -100px;
    padding: 10px;
    background-color: lightseagreen;
    border: 2px solid #BEBEBE;   
    border-radius: 0.5em;
    font-family: verdana;
    color: whitesmoke;
}

/*
Wörter
*/

w7 {
    font-size: 7px;
    font-family: verdana;
    color: red;
}

w10 {
    font-size: 10px;
    font-family: verdana;
}

w_blau  {
    color: #004A7F;
}

schraeg  {
    font-style: italic;
    text-decoration: underline;
}

ita  {
    font-style: italic;
}

w12_g  {
    font-size: 12px;
    color: gray;
    text-shadow: white 1px 1px 1px;
}

w15_g  {
    font-size: 15px;
    color: gray;
    text-shadow: white 1px 1px 1px;
}

w18_g  {
    font-size: 18px;
    color: gray;
    /*text-shadow: gray 0.5px 0.5px 0.5px;*/
}

w12_w  {
    font-size: 12px;
    color: white;
    font-weight: bold;
    text-shadow: gray 1px 1px 1px;
}

w12_b  {
    font-size: 12px;
    color: black;
    font-weight: bolder;
    text-shadow: white 1px 1px 1px;
}

w14_w  {
    font-size: 14px;
    color: white;
    font-weight: bolder;
    text-shadow: black 1px 1px 1px;
}

w14_b  {
    font-size: 14px;
    color: black;
    font-weight: bolder;
    text-shadow: white 1px 1px 1px;
}

w1_nav  {
    font-size: 14px;
    color: white;
    background-color: #CCCCCC;
    text-align: center;
}

#m_buttonwort   {
    color: gray;
    text-align: justify;
    display: block;
}

#link_wort  {
    text-decoration: underline;
    color: gray;
    font-weight: bold;
}

#m_name   {      /*  */
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-left: 5px;
}

#m_name2   {      /*  */
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#m_naveinzeln    {
    float: left;
    width: 100%;
}

#m_naveinzeln_headline    {
    float: left;
    width: 100%;
    font-weight: bold;
    margin-left: -4px;
    margin-bottom: 5px;
}

#m_navwortliste  {
    color: black;
    font-size: 18px;
    text-align: right;
    float: right;
}

#m_navwortliste:hover {
    color: orange;
}

#monate {
    font-size: 20px;
    width: 100%;
    height: 25px;
    color: white;
    background-color: lightsteelblue;
    text-align: center;
    /*border:2px solid #bebebe;*/
    margin-bottom: 10px;
    margin-top: 10px;
}

/*
Boxen
*/

#box1_gray{
    background-color: grey;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 0.5em;
}

#box1_lightgrey{
    background-color: lightgrey;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 0.5em;
}

#box1_hellgrau{
    background-color: whitesmoke;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 0.5em;
}

#mbox_white    {        /*  mit Schatten   */
    float: left;
    background-color: white;
    border: 1px solid lightgray;
    margin-left: 1%;
    margin-top: 18px;
    padding: 10px;
    border-radius: 0.5em;
    box-shadow: 0px 1px 50px lightgrey;
}

#mbox_white_blanc    {        /*  ohne Schatten   */
    float: left;
    background-color: white;
    border: 1px solid lightgray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px;
    border-radius: 0.5em;
}

#mbox_whitesmoke    {        /*  ohne Schatten   */
    float: left;
    background-color: whitesmoke;
    border: 1px solid lightgray;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 10px;
    border-radius: 0.5em;
}

#box49  {
    width: 49%;
    float: left;
}

#box_uni_left   {
   float: left;
}

#box_uni_right   {
   float: right;
}

#mbox_navi_hell {
    background-color: #F0F0F0;
    text-align: left;
    /*padding: 15px;*/
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    margin-top: -4px;
}

#mbox_navi_dunkel{
    background-color: #B5B3B3;
    border: 1px solid #CCCCCC;
}

#mbox_navi_trans{
    padding: 10px;
}

#warnbox_rot    {
    background-color: lightcoral;
    padding: 15px;
    color: white;
    text-align: center;
    border: 2px solid red;
}

#m_grau   {
    color: gray;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    padding: 5px;
}

#m_wrap1   {
    background-color: white;
    border-left: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    padding: 10px;
}

#akt_hv {       /* Liste mit bestehenden HV-Einträgen   */
    padding: 5px;
    border: rgb(190,190,190) 1px solid;
    margin-top: 5px;
    border-radius: 0.5em;
    width: 95%;
}

#m_zeile  {     /* einzelne Zeile in Form */
    clear: both;
    padding-top: 13px;
}

#m_zeile_float   {
    padding-top: 13px;
    float: left;
}

#m_zeile_clear  {     /* einzelne Zeile in Form */
    clear: both;
}

#m_border    {
    border: 1px solid lightgrey;
    border-radius: 0.5em;
}

#m_liste    {
    height: 25px;
    padding: 5px;
    border-bottom: 1px solid lightgrey;
}

#m_liste2    {
    border-bottom: 1px solid lightgrey;
}

.m_formfeld    {
    width: 95%;
    padding: 3px;
    background-color: #F0F0F0;
    border: 1px solid lightgray;
    border-radius: 0.5em;
}

#direkte_zusatz {
    font-size: 10px;
    float: left;
    width: 70px;
}

/*
Buttons
*/

#b1_allg    {      
    margin: auto;
    margin-bottom: 10px;
    width: 90%;
    height: 20px;
    margin-left: 8px;
    cursor: pointer; 
}

#b2_allg    {     
    padding-top: 6px;
    min-height: 20px;
    width: 90%;
    text-align: center;
}

#b3_allg    {     
    padding-top: 6px;
    padding-bottom: 6px;
    min-height: 20px;
    text-align: center;
}

.b1_hellblau  {   /* buttons klein bei "Buchungen Mieteinnahmen */
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    border-radius: 1em;
    background: #CDE3F4;
}

.orange_button {
    -moz-box-shadow:inset 0px 1px 0px 0px #fcf8f2;
    -webkit-box-shadow:inset 0px 1px 0px 0px #fcf8f2;
    box-shadow:inset 0px 1px 0px 0px #fcf8f2;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fae4bd), color-stop(1, #eac380) );
    background:-moz-linear-gradient( center top, #fae4bd 5%, #eac380 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fae4bd', endColorstr='#eac380');
    background-color:#fae4bd;
    -webkit-border-top-left-radius:20px;
    -moz-border-radius-topleft:20px;
    border-top-left-radius:20px;
    -webkit-border-top-right-radius:20px;
    -moz-border-radius-topright:20px;
    border-top-right-radius:20px;
    -webkit-border-bottom-right-radius:20px;
    -moz-border-radius-bottomright:20px;
    border-bottom-right-radius:20px;
    -webkit-border-bottom-left-radius:20px;
    -moz-border-radius-bottomleft:20px;
    border-bottom-left-radius:20px;
    text-indent:0;
    border:1px solid #eeb44f;
    display:inline-block;
    color:#ffffff;
    font-family:Arial;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:50px;
    line-height:50px;
    width:100%;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #cc9f52;
}
.orange_button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eac380), color-stop(1, #fae4bd) );
    background:-moz-linear-gradient( center top, #eac380 5%, #fae4bd 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eac380', endColorstr='#fae4bd');
    background-color:#eac380;
}.orange_button:active {
    position:relative;
    top:1px;
}

.m_submit  {      /*  grau    */
    /*font-family: verdana;*/
    float: left;
    font-size: 8px;
    font-weight: bolder;
    border: 1px solid lightgrey;
    padding-left: 5px;
    padding-right: 5px;
    cursor:pointer;
    border-radius: 0.5em;
    color: #303A3A;
    /* ab hier von CSS-Genator */
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.m_submit:hover  {      /*  grau    */
    color: orange;
}

.m_submit_auswahl   {
    /*font-family: verdana;*/
    float: left;
    font-size: 8px;
    font-weight: bolder;
    border: 1px solid lightgrey;
    padding-left: 5px;
    padding-right: 5px;
    cursor:pointer;
    border-radius: 0.5em;
    color: orange;
    /* ab hier von CSS-Genator */
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.m_submit_navi  {      /*  grau    */
    min-width: 50px;
    float: left;
    font-size: 8px;
    font-weight: bolder;
    border: 1px solid lightgrey;
    padding-left: 5px;
    padding-right: 5px;
    cursor:pointer;
    border-radius: 0.5em;
    color: #303A3A;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

.m_submit_navi:hover  {      /*  grau    */
    color: orange;
}

.m_submit_navi_auswahl  {      /*  grau    */
    min-width: 50px;
    float: left;
    font-size: 8px;
    font-weight: bolder;
    border: 1px solid lightgrey;
    padding-left: 5px;
    padding-right: 5px;
    cursor:pointer;
    border-radius: 0.5em;
    color: orange;
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#crm, #ixt, #ver, #ex    {
    width: 50px;
    height: 20px;
    font-family: verdana;
    font-weight: bold;
    color: white;
    text-align: center;
    float: right;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    opacity: 0.8;  
}

#crm:hover, #ixt:hover, #ver:hover, #ex:hover    {
    opacity: 1;    
}

#ixt    {
    float: right;
    margin-right: 60px;
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}

#crm    {
    /*background-color: lightseagreen;*/
    background: #006e2e; /* Old browsers */
    background: -moz-linear-gradient(top,  #006e2e 0%, #2a6d46 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006e2e), color-stop(100%,#2a6d46)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #006e2e 0%,#2a6d46 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #006e2e 0%,#2a6d46 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #006e2e 0%,#2a6d46 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #006e2e 0%,#2a6d46 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006e2e', endColorstr='#2a6d46',GradientType=0 ); /* IE6-9 */
}

#ver    {
    background: rgb(255,168,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}

#ex    {
    background: rgb(181,189,200); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
}

#button_list1   {
    width: 80px;    
}

#button_list2   {
    width: 40px;    
}

#button_list1 span, #button_list1 button    {
    background-image: url(../../img/iconsets/iconset1-k1.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;   
}

#button_list2 span, #button_list2 button    {
    background-image: url(../../img/iconsets/iconset2-k2.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;    
}

.button_newmember   {
    background-position: -0px -140px;
}
.button_geburtstagsliste   {
    background-position: -140px -140px;
}
.button_watchlist   {
    background-position: -140px -92px;
}
.button_termin   {
    background-position: -120px -60px;
}
.button_erase   {
    background-position: -145px -211px;
}
.button_change  {
    background-position: -280px -74px;
}
.button_newfammitglied   {
    background-position: -75px -143px;
}
.button_pfeilzurueck1   {
    background-position: -280px -211px;
}
.button_modulwechsel1   {
    background-position: -280px -5px;
}

/*
Hintergründe
*/

.back1  {               /* hellgrau */
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.back2  {               /* hellgrün */
    background: rgb(205,235,139); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(205,235,139,1) 0%, rgba(205,235,139,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,235,139,1)), color-stop(100%,rgba(205,235,139,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(205,235,139,1) 0%,rgba(205,235,139,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(205,235,139,1) 0%,rgba(205,235,139,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(205,235,139,1) 0%,rgba(205,235,139,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(205,235,139,1) 0%,rgba(205,235,139,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8b', endColorstr='#cdeb8b',GradientType=0 ); /* IE6-9 */
}

/*
Rahmen
*/

.rahmen_orange {      /* grün */
    border: orange 2px solid;
    border-left: orange 2px solid;
}
.rahmen_grau {      /* grün */
    border: lightgrey 1px solid;
    border-left: lightgrey 1px solid;
}

/*
Special
*/
#icon_img   {     /* Kat.-Icons   */
    float: left;
    width: 57px;
    height: 25px;
    margin-left: 15px;
}

#clear_zusatz   {
    clear: left;
}