/*
 * stylesheet for hartplatzhelden.de
 * special content design
 * (c) www.wegewerk.com
 * created: 20080430 bms
 * lastmodified: 20080430 bms
 */


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

/* Forms */
.wwe3_form_container{
  background-color: #f9f8f6;
}

fieldset{
  border: none;
}


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

.msie legend{
  margin-left: -7px;
}


/* Infos und Titles */
.form_info,
.type_info{
  font-style: italic;
}

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

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


/* Input Elemente */
label {
  padding-right: 10px;
}


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

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

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

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


/* Submit-Buttons */
.wwe_form_submit,
.wwe_form_submit_js_hover {
  background: url(/static/img/hph11/bg_submit.gif) repeat-x;
  color: #fff;
  font-weight:bold;
  font-size: .9em;
  border: none;
  padding: 2px 4px 3px 4px;
}

.opera .wwe_form_submit{
  padding-top: 3px;
}

.wwe_form_submit:hover,
.wwe_form_submit:focus,
.wwe_form_submit:active,
.wwe_form_submit_js_hover {
  cursor: pointer;
  color: #cc6334;
  border: none;
}


/* 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 #00cc00;
}

.msg_misc{
  border: 1px solid #cc0000;
}

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

/* ---------------- */
/* - SMALL SEARCH - */
/* ---------------- */
#smallsearch .search_text{
  width: 181px;
}

/* --------- */
/* - LOGIN - */
/* --------- */

.ext_co_login legend,
.login_label{
  display: none;
}

.login_status_login,
.login_name {

}

img.login_img{
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
  border: 1px solid #000;
}

a.my_profile{
  background: url(/static/img/hph11/bg_user_profile_link.gif) no-repeat;
  padding-left: 20px;
}

.ext_co_login a{
  display: block;
}

.login_text {
/*  display: block;*/
  margin-bottom: 2px;
  width: 86px;
}

.login_functions{

}

.login_status_error{
  color: #cc0000;
}

.login_status_logout{
  color: #00cc00;
}

.login_info{

}

/* Weiter empfehlen, beschweren */

.complaint,
.recommendation{
  display: none;
}

.complaint .info,
.recommendation .info{
  margin-bottom: 10px;
}

.complaint,
.recommendation,
.upload_spinner {
  text-align: left;
  font-size: 0.77em;
  cursor: auto;
}

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

.complaint .form label,
.complaint .form textarea,
.complaint .form .label,
.recommendation .form label,
.recommendation .form textarea,
.recommendation .form .label
{
  float: left;
  clear: left;
  width: 200px;
}

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

.complaint textarea,
.recommendation textarea {
  height: 44px;
}

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

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

/* --------------------- */
/* - Kommentarformular - */
/* --------------------- */
#wwe3_form_forum_newguestbookentry{
  position: relative;
  top: 20px;
  margin-bottom: 40px;
}

td.type_captcha img{
  display: block;
}

td.type_captcha{
  line-height: 1.1em;
}

.captcha_question{
  font-weight: bold;
}

ul.pariah_words{
  list-style-type: none;
}

ul.pariah_words li{
 display: inline;
 padding-right: 5px;
}


/* RSS - Feed */
.rss_feed ul{
  list-style-type: none;
}

.rss_feed ul li{
  padding: 5px 0;
  border-bottom: 1px dashed #000;
}

.rss_feed ul li.last{
  border-bottom: 0;
}

/* letzte Kommentare */
.last_comments ul{
  list-style-type: none;
}

.last_comments ul li{
  padding: 5px 0;
  border-bottom: 1px dashed #000;
}

.last_comments ul li.last{
  border-bottom: 0;
}

.lc_meta{
  margin-bottom: 5px;
}


/* blog */
.article_teaser .co_body{
 padding: 10px 5px 10px 10px !important;
}

.blog_meta,
.article_options{
  border-top: 1px dashed #000;
  padding: 2px;

}

.article_meta{
  display: block;
}

#ldap_create textarea{
  width: 250px;
}

/* wwSupport */
#wwe3_form_support_entry{
  margin-bottom: 15px;
  border-bottom: 2px solid #000;
}

.supporterlist th{
  text-align: left;
  padding-bottom: 3px;
}

.supporterlist td{
  width: 30%;
}

.supporterlist .seperator{
  display: none;
}

.supporterlist li.wwe3_browsebutt{
  padding-right: 2px;
  padding-bottom: 3px;
}

.supporterlist ul.browse_list{
  padding: 3px 0;
}



/* Suchmaschinensteuerung */
#ictrl_login{
  text-align: left;
  font-size: 0.77em;
  background-color: #ffffff;
  padding: 10px;
}

.ictrl_select{
  margin: 10px 0;
  width: 280px;
}

.sis_img{
  margin: 10px 0;
}


/************ TEST relevant searches cloud *************/

.st_weight_0
{
    font-size: 75%;
    font-weight: normal;
}

.st_weight_1
{
    font-size: 87.5%;
    font-weight: normal;
}

.st_weight_2
{
    font-size: 100%;
    font-weight: bold;
}


.st_weight_3
{
    font-size: 115%;
    font-weight: bold;
}

.st_weight_4
{
    font-size: 130%;
    font-weight: bold;
}

.st_weight_5
{
    font-size: 145%;
    font-weight: bold;
}

.st_weight_6
{
    font-size: 160%;
    font-weight: bold;
}

.st_weight_7
{
    font-size: 175%;
    font-weight: bold;
}

.st_weight_8
{
    font-size: 190%;
    font-weight: bold;
}

.st_weight_9
{
    font-size: 205%;
    font-weight: bold;
}

.st_weight_10
{
    font-size: 220%;
    font-weight: bold;
}

.search_cloud_body
{
    text-align: center;
}

.ugc_upload {
	float: right;
}
	
.ugc_upload a.btn_upload {
    background:url(/static/img/hph11/btn_upload.gif) no-repeat;
    color:#FFFFCC;
    font-size:1.1em;
    padding:2px 11px 10px 14px;
}
