/* -----------------------------------------------------------------------
    @Autor:     Mauricio
    @Design:    Vicktoria
    @Page:      STATIC_FOTOWETTBEWERB  
----------------------------------------------------------------------- */

/* ------------------------------------
    common css
------------------------------------ */
#sFotoWettbewerb .boxNoScrip
{
    display: block;
    padding: 10px;
    border: solid 3px red;
    text-align: center;
    font-size: 13px;
    
}

#sFotoWettbewerb h1, #sFotoWettbewerb h2
{
    color: #82b90a;
    font-weight: bold;
    margin: 0px;
}

#sFotoWettbewerb h1
{
    font-size: 17px;
}

#sFotoWettbewerb hr
{
    margin: 15px 0px; 
}

#sFotoWettbewerb h2, #sFotoWettbewerb h3
{
    font-size: 12px;
}


#sFotoWettbewerb form 
{
    width: 100%;
    overflow: hidden;
}


#sFotoWettbewerb form div
{
    
    overflow: hidden;
    height: 30px;
}

#sFotoWettbewerb input
{
    width: 244px;
    margin: 0px 4px 0px 0px;
    float: left;
    
}

#sFotoWettbewerb select
{
    width: 65px;
    
}



#sFotoWettbewerb label
{
    
    float: left;
    width: 165px;
}

#sFotoWettbewerb .fcheck 
{
    overflow: hidden;
    clear: both;
}

#sFotoWettbewerb .fcheck input
{
    float: left;
    width: 13px;
    height: 15px;
    
    
}

#sFotoWettbewerb .fcheck label
{
    width: 400px;
    padding-left: 10px;
}

#sFotoWettbewerb .fcheck label.error
{
    width: 235px !important;
    
}

#sFotoWettbewerb .submitBtn
{
    background: url("/static_templates/STATIC_FOTOWETTBEWERB/img/green_btn.png") no-repeat;
    height: 37px;
    width: 127px;
    padding: 0px;
    border: none;
    
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    float: right;
    
    margin-right: 232px !important;
    
}

#sFotoWettbewerb .submitBtn:hover
{
    text-decoration: underline;
    cursor: pointer;
}


#divFile
{
    margin-top: 20px !important;
}

.sf_green
{
    font-weight: bold;
    color: #82b90a;
}

input.error
{
    border: solid 1px red;
}

label.error
{
    color: red;
    float: right !important;
    width: 225px !important;   
}

.fcheck label.error
{
    float: left !important;
}

.hidden
{
    display: none;
}

.justy
{
    text-align: justify !important;
    font-size: 12px;
}

.input2 input
{
    width: 120px !important;
}


/* ------------------------------------
    content
------------------------------------ */

#sFotoWettbewerb
{
    position: relative;
    width: 644px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}


.sFw_main
{
    position: relative;
    background: url("/static_templates/STATIC_FOTOWETTBEWERB/img/fotowettbewerb_main.jpg") no-repeat top;
    height: 280px
}

.btnStart
{
    display: block;
    position: absolute;
    left:495px;
    top:245px;
    background: url("/static_templates/STATIC_FOTOWETTBEWERB/img/green_btn.png") no-repeat;
    height: 37px;
    width: 127px;
    padding: 0px;
    border: none;
    text-align: center;
    line-height: 35px;
    
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

#year
{
    width: 65px !important;
}

#preloader
{
    background: #fff url(/static_templates/STATIC_FOTOWETTBEWERB/img/preloader.gif) no-repeat center;
    bottom:0;
    height:460px !important;
    position:absolute;
    text-align:center;
    width:100%;
    display: none;
    margin: 0px !important;
    padding: 0px !important;
}


.msussess
{
    background: url(/static_templates/STATIC_FOTOWETTBEWERB/img/ok.png) no-repeat center left;
    padding: 5px 5px 5px 45px;
}

.merror
{
    background: url(/static_templates/STATIC_FOTOWETTBEWERB/img/error.png) no-repeat center left;
    padding: 5px 5px 5px 45px;
}

.mwarning
{
    background: url(/static_templates/STATIC_FOTOWETTBEWERB/img/warning.png) no-repeat center left;
    padding: 5px 5px 5px 45px;
}

