/* ---------------- */
/*   Defaults       */
/* ---------------- */

body {
  margin: 0;
 }

/* also set defaults for elements which do not inherit from body */
div.direktzu,
div.direktzu td,
div.direktzu th,
div.direktzu h3,
div.direktzu input,
div.direktzu select,
div.direktzu textarea {
  color: #08112E;
  font-family: Arial, Verdana, Helvetica, Sans;
  font-size: 13px;
  }

div.direktzu a,
div.direktzu a:visited {
  color: #0000B0;
  background-color: transparent;
  }
div.direktzu a:focus {
  outline: none;
  }
div.direktzu a:hover {
  background-color: #0000B0;
  color: white;
  text-decoration: none;
  }
  
div.direktzu a img {
  border: none;
  }
  
div.direktzu span.link {
  display: inline;
  color: #0000B0;
  text-decoration: underline;
  }
div.direktzu span.link:hover {  
  background-color: #0000B0;
  color: white;
  text-decoration: none;
  }
  
div.direktzu .green {
  color: #139b16;
  }

div.direktzu .left,
div.direktzu .left li {
  float: left;
  }  
div.direktzu .right,
div.direktzu .right li {
  float: right;
  }  

div.direktzu table {
  border-collapse: collapse;
  }

div.direktzu .link {
  cursor: pointer;
  }
	
div.direktzu span.not_available,
div.direktzu p.not_available {
  color: gray;
  }

div.direktzu span.announce_new_super {
  color: #D51414;
  font-size:85%;
  position: relative;
  top: -3px;
  left: -2px;
  }

div.direktzu a.text,
div.direktzu a.pdf,
div.direktzu a.video,
div.direktzu a.audio {
  background-repeat: no-repeat;
  background-position: left .1em;
  padding-left: 17px;
  }
div.direktzu a.text {
  background-image: url(images/mediatype_text-link.gif);
  }
div.direktzu a.pdf {
  background-image: url(images/mediatype_pdf-link.gif);
  }
div.direktzu a.video {
  background-image: url(images/mediatype_video-link.gif);
  }
div.direktzu a.audio {
  background-image: url(images/mediatype_video-link.gif);
  }
  
div.direktzu .key {
  background-image: url(images/languages/key_1.gif);
  }
div.direktzu .de-DE {
  background-image: url(images/languages/de-DE_0.gif);
  }
div.direktzu .en-EN {
  background-image: url(images/languages/en-US_0.gif);
  }
div.direktzu .en-US {
  background-image: url(images/languages/en-US_0.gif);
  }
div.direktzu .es-ES {
  background-image: url(images/languages/es-ES_0.gif);
  }
div.direktzu .it-IT {
  background-image: url(images/languages/it-IT_0.gif);
  }
div.direktzu .ca-ES {
  background-image: url(images/languages/ca-ES_0.gif);
  }
div.direktzu .fr-FR {
  background-image: url(images/languages/fr-FR_0.gif);
  }
div.direktzu .del {
  background-image: url(images/languages/x_0.gif);
  }

div.direktzu input.locale_check_box {
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  }
div.direktzu input.locale_radio_button {
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  }

div.direktzu label.locale,
div.direktzu input.locale {
  float: left;
  }
div.direktzu label.locale {
  margin: 4px 5px 0 2px;
  font-size: 0;
  display: block;
  width: 22px;
  height: 16px;
  background-repeat: no-repeat;
  }

/* ---------------- */
/*   Admin Menu     */
/* ---------------- */

div.direktzu div#admin_menu_trigger {
  position: absolute;
  top: 25px;
  left: 0;
  width: 25px;
  height: 100%;
  overflow: visible;
  z-index: 5000;
  }
div.direktzu div#admin_menu {
  margin: 20px 0 0 0;
  width: 180px;
  background: white;
  text-align: left;
  border: 1px solid #dfe3eb;
  background: #f7f7f9;
  padding: 1px 4px;
  }
div.direktzu div#admin_menu h2 {
  margin: 0;
  }
div.direktzu div#admin_menu ul {
  margin: 2px 0 0 0;
  padding: 0 0 0 5px;
  list-style-type: none;
  }
div.direktzu div#admin_menu li {
  padding: 2px 0 ! important;
  margin: 0;
  }  

/* ---------------- */
/*   Top Bar        */
/* ---------------- */

div.direktzu div.top_bar {
  padding: 0;
  line-height: 23px;
  height: 29px;
  position: absolute;
  top: 0;
  left: 0;  
  background: transparent url(images/topbar_shadow.png) bottom left repeat-x;
  width: 100%;
  }  
div.direktzu div.top_bar ul {  
  width: 100%;
  background: #F1F1F5 url(images/topbar_gloss.gif) top left repeat-x;
  float: right;  
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  border-bottom: 1px solid #DADADD;
  }
div.direktzu div.top_bar ul ul {
  background: transparent none;
  }
div.direktzu div.top_bar ul li {
  margin: 0;
  padding: 0 5px 0 7px;
  float: right;
}
div.direktzu div.top_bar ul li.left {
  float: left ! important;
  }
div.direktzu div.top_bar ul li.search {
  margin-left: 10px;
  margin-right: 10px;
  }
div.direktzu div.top_bar ul li.logged_in {
  margin-right: 7px;
  }

div.direktzu div#search input.textfield {
  float: left;
  position: relative;
  top: 2px;
  margin: 0;  
  padding: 1px 0 0 20px;
  height: 16px;
  
  /* if you change the width here please change the left attribute in the ie6 fixes css for the result div also */
  width: 100px;
  font-size: 12px;
  vertical-align: middle;
  border: 1px solid #8c91ab;
  background: white url(images/textfield_bg_loop.gif) top left repeat-x;
  }

div.direktzu img#search_spinner {
  vertical-align: top;
  margin-top: 4px;
  visibility: hidden;
  }
div.direktzu div#search div#search_result {
  top: 23px;
  left: -100px;
  width: 220px;
  margin: 0;
  padding: 0;
  z-index: 20;
  position: absolute;
  display: block;
  float: none;
  border: 1px solid #DADADD;
  background-color: #F1F1F5;
  }
div.direktzu div#search div#search_result ol,
div.direktzu div#search div#search_result ul {
  float: none;
  margin: 0;
  padding: 3px 0;
  text-align: left;
  list-style-type: none;
  }
div.direktzu div#search div#search_result li {
  float: none;
  padding: 0;
  margin: 0;
  }
div.direktzu div#search div#search_result li a {
  display: block;
  text-decoration: none;
  height: 52px;
  color: #08112E;
  padding: 3px 3px;
  }
div.direktzu div#search div#search_result li a:focus,
div.direktzu div#search div#search_result li a:hover {
  background-color: #dbdbe5;
  }
div.direktzu div#search div#search_result li a img {
  border: 1px solid #A3A7BC;
  float: left;
  margin: 0 5px 0 0;
  }
div.direktzu div#search div#search_result li a span {
  display: block;
  overflow: hidden;
  font-size: 11px;
  line-height: 13px;
  height: 26px;
  }
div.direktzu div#search div#search_result li a span.title {
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  height: 15px;
  margin-bottom: 5px;
  }
div.direktzu div#search div#search_result li.close {
  display: list-item;
  text-decoration: underline;
  text-align: right;
  padding: 0 3px 0 0;
  margin: 0;
  }
div.direktzu div#search div#search_result li.close a {
  padding: 0;
  margin: 0;
  height: 1em;
  font-size: 11px;
  display: inline;
  }
div.direktzu div#search div#search_result li.close a:hover {
  background-color: #08112E;
  color: white;
  text-decoration: none;
  }
div.direktzu div#search div#search_result li.close a:focus {
  background-color: transparent;
  }

/* Fixes for the jumping search box in safari/webkit */
div.direktzu li.search {
  width: 120px;
  height: 21px;
}

div.direktzu div#search {
  position: absolute;
  top: 0;
  left: auto;
  right: 30px;
}


/* ---------- */
/*   Popup    */
/* ---------- */

div.direktzu div.popup_menu {
  position: relative;
}
div.direktzu div.popup,
div.direktzu div.popup div.wrapper {
  width: 140px;
}
div.direktzu div.popup {
  z-index: 99999;
  text-align: left;
}
div.direktzu div.popup div.wrapper {
  background: #F1F1F5 url(images/topbar_gloss.gif) top left repeat-x;
  display: block;
  border: 1px solid #DADADD;
  float: none;
  margin: 2px 0;
  padding: 0;
}
div.direktzu div.popup ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.direktzu div.popup ul li {
  display: list-item;
  float: none;
  white-space: nowrap;
  padding: 0pt 6px 0pt 4px;
  margin: 0 0 0 0;
  line-height: 1.5em;
}
div.direktzu div.popup li.close {
  text-align: right;
  padding: 0 3px 0 0;
  margin: 0;
}
div.direktzu div.popup li.close a {
  padding: 0;
  margin: 0;
  height: 1em;
  font-size: 11px;
  display: inline;
  line-height: 1.2em;
}

div.direktzu div.top_bar div.popup_menu a.open {
  background-image: url(images/icon_arrow_down.gif);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 12px;
  margin-right: 7px;
}
div.direktzu div.top_bar div.popup_menu a.open:hover {
  background-image: url(images/icon_arrow_down_over.gif);
}
div.direktzu div.top_bar div.popup_menu a.open:focus {
  outline: none;
}

div.direktzu div#quick_login_popup,
div.direktzu div#quick_login_popup div.wrapper {
  width: 200px;
}
div.direktzu div#quick_login_popup {
  top: 21px;
  right: 2px;
  left: auto;
}
div.direktzu div#quick_login_popup div.wrapper {
  padding: 4px 0 2px 3px;
}
div.direktzu div#quick_login_popup p {
  text-align: right;
  font-size: 11px;
  margin: 0;
  padding: 0 5px 0 0;
}
/* other styling of login div is done below along with login sidebox */

div.direktzu div#community_popup,
div.direktzu div#language_select_popup {
  top: 21px;
  right: 8px;
  left: auto;
}


div.direktzu div#rss_popup,
div.direktzu div#rss_popup div.wrapper {
  width: auto;
}
div.direktzu img.rss {
  padding: 2px 0 0 0;
}
div.direktzu #rss a.open:hover {
  background-color: transparent;
}
div.direktzu ul.rss_choose {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding: 0;
}




/* ---------------- */
/*   Bottom Bar     */
/* ---------------- */

div.direktzu div.bottom_bar {
  clear: both;
/*
  div should not float; else it will not be moved further down if elements are injected in html with javascript
  float: left; */
  text-align: center;
  width: 800px;
  margin: 60px auto 0 auto;
  background: white url(/themes/shared/images/bar_bottom_bg.gif) top left repeat-x;
  text-align: center;
  line-height: 19px;
  font-size: 90%;
  }


/* ------------------ */
/*   Layout           */
/* ------------------ */

div.direktzu div.outer_wrapper {
  width: 800px;
  /* fix for FF - TODO: fix this properly */
  margin: -1px auto 0 auto;
  padding: 1px 0 0 0;  
  text-align: left;
  display: block;
  }
  
div.direktzu div.content {
  padding: 0;
  margin: 0;
  }
  
div.direktzu div.col1 {
  float: left;
  width: 545px;
  margin: 0;
  }

div.direktzu div.col2 {
  float: left;
  width: 210px;
  margin: 0 0 0 20px;
  }


/* ------------------ */
/*   Header           */
/* ------------------ */

div.direktzu div.header {
  background: white url(images/arrows_large.gif) left center no-repeat;
  width: 780px;
  height: 136px;
  float: left;
  margin-top: 25px;
  cursor: pointer;
  }
div.direktzu div.header.direktzu_de,
div.direktzu div.header.berlin_de {
  background-image: url(images/direktzu.de_large.gif);
  }
div.direktzu div.header.direktzu_at {
  background-image: url(images/direktzu.at_large.gif);
  }
div.direktzu div.header.parlacon_com {
  background-image: url(images/parlacon.com_large.gif);
  }
div.direktzu div.header.straight2thecandidates_com {
  background-image: url(images/straight2thecandidates.com_large.gif);
  }
  
div.direktzu div.header img {
  margin: 16px 0 0 0;
  display: none; 
  }
  
div.direktzu div.header h1 {
  padding: 11px 0 0 0;
  margin: 0;
  font-size: 42px;
  display: none;
  }
div.direktzu div.header h1 a {
  text-decoration: none;
  color: #08112E ! important;
  }
div.direktzu div.header h1 a:hover,
div.direktzu div.header h1 a:visited {
  background-color: transparent;
  color: #08112E ! important;
  }
div.direktzu div.header h1 img.partylogo {
  display: inline;
  margin: 0 0 16px -9px;
  }
 
    
div.direktzu div.header h2 {
  padding: 0;
  margin: 0 0 0 2px;
  font-size: 13px;
  font-weight: bold;
  }
div.direktzu div.header h3.coatOfArms {
  display: none;
  }

div.direktzu ul.locale_select {
  width: 20px;
  display: inline;  
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  top: 28px;
  left: 5px;
  }
div.direktzu ul.locale_select li {
  margin: 1px;
  padding: 1px; 
  }
div.direktzu ul.locale_select li a {
  background-color: transparent ! important; 
  background-position: center left ! important;
  background-repeat: no-repeat ! important;
  width: 8px;
  height: 12px;
  overflow: hidden;
  text-decoration: none;
  }
div.direktzu ul.locale_select li a:hover {
  text-decoration: none;
  }
div.direktzu ul.locale_select li a span {
  position: relative;
  top: -4000px;
  left: 0;
  }  
/* current */
div.direktzu ul.locale_select li.is_current a.key,
div.direktzu ul.locale_select li a:hover.key {
  background-image: url(images/languages/key_1.gif);
  }
div.direktzu ul.locale_select li.is_current a.de,
div.direktzu ul.locale_select li a:hover.de {
  background-image: url(images/languages/de-DE_1.gif);
  }
div.direktzu ul.locale_select li.is_current a.en,
div.direktzu ul.locale_select li a:hover.en {
  background-image: url(images/languages/en-US_1.gif);
  }
div.direktzu ul.locale_select li.is_current a.es,
div.direktzu ul.locale_select li a:hover.es {
  background-image: url(images/languages/es-ES_1.gif);
  }
div.direktzu ul.locale_select li.is_current a.it,
div.direktzu ul.locale_select li a:hover.it {
  background-image: url(images/languages/it-IT_1.gif);
  }
div.direktzu ul.locale_select li.is_current a.ca,
div.direktzu ul.locale_select li a:hover.ca {
  background-image: url(images/languages/ca-ES_1.gif);
  }
div.direktzu ul.locale_select li.is_current a.fr,
div.direktzu ul.locale_select li a:hover.fr {
  background-image: url(images/languages/fr-FR_1.gif);
  }
div.direktzu ul.locale_select li.is_current a.del,
div.direktzu ul.locale_select li a:hover.del {
  /* red cross for delete */
  background-image: url(images/languages/x_1.gif);
  }
/* language to choose */
div.direktzu ul.locale_select li a.key {
  background-image: url(images/languages/key_1.gif);
  }
div.direktzu ul.locale_select li a.de {
  background-image: url(images/languages/de-DE_0.gif);
  }
div.direktzu ul.locale_select li a.en {
  background-image: url(images/languages/en-US_0.gif);
  }
div.direktzu ul.locale_select li a.es {
  background-image: url(images/languages/es-ES_0.gif);
  }
div.direktzu ul.locale_select li a.it {
  background-image: url(images/languages/it-IT_0.gif);
  }
div.direktzu ul.locale_select li a.ca {
  background-image: url(images/languages/ca-ES_0.gif);
  }
div.direktzu ul.locale_select li a.fr {
  background-image: url(images/languages/fr-FR_0.gif);
  }
div.direktzu ul.locale_select li a.del {
  background-image: url(images/languages/x_0.gif);
  }
 
    
/* ------------------ */
/*   Menu             */
/* ------------------ */

div.direktzu div.menu {
  float: left;
  width: 780px;
  padding: 1px 0 30px 0;
  background: transparent url(/themes/shared/images/box2_top.gif) top right repeat-x;
  }



/* ------------------ */
/*   Main Elements    */
/* ------------------ */


div.direktzu h1 {
  padding: 130px 0 5px 0;
  font-size: 48px;
  font-weight: bold;
  background-position: 165px 0px;
  background-repeat: no-repeat;
  }

div.direktzu h2 {
  margin: 5px 0 5px 0;
  padding: 0;
  font-size: 13px;
  color: #08112E;
  }

div.direktzu h3 {
  padding: 0;
  font-weight: bold;
  }

div.direktzu p { 
  padding: .2em 0;
  margin: 0;
  line-height: 1.3em;
  text-align: left;
  }

div.direktzu p img {
  position: relative;
  top: 3px;
  }

div.direktzu em {
  color: #3366CC;
  font-style: normal;
  }
div.direktzu em.keyword {
  color: #08112E;
  background-color: yellow;
}


/* ------------------ */
/*   Link Lists       */
/* ------------------ */

div.direktzu ul.linklist_h {
  margin: 0 0 3px 0;
  padding: 0;
  list-style: none;
  float: left;
  display: inline; 
  width: 50%;
  }
div.direktzu ul.linklist_h.single {
  width: 100%;
  }
div.direktzu ul.linklist_h li {
  margin: 0;
  padding: 0 2px 0 6px;
  display: inline;
  float: left;
  }
div.direktzu div.box1 ul.linklist_h.single li {
  padding: 0 6px 0 2px;
  }
div.direktzu ul.linklist_h.right {
  float: right;  
  }
div.direktzu ul.linklist_h.right li {
  float: right;  
  padding: 0 6px 0 2px;
  }
div.direktzu ul.linklist_h.selected li a {
	font-weight: normal;
	}

div.direktzu ul.linklist_v {
  margin: 0px;
  padding: 0px;
  list-style: none;
  }

div.direktzu ul.linklist_v li {
  padding: 0.3em 0;
  margin: 0;
  }


/* ------------------ */
/*   Page             */
/* ------------------ */

div.direktzu div#page p.edit {
  text-align: right;
  margin-top: 3em;
  }
div.direktzu div#page div#col1 em {
  color: #08112E;
  font-style: italic;
  }
div.direktzu div#page div#col1 table {
  width: 100%;
  border: 2px solid #51648B;
  border-collapse: collapse;
  }
div.direktzu div#page div#col1 table tr td {
  vertical-align: top;
  padding: 7px;
  border: 2px solid #51648B;
  }

/* ------------------ */
/*   Form             */
/* ------------------ */

/* fieldset */
div.direktzu fieldset {
  background: transparent;
  clear: left;
  float: none;
  border: 0;
  display: block;
  min-height: 20px;
  width: 521px;
  padding: 20px 0 0 0;
  margin: 0;
  }

div.direktzu fieldset input,
div.direktzu fieldset select,
div.direktzu fieldset label,
div.direktzu fieldset textarea,
div.direktzu fieldset button,
div.direktzu button,
div.direktzu a.button {
  font-size: 12px;
  }

/* header */	
div.direktzu legend {
  font-weight: bold;
  margin: 0; 
  padding: 15px 0 25px 0;
  }

/* label */
div.direktzu fieldset label {
  float: left;
  width: 116px;
  font-weight: bold;
  color: #5c6275;
  margin: 2px 0 20px 0;
  }

div.direktzu fieldset label.captcha {
  width: 80px;
  margin-right: 36px;
  }

div.direktzu fieldset img.captcha {
  background-image: url(images/captcha_background.gif);
  background-repeat: repeat-x;
  width: 60px;
  height: 19px;
  }

div.direktzu fieldset .dateselect select {
  width: 15%; /* should be overwritten as in select#profile_birthday_3i */
  margin-right: 1em;
  }

div.direktzu fieldset br {
  clear: both;
  }

/* textfield */
div.direktzu input.textfield,
div.direktzu select,
div.direktzu textarea,
div.direktzu input.editor_field {
  border: 1px solid #8C91AB;
  }

div.direktzu div.fieldWithErrors input.textfield,
div.direktzu div.fieldWithErrors select,
div.direktzu div.fieldWithErrors textarea,
div.direktzu input.invalid,
div.direktzu textarea.invalid {
  border: 1px solid #D51414 ! important;
  }

div.direktzu fieldset div.fieldWithErrors textarea,
div.direktzu fieldset div.fieldWithoutErrors textarea {
  margin-left: 116px;
  }

div.direktzu fieldset input.textfield {
  float: left;
  width: 293px;
  padding-left: 5px;
  }
div.direktzu fieldset input.textfield[disabled] {
  background: #f0f0f0;
  }

/* translatable textfield */

div.direktzu fieldset div.translatable_fields {
  margin: 0 0 10px 0;
  position: relative;
    top: 0;
    left: 0;
  }
div.direktzu fieldset div.translatable_fields input.textfield,
div.direktzu fieldset div.translatable_fields textarea {
  margin-top: 0;
  margin-bottom: 6px;
  }
div.direktzu fieldset div.translatable_fields label {
  background-position: right 1px;
  background-repeat: no-repeat;
  margin-right: 27px;
  margin-bottom: 6px;
  padding-right: 18px;
  text-indent: -1000px;
  width: 101px;
  }
div.direktzu fieldset div.translatable_fields label span.helpWrapper {
  display: none;
}
div.direktzu fieldset div.translatable_fields label.single {
  background: none;
  text-indent: 0;
  }
div.direktzu fieldset div.translatable_fields label.single span.helpWrapper {
  display: block;
}

/* first-child does not work with ie6 */
div.direktzu fieldset div.translatable_fields label.item_0  {
  text-indent: 0;
  }
div.direktzu fieldset div.translatable_fields label.item_0 span.helpWrapper {
  display: block;
}
div.direktzu fieldset div.translatable_fields label span.helpWrapper {
  position: absolute;
    left: 125px;
    top: 0;
  float: none;
}  
/* select */
div.direktzu fieldset select {
  width: 300px;
  float: left;
  }



/* button */
div.direktzu input.button,
div.direktzu button,
div.direktzu a.button {
  margin: 3px 0 5px 0;
  }
div.direktzu fieldset input.button,
div.direktzu fieldset button.button {
  margin: 10px 0 5px 115px;
  float: left;
  }
div.direktzu fieldset input.button.inRow,
div.direktzu fieldset button.button.inRow {
  margin-left: 10px;
  margin-bottom: 20px;
  }
  
div.direktzu button,
div.direktzu input.button,
div.direktzu a.button:link,
div.direktzu a.button,
div.direktzu input.editor_ok_button {
  font-family: Arial, Verdana, Helvetica, Sans;
  cursor: pointer;
  text-decoration: none;
  background-color: #fafafa;
  background-image: url(images/button_gradient.gif);
  background-repeat: repeat-x;
  background-position: left bottom;  
  padding: 1px;
  border: 1px solid #dae1ed;
  border-bottom-color: #a9b8cf;
  color: #51648b;
  }
div.direktzu a.button,
div.direktzu a.button:link {
  padding: 2px 5px;
  }
div.direktzu button:hover,
div.direktzu button:focus,
div.direktzu a.button:hover,
div.direktzu a.button:focus {
  background-image: url(images/button_gradient_over.gif) ! important;
  background-position: left top ! important;
  color: #5d7ab8 ! important;
  }

div.direktzu button.loading,
div.direktzu a.button.loading {  
  background-image: url(images/button_gradient_loading.gif);
  }
  
div.direktzu fieldset textarea {
  width: 397px;
  padding: 2px 2px 0 4px;
  margin-bottom: 20px;
  }
div.direktzu fieldset textarea.default,
div.direktzu fieldset input.default,
div.direktzu input.textfield.default {
  color: gray;
  }
  
/* button list */
div.direktzu div.buttonlist {
  text-align: right;
  }
div.direktzu fieldset div.buttonlist {
  text-align: left;
  padding-left: 116px;
  }
div.direktzu div.buttonlist form,
div.direktzu div.buttonlist form div {
  display: inline;
  margin: 0;
  padding: 0;
  }
div.direktzu div.buttonlist input.button,
div.direktzu div.buttonlist button {
  margin: 0 0 0 3px;
  float: none;
  }
div.direktzu fieldset div.buttonlist input.button,
div.direktzu fieldset div.buttonlist button {
  margin: 0 3px 0 0;
  }
div.direktzu div.buttonlist span.helpWrapper {
  top: 2px;
  }

/* radio */
div.direktzu div.radioList {
  float: right;
  width: 250px;
  display: inline;
  clear: none;
  }
div.direktzu div.radioList span {
  width: 125px;
  display: inline;
  float: left;
  clear: none;
  }
div.direktzu div.radioList label {
  float: left;
  display: inline;
  clear: none;
  padding: 0 0 0 3px;
  margin-top: -2px;
  }
div.direktzu div.radioList input.radio {
  color: #202020;
  display: inline;
  clear: none;
  float: left;
  margin: 0;
  }


/* Form Confirmation */

/* creates a table-like view similar to the fieldset-form to show the results of a submit */
/* see also h3 next to fieldset label */

div.direktzu div.formConfirmation {
  clear: both;
  display: block;
  float: none;
  width: 521px;
  padding: 5px 0 0 0;
  margin: 0;
  overflow: hidden; /* ff fix by till - expands height */
  }

div.direktzu div.formConfirmation h3 {
  float: left;
  display: block;
  clear: both;
  width: 116px;
  font-weight: bold ! important;
  color: #5c6275;
  margin: 2px 0 7px 0;
  }

div.direktzu div.formConfirmation p {
  width: 394px;
  float: right;
  display: block;
  padding: 0;
  margin: 0 0 7px 0;
  }



/* --------------- */
/*  Notices etc.   */
/* --------------- */

div.direktzu div.notice {
  background: #f8f8fa;
  margin: 10px 0 0 0;
  padding: 5px 3px 5px 10px;
  font-size: 12px ! important;
  border: 1px solid #eee;
  font-weight: normal;
  }
div.direktzu div.notice p {
  color: #43485b;
  padding: 1px 0 4px 0;
  }
/* removed on cavhes request
div.direktzu div.notice p a, div.direktzu div.notice p a:visited {
  color: #43485b;
  text-decoration: none;
  border-bottom: 1px solid #c2c4d2;
  }
div.direktzu div.notice p a:hover {
  color: #f8f8fa;
  background-color: #43485b;
  border-bottom: 1px solid #43485b;
  } */
div.direktzu div.notice ul {
  list-style: disc;
  list-style-position: inside;
  margin: 1px 0 4px 10px;
  padding: 0;
  }
div.direktzu div.notice ul li {
  color: #43485b;
  padding: 0;
  margin: 1px 0 1px 0;
  }


div.direktzu p.notice { 
  border: 1px solid #89cd8a;  
  padding: 7px 8px ! important;
  margin: 10px 0 10px 0;
  color: #139b16;
}
div.direktzu p.notice a.close {
  color: #139b16;
  font-size: 10px;
  display: block;
  clear: left;
  float: right;
  margin: -10px -6px 0 0;
  text-decoration: none;
  font-weight: bold;
  }
div.direktzu p.notice a.close:hover {
  background-color: transparent;
  color: #139b16;
  }
div.direktzu div.noticeBox h3 {
  margin-top: 20px;
  }
div.direktzu div.noticeBox ul.linklist_v {
  width: 100%;
  margin: -6px 0 5px 0;
  overflow: auto;
  }
div.direktzu div.noticeBox ul.linklist_v li {
  width: 45%;
  float: left;
  display: inline;
  }
div.direktzu span.noticeBox,
div.direktzu div.noticeBox.static { 
  display: block; 
  left: 100%; 
  border: 1px solid #89cd8a;   
  padding: 7px 8px ! important; 
  margin: 10px 0 10px 0; 
  color: #139b16 ! important; 
  background: url(images/notice_x.gif) top right no-repeat; 
  cursor: pointer; 
  text-align: left; 
  }
div.direktzu span.noticeBox.static,
div.direktzu span.noticeBox.static:hover,
div.direktzu div.noticeBox.static {
  margin-top: 0px;
  background-image: none;
  cursor: default;
  }
div.direktzu span.noticeBox#notice_globalNotice {
  margin-top: 0;
  margin-bottom: 20px;
  }
div.direktzu span.noticeBox:hover {
  background: url(images/notice_x_over.gif) top right no-repeat;
  }
div.direktzu p#globalError {
  margin-top: -12px;
  margin-bottom: 20px;
  border: 1px solid #f4c4c4;  
  color: #D51414;
  }
div.direktzu p#globalError a {
  color: #D51414;
  }
  
div.direktzu p.hint {
  color: #5c6275;
  font-size: 12px;
  }

div.direktzu p.help {
  color: #5c6275;
  font-size: 10px;
  }
div.direktzu fieldset p.help {
  position: relative;
  top: -16px;
  padding: 0;
  left: 0;
  margin: 0 0 -16px 116px;
  }

/* notice displayed instead of results when list is empty */
div.direktzu p.noResults,
div.direktzu p.info { 
  border: 1px solid #dde1e9;  
  padding: 7px 8px ! important;
  margin: 10px 0 10px 0;
  color: #5c6275;
  }


/* ------------------ */
/*  Video             */
/* ------------------ */
div.direktzu div.video_preview {
  position: relative;
  left: 0; top: 0;
}
div.direktzu div.video_preview div.play_image {
  position: absolute;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: transparent url('/themes/shared/images/player_startbutton.png') no-repeat center;
}


/* ------------ */
/*  Error Pages */
/* ------------ */
div#error_page div.box1_wrapper div.box1 p {
  text-align: left;
  color: #D51414;
}
div#error_page div.box1_wrapper div.box1 h2 {
  text-align: center;
  color: #D51414;
}
#error_layout #error_page {
  border: 1px solid #f4c4c4;
  padding: 7px 14px;
  margin: 32px 12px 20px 12px;
}
#error_layout #error_page div.box1,
#error_layout #error_page div.box1 div.body,
#error_layout #error_page div.box1_wrapper
{
  font-size: 19px;
  line-height: 1.4em;
  background: none;
}
#error_layout #error_page div.box1 h2 {
  font-size: 19px;
}

/* ------------------ */
/*  Validation Errors */
/* ------------------ */

div.direktzu div.errorExplanation,
div.direktzu p.errorExplanation {
  border: 1px solid #f4c4c4;  
  padding: 7px 14px;
  margin: 32px 12px 20px 12px;
  color: #D51414; 
  }
div.direktzu div.errorExplanation h2  {
  margin: 0;
  padding: 0;
  color: #D51414; 
  }
div.direktzu div.errorExplanation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
div.direktzu div.errorExplanation ul li {
  margin: 0;
  padding: 0 0 2px 15px;
  }

/* inside box1: */
div.direktzu div.box1 div.errorExplanation {
  padding: 8px 9px;
  margin: 10px 0 10px 0;
  }
div.direktzu div.box1 div.errorExplanation ul li {
  margin: 0;
  padding: 0;
  }  
div.direktzu div.box1 div.errorExplanation ul li {
  margin: 0;
  padding: 0;
  }


/* ------------------ */
/*   Box 1            */
/* ------------------ */

div.direktzu div.box1_wrapper {
  background: transparent url(/themes/shared/images/box1_bg.gif) top left repeat-y;
  width: 545px;
  margin-bottom: 20px;
  }
div.direktzu div.box1 {
  width: 545px;
  margin: 0;
  padding: 0;
  background: transparent url(/themes/shared/images/box1_top.gif) top left no-repeat;
  }
div.direktzu div.box1 div.body {
  width: 525px;
  margin: 0;
  padding: 2px 10px 1px 10px;
  overflow: visible;
  background: transparent url(/themes/shared/images/box1_bottom.gif) bottom left no-repeat;
  }
div.direktzu div.box1 h2 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #08112E;
  text-decoration: none;
  }
div.direktzu div.box1 h2.more_space {
  margin: 10px 0 10px 0;
  }
div.direktzu div.box1 h3 img.top {
  margin-bottom: -2px; 
  }

/* table in box1 */

div.direktzu div.box1 table {
  width: 545px;
  margin: 0 -10px 7px -10px;
  padding: 0;
  }
div.direktzu div.box1 table tr {
  margin: 0;
  padding: 0;
  }
div.direktzu div.box1 table tr td,
div.direktzu div.box1 table tr th {
  border-bottom: 1px solid #c1c3cb;
  margin: 0;
  text-align: left;
  vertical-align: top;
  }
div.direktzu div.box1 table tr th {
  padding: 1px 0 4px 2px;
  font-weight: normal;
  }
div.direktzu div.box1 table tr td {
  padding: 2px 0 4px 2px;
  }
div.direktzu div.box1 table tr td.title a {
  font-weight: bold;
  }
div.direktzu div.box1 table tr td.title a:visited {
  font-weight: normal
  }
div.direktzu div.box1 table tr td.first,
div.direktzu div.box1 table tr th.first {
  padding-left: 7px;
  }
div.direktzu div.box1 table tr td.last,
div.direktzu div.box1 table tr th.last  {
  padding-right: 7px;
  }
  
/* ------------------ */
/*   toggleBox          */
/* ------------------ */

div.direktzu div.toggleBox {
  display: inline;
  margin: 15px 0 15px 0;
  background: transparent url(/themes/shared/images/box2_top.gif) top left repeat-x;
  float: left;
  }
  
div.direktzu div.toggleBox div.body {
  margin: 0;
  padding: 6px 5px 5px 7px;
  background: transparent url(/themes/shared/images/box2_bottom.gif) bottom left repeat-x;
  float: left;
  overflow: visible;
  /* TODO joerg; ugly hack; subract padding correctly */
  width: 511px;
  }

div.direktzu div.toggleBox h3 {
  margin: 0 ! important;
  padding: 1px 5px 5px 7px;
  font-weight: normal;
  float: left;
  display: block;
  width: 533px;
  }
div.direktzu div.toggleBox div.body {
  width: 533px;
  }
div.direktzu div.box1 div.toggleBox h3 {
  width: 513px;
  }
div.direktzu div.box1 div.toggleBox div.body {
  width: 513px;
  }

div.direktzu div.toggleBox h3 span.left{
  float: left ! important;
  }  
div.direktzu div.box2 div.toggleBox h3 {
  font-size: 100%;
  }
div.direktzu div.toggleBox img {
  float: right;
  margin: 5px;
  }

div.direktzu div.toggleDiv {
  display: block;
  float: left;
  background: transparent;
  margin: 3px 0 15px 0;
  }
div.direktzu div.toggleDiv h3 {
  margin: 0;
  padding: 0 0 3px 7px;
  font-weight: normal;
  display: block;
  float: left;
  background: transparent;
  }
div.direktzu div.box2 div.toggleDiv h3 {
  font-size: 100%;
  }
div.direktzu div.toggleDiv h3 a {
  float: right;
  font-weight: normal;
  }
div.direktzu div.toggleDiv div.body {
  margin: 0;
  display: block;
  float: left;
  padding: 0px 5px 5px 7px;
  background: transparent;
  }


/* ------------------ */
/*   Box 2            */
/* ------------------ */

div.direktzu div.box2 {
  width: 210px;
  background: transparent url(/themes/shared/images/box2_top.gif) top left repeat-x;
  margin-bottom: 25px;
  }
div.direktzu div.box2 div.body {
  margin: 0 0 0 0;
  padding: 2px 5px 5px 7px;
  background: transparent url(/themes/shared/images/box2_bottom.gif) bottom left repeat-x;
/* for help icon */  
  position: relative;
  top: 0; left: 0;
  }
div.direktzu div.box2 h3 {
  margin: 0;
  padding: 1px 0 4px 7px;
  }
div.direktzu div.box2 div.body span.helpWrapper a.helpIcon {
  position: absolute;
  top: -21px;
  left: 183px;
  }
div.direktzu div.box2 div.body span.helpWrapper a.helpIcon:hover {
  background-color: transparent ! important;
  }
div.direktzu div.box2 div.body span.helpWrapper span.helpBox {
  left: 206px;
  top: -24px;
  }

div.direktzu div.box2 div.body ul {
  list-style: none;
  margin:0;
  }
div.direktzu div.box2 div.body ul,
div.direktzu div.box2 div.body ol {
  list-style-position: inside;
  padding: 5px 0;
  margin: 0;
  }
div.direktzu div.box2 div.body ul li,
div.direktzu div.box2 div.body ol li {
  padding: 0 0 5px 0;
  margin: 0 !important;
  }

div.direktzu div.box div.formError {
  margin: 0;
  padding-left: 3px;
  float: left;
  display: inline;
  color: #D51414;
  }

div.direktzu div.box2.new h3 {
  color: #d51414;
  }
div.direktzu div.box2.new {
  background-image: url(images/box2_top_new.gif);
  }
div.direktzu div.box2.new div.body {
  background-image: url(images/box2_bottom_new.gif);
  color: #9e131b;
  }
div.direktzu div.box2.new a {
  color: #9e131b ! important;
  } 
div.direktzu div.box2.new a:hover {
  background: #9e131b ! important;
  color: white ! important;
  }
div.direktzu div.box2.new span.new_flag {
  position: absolute;
  top: -31px;
  left: 172px;
  background: transparent url(images/box2_label_new.gif);
  font-weight: bold;
  width: 44px;
  height: 31px;
  color: white ! important;
  text-align: center;
  line-height: 31px;
  }

/* ----------------- */
/*   Useful classes  */
/* ----------------- */

div.direktzu .red {
  color: red;
  }
/* TODO we could put an important flag to all "useful" classes
   or define them on the end of this css file so they are all
   applied over the other rules */
div.direktzu .selected {
  font-weight: bold ! important;
  text-decoration: none;
  }
div.direktzu .clear {
  clear: both;
  }
div.direktzu .invisible {
  visibility: hidden ! important;
  position: absolute ! important;
  top: -3000px ! important;
  display: none ! important;
  }
div.direktzu img.avatar,
div.direktzu img.userImage {	
  border: 1px solid #a3a7bc;
  }

div.direktzu img.user_group_avatar {	
  padding: 5px;
  background-color: white;
  }


    
/* --------------------------- */
/*   Individual layouts stuff  */
/* --------------------------- */

div.direktzu h3 input.button {
  margin: 1px 0 0 0;
  vertical-align: top;
  }
div.direktzu h3 input.textfield {
  margin: 1px 0 0 0;
  padding: 0 0 1px 3px;
  vertical-align: top;
  height: 21px;
  font-size: 16px;
  font-weight: bold;
  width: 150px;
  letter-spacing: 0.02em;
  }



/* Front Page */

div.direktzu div#frontbutton1 {
  width: 264px;
  height: 185px;
  float: left;
  background: transparent url(/themes/shared/images/front_button1.gif) top left no-repeat;
  }
div.direktzu div#frontbutton2 {
  width: 264px;
  height: 185px;
  float: right;
  margin: 0 0 12px 0;
  background: transparent url(/themes/shared/images/front_button2.gif) top left no-repeat;
  }
div.direktzu div#frontbutton3 {
  width: 550px;
  height: 185px;
  clear: both;
  margin: 0 0 12px 0;
  background: transparent url(/themes/shared/images/front_button3.gif) top left no-repeat;
  }
div.direktzu div.frontbutton {
  text-align: center;
  }
div.direktzu div.frontbutton a {
  padding: 28px 20px 0 20px;
  color: white;
  text-decoration: none;
  display: block;
  height: 170px;
  }
div.direktzu div.frontbutton a:hover,
div.direktzu div.frontbutton a:visited {
  background-color: transparent; 
  color: white;
  }
div.direktzu div.frontbutton a span.title {
  font-size: 38px;
  line-height: 40px;
  font-weight: normal;  
  margin-bottom: 0px;
  display: block;
  vertical-align: baseline;
  }
div.direktzu div.frontbutton a span.body {
  display: block;
  }
/* TODO still needed? */    
div.direktzu img#dummy_player {
  margin-top: 17px;
  }
div.direktzu div#page_front div.player {
	float: left;
	margin-top: 8px;
	}


/* SignUp */

div.direktzu div.signup input.button {
  margin-top: 0;
  }

/* Login */

div.direktzu div.login ul.linklist_h.right {
  margin-bottom: 10px;
  }	
div.direktzu div.login ul.linklist_h.right li {	
  margin-bottom: 4px;
  }
  
div.direktzu div.login p {
  text-align: right;
  }


/* -------------- */
/*  New Message   */
/* -------------- */
div.direktzu div.box1 label.label_for_letter_or_video {
  margin-bottom: 0;
}
div.direktzu div.letter_or_video ul.tabs {
  list-style: none;
  display: inline;
  width: 405px;
  float: left;
  margin: 0;
  padding: 0;
/*  border-bottom: 1px solid #8C91AB; */
  }
div.direktzu div.letter_or_video ul.tabs li {
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  padding: 3px 0 2px 0;
  font-size: 11px;
  border-top: 1px solid #8C91AB;
  border-right: 1px solid #8C91AB;
  border-left: 1px solid #8C91AB;
  border-bottom: 1px solid #8C91AB;
  position: relative;
  top: 1px;
  left: 0;
  background: white url(images/tab_bg.gif) top left repeat-x;
  }
div.direktzu div.letter_or_video ul.tabs li a,
div.direktzu div.letter_or_video ul.tabs li span {
  padding: 2px 20px 3px 20px;
  position: relative;
  top: -1px;
  left: 0;
  z-index: 10;
}

div.direktzu div.letter_or_video ul.tabs li.selected {
  border-bottom-color: #dcdee6;
  }

div.direktzu div#article_form_wrapper {
  position: relative;
  top: 0;
  left: 0;
}
div.direktzu div#article_form_wrapper div.errorExplanation {
  margin-left: 116px;
  margin-top: 0;
  margin-bottom: 0;
}
div.direktzu div.letter_or_video span.language_selector {
  position: absolute;
  top: 30px;
  left: 0;
}
div.direktzu div.letter_or_video span.language_selector a.selected_language {
  font-weight: bold;
}
div.direktzu div.letter_or_video textarea {
  position: relative;
  top: 0;
  left: 0;
  padding-top: 5px;
  margin-top: 0;
/*  border-top: none; */
  }
div.direktzu div.letter_or_video div.recorder_border {
  float: left;
  border: 1px solid #8C91AB;
  margin-bottom: 20px;
  margin-left: 116px;
  }
div.direktzu fieldset.anonymous_settings label {
  width: 170px;
}
/* -------------- */
/*  Message list  */
/* -------------- */

div.direktzu div.list_header {
  margin: 0 0 20px 0;
  }

div.direktzu div.list_header div.toggleBox input {
  margin: 10px 0 5px 0;
  }


/* ------------------ */
/*  Message suggestions  */
/* ------------------ */
body#posts div.direktzu img#suggest-message-spinner {
  margin: 1px 0 0 3px;
  }
body#posts div.direktzu div#suggestions {
  background: #f8f8fa;
  margin: -5px 0 0 116px;
  padding: 3px 3px 5px 10px;
  font-size: 12px ! important;
  border: 1px solid #eee;
  width: 390px;
  font-weight: normal;
  }
body#posts div.direktzu div#suggestions a em.keyword {
  background-color: transparent;
  color: #0000B0;
  font-weight: bold;
  }
body#posts div.direktzu div#suggestions a:hover em.keyword {
  color: white;
  }
body#posts div.direktzu div#suggestions p {
  color: #43485b;
  padding-top: 5px;
  }
body#posts div.direktzu div#suggestions p.votable_posts_text {
  }
body#posts div.direktzu div#suggestions ol {
  list-style: none;
  margin: -2px 0 8px 0;
  padding: 0;
  }
body#posts div.direktzu div#suggestions ol li {
  padding: 0;
  margin: 4px 0;
  }
  
  
/* ------------------ */
/*  Message Overview  */
/* ------------------ */

/* title */

body#posts div.direktzu div#new div.signup h5 {
  margin-top: 15px;  
  }

div.direktzu div.postView.answer div.box1 div.body {
  padding-bottom: 11px;
  }
div.direktzu div.postView div.box1 div.body {
  overflow: hidden !important;
}
div.direktzu div.postView div.list_header_show ul {
  margin: 0 0 15px 0;
  }
  
/* sort'n'filter */
/* categories */
div.direktzu div.list_header div.categories {
  border: 1px solid #c9cbd2;
  padding: 5px;
  }
div.direktzu div.list_header div.categories a,
div.direktzu div.list_header div.categories span {
  margin: 0 5px;
  line-height: 150%;
  white-space: nowrap;
  font-weight: normal;
  }
div.direktzu div.list_header div.categories span {
  font-weight: bold;
  }
/* normal */
div.direktzu div.sortfilter {
  border: 1px solid #c9cbd2;  
  }
div.direktzu div.sortfilter table {
  top: -9px;
  position: relative;
  width: 543px;
  }
div.direktzu div.sortfilter table tr th {
  margin: 0;
  padding: 0;
  }
div.direktzu div.sortfilter table tr th.col1 {
  text-align: left;
  padding-left: 6px;
  }  
div.direktzu div.sortfilter table tr th.col2 {
  text-align: right;
  padding-right: 8px;
  }  
div.direktzu div.sortfilter table tr th strong {
  color: #5c6275;
  background: white;
  padding: 0 3px;
  font-size: 13px;
  }
div.direktzu div.sortfilter table tr th strong span.helpWrapper {
  left: -5px;
  }
div.direktzu div.sortfilter table tr th strong a.helpIcon {
  margin-right: 0;
  }
div.direktzu div.sortfilter table tr th strong a.helpIcon img {
  margin-right: 0;
  margin-bottom: -2px;
  }
div.direktzu div.sortfilter table tr td {
  word-spacing: 2px;
  padding: 8px 8px 0 8px;
  font-weight: bold;
  vertical-align: top;
  }
div.direktzu div.sortfilter table tr td.col1 {
  text-align: left;
  }  
div.direktzu div.sortfilter table tr td.col2 {
  text-align: right;
  }
div.direktzu div.sortfilter table tr td a {
  font-weight: normal;
  }
div.direktzu div.sortfilter table tr td.search input.textfield {
  width: 365px;
  margin-right: 7px;
  }

div.direktzu div.filters_advanced {
  padding: 8px;
  }    
/* fix for IE: */
div.direktzu div.filters_advanced form {
  margin: 0;
  }
/* filter list */
div.direktzu ul.filterlist {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  }
div.direktzu ul.filterlist li {
  padding: 0.3em 0;
  margin: 0;
  clear: both;
  float: right;
  width: 527px;
  }
div.direktzu ul.filterlist select {
  float: right;
  }
div.direktzu ul.filterlist a {
  float: right;
  margin-left: 5px;
  }
div.direktzu div.filters_advanced ul.linklist_h li {
  padding: 8px 0 0 8px;
  }
div.direktzu div.filters_advanced div.buttonlist {
  padding: 8px 0 0 0;
  }

div.direktzu div.postView h5 {
  margin-top: 4px;
  font-size: 13px;
  font-weight: normal;
  }
div.direktzu div.postView h5 img.avatar {
  float: left;
  display: inline;
  margin: 1px 8px 0 0;  
  }
div.direktzu div.postView h5 span.meta {
  float: left;
  line-height: 18px;
  margin-right: 8px;
  }
div.direktzu div.postView h5 img.mediaType,
div.direktzu div.postView h5 span.mediaType {
  float: right;
  margin-left: 3px;
  }
div.direktzu div.postView h5 img.mediaTypeAttached {
  float: right;
  }
div.direktzu div.postView h5 img.mediaTypeAttached.group {
  float: right;
  margin-right: -11px;
  }
div.direktzu div.postView div.ratingBar {
  margin-top: 20px;
  padding: 0;
  float: right;
  clear: right;
  margin-left: 3px;
  width: 52px;
  height: 6px;
  background: transparent url(images/ratingbar_right.gif) top right no-repeat;
  }
div.direktzu div.postView div.ratingBar span {
  background: transparent url(images/ratingbar_left.gif) top left no-repeat;
  padding-top: 15px;
  color: white;
  float: left;
  height: 6px;
  }
div.direktzu div.postView h5 span.flag {
  float: right;
  margin: 0 5px 0 5px;
  color: #D51414;
  font-weight: bold;
  text-decoration: none;
  }  
div.direktzu div.postView h5 a span.flag {
  cursor: pointer;
  }
div.direktzu div.postView h5 a:hover span.flag {
  text-decoration: underline;
  }
div.direktzu div.postView h6 {
  margin: 0;
  padding: 15px 0 10px 0;
  }
div.direktzu div.postView h6.top_post {
  background-image: url(/themes/shared/images/top_icon_link.gif);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 15px;
}


div.direktzu div.postView h6,
div.direktzu div.postView h6 a {
  font-weight: bold;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3em;
  }

div.direktzu div.postView h6 span.language_warning {
  display: block;
  font-size: 10px;
  font-style: italic;
  text-align: center;
}
/* content */

div.direktzu div.postView p.caption {
  margin: 3px 35px 8px 35px;
  font-size: 12px;
  color: #666666;
  text-align: justify;
  }
div.direktzu div.postView div.player {
  text-align: center;
  margin: 1em 0;
  position: relative;
  top: 0;
  left: 0;
  }
div.direktzu div.postView div.player img {
  width: 200px;
  height: 150px;
  }
div.direktzu div.postView div.player div.play_button {
  position: absolute;
  top: 50px;
  left: 235px;
  height: 50px;
  width: 54px;
  background: transparent url(images/player_startbutton.png) top left no-repeat;
  }
div.direktzu div.postView div.player div.play_button a {
  height: 50px;
  width: 54px;
  text-indent: -6000px;
  display: block;
  overflow: hidden;
  }
div.direktzu div.postView div.player div.play_button a:hover {
  background: transparent;
  }
div.direktzu div.postView p {
  padding: 4px 0;
  }
div.direktzu div.postView p.more {
  margin: -1px 0 0 5px;
  padding: 0;
  float: right;
  }
div.direktzu div.postView div.footer,
div.direktzu div.postView ul.share_bar {
  margin: 0;
  overflow: hidden;
  display: inline;
  }
div.direktzu div.postView div.footer {
	float: left;
	width: 80%;
	padding: 5px 0;
}
div.direktzu div.postView ul.share_bar {
	float: right;
	padding: 0.5em;
}

div.direktzu div.postView ul.share_bar li.social_network form {
  display: inline;
}

div.direktzu div.postView div.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  display: block;
  }
div.direktzu div.postView div.footer li {
  margin: 0;
  padding: 0 13px 0 0;
  font-size: 12px;
  float: left;
  display: block;
  }

div.direktzu div.signature {
  display: none;
  }


div.direktzu div.postView ul.share_bar a:hover {
  background-color: transparent;
}
div.direktzu div.postView ul.share_bar li {
  margin: 0 !important;
  display: inline;
}
/* Spam and Recommend */

div.direktzu div.postView div.report_recommend fieldset p {
  padding: 0 0 12px 0;
  } 
div.direktzu div.postView div.report_recommend {
  text-align: left;   
  margin: 10px 0 20px 0;
  } 
div.direktzu div.postView div.report_recommend a {
  background: white url(images/icon_spam_off.gif) 6px 6px no-repeat;
  margin: 0 10px 0 0;
  padding: 3px 16px 7px 25px;
  }
div.direktzu div.postView div.report_recommend a:hover {
  color: #0000B0 ! important;
  text-decoration: underline;
  }
div.direktzu div.postView div.report_recommend a.recommend {
  background-image: url(images/icon_recommend_off.gif);
  }
div.direktzu div.postView div.report_recommend a.recommend_selected,
div.direktzu div.postView div.report_recommend a.report_selected {
  background-color: #e9ebf1;  
  font-weight: normal ! important;
  text-decoration: underline;
  }
div.direktzu div.postView div.report_recommend a.recommend_selected {
  background-image: url(images/icon_recommend_on.gif);
  }
div.direktzu div.postView div.report_recommend a.report_selected {
  background-image: url(images/icon_spam_on.gif);
  }
div.direktzu div.postView div.report_recommend fieldset {
  background: #e9ebf1;
  margin: 7px 0 0 0;
  padding: 18px 8px 12px 8px;
  width: 509px;  
  }
div.direktzu div.postView div.report_recommend fieldset label {
  width: 103px;
  margin-bottom: 10px;
  }
div.direktzu div.postView div.report_recommend fieldset textarea {
  margin-bottom: 10px;
  }
div.direktzu div.postView div.report_recommend fieldset div.buttonlist {
  float: right;
  }
div.direktzu div.postView div.report_recommend div.errorExplanation {
  display: block;
  }
div.direktzu div.postView div.report_recommend div.report_recommend_content {
	position: relative;
	top: -1px;
	left: 0;
}

/* moderator and user buttons */

div.direktzu div.postView div.body div.actions {
  margin: 1em 0;
  padding: 5px;
  border: 1px solid #8C91AB;
  text-align: right;
  }
div.direktzu div.postView div.body div.actions h5 {
  position: relative;
  top: -1.1em;
  margin-bottom: -0.5em;
  left: 0;
  font-weight: normal;
  text-align: left;
  }
div.direktzu div.postView div.body div.actions h5 span {
  padding: 0 5px;
  background-color: white;
  }
div.direktzu div.postView div.body div.actions form button {
  margin: 0 5px 0.5em 0;
  }

/* attachments */
div.direktzu div.postView dl.attachments {
  margin: 1em 0;
  padding: 5px;
  border: 1px solid #8C91AB;
  }
div.direktzu div.postView dl.attachments dt {
  position: relative;
  top: -1em;
  margin-bottom: -0.5em;
  left: 0;
  font-weight: bold;
  }
div.direktzu div.postView dl.attachments dt span {
  padding: 0 5px;
  background-color: white;
  }
div.direktzu div.postView dl.attachments dd {
  padding: 0 5px 0 0;
  margin: 0;
  display: inline;
  line-height: 150%;
  }
div.direktzu dl.attachments dd a {
  background-repeat: no-repeat;
  background-image: url(images/mediatype_text-small.gif);
  padding-left: 16px;
  }
div.direktzu dl.attachments dd.pdf a {
  background-image: url(images/mediatype_pdf-small.gif); 
  }
div.direktzu dl.attachments dd.image a {
  background-image: url(images/mediatype_image-small.gif); 
  }
div.direktzu dl.attachments dd.video a {
  background-image: url(images/mediatype_video-small.gif); 
  }

/* previous next post */

#posts.show div.direktzu div.previous_next {
  padding-bottom: 10px;
  }
#posts.show div.direktzu div.previous_next ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }
#posts.show div.direktzu div.previous_next ul li {
  width: 40%;
  margin: 0;
  padding: 0;
  }
#posts.show div.direktzu div.previous_next ul li.previous {
  float: left;
  background: transparent url(images/icon_arrow_left.gif) center left no-repeat;
  padding-left: 8px;
  }
#posts.show div.direktzu div.previous_next ul li.next {
  float: right;
  text-align: right;
  background: transparent url(images/icon_arrow_right.gif) center right no-repeat;
  padding-right: 8px;
  }


/* --------------------- */
/*   Posts Compact List  */
/* --------------------- */

div.direktzu table.posts {
  margin-bottom: 18px ! important;
  }
div.direktzu div.box1 table.posts th {
  font-weight: bold;  
  }
div.direktzu table.posts .first {
  padding: 1px 5px 0 5px;
  }
div.direktzu div.box1 table.posts th.date {
  text-align: right;
  }
div.direktzu div.box1 table.posts th a {
  font-weight: normal;  
  }
div.direktzu div.box1 table.posts th span.helpWrapper {
  left: -4px;
  top: 1px;
  }
div.direktzu div.box1 table.posts th span.helpWrapper a:hover {
  background-color: transparent;
  }
div.direktzu table.posts td {
  vertical-align: middle ! important;
  }
div.direktzu table.posts .rank {
  text-align: right;
  }
div.direktzu table.posts .answered,
div.direktzu table.posts .archived {
  color: #D51414;
  }
div.direktzu table.posts .date {
  text-align: right;
  padding-right: 7px;
  }
div.direktzu table.posts th.date a {
  vertical-align: top;
  }
div.direktzu table.posts td.date img {
  cursor: help;
  }
  
  
/* Additional Media Content */

/* show */

div.direktzu ul.additionalMedia {
  list-style-type: none;
  margin: 0;
  padding: 0;
  }
div.direktzu ul.additionalMedia li {
  padding: 0;
  margin: 15px 0;
  text-align: center;  
  }
/* TODO joerg: what is this for */
div.direktzu ul.additionalMedia li img {
  float: none;
  }


/* ------------ */
/*  Posts/new   */

div.direktzu select#post_category_id option.featured_category {
  background-color: #DFE3EB;
  font-weight: bold;
}

div.direktzu #new_message label.user_terms {
  width: 398px;
  }

div.direktzu p.left_words_count {
  text-align: right;
  margin-right: 2px;
  }

div.direktzu div.additionalContent div.toggleBox {
  width: 525px ! important;
  }

div.direktzu div.additionalContent fieldset {
  padding: 0;
  margin-bottom: 1em;
  }
div.direktzu div.additionalContent fieldset label {
  width: auto;
  display: block;
  margin: 0 0 8px 0;
  }
div.direktzu div.additionalContent fieldset input {
  margin-bottom: 0.5em;
  }
div.direktzu div.additionalContent fieldset input.textfield {
  width: 414px;
  }
div.direktzu div.additionalContent fieldset a.less {
  margin: 4px 0 1px 4px;
  }
div.direktzu div.additionalContent fieldset a.more {
  margin: 0 0 3px 0;
  }
div.direktzu div.additionalContent p {
  margin: 8px 7px 3px 0;
  color: #5C6275;
  }
div.direktzu div.additionalContent p a.helpIcon img {
  float: none;
  margin: 0 0 1px 5px;
  }
div.direktzu div.additionalContent dl.attachments {
  margin: 0;
  padding: 0;
  }
div.direktzu div.additionalContent dl.attachments dd {
  padding: 0;
  margin: 0;
  height: 2em;
  }
div.direktzu div.additionalContent dl.attachments dt.delete {
  padding: 0;
  margin: 0;
  float: right;
  clear: right;
  height: 2em;
  }
div.direktzu div.additionalContent dl.attachments dt.delete label {
  width: 14px;
  height: 14px;
  color: white;
  font-size: 0;
  background: transparent url(/themes/shared/images/icon_delete.gif) top right no-repeat;
  margin-right: 1px;
  }
div.direktzu div.additionalContent dl.attachments dt.delete input {
  width: 14px;
  height: 14px;
  margin: 1px;
  }


/* --------------- */
/*  report'n'spam  */
/* --------------- */

div.direktzu div.report {
  border: 1px solid #f4c4c4;  
  padding: 2px 10px 5px 10px;
  margin: -10px 0 15px 0;
  color: #D51414; 
  }
div.direktzu div.report p {
  padding: 0;
  clear: left;
  }
div.direktzu div.report p,
div.direktzu div.report input.button,
div.direktzu div.report select {
  margin: 2px 0 ! important;
  }

/* --------- */
/* comments  */

div.direktzu div.comments {
  padding: 0;
  }
 
div.direktzu div.comments h5 {
  padding: 5px 0 0 8px;
  margin: 13px 0;
  background: transparent url(/themes/shared/images/box2_top.gif) top left repeat-x;
  height: 20px;
  }
div.direktzu div.comments h5 a {
	font-weight: normal;
	float: right;
	margin-right: 6px;
	} 
div.direktzu div.comments p.locked {
  margin: -4px 0 8px 8px;
  padding: 0;
  } 
div.direktzu div.comments div.text  {
  padding: 0 25px;
  }
div.direktzu div.comments div.text ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 495px;
	}
div.direktzu div.comments div.text ol li {
  min-width: 498px;
}
div.direktzu div.comments div.text ol ol {
	margin-left: 40px;
	width: 455px;
	}
div.direktzu div.comments div.text ol ol li {
  padding-top: 3px;
  padding-bottom: 3px;
  min-width: 458px;
  }
div.direktzu div.comments div.text li.commentItem {
  float: left;
  margin: 0;
  padding: 3px 0 10px 0;
  }
div.direktzu div.comments div.text div.unpublished {
  background-color: transparent;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
  height: 1%;
}
div.direktzu div.comments ul.linklist_h.right li {
  float: right;
  margin: 0;
  padding: 3px 6px 10px 0;
  }
div.direktzu div.comments div.text cite {
  font-style: normal;
  display: block;
  background: transparent url(/themes/shared/images/box2_top.gif) top left repeat-x;
  padding: 6px 8px 0 8px;
  margin: 0;
  height: 32px;
  }
div.direktzu div.comments div.text cite img {
  float: none;
  vertical-align: top;
  margin: 0;
  border: 1px solid #a3a7bc;
}
div.direktzu div.comments div.text blockquote {
/* background: transparent url(/themes/shared/images/box2_bottom.gif) bottom left repeat-x; */
  margin: 4px 0 1em 0;
  padding: 0 8px;
  }
div.direktzu div.comments div.text blockquote p {
  margin: 0;
  padding: 0;
  }
div.direktzu div.comments div.text form fieldset {
/* TODO joerg: dynamic .. */
  width: 463px;
  margin: 0 0 13px 0;
  padding: 0;
  }
div.direktzu div.comments div.text form fieldset textarea {
  margin: 8px 0 0 0;
  padding: 0;
  height: 50px;
  }
div.direktzu div.comments div.text form fieldset div.errorExplanation {
  margin-top: 0;
  }
div.direktzu div.comments div.text form fieldset input.button {
  float: none;
  margin: 10px 0 5px 0;
  }

div.direktzu div.comments div.errorExplanation ul li {
  float: none;
  padding: 1px 0 1px 2px;
  }

div.direktzu div.comments div.writeText textarea {
  margin: 0 ! important;
  height: 50px;
  }
div.direktzu div.comments div.writeText input {
  margin: 5px 0 15px 0 ! important;
  }
/* Level 1 */
div.direktzu div.comments div.writeText textarea {
  width: 493px;
  }
div.direktzu div.comments div.writeText div.report textarea {
  width: 470px;
  }
/* Level 2 */
div.direktzu div.comments div.writeText textarea {
  width: 493px;
  }
div.direktzu div.comments li.level1 div.report textarea {
  width: 470px;
  }
div.direktzu div.comments li.level2 div.report textarea {
  width: 430px;
  }

/* VIDEO COMMENTS */

div.direktzu div.comments div.video  {
  padding: 0 25px;
  }
  
div.direktzu div.comments div.video div.player img {
  margin: -30px 0 20px 0;
  }
  
  
div.direktzu div.comments div.videoItem {
  background: transparent url(/themes/shared/images/box2_top.gif) top left repeat-x;
  clear: both;
  display: block;
  float: left;
  width: 439px;
  margin: 5px 8px 5px 8px;
  }
div.direktzu div.comments div.videoItem img.handle {
  float: left; 
  margin: 0 11px 0 15px;
  }
div.direktzu div.comments div.videoItem img.thumb {
  float: left; 
  margin: 0 15px 0 0;
  }
div.direktzu div.comments div.videoItem h6 {
  padding: 6px 0 3px 0;
  display: inline;
  margin: 0;
  float: left;
  width: 200px;
  }
div.direktzu div.comments div.videoItem h6 a {
  font-weight: bold;
  }
div.direktzu div.comments div.videoItem ul {
  float: left;
  display: inline;
  width: 200px;
  padding: 3px 0;
  margin: 0;
  }
div.direktzu div.comments div.videoItem ul li {
  width: 200px;
  float: left;
  display: inline;  
  padding: 1px 0;
  margin: 0;
  }
div.direktzu div.comments div.videoItem a.right {
  margin-right: 5px;
  }

/* rating */
div.direktzu div.rate {
  float: left;
  margin: 2em 0 1em 0;
  height: 40px;
  }
div.direktzu div.rate ul {
  float: left;
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
  }
div.direktzu div.rate li {
  float: left;
  margin: 0 5px;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  }
div.direktzu div.rate li img,
div.direktzu div.rate li form {
  float: left;
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
  }
div.direktzu div.rate li a {
  display: inline;
  margin: 0;
  padding: 0 0 0 5px;
/* font-size: 16px; */
  text-decoration: none;
  font-weight: bold;
  position: relative;
  top: -5px;
  }
div.direktzu div.rate li a:hover {
  background-color: transparent;
  text-decoration: underline;
  }
div.direktzu div.rate li.good a,
div.direktzu div.rate li.good a:hover {
  color: #139b16
  }
div.direktzu div.rate li.dunno a,
div.direktzu div.rate li.dunno a:hover {
  color: #ec9b00;
  }
div.direktzu div.rate li.nogood a,
div.direktzu div.rate li.nogood a:hover {
  color: #c8111c;
  }


/* ======================== */
/*   pagination styling     */
/* ======================== */

div.direktzu .pagination ul {
  margin: 0;
  padding: 0 2px 0 0;
  float: right;
  list-style-type: none;
  }

div.direktzu .pagination li {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  }

div.direktzu .pagination li a {
  display: block;
  padding: 0 4px 0 4px;
  }

div.direktzu .pagination li.currentpage {
  font-weight: bold;
  }

div.direktzu .pagination li.firstpage,
div.direktzu .pagination li.previouspage,
div.direktzu .pagination li.nextpage,
div.direktzu .pagination li.lastpage,
div.direktzu .pagination li.currentpage,
div.direktzu .pagination li.disablepage {
  padding: 0 4px 0 4px;
  }
div.direktzu .pagination li.firstpage a,
div.direktzu .pagination li.previouspage a,
div.direktzu .pagination li.nextpage a,
div.direktzu .pagination li.lastpage a {
  padding: 0;
  }


/* ------------------- */
/*     Feedback        */
/* ------------------- */

div.direktzu div.feedback {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 10001;
  }
div.direktzu div.feedback div.wrapper1 {
  width: 556px;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: 1px solid white;
  background: #aeb2c6;
  padding: 1px;
  color: white;
  }
div.direktzu div.feedback div.wrapper1 div.wrapper2 {
  width: 524px;
  border: 1px solid #d3d6e1;
  background: #767c99;
  margin: 0;
  padding: 15px;
  }
div.direktzu div.feedback h2 {
  margin: 0 0 6px 0;
  padding: 0;	
  font-size: 13px;
  color: white;
  }
div.direktzu div.feedback label {
  color: white;
  font-weight: normal;
  }
div.direktzu div.feedback fieldset {
  padding-top: 5px;
  }
div.direktzu div.feedback input.button.cancel {
  margin-left: 15px;
  }
div.direktzu div.feedback div.errorExplanation {
  margin-top: 0;
  border-color: #d3d6e1;
  color: white;
  }
div.direktzu div.feedback fieldset div.fieldWithErrors textarea {
    margin-left: 0;
  }
div.direktzu div.feedback fieldset img.captcha {
  background: none;
  border: 1px solid #8C91AB;
  padding: 0 20px;
  margin-top: 1px;
  float: left;
  }
div.direktzu div.feedback fieldset input.captcha {
  /* 
  font-family: 'times new roman'; 
  font-style: italic; 
  */ 
  font-weight: bold; 
  font-size: 14px; 

  letter-spacing: 5px; 
  text-align: center; 
  vertical-align: middle; 

  height: 19px; 
  width: 100px; 
  margin-left: 15px; 
}


/* ------------------- */
/*   Translation       */
/* ------------------- */

div.direktzu input.editor_field {
  width: 220px;
  font-size: 12px;
  }


/* ----------- */
/*   HelpBox   */
/* ----------- */

div.direktzu span.helpWrapper {
  position: relative;
  top: 0;
  left: 0;
  }
div.direktzu h2 span.helpWrapper {
  top: 2px;
  }
div.direktzu fieldset.buttonRow span.helpWrapper img {
  margin: 13px 0 0 9px;
  }
div.direktzu label span.helpWrapper.icon {
  float: right;
  width: 21px;
  }
div.direktzu ul.linklist_h a.helpIcon img {
  margin-bottom: -3px;
  }
div.direktzu a.helpLink {
  cursor: help;
  text-decoration: none;
  background: transparent url(images/help_link_underline.gif) bottom left repeat-x;
  }
div.direktzu a.helpIcon {
  cursor: help;
  text-decoration: none;
  margin: 1px 5px 0 0;
  }
div.direktzu h2 a.helpIcon {
  margin: 1px 0 0 5px;
  }
div.direktzu th a.helpIcon {
  position: relative;
  top: 2px;
  left: 4px;
  margin-right: 2px;
  }
div.direktzu a.helpLink:hover {
  background-color: #0000B0;
  }
div.direktzu a.helpIcon:hover {
  background-color: white ! important;
  }
div.direktzu span.helpBox {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  border: 1px solid white;
  background: #aeb2c6;
  margin: 0;
  padding: 1px;
  width: 300px;
  color: #f0f0ff ! important; 
  cursor: pointer;
  text-align: left;
  }
div.direktzu span.helpBox span {
  display: block;
  border: 1px solid #d3d6e1;
  background: #767c99 url(images/popup_x.gif) top right no-repeat;
  margin: 0;
  padding: 5px;
  }  
div.direktzu span.helpBox span:hover {
  background: #767c99 url(images/popup_x_over.gif) top right no-repeat;
  }
div.direktzu span.helpBox a {
  color: white;
  }
div.direktzu span.helpBox a:hover {
  color: #767c99;
  background: white;
  } 
div.direktzu span.helpBox cite {
  font-style: normal;  
  font-weight: normal;
  font-size: 13px;
  line-height: normal;
  }

/* ------------------- */
/*      Voting         */
/* ------------------- */
div.direktzu div.vote {
  padding: 4px 0;
  position: relative;
  top: 0;
  left: 0;
  background: transparent url(images/vote/bar.gif) 0px 12px no-repeat;
  margin: 15px 0 15px 0;
  overflow: hidden;
  height: 50px;
  }
div.direktzu div.vote.expanded {
  margin: 15px 0 0 0;
  height: 25px;
  }

div.direktzu div.vote button {
  border: none;
  padding: 30px 0 0 0 ! important;
  margin: 0;
  overflow: visible;
  }
div.direktzu div.vote button span {
  color: #0000B0;
  text-decoration: underline;
  }
div.direktzu div.vote button:hover span {
  color: white;
  background-color: #0000B0;
  text-decoration: none;
  }
div.direktzu div.vote button:disabled span,
div.direktzu div.vote button[disabled] span {
  visibility: hidden;
  }
div.direktzu div.vote button.against {
  background: transparent url(images/vote/btn_against.gif) top left no-repeat ! important;
  float: left;
  }
div.direktzu div.vote button.favor {
  background: transparent url(images/vote/btn_favor.gif) top right no-repeat ! important;
  float: right;
  }
div.direktzu div.vote button.favor:hover {
  background: transparent url(images/vote/btn_favor_over.gif) top right no-repeat ! important;
  }
div.direktzu div.vote button.against:hover {
  background: transparent url(images/vote/btn_against_over.gif) top left no-repeat ! important;
  }
/* joerg: disabled selectors does not work in ie6 but are so nice and clean so we do not care */
div.direktzu div.vote button.favor:disabled,
div.direktzu div.vote button.favor[disabled] {
  background: transparent url(images/vote/btn_favor_pressed.gif) top right no-repeat ! important;
  }
div.direktzu div.vote button.against:disabled,
div.direktzu div.vote button.against[disabled] {
  background: transparent url(images/vote/btn_against_pressed.gif) top left no-repeat ! important;
  }
div.direktzu div.vote span.slider {
  position: absolute;
  top: 4px;
  left: 21px;
  display: block;
  width: 425px;
  float: left;
  text-decoration: none;
  }
div.direktzu div.vote span.slider span {
  position: absolute;
  width: 50px;
  clear: none;
  float: left;
  text-align: center;
  border: 1px solid #a8abba;
  padding: 1px 3px;
  letter-spacing: 0;
  background: #dce0e7 url(images/vote/slider_bg.gif) top left repeat-x;
  color: #08112e;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  }
  
div.direktzu form.vote fieldset {
  margin: 10px 0 0 0;
  padding: 5px 10px;
  border: 1px solid #89cd8a;   
  font-weight: normal;
  width: 503px !important;
  color: #139b16;
  }
div.direktzu form.vote fieldset label {
  display: none;
  }
div.direktzu form.vote fieldset button {
  visibility: hidden;
  }
div.direktzu form.vote fieldset img.captcha {
  background-image: url(images/captcha_background.gif);
  background-repeat: repeat-x;
  border: 1px solid #8C91AB;
  padding: 0 20px;
  margin: 0;
  vertical-align: middle;
  width: 60px;
  height: 19px;
  }
div.direktzu form.vote fieldset div.errorExplanation {
  border: none;
  padding: 0;
  }
div.direktzu form.vote fieldset div.fieldWithErrors {
  padding: 0;
  margin: 0;
  display: inline;
  }
div.direktzu form.vote fieldset input.captcha {
  float: none;
  height: 19px;
  width: 100px ! important;
  padding: 0;
  margin: 0 0 0 15px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 5px;
  text-align: center;
  vertical-align: middle;
  }

/* =========================== */
/*      ADMIN                  */
/* =========================== */

div.direktzu div#sidebar-config div.space {
  margin-top: -20px; 
  margin-bottom: 20px;
  }

/* =========================== */
/*   Draggable and Sortables   */
/* =========================== */

div.direktzu ul.draggable,
div.direktzu ol.draggable {
  list-style-type: decimal;
  padding-left: 15px;
  }
div.direktzu ul.draggable li,
div.direktzu ol.draggable li {
  cursor: move;
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE;
  padding: 10px;
  margin: 10px 0;
  }


/* ----------------------- */
/*   Terms                 */
/* ----------------------- */

div.direktzu div.terms h2 {
  font-size: 17px;
  margin: 30px 0 15px 0;
  }
div.direktzu div.terms h2#terms {
  margin-top: 0;
  }
div.direktzu div.terms ul {
  list-style-type: square;
  }
div.direktzu div.terms ul li {
  margin: 3px 0;
  }

/* ----------------------- */
/*   Siteadmin sidebar     */
/* TODO: Please move that to admin.css */
/* ----------------------- */

body#sidebar div.direktzu div#edit textarea {
  height: 300px;
  }


/* ----------------------- */
/*   Navigation at bottom  */
/* ----------------------- */

div.direktzu div.nav {
  text-align: center;
  margin: 3px 0;
  }
div.direktzu div.nav a {
  padding: 0 2px;
  margin: 0 3px;
  }

  
/* ----------------------- */
/*        Fade out         */
/* ----------------------- */

div.direktzu .fade span.body {
  color: gray;
  }
div.direktzu .fade span.fade {
  position: absolute;
  display: block;
  background: transparent url(images/fade_out_white.png) top right repeat-y;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  }
div.direktzu ol.fade li,
div.direktzu ul.fade li,
div.direktzu p.fade {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  }

/* joerg: old but still used .. perhaps "port" it to new "system" above */
div.direktzu table.posts td.date,
div.direktzu table.posts td.topic,
div.direktzu table.posts td.rank,
div.direktzu table.posts td.title {
  white-space: nowrap;
  }
div.direktzu table.posts td.topic span {
  display: block;
  overflow: hidden;
  width: 90px !important;
}
div.direktzu table.posts td.title,
div.direktzu table.posts td.title p {
  width: 320px;
  }
div.direktzu table.posts td.title p {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  }
div.direktzu table.posts td.title p span.body {
  color: gray;
  }
div.direktzu table.posts td.title p span.fade {
  position: absolute;
  display: block;
  background: transparent url(images/fade_out_white.png) top right repeat-y;
  top: 0;
  right: 0;
  height: 100%;
  width: 20px;
  }

div.direktzu table.posts td.top_post {
  background: transparent url(/themes/shared/images/top_icon_link.gif) center left no-repeat;
  padding-left: 10px;
}

/* list_concise */
div.direktzu table.posts tr.list_concise.first td.title {
  border: 0;
}
div.direktzu table.posts tr.list_concise.first td.title p {
  width: 480px !important;
}
div.direktzu table.posts tr.list_concise.first td.rank {
  text-align: center;
  vertical-align: middle;
  font-size: 1.5em;
  width: 50px;
  padding: 0;
}
div.direktzu table.posts tr.list_concise.first td.title {
  width: 100%;
}

div.direktzu table.posts tr.list_concise.second td {
  font-size: 90%;
}
div.direktzu table.myMessages td.top_post,
div.direktzu table.myDrafts td.top_post {
  background: transparent url(/themes/shared/images/top_icon_link.gif) 10px 0 no-repeat;
}

div.direktzu table.myMessages td.top_post p,
div.direktzu table.myDrafts td.top_post p {
  padding-left: 10px;
}

/* ----------------------- */
/*   Side Boxes            */
/* ----------------------- */

div.direktzu ul.winnerPosts {
  list-style-type: none;
  margin: -4px 0 0 0 ! important;
  }
div.direktzu ul.winnerPosts li {
  margin: 4px 0 0 0;
  }
div.direktzu ul.winnerPosts li img {
  margin-bottom: -4px;
  margin-right: 1px;
  }

div.direktzu ul.winnerPosts li.top_post {
  background: transparent url(/themes/shared/images/top_icon_link.gif) top left no-repeat;
}


div.direktzu li.top_post span.body a {
	position: relative;
	left: 11px;
}
div.direktzu h6.top_post {
	padding-left: 11px !important;
}

div.direktzu div.box2 div.wishbox input.textfield {
  width: 95px;
  padding: 0 0 0 2px;
  height: 17px;
  font-size: 13px;
  vertical-align: middle;
  border: 1px solid #8c91ab;
  background: white url(images/textfield_bg.gif) top left repeat-x;
  }
div.direktzu div.box2 div.wishbox input.button {
  margin: 0 0 -1px 0;
  font-size: 12px;
  }


/* ----------------------- */
/*   Austrian Specific     */
/* ----------------------- */

#site.copyright div.direktzu h2 {
  margin-bottom: 25px;
  }

#site.copyright div.direktzu p {
  margin-bottom: 15px;
  }



/* ----------------------- */
/*   USA Specific          */
/* ----------------------- */

div.direktzu div.quick_instructions {
  background: #ffdddd;
  width: 210px;
  margin-bottom: 25px;
  }
div.direktzu div.quick_instructions ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
div.direktzu div.quick_instructions ol li {
  white-space: nowrap;
  margin: 0 0 12px 0;
  padding: 0;
  }
div.direktzu div.quick_instructions ol li a {
  display: block;
  width: 147px;
  height: 33px;
  color: #08112E;
  text-decoration: none;
  padding: 1px 0 0 63px;
  }
div.direktzu div.quick_instructions ol li a:hover,
div.direktzu div.quick_instructions ol li a:visited {
  color: #08112E;
  background: none;
  }
div.direktzu div.quick_instructions ol li.no1 a {
  background-image: url(images/quick_instructions/one.gif);
  }
div.direktzu div.quick_instructions ol li.no2 a {
  background-image: url(images/quick_instructions/two.gif);
  }
div.direktzu div.quick_instructions ol li.no3 a {
  background-image: url(images/quick_instructions/three.gif);
  }
div.direktzu div.quick_instructions ol li.no4 a {
  background-image: url(images/quick_instructions/four.gif);
  }
div.direktzu div.quick_instructions ol li a:hover {
  background-position: 100% 0;
  }
div.direktzu div.quick_instructions ol li em {
  position: relative;
  top: 0;
  left: -20px;
  font-weight: bold;
  color: #08112E;
  }
div.direktzu div.quick_instructions ol li.no4 {
  margin-bottom: 4px;
  }
div.direktzu div.quick_instructions p.promote {
  margin: 0;
  padding: 1px 6px 0 0;
  text-align: right;
  background: white;
  }
div.direktzu div.quick_instructions p.promote a {
  font-size: 12px;
  }
  

/* ----------------------- */
/*    Login Sidebox       */
/* ----------------------- */

div.direktzu div.login_sideboxes div.body form,
div.direktzu div#login form,
div.direktzu div#quick_login_popup form {
  margin: 0;
  padding: 0;
  }
div.direktzu div.login_sideboxes div.body input.textfield,
div.direktzu div#login input.textfield,
div.direktzu div#quick_login_popup input.textfield {
  width: 125px;
  margin: 0 0 5px 0;
  float: none;
  display: block;
  }
div.direktzu div.login_sideboxes div.body br,
div.direktzu div#login br,
div.direktzu div#quick_login_popup br {
  display: none;
  }
div.direktzu div.login_sideboxes div.body div.buttonlist,
div.direktzu div#login div.buttonlist,
div.direktzu div#quick_login_popup div.buttonlist {
  text-align: left;
  display: block;
  width: 100%;
  }
div.direktzu div.login_sideboxes div.body button,
div.direktzu div#login button,
div.direktzu div#quick_login_popup button {
  margin: 0 0 5px 65px;
  }
div.direktzu div.login_sideboxes div.body label,
div.direktzu div#login label,
div.direktzu div#quick_login_popup label {
  line-height: 20px;
  vertical-align: middle;
  display: block;
  float: left;
  width: 60px;
  margin-right: 5px;
  }
div.direktzu div.login_sideboxes div.body span.helpWrapper,
div.direktzu div.login_sideboxes div.body label#session_form_remember_me_label,
div.direktzu div.login_sideboxes div.body input#session_form_remember_me,
div.direktzu div#login span.helpWrapper,
div.direktzu div#login label#session_form_remember_me_label,
div.direktzu div#login input#session_form_remember_me,
div.direktzu div#login .errorExplanation,
div.direktzu div#quick_login_popup span.helpWrapper,
div.direktzu div#quick_login_popup label#session_form_remember_me_label,
div.direktzu div#quick_login_popup input#session_form_remember_me,
div.direktzu div#quick_login_popup .errorExplanation {
  display: none;
  }



/* ----------------------- */
/*    Donate Sidebox       */
/* ----------------------- */

div.direktzu div.donate_sideboxes div.body div {
  margin: 8px 0;
  text-align: center;
  }

  
/* ----------------------- */
/*    Video Sidebox        */
/* ----------------------- */

div.direktzu div.video_sideboxes div.body div.player {
  text-align: center;
  margin-top: 0 ! important;
  float: none ! important;
  width: 190px;
  height: 176px;
  border: 3px solid #FFDBD5;
  }

/* ----------------------- */
/*    Banner Sidebox       */
/* ----------------------- */

div.direktzu div.banner_sidebox {
  padding: 0;
  margin-bottom: 25px;
  }

/* ----------------------- */
/*   User Groups Sidebox   */
/* ----------------------- */

div.direktzu div.user_groups_sideboxes div.body p.more {
  padding-top: 0;
  text-align: right;
  }
div.direktzu div.user_groups_sideboxes div.body ul {
  padding-bottom: 0;
  }
div.direktzu div.user_groups_sideboxes div.body li {
  padding: 0 0 10px 0 ! important;
  }
div.direktzu div.user_groups_sideboxes div.body li img {
  width: 45px;
  height: 15px;
  vertical-align: middle;
  margin: 0 3px 0 0;
  padding: 2px;
  }


/* ----------------------- */
/*  User Groups Overview   */
/* ----------------------- */

div.direktzu div.content#user_groups div#col1 h3 {
  padding: 0;
  margin: 0 10px 0 0;
  float: left;
  }
div.direktzu div.content#user_groups div#col1 h3 img {
  padding: 5px;
  }
div.direktzu div.content#user_groups div#col1 p {
  padding: 0;
  line-height: 160%;
  }
div.direktzu div.content#user_groups div#col1 p.name {
  font-weight: bold;
  }
div.direktzu div.content#user_groups div#col1 p.name a {
  text-decoration: none;
  }
div.direktzu div.content#user_groups div#col1 p.core_competency,
div.direktzu div.content#user_groups div#col1 p.members {
  width: 370px;
  }
div.direktzu div.content#user_groups div#col1 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  }
div.direktzu div.content#user_groups div#col1 ul li {
  width: 545px;
  padding: 0 0 30px 0;
  }

/* slideshow */
div.direktzu div.slideshow {
  position: relative;
  top: 0;
  left: 0;
  width: 450px;
  margin: 1em auto;
  }
div.direktzu div.slideshow div.images {
  width: 372px; /* 124 x 3 */
  overflow: hidden;
  margin: 0 auto;
  }
div.direktzu div.slideshow div.images ul {
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 1000%;
  }
div.direktzu div.slideshow div.images ul li {
  float: left;
  padding: 1px;
  border: 1px solid gray;
  margin: 0 10px;
  background-color: lightgray;
  }
div.direktzu div.slideshow div.images ul li a {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  }
div.direktzu div.slideshow div.images ul li a img {
  width: 100px;
  cursor: pointer;
  }
div.direktzu div.slideshow div.reverse,
div.direktzu div.slideshow div.forward {
  color: #5C6275;
  font-size: 48px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 0;
  line-height: 102px;
  padding: 0 10px;
  border: 1px solid white;
  }
div.direktzu div.slideshow div.reverse:hover,
div.direktzu div.slideshow div.forward:hover {
  border-color: #5C6275;
  }
div.direktzu div.slideshow div.reverse {
  left: 0; 
  }
div.direktzu div.slideshow div.forward {
  right: 0;
  }
div.direktzu div#slideshow_image {
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  }
div.direktzu div#slideshow_image img {
  cursor: pointer;
  padding: 1px;
  border: 1px solid gray;
  background-color: lightgray;
  }

/* in place editor */
div.direktzu a.editor_cancel {
  margin-left: 5px;
}

/* Featuring */
/* needs div.content in selector because admin.css will override some definitions */

div.direktzu div.content div.featured_category {
  background-image: url(/themes/shared/images/box1_bg.gif);
  background-position: left top;
  background-repeat: repeat-y;
  margin-bottom: 2em;
  width: 545px;
  }
div.direktzu div.content div.featured_category_outer {
  background-image: url(/themes/shared/images/box1_top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  }
div.direktzu div.content div.featured_category_inner {
  background-image: url(/themes/shared/images/box1_bottom.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 8px 16px;
  }

div.direktzu div.content div.featured_category h1,
div.direktzu div.content div.featured_category h2,
div.direktzu div.content div.featured_category h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
  border: none;
  background: none;
  }
div.direktzu div.content div.featured_category h1 {
  font-size: 18px;
  }
div.direktzu div.content div.featured_category h2 {
  font-size: 16px;
  }
div.direktzu div.content div.featured_category h3 {
  font-size: 14px;
  }
div.direktzu div.content div.featured_category p,
div.direktzu div.content div.featured_category cite,
div.direktzu div.content div.featured_category blockquote {
  font-weight: normal;
  font-style: normal;
  display: block;
  padding: 0;
  margin: 1em 0;
  }
div.direktzu div.content div.featured_category blockquote {
  color: #43485B;
  background-color: #F8F8FA;
  border: 1px solid #EEEEEE;
  font-size: 12px;
  padding: 0 0.5em;
  }
div.direktzu div.content div.featured_category blockquote p {
  margin: 0.5em 0;
  }
div.direktzu div.content div.featured_category cite {
  font-style: italic;
  }
div.direktzu div.content div.featured_category img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #8C91AB;
  }
div.direktzu div.content div.featured_category img.right {
  float: right;
  margin: 0 0 10px 10px;
  }
div.direktzu div.content div.featured_category div.left_column {
  float: left;
  width: 45%;
 }
div.direktzu div.content div.featured_category div.right_column {
  float: right;
  width: 45%;
  }
