 /******************************************************************************
        
        C  S  S   -   D  A  T  E  I
        
        Projekt     :    a-concept    UNDER CONSTRUCTION    2013
        
        Copyright   :    a-concept internet.studio
                            www.a-concept.de
        
******************************************************************************/




/*    PAGE
*******************************************************************************/
html {
    background: url('363812_original_r_k_b_by_kurt_michel_pixelio.de.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

body {
    font: 16px/20px    "Yanone Kaffeesatz", Georgia, "Times New Roman", Times, serif;
    color: #444;
    margin: 0;
    padding: 0;
}



/*  CONTAINERS
******************************************************************************/
#wrapper {
    position:absolute;
    left:50%;
    top:50%;
    width:480px;
    height:272px;
    margin:-136px 0 0 -240px;
    
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.75);
    
    overflow:hidden;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;

    -moz-border-radius:10px;
    border-radius:10px;
}

#content {
    padding:25px;
}

#footer {
    position:absolute;
    bottom:0;
    
    padding:25px;
}



/*  STYLING DES CONTENTS
******************************************************************************/
h1 {
    margin:10px 0 20px 0;
    font-size:36px;
    line-height:34px;
    font-weight:normal;
}



/*  a-concept Schriftzug
*******************************************************************************/
.acoinst {
    font-weight: bold;
}
.acoinst span {
    font-weight: normal;
    font-size:65%;
    position:relative;
    bottom:-0.25em;
}
