﻿ul#selector      {
         width: 90%;
         max-width: 760px;
         margin: 10px 2%}

#selector  div.usermessage  { padding: 8px 0 8px 1em; }
#selector table.selectlist       {border-collapse: separate; border-spacing: 8px;}
#selector table.selectlist td.selectlist_item      {
         font-size: 0.9em;
         line-height: 150%;
         margin: 0 0 0 1em;
         padding: 6px 9px;
         border: 2px solid #595959;
         background-color:#323232;
         border-radius: 3px;
         box-shadow: inset 0px 0px 6px #444343;
         text-align:center;
         font-weight:bold;
         font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', 'Geneva', 'Verdana', 'sans-serif';
         color: #fff;
         font-size: 1.25em;
         font-weight: bold;
         text-align: left;
          cursor:pointer;

}
#selector table.selectlist td.selectlist_item:hover{
    background-color: #787878;
    box-shadow: inset 0px 0px 3px #323232;
    color: #000;
}
#selector table.selectlist td.selectlist_item:active {
    background-color: #b1b1b1;
    color: #000;
}
/* Transaktion erfolgreich */
div.container div.usermessage  {
         width: 90%;
         max-width: 760px;
         background-color: #95de3f;
         border: 1px solid #50962c;
         padding: 13px 4%;
         font-size: 1.15em;
         color: #333;
         font-weight: bold;
         margin: 20px 0;
         line-height: 150%;}
 /* Links*/
 a       {color: #5ab120;
         font-weight: bold;}
 a:hover, a:focus        {color: #5ab120;}

 /* Anmeldung */
 #loginForm form, form.form-horizontal {
         background-color: #7b7c7e;
    padding: 15px 0 10px 0;
    width: 90%;
    max-width: 600px;
    margin: 25px 0;
    color: #fff;}
 form.form-horizontal h4 {margin-left: 10px;}
 #loginForm form hr, form.form-horizontal hr      {visibility: hidden;}
 #loginForm form label, form.form-horizontal label   {color: #fff;}
  #loginForm form input.btn, form.form-horizontal input.btn      {background-color: #5ab120;
         color: #fff;
         border: 1px solid #50862c;}
   #loginForm form input.btn:hover, form.form-horizontal input.btn:hover      {background-color: #50862c;
         color: #fff;
         border: 1px solid #50862c;}
#loginForm form p        {margin: 15px;}
#loginForm form p a    {
         color: #95de3f;  }
#loginForm form p a:hover    {
         color: #333;  }
#loginForm form p        {margin-bottom: 10px;}
/*div.col-md-offset-2       {margin-left: 23.666666666666664%;}
.col-md-2 {width:  23.666666666666664%;}
.col-md-10 {    width: 76.3333%;}*/
/*form label.col-md-2   {float:left;
 position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 23.666666666666664%;}
 div.col-md-10   {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width: 76.33333333333334%;    }*/
