/**********************************************************************/
/** 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_html_start.gif') repeat-x top;
}

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

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

#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;
    background: url(../img/trenner_h1.png) no-repeat bottom left;
}

#header_start #login {
    position: absolute;
    bottom: 100px;
    left: 12px;
    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%;
    padding: 0 0 0 0;
}

.content-element {
    min-height: 250px;
    float: left;
    margin: 0 0 0 13px;
}

.content-element:hover {
    min-height: 250px;
    float: left;
    margin: 0 0 0 13px;
}

.content-element .inner {
    background: url(../img/bg_teaser.png) top left no-repeat;
    padding: 0 16px 12px 12px;
    min-height: 250px;
}

.content-element .inner img{
    filter: alpha(opacity='80');
    opacity: 0.8;
}

.content-element .inner:hover img{
    filter: alpha(opacity='100');
    opacity: 1;
}

#content .graue_box {
    margin-top: 0;
}

.graue_box {
    background: url(../img/bg_teaser_orange.png) top left no-repeat !important;
}

.graue_box .inner {
    margin: 0;
    padding: 0 16px 12px 12px;
    background: transparent;
}

.content-element h2 {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    margin: 0;
}

.content-element .bande {
    left: -10px;
    bottom: 60px;
}

.first-element .content-element {
    color: #FFF;
    margin-left: 0;
    width: 240px;
}

.first-element .content-element .inner {
    color: #FFF;
    background: url(../img/bg_teaser_first.png) top left no-repeat;
    padding-left: 28px;
    padding-right: 36px;
    min-height: 
}

.first-element h2 {
    font-size: 22px;
    font-weight: normal;
    font-family: helv_custom_bold, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #FFF;
}


#footer p,
#footer ul {
    margin-bottom: 4px;
}