.container {
    width               : 816px;
}
.container .header {
    background          : url("../images/layout/p_pl/paper_top_p_pl.png") no-repeat scroll 0 0 transparent;
    height              : 13px;
    width               : 816px;
    position            : relative;
}
.container .header .logo {
    left                : 68px;
}
.container .content_bg {
    background          : url("../images/layout/p_pl/paper_middle_p_pl.png") repeat-y scroll 0 0 transparent;
    width               : 816px;
}
.container .content_bg .search {
    margin-right        : 68px;
}
.container .content {
    width               : 680px;
    padding             : 80px 60px 20px;
    height              : 450px;
    min-height          : 450px;
}
.container .footer {
    background          : url("../images/layout/p_pl/paper_bottom_p_pl.png") no-repeat scroll 0 0 transparent;
    width               : 680px;
    padding             : 15px 68px 0;
}
.container .content .teaser {
    overflow: hidden;
}
.container .content .teaser .text {
    background          : url("../images/error_dialog/text_bg_500px.png") no-repeat scroll 0 0 transparent;
    width               : 500px;
    height              : 160px;
    left                : 0;
    top                 : 49px;
}
.container .content .teaser .text .attention {
    float               : left;
    margin              : -45px 0 0 20px;
}
/*
.container .content .teaser .text h1 {
    border-bottom       : 1px solid #FFFFFF;
    color               : #FFFFFF;
    font-size           : 20px;
    font-weight         : bold;
    height              : 30px;
    margin              : 23px 34px 0 0;
    padding             : 0 0 0 145px;
}
*/
.container .content .teaser .text h1 {
    color               : #FFFFFF;
    font-size           : 20px;
    font-weight         : bold;
    height              : 30px;
    margin              : 23px 15px 0 145px;
    padding             : 0;
}
.container .content .teaser .text hr {
    border-color        : #FFFFFF transparent transparent;
    border-style        : solid none none;
    border-width        : 1px 0 0;
    height              : 1px;
    margin              : 0px 35px 0 0;
   #margin-top          : -6px;
    padding             : 0;
}

.container .content .teaser .text ul {
    top                 : 65px;
    left                : 145px;
    width               : 325px;
}
.container .content .teaser .text ul * {
    font-size           : 12px;
    line-height         : 1.3em;
}
.container .content .teaser .text ul li {
    background-position : left top;
    height              : 16px;
    margin-bottom       : 16px;
}
