/******************************************************************************
        
        CSS-Datei       Wiemer/Lindemann        Startseite
        
        (C) 2012 a-concept internet.studio
        
******************************************************************************/


/*  HELPFUL CLASSES
******************************************************************************/
.clear {
    clear:both;
}
.invisible {
    display:none;
}



/*  PAGE
******************************************************************************/
html {
    height:100%;
    
    margin-bottom:1px;
    overflow-y: scroll;
}

body {
    height:100%;
    
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    line-height: 16px;
    color:#000;
    letter-spacing:0;
}



/*  CONTAINERS
******************************************************************************/
#container {
    background: url('backlogo_farbe.png') left bottom no-repeat;
    min-height:100%;
    position:relative;
}

#startImage {
    background:url('start1_wiemer.jpg') center top no-repeat;

    position:absolute;
    left:50%;
    top:35%;
    width:558px;
    margin-left: -279px;
    height:362px;
    margin-top: -181px;
}

#startImage a {
    text-indent:-1000em;
    width:558px;
    height:362px;
    display:block;
}