* { margin: 0; padding: 0; }

a img { border: none; }

.clear
{
    clear: both;
    font-size: 0;
}

body
{
    background: #ABA0AB url(../img/page-bg.jpg) repeat-x center 0;
    font: 12px/1.6 Helvetica, Arial, sans-serif;
}

#page
{
    margin: 4px auto 10px auto;
    position: relative;
    width: 970px;
}

#header
{
    background: url(../img/header-bg.png) no-repeat;
    height: 80px;
    position: relative;
}

#logo
{
    background: url(../img/plc-logo.png) no-repeat;
    display: block;
    height: 48px;
    left: 25px;
    position: absolute;
    text-indent: -999em;
    top: 17px;
    width: 172px;
}

#login-form
{
    position: absolute;
    right: 20px;
    top: 20px;
    display: none !important;
}

#login-form fieldset
{
    border: none;
}

#login-form legend
{
    color: #FFF;
    font-size: 11px;
    text-transform: uppercase;
}

#login-form label
{
    display: none;
}

#login-form input.text
{
    border: 1px solid #AEAEAE;
    background: #47433E;
    color: #AEAEAE;
    margin: 0 20px 0 0;
    padding: 2px 5px;
    width: 110px;
}

#login-form #login-password
{
    margin: 0 10px 0 0;
}

#login-form select
{
    margin: 0 20px 0 0;
    width: 110px;
}

#login-submit
{
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#login-lostpwd
{
    color: #AEAEAE;
    font-size: 11px;
    text-transform: uppercase;
}

#login-lostpwd:hover
{
    color: #FFF;
}


#content-area
{
    background: url(../img/content-area-bg.png) repeat-y;
    border-left: 10px solid #47433E;
    position: relative;
    zoom: 1;

    /* Self clearing, see http://www.quirksmode.org/css/clearing.html */
    /*overflow: hidden;
    width: 960px;*/
}

#page-1 #content-area
{
    background-image: url(../img/content-area-bg-home.png);
}

#content
{
    font: 12px/1.6 Tahoma, Helvetica, Arial, sans-serif;
    float: right;
    padding: 30px 40px;
    width: 700px;
}

#page-1 #content
{
    padding: 10px 0;
    width: 780px;
}

#content a
{
    color: #47433E;
}

#content a:hover
{
    color: #000;
}

#content h1
{
    color: #999;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

#content h2
{
    color: #999;
    font-size: 14px;
    margin: 0 0 10px 0;
}

#content h3
{
    color: #999;
    font-size: 12px;
}

#content p
{
    margin: 0 0 15px 0;
}

#content ul
{
    margin: 0 0 15px 20px;
}

#content ol
{
    margin: 0 0 15px 25px;
}





#sidebar
{
    float: left;
    padding: 0 0 100px 0;
    width: 180px;
}

#navigation
{
    margin: 60px 0 0 15px;
    list-style: none;
}

#navigation li
{
    line-height: 1;
    margin: 0 0 13px 0;
}

#navigation li a
{
    color: #ADB1B6;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
    text-decoration: none;
}

#navigation li a:hover,
#navigation li.current a
{
    color: #FFF;
}

#home-link
{
    bottom: -30px;
    height: 54px;
    left: -34px;
    position: absolute;
    width: 34px;
}

#home-link a
{
    background: url(../img/home-button.png) no-repeat;
    display: block;
    height: 54px;
    text-indent: -999em;
    width: 34px;
}

#search-form
{
    background: url(../img/search-form-bg.png) no-repeat;
    bottom: 10px;
    height: 50px;
    left: 10px;
    position: absolute;
    width: 160px;
    display: none;
}

#search-input
{
    background: #FFF;
    border: none;
    display: block;
    font-size: 11px;
    height: 20px;
    left: 15px;
    line-height: 20px;
    padding: 0 3px;
    position: absolute;
    top: 15px;
    width: 104px;
}

#search-form-button
{
    display: block;
    left: 130px;
    position: absolute;
    top: 15px;
}

#search-form fieldset
{
    border: none;
}


#footer
{
    border-top: 17px solid #47433E;
    clear: both;
    position: relative;
    zoom: 1;
}

#footer-content
{
    background: url(../img/footer-content-bg.png);
    height: 95px;
    margin: 3px 0 0 10px;
    position: relative;
    width: 960px;
}

#nwa-logo-link
{
    position: absolute;
    right: 30px;
    top: 14px;
}

#meta-navigation
{
    height: 20px;
    left: 0;
    line-height: 20px;
    list-style: none;
    padding: 0 0 0 20px;
    position: absolute;
    top: 0;
    width: 230px;
}

#meta-navigation li
{
    background: url(../img/meta-navigation-separator.png) no-repeat right 5px;
    float: left;
    line-height: 20px;
    margin: 0 9px 0 0;
    padding: 0 11px 0 0;
}

#meta-navigation li.last
{
    background: none;
    margin: 0;
    padding: 0;
}

#meta-navigation li a
{
    color: #000;
    display: block;
    line-height: 20px;
    text-decoration: none;
}

#meta-navigation li a:hover
{
    color: #FFF;
}



#footer-links
{
    height: 20px;
    left: 230px;
    line-height: 20px;
    list-style: none;
    position: absolute;
    text-align: center;
    top: 47px;
    width: 500px;
}

#footer-links li
{
    background: url(../img/footer-links-separator.png) no-repeat right center;
    display: inline;
    line-height: 20px;
    padding: 0 10px;
}

#footer-links li.last
{
    background: none;
}

#footer-links li a
{
    color: #F6F6F6;
    line-height: 20px;
    text-decoration: none;
}

#footer-links li a:hover
{
    color: #CCC;
}




#page-1 #scroller-coll1011
{
    background: url(../img/footer_addit_coll1011.png) no-repeat;
    height: 165px;
    margin: 0 0 0 10px;
    position: relative;
    width: 960px;
}


#page-1 #motioncontainer_7
{
    bottom: 13px;
    height: 100px;
    left: 60px;
    padding: 0 20px;
    position: absolute;
    width: 800px;
}

#page-1 #motioncontainer_7 img
{
    margin: 0 10px;
}

#page-1 #arr_l_7,
#page-1 #arr_r_7
{
    top: 76px;
}

#page-1 #arr_l_7
{
    left: 10px;
}

#page-1 #arr_r_7
{
    right: 10px;
}

#content .tx-konexxotest-pi1
{
    background: url(../../../typo3conf/ext/konexxo_test/res/award-ribbon.png) no-repeat right top;

    /* Props to http://www.dustindiaz.com/min-height-fast-hack/ */
    min-height:200px;
    height:auto !important;
    height:200px;
}

#content .tx-konexxotest-pi1 .question,
#content .tx-konexxotest-pi1 .result
{
    border-top: 1px solid #CCC;
    padding: 30px 0 0 0;
    width: 430px;
}

#content .tx-konexxotest-pi1 div.question form
{
    display: block;
}

#content .tx-konexxotest-pi1 div.question form .answers
{
    background: #CCC;
    border: none;
    display: block;
    list-style: none;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 10px 20px;
}

#content .tx-konexxotest-pi1 div.question form .radio
{
    margin: 0 10px 0 0;
}

#content .tx-konexxotest-pi1 div.question form .controls
{
    text-align: right;
}

#content .tx-konexxotest-pi1 div.question form .question-number
{
    float: left;
}

#content .tx-konexxotest-pi1 div.question ul li
{
    line-height: 30px;
    padding: 0 0 0 30px;
}

#content .tx-konexxotest-pi1 .result h2 .congrats-highlight
{
    color: #874365;
    font-size: 20px;
    font-weight: normal;
}

#content .tx-konexxotest-pi1 .result img
{
    display: block;
    margin-bottom: 20px;
}

#content .tx-konexxotest-pi1 .result a
{
    background: url(../../../typo3conf/ext/konexxo_test/res/award-ribbon-small.png) no-repeat 0 center;
    color: #874365;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0 0 0 45px;
}

#content .tx-konexxotest-pi1 .result a:hover
{
    color: #000;
}

#content #media-center-3
{
    margin-bottom: 20px;
}

.csc-textpic-clear
{
    margin-bottom: 20px;
}




.tx-bddbflvvideogallery-pi1
{
    border-bottom: 1px solid #999;
    margin: 0 0 20px 0;

    /* Auto-clearing contained floats. See: http://www.quirksmode.org/css/clearing.html */
    overflow: hidden;
    width: 100%;
}

.tx-bddbflvvideogallery-pi1 #player
{
    margin: 0 0 10px 0;
}

#content .tx-bddbflvvideogallery-pi1 ul.video-playlist
{
    float: right;
    list-style: none;
    margin: 0;
    width: 230px;
}

.tx-bddbflvvideogallery-pi1 .video-playlist li
{
    font-size: 11px;
    margin: 0 0 10px 0;
    padding: 0;
    height: auto;

    /* Auto-clearing contained floats. See: http://www.quirksmode.org/css/clearing.html */
    overflow: hidden;
    width: 100%;
}

.tx-bddbflvvideogallery-pi1 .video-playlist li.flvplayer_listpic_no p
{
    color: #999;
}

.tx-bddbflvvideogallery-pi1 .video-playlist li.flvplayer_listpic_act p
{
    color: #000;
}

#content .tx-bddbflvvideogallery-pi1 .video-playlist li p
{
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 1.2;
    text-align: left;
}

.tx-bddbflvvideogallery-pi1 .video-playlist li a
{
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.tx-bddbflvvideogallery-pi1 #flvcaption
{
    color: #666;
    width: 460px;
    margin: 0 0 10px 0;
}





