/*
 * stylesheet for unsere-autos.de
 * special content design
 * (c) www.wegewerk.com
 * wwEdit CMS (www.wwedit.de)
 * created:      20090608 bms
 * lastmodified: 20090720 bms
 */

 .ldap_create .message {
    margin-top: 20px;
    margin-bottom: 20px;
 }
 
.login .login_register {
    left:20px !important;
    top: 84px !important;
}

.login .richtext {
    position: absolute;
    left: 20px;
    top: 105px;
    width: 357px;
}


/* ----------------------- */
/* - FORMULARE-ALLGEMEIN - */
/* ----------------------- */

/* Forms */
.wwe3_form_container{
  padding-top: 10px;
  margin-bottom: 10px;
}


/* Legends */
legend{
  font-weight: bold;
  margin: 5px 0 5px 0;
  padding: 0;
}

.msie6 legend,
.msie7 legend{
  margin-left: -7px;
}


/* Infos und Titles */
.form_info,
.type_info{

}

tr.form_title th{
  padding: 15px 0;
}

.title_container{
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

td.th_label {
  padding-right: 10px;
}

#page_body_main_content td.th_label{
  width: 150px;
}


/* Input Elemente */
.label,
.widelabel,
select,
textarea {
  font-size: 1em;
  font-family: arial, sans-serif;
  padding: 2px;
  border: 1px solid #909090;
  color: #000;
}

#page_body_main_content .label,
#page_body_main_content.widelabel,
#page_body_main_content textarea{
  width: 308px;
}

select{
  width: 314px;
}

.wwe3_form_container tr{
  line-height: 1.9em;
}

.wwe3_form_container tr.form_select{
  line-height: 2.1em;
}

.bobby{
  border: 1px solid #909090;
  color: #000;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active {
  color: #000;
  border: 1px solid #909090;
  outline: 0;
}


/* Submit-Buttons */
.wwe_form_submit,
.wwe_form_submit_js_hover {
  border: 1px solid #393939;
  cursor: pointer;
  background: #393939;
  color: #fff;
  font-weight: bold;
  padding: 1px 5px 3px 5px;
  float: right;
}

.msie .wwe_form_submit,
.msie .wwe_form_submit_js_hover {
  padding-bottom: 0px;
}

.wwe_form_submit:hover,
.wwe_form_submit:focus,
.wwe_form_submit:active,
.wwe_form_submit_js_hover {
  color: #000;
  background: #fff;
  border: 1px solid #393939;
  float: right;
}


/* Fehlertexte */
th.th_show_error,
td.th_show_error{
  color: #cc0000;
  font-weight: bold;
}

.msg_positive,
.msg_misc,
.proc_state_message {
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

.msg_positive,
.proc_state_message {
  border: 1px solid silver;
}

.msg_misc{
  border: 1px solid silver;
}

/* Suchoptionen */
.sp_autoand{
  display: none;
}

.msie6 .smallsearch,
.msie7 .smallsearch,
.msie_8_0 .smallsearch{
  width: 192px;
}

.smallsearch h2 {
  display: none;
}

.smallsearch .co_body .search_text{
  width: 170px;
  float: right;
  font-size: .9em;
  padding: 1px 2px;
}

.smallsearch .co_body .wwe_form_submit,
.smallsearch .co_body .wwe_form_submit_js_hover{
  position: relative;
  top: 3px;
  right: 5px;
  width: 1em;
  height: 1.05em;
  border: 0;
  padding: 0;
  background: transparent;
  float: none;
}

.smallsearch .co_body .wwe_form_submit:hover{
  border: 0;
}

.form_search_generic{
  border: 0;
  padding: 0;
}

.form_search_generic .form_title{
  display: none;
}

.form_search_generic td.type_info{
  padding: 5px 0;
}

/* --------------- */
/* - BROWSE-LIST - */
/* --------------- */
.browse_list_container ul{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin-bottom: 15px;
}

ul.resultlist li{
  list-style: none;
  margin-bottom: 10px;
}

ul.resultlist li h3{
  margin-bottom: 3px;
}

ul.resultlist li h3 a{
  background: url(/static/img/vda10/icn_arrow_white.gif) no-repeat 0 4px;
  padding-left: 12px;
}

.browsebutt{
  display: inline;
}

.browsebutt_active{
  display: inline;
  font-weight: bold;
}

.list_result{

}

.browse_list {
  display: block;
}
/* -------------------------- */
/* - tell a friend funktion - */
/* -------------------------- */
.recommendation{
  font-size: .77em;
  text-align: left;
  cursor: auto;
  padding: 15px;
  margin: 0 !important;
  border: 1px solid #000;
}

.recommendation{
  display: none;
}

.recommendation label{
  display: block;
  font-weight: bold;
}

.recommendation .info{
  font-weight: bold;
  padding-top: 4px;
  display: block;
}

.upload_spinner {
  text-align: left;
  cursor: auto;
}

.recommendation .error,
.upload_spinner .error {
  color: #cc0000;
  font-weight: bold;
}

.recommendation .form label,
.recommendation .form textarea,
.recommendation .form .label {
  width: 220px;
}

.recommendation .pass{
  width: 185px;
}

.msie .recommendation .pass{
  width: 147px;
  position: relative;
  top: 4px;
}

.msie6 div.form{
  margin-bottom: 10px;
}

.recommendation textarea,
.recommendation .label {
  margin-bottom: 10px;
}

.recommendation textarea {
  height: 44px;
}

.recommendation .form {
  float: left;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}

.recommendation .status {
  color: #c00;
  margin-bottom: 15px;
}

.recommendation input.cancel{
  float: none;
}

.rpcresult{
  font-weight: bold;
}

.rcmd_page_with_blockui .img_container{
  margin-bottom: 20px !important;
  right: 0 !important;
  padding: 0;
  background: 0;
}

tr.vda10_wwinterview_disclaimer{
  line-height: 1.3em !important;
}


/* ww interview */

.login_form_link {
    background:transparent url(/static/img/vda10/icn_arrow_white.gif) no-repeat scroll 0 4px;
    padding-left:12px;
}

/* --------- */
/* - LOGIN - */
/* --------- */
.login {
    position: relative;
}

.login form {
    height: 120px;
}

.login h2{

}

.login .login_label,
.login .login_status_login,
.login .intern,
.login .login_name,
.login .message {
    position: absolute;
}

.login .message {
    top: 84px;
    right: 30px;
}

.login .login_label {
    top: 38px;
}
.login .login_user,
.login .login_passwd {
    width: 115px;
    height: 17px;
}

.login .login_forgot_pw {
    top: 110px;
    left: 20px;
}

.login .login_register {
    top: 110px;
    left: 155px;
}

.login .login_functions{

}

.login .login_status_error{
  color: #cc0000;
}

.login .login_status_logout{
  color: #00cc00;
}

.login .wwe_form_submit,
.login .wwe_form_submit_js_hover {
    float: none;

}

.co_body form {
    padding-top: 20px;
    padding-bottom: 20px;
}

.login .login_info {
    padding-bottom: 10px;
}

.login .login_info .login_name{
    display: none;
}

/* ---------------- */
/* - WW INTERVIEW - */
/* ---------------- */

ul.moderation {
    float: right;       
}

ul.moderation li {
    display: inline;
    list-style-type: none;
}

ul.moderation span.text {
    display: none;
}

ul.forum_articles {
    border-left: solid 1px silver;
}

.forum_articles li {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}

.forum_articles .article_teaser {
    margin-top: 25px;
    padding-left: 0px;
    padding-right: 4px;
}

.forum_articles .article_teaser .topic {
    padding-left: 6px;
    float: left;
}

.forum_articles .article_teaser .richtext {
    padding-left: 7px;
    clear:both;
}

.forum_articles .article_teaser .article_meta {
    width: 455px;
    padding-bottom: 4px;
    margin-left: 4px;
    padding-right: 2px;
    border-bottom: solid 1px silver;
}

.forum_articles .article_teaser_infobar
{
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 2px;
    display: block;
    padding-bottom: 0px;
}

.forum_articles .answers_shown {
    padding-bottom: 35px;
}

.forum_articles .article_rating {
    float: left;
    margin-right: 4px;
    margin-top: 2px;
}

.forum_articles .article_teaser .article_author {
    float: right;
}

.forum_articles .article_teaser .rating_label {
    float: right;
}

.forum_articles .article_teaser .answer {
    padding-top: 15px;
    padding-left: 5px;
    border-left: solid 10px silver;
}

/* rating terminal */
.article_teaser_infobar ul.rterm {
    height: 17px;
    width: 290px;
    position: relative;
    margin-top: 3px;
    background-image: url(/static/img/vda10/wwinterview/rating_scale.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;    
    float: left;
    display: block;
}

.article_teaser_infobar ul.rterm li {
    padding: 0px;
    margin: 0px;
    display: inline;
    list-style-type: none;
    height:17px;
    position: absolute;    
    border: none;
}    

.rterm_green {
    color: #679A01;
}

.rterm_red {
    color: #CB3332;
}

.rterm_gray {
    color: #999999;
}

.rterm_default {
    color: #000000;
}

.article_teaser_infobar ul.rterm li.rtd,
.article_teaser_infobar ul.rterm li.rti {
    height: 17px;
    width: 17px;
    display: block;
}

.article_teaser_infobar ul.rterm a.rtib:hover,
.article_teaser_infobar ul.rterm a.rtib:focus,
.article_teaser_infobar ul.rterm a.rtib:visited,
.article_teaser_infobar ul.rterm a.rtdb:hover,
.article_teaser_infobar ul.rterm a.rtdb:focus,
.article_teaser_infobar ul.rterm a.rtdb:visited {
    text-decoration: none;
}

.article_teaser_infobar ul.rterm a.rtdb {
    width: 17px;
    height: 17px;
    background-image: url(/static/img/vda10/wwinterview/rating_btn.gif);
    background-repeat: no-repeat;
    background-position: 0px -17px;
    display: block;
}

.article_teaser_infobar ul.rterm li.rts {
    left: 122px;
    width: 10px;
    height: 10px;
    top: 7px;
    background-image: url(/static/img/vda10/wwinterview/rating_btn.gif);
    background-repeat: no-repeat;
    background-position: 0px -61px;
}

.article_teaser_infobar ul.rterm li.rti {
    left: 236px;   
    display: block;    
}

.article_teaser_infobar ul.rterm a.rtib {
    width: 17px;
    height: 17px;
    background-image: url(/static/img/vda10/wwinterview/rating_btn.gif);
    background-repeat: no-repeat;
    background-position: -17px -17px;    
    display: block;      
}

.article_teaser_infobar ul.rterm li.rtb {
    left: 260px;
    font-size: 15px; 
    font-weight: bold;
} 

.article_teaser_infobar span.article_rating_user {
    float: left;
    color: #999999; 
    font-size: 15px;     
    font-weight: normal;
    margin-top: 2px;
}

.article_teaser_infobar span.rtu {
    font-size: 13px;
    padding-left: 2px;
    padding-right: 2px;
}

.article_teaser_infobar .article_rating_rest {
    float: right;
    font-size: 12px;
    position: relative;
    top: +4px;
    font-weight: bold;
}

