/**********************************************************************/
/** Startseite                                                       **/
/**                                                                  **/
/** @package        Wetzlich Website                                 **/
/** @subpackage     Typo3 Frontend Templates                         **/
/** @author         Thomas Prangenberg, ONM <tpb@onm.de>             **/
/** @since          Pre-Release ( 02.2010 )                          **/
/**                                                                  **/
/**********************************************************************/

html {
  background: url('../img/bg_carbon_start.gif') repeat-x center top;
}

body {
    background: url('../img/header.png') no-repeat top;
    min-width: 1000px;
}

#page {
    width: 1000px;
    margin: 0px auto;
    min-height: 500px;
}

#header_start {
    height: 315px;
    position: relative;
}

#header_start #introduction{
    min-height: 100px;
    width: 370px;
    position: absolute;
    top: 20px;
    left: 400px;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    font-family: helv_custom, Helvetica, Arial, sans-serif;
}


/*

#header_start {
    height: 315px;
    position: relative;
    overflow: hidden;
}

#header_start #introduction{
    min-height: 100px;
    width: 420px;
    position: absolute;
    top: 25px;
    left: 520px;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    font-family: helv_custom, Helvetica, Arial, sans-serif;
}
*/

#header_start #introduction h1{
    margin: 0 0 12px 0;
    padding: 0 0 10px 0;
}
#header_start #introduction p{
    border: 1px #FFF solid;
    border-right: 0;
    border-left: 0;
    font-size: 1em;
    line-height: 1.8em;
    padding: 0.6em 0;
}

#header_start #login {
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 200px;
}

#header_start #login .submit {
    background: url(../img/submit.gif) no-repeat top left;
    width: 72px;
    height: 33px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    float: left;
    margin: 0;
}

#header_start #login .register {
    display: block;
    float: left;
    text-align: center;
    width: 110px;
    padding: 8px 0;
    background: url(../img/register.png) top left no-repeat;
}

#header_start #login input.submit:hover {
    background: url(../img/submit.gif) bottom left no-repeat;
    filter: alpha(opacity='100');
}

#header_start #login h2,
#header_start #login a
{
    color: #FFF;
}

#header_start #login #orderlink {
    font-size: 0.9em;
    display: block;
    color: #81b3d9;
    clear: both;
    padding-left: 12px;
}

#header_start #login input {
    border: none;
    background: #0D1E2E;
    filter: alpha(opacity='50');
    background: rgba(0,0,0,0.25);
    color: #98b8db;
    width: 170px;
}

#header_start #login input:hover,
#header_start #login input:focus
{
    background: rgba(0,0,0,0.15);
    filter: alpha(opacity='30');
}

#header_start #login .graue_box {
    margin-top: 50px;
    background: #14263C !important;
    background-color: #14263C;
}

#header_start #login .graue_box .inner {
    background: transparent;
    background-color: none;
}

#content {
    width: 100%;
}
    #content .content-element {

        border-left: 1px #DEDEDE solid;
    }
    .first-element .content-element {
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }
        .first-element .content-element .inner .csc-header {
            left: 15px;
        }
#footer p,
#footer ul {
    margin-bottom: 4px;
}
#footer .infotext {
    font-size: 10px;
    margin: 0;
}


#glasberatung_button {
    width: 145px;
    height: 220px;
    background: url(../img/glasberatung_starten.png) no-repeat top left;
    position: absolute;
    right: 40px;
    top: 20px;
    display: block;
    text-indent: 999px;
    overflow: hidden;
}
