.tail-top{ background:url(../images/bg.gif) repeat-x top #f1f1f1}
.tail-bottom{background:url(../images/bot.gif) repeat-x  bottom }

.right_bgd { position:absolute; top:0; right:0; width:50%; height:200px; background:url(../images/tall_top_right.gif) left top repeat-x;}
/*
======= width =======*/
.main{margin:0 auto; text-align:left; width:1000px; }

/*======= header =======*/
#header {height:152px;  margin:0 45px 0 45px}

/*======= footer =======*/
#footer { height:151px; margin:0 auto ; width:1000px;}


.reg_container {
    overflow: auto;
    width: 866px;
    margin-top: 9px;
}

.reg_container .links {
    float: left;
}

.reg_container .links img {
    box-shadow: 3px 3px 6px #ccc;
}

.reg_container .rechts {
    float: right;
}

.reg_container .rechts .form {
    width: 300px;
    background: #fff1d0;
    border: 1px solid #aaa;
    padding: 10px 14px;
    color: #333;
    line-height: 1.1;
    margin-bottom: 15px;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(252,252,221)),
    color-stop(1, rgb(250,240,225)),
    color-stop(0.59, rgb(255,238,168))
    );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(252,252,221) 0%,
        rgb(250,240,225) 100%,
        rgb(255,238,168) 59%
    );
    box-shadow: 3px 3px 6px #ccc;
    border-radius: 3px;
}

.reg_container .rechts .in {
    margin-top: 5px;
    width: 290px;
    height: 20px;
    text-align: center;
    background: #eef7d7;
    font-size: 14px;
    color: #444;
    font-family: Arial, sans-serif;
    border: 1px solid #94b15f;
}

.reg_container #submit {
    border: 0px;
    margin-top: 12px;
    display: block;
    width: 270px;
    height: 50px;
    padding: 1px 14px 0px 3px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    cursor: pointer;
    background: url(../images/button.png) no-repeat 0px 0px;
}

.reg_container .rechts .testo {
    width: 300px;
    background: #f1f1f1 url(../images/quote.png) no-repeat right top;
    border: 1px solid #ccc;
    padding: 10px 14px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 15px;
    box-shadow: 3px 3px 6px #ccc;
    border-radius: 3px;
}

.reg_container .rechts .testo p {
    margin: 0px 0px 0px !important;
    padding-top: 12px;
    text-align: right;
    color: #888;
}

.reg_container .rechts .testo h4 {
    margin: 0px !important;
    padding: 0px 0px 4px !important;
    color: #333 !important;
    font-size: 16px !important;
}


#pp_comments_new {
    margin-top: 18px;
    border-top: 1px dotted #ccc;
    padding-top: 14px;
}

#pp_comments_new strong {
    display: block;
    margin: 0px 0px 4px;
    color: #444;
    font-size: 14px;
}

#pp_comments_new textarea {
    width: 400px;
    height: 100px;
    border: 1px solid #bbb;
    padding: 5px;
}


#pp_comments_exist {
    margin-top: 18px;
    border-top: 1px dotted #ccc;
    padding-top: 14px;
}

#pp_comments_exist .comment {
    border: 1px solid #ddd;
    padding: 10px;
    background: #efefef;
}

#pp_comments_exist .comment p {
    font-weight: bold;
    margin: 0px 0px 6px;
}

