/*  SPG-Verein-Web - Cascading Style Sheet    */
/*  Author : Markus Glasing, BMP GmbH  */


/* Login-Logo Text */
div.login_logo_text {
    display: inline-block;
    height: 60px;
    color: #AD1A2A;
    font-weight: bold;
    font-size: 27px;
}
div.login_logo_text span {
    padding-top: 18px;
}

/* Klasse um ein Div grau und Zentriert darzustellen (aktuell nur bei Mitgliedsdaten bearbeiten) */
div.centerGray {
    background-color: #F2F2F2;
    width: 1024px;
    margin: auto;
    display: block;
    text-align: center;
    /*border-radius: 0px !IMPORTANT;*/
}

div.centerGrayButtons {
   /*background-color: #F2F2F2;*/
    width: 1024px;
    margin: auto;
    display: block;
    text-align: right;
    height: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 11px;
}
div.centerGrayButtons a {
    margin-right: 11px;
}

div.centerGrayButtons a.ebtn {
    padding: 8px;
}

a.menu:hover {
    color:#D9534F;
    text-decoration:none;
}

td.menu_n a.menu:hover{
    color: #ffffff;
}

input.search {
    padding: 6px;
}
a span1 {
    padding: 7px;
}
input#bbtn {
    padding: 6px;
}

div.headIconAndText {
    display: inline-block;
}
div.headIconAndText span {
    color: #ffffff;
    float:right;
    margin-top: 10px;
}

div.LogoIconAndText {
    display: inline-block;
}
div.LogoIconAndText span {
    font-size: 27px;
    font-weight: bold;
    color: #ffffff;
    float:right;
    margin-top: 10px;
}

div#admin {
    background-color: #F2F2F2;
}

input:disabled {
    background-color: #cccccc;
}

td.menu {
    padding-top:40px;
}
td.info_new {
    padding-top:11px;
    text-align: center;
}
div#waiting {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

table.flagoptions tr.flagoptions_item td {
    padding-top: 13px;
}

div.backgound.radiusTOP {
    border-top-left-radius: 4px !IMPORTANT;
    border-top-right-radius: 4px !IMPORTANT;
}

div.backgound.radiusBOTTOM {
    border-bottom-left-radius: 4px !IMPORTANT;
    border-bottom-right-radius: 4px !IMPORTANT;
}

div.backgoundsmall {
     background-color: #F2F2F2;
     width: 420px;
     text-align: center;
     margin: auto;
     display: block;
     padding-top: 10px;

}

div.backgoundsmall.radiusTOP {
    border-top-left-radius: 4px !IMPORTANT;
    border-top-right-radius: 4px !IMPORTANT;
}

div.backgoundsmall.radiusBOTTOM {
    border-bottom-left-radius: 4px !IMPORTANT;
    border-bottom-right-radius: 4px !IMPORTANT;
}

div.info {
   /* background-color: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 4px;*/
    margin-bottom: 11px;
    /*margin-top: 6px;
    padding-left: 8px;*/
    text-align: left!IMPORTANT;
    
}
td.formhead {
    font-size:14px !IMPORTANT;
    color: #000000;
    border-bottom: 1px solid #666666;
    padding-bottom: 6px;
    font-weight: bold;
}

td.tdListManage input[type="radio"] {
    margin-top: 8px;
}

div table.backgound.radiusTOP {
    border-top-left-radius: 4px !IMPORTANT;
    border-top-right-radius: 4px !IMPORTANT;
    background-color: #F2F2F2;
}

div#upload {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
}

input,textarea,select,option {
    font-family:'Fjalla One', Arial, 'Arial Unicode MS', Helvetica, sans-serif;/*Roboto, Arial, 'Arial Unicode MS', Helvetica, sans-serif;*/
    font-size:14px !IMPORTANT;
    color:#000000;
}

#row_zusatzadresse_field{
    width: 345px !important;
}

textarea {
    padding: 6px 12px;
    border: 1px solid #cccccc;
}

div.comment {
    font-size: 12px !IMPORTANT;
}

tr.gridHeader td {
    color: #000000;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}
tr.gridHeader {
    background-color: #fefefe;
}
div.centerGrayButtonsAlternative {
   /*background-color: #F2F2F2;*/
    width: 400px;
    margin: auto;
    display: block;
    text-align: right;
    height: 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 11px;
}
div.centerGrayButtonsAlternative2 {
    margin: auto;
    display: block;
    text-align: right;
    height: 30px;
    padding-top: 11px;
    width: 1024px;
    text-align:center;
}

div.centerGrayButtonsAlternative a.ebtn{
    background-color:#ad1a2a;
    color:#FFFFFF;
    border:0px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    padding:8px;
}
div.centerGrayButtonsAlternative a.ebtn:hover{
    background-color:#000000;
    color:#ffffff;
}

div.centerGrayButtonsAlternative2 a.ebtn{
    background-color:#ad1a2a;
    color:#FFFFFF;
    border:0px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    padding:8px;
}
div.centerGrayButtonsAlternative2 a.ebtn:hover{
    background-color:#000000;
    color:#ffffff;
}

#frm_geschlecht,#frm_land,#frm_zahlart,#name{
    width: 345px !important;
}