﻿
/* Abstand zwischen einzelnen Hauptgrafiken */
/* Formatierung der Grafikboxen */

.divhomegewinnsuche
{


 width:100%;
 height:264px;
background-image: url(/DesktopModules/homegewinnsuche/images/Hintegrund_blau1398.png);

}

    .divhomegewinnsuche .divboxenfloat {
    float:left;
    
    }
    .divhomegewinnsuche .divboxen {
    height:264px;
    width:422px;
    }

.divhomegewinnsuche .divmitte {
 
    background-image:url(/DesktopModules/homegewinnsuche/images/Linie_weiss_horizontal.png);
    background-position: center center;
    background-repeat:no-repeat;
    width:136px;
    }


        .divhomegewinnsuche .divboxenclear {
    clear:both;
    }

    .divhomegewinnsuche .contentPane {
    height:264px;
    }


    .divhomegewinnsuche .divsuchenbox {
    border: 2px solid white;
    text-align: center;
    width:228px;
    height:40px;
    padding-top: 0px;
    margin-right:10px;
}


    .divhomegewinnsuche .suchenbutton {
    background-image:url(/DesktopModules/homegewinnsuche/images/SUCHEN-FELDneu.png);
    background-color:transparent;
    color:#0078be;
    width:120px;
    height:40px;
    border:none;
        text-align:left;
    padding-left:20px;
    cursor:pointer;
    }


    .divhomegewinnsuche .divsuchenbox  .divsuchenboxtext {
        background-color:transparent;
        border:none;
        color:white;
        height:40px;
        width:194px;
    }


    .divhomegewinnsuche ::-webkit-input-placeholder { color: white; }
.divhomegewinnsuche ::-moz-placeholder { color:white; } /* firefox 19+ */
.divhomegewinnsuche :-ms-input-placeholder { color:white; } /* ie */
.divhomegewinnsuche input:-moz-placeholder { color:white; }



     a:active {
    outline: none;
    }
     a:focus {
    -moz-outline-style: none;
    }

     a,  input {
        outline-color:invert;
        outline-style:none;
        outline-width:medium;
    }
