/**
* Ippen Digital
*
* @copyright       Copyright 2007, Ippen Digital
* @link            http://www.ippen-digital.de
*
*/

html * { font-size: 100.01% }

body {
  margin-top: 10px;
  margin-left: 10px;
  background-color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6D6D6D;
}

a {
  outline: none; /* Firefox =Hack */
  font-family: Arial, Helvetica, sans-serif; 
}

img {
  border-style: none;
}

input, textarea {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #6D6D6D;
}

input.text, textarea {
  width: 100%;
  border: 1px solid #BABABA;
}

/*=============================================*/

/* =clear
===============================================*/

.clear {
  clear: both;
  margin: 0px;
  padding: 0px;
}

.clear-left {
  clear: left;
  margin: 0px;
  padding: 0px;
}

.clear-right {
  clear: right;
  margin: 0px;
  padding: 0px;
}

label, .bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.fs12px {
  font-size: 12px;
}

.arial {
  font-family: Arial, Helvetica, sans-serif; 
}

.right {
  float: right;
}

.left {
  float: left;
}

.noborder {
  border: 5px none #ffffff; 
}

/*=============================================*/

/* =idPage
===============================================*/

#idPage {
  width: 790px;
}

#idMain {
  width: 790px;
}

#idContent {
  width: 475px;
  float: left;
  margin: 0px;
  font-size: 12px;
  position: relative;
}

#idContentSpacer {
  float: left;
  width: 15px;
  height: 100%;
}

#idContentAnchor {
  text-indent: -1000px;
  display: none;
}

#idTeaser {
  width: 300px;
  margin: 0px;
  float: left;
}

#idComunityHead {
  height: 148px;
  width: 790px;
  background-color: blue;
}

#idBreadcrumbrow {
  height: 48px;
  text-align: left;
  line-height: 38px;
  width: 790px;
}

#idBodyContainer { /* needed for 3-column layout / this here is to keep the 2-column layout functionable */
  margin:0;
  padding:0;
  border:0;
  width:790px;
}

/*=============================================*/

/* =idHeader
===============================================*/
#idHeader {
  /* siehe id_merkur_nav.css */
}
/*=============================================*/

/* =idFooter
===============================================*/
#idFooter {
  border-top: 1px solid #BABABA;
  padding: 15px 0px 15px 0px;
  margin-top: 40px;
  color: #494949;
  width: 790px;
}
/*=============================================*/

/* =headline =h1 =h2 =h3 =h4 =h5 =h6
===============================================*/
h1,h2,h3,h4,h5,h6 {
  font-family: Arial, Helvetica, sans-serif; 
  margin: 0px;
  padding: 0px;
  padding-bottom: 3px;
}

h1 {
  font-size: 200%; /* 20px */ /* 200%;- 24px */
  color: #494949; 
}

h2 {
  font-size: 166.67%; /* 20px */
  color: #494949;
}

h3 {
  font-size: 18px; /* 18px */
  color: #494949;
}

h3.entry-header {
  padding-bottom: 0px;
  margin-bottom: 3px;
  padding-bottom: 0px;
  margin-top: 1px;
}

h3.entry-header a, h3.entry-header a:hover {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #6d6d6d;
  font-size: 16px;
  font-weight: bold;
  text-decoration:none;
  border: none;
}

.entry-subheader {
  padding-bottom: 0px;
  margin-bottom: 3px;
  padding-bottom: 0px;
  margin-top: -3px;
}

h4 {
  font-size: 20px;
  font-weight: normal;
  color: #378BC5; /* blau */
}

h4 .numberof {
  font-size: 10px;
  font-weight: normal;
  color: #6d6d6d;
}

h5, h5 a, h5 a:hover {
  font-size: 14px;
  color: #6d6d6d;
  font-weight: bold;
}

h6 {
  font-size: 116.67%; /* 14px */
  color: #494949; 
  font-weight: bold;
}

form {
  margin: 0px;
  padding: 0px;
}

/*=============================================*/

/* =links =a =idLinkBlue =idTopnav =idFooter =idBreadcrumbrow
===============================================*/

a {
  color: #6D6D6D;
  text-decoration: none;
  border-bottom: 1px dotted #6D6D6D;
  font-weight: normal;
}

a:focus, a:hover, a:active {
  color: #6D6D6D; 
  text-decoration: none; 
  border-bottom: 1px solid #6D6D6D; 
}

a.clientcolor1 {
  text-decoration: none;
}

a.clientcolor1:focus, a.clientcolor1:hover, a.clientcolor1:active {
  text-decoration: none;
}

a.clientcolor2 {
  text-decoration: none;
  border-bottom-width: 0;
}

a.clientcolor2:focus, a.clientcolor2:hover, a.clientcolor2:active {
  text-decoration: none;
  border-bottom-width: 0;
}

a.noborder,a.noborder:focus, a.noborder:hover, a.noborder:active {
  border-bottom-width: 0;
}

#idTopnav2ndLevel {
  border-left: 1px solid #505050;
  border-bottom: 1px solid #505050;
  border-right: 1px solid #505050;
  width: 788px;
  height: 21px !important;
  height: 27px;
  margin-bottom: 10px;
  padding-top: 6px;
}

#idTopnav2ndLevel a {
  border-bottom: 0px none #fff;
  font-size: 12px;
  color: #4f4f4f;
  margin-left: 15px;
  margin-right: 5px;
}

#idTopnav2ndLevel a:hover { text-decoration: underline !important; }

#idTopnav2ndLevel a.clientcolor1 {
  font-weight: bold;
}

#idFooter a {
  color: #494949;
  text-decoration: none;
  border-bottom: 1px dotted #494949;
  font-size: 0.9em;
  font-weight: normal;
  margin-right: 10px;
}

#idFooter a:focus, #idFooter a:hover, #idFooter a:active {
  color: #000000;
  text-decoration: none;
}

#idBreadcrumbrow a {
  color: #378BC5;
  text-decoration: none;
  border-bottom: 1px dotted #378BC5;
}

#idBreadcrumbrow a:focus, #idBreadcrumbrow a:hover, #idBreadcrumbrow a:active {
  color: #378BC5;
  text-decoration: none;
}

p.idTeboxButton, p.idTeboxButtonInActive, input.button {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  width: 100%;
  margin-top: 3px;
  text-align:center;
  border: 1px solid black;
  z-index: 0;
}

p.idTeboxButtonInActive, input.buttonInActive {
  background: #BABABA;
}

p.idTeboxButton a, p.idTeboxButton a:hover, p.idTeboxButtonInActive a, p.idTeboxButtonInActive a:hover {
  font-size: 12px;
  border: 0px none transparent;
}

.visualClear {
  display: block;
  clear: both;
}

/* IE 6 HACK =Hack */

/*
* html #idContent a, * html #idContent a:hover, * html #idContent a:focus, * html #idContent a:active {
  background: url($CMS_REF(media:"dotted")$) repeat-x bottom left; 
  border-bottom-style:none; 
  text-decoration:underline;
}
*/

/*=============================================*/

/* SELECTORBOX */

div#idSelectorbox {
  margin-bottom: 20px;
  display:block;
}

div#idSelectorbox a {
  text-decoration: none;
}

div#idSelectorbox .idSelectorbox_tab_item {
  display: block;
  width: 157px;
  height: 23px;
  margin-right: 0px;
  float: left;
  text-align: center;
  border-bottom: 1px solid #BABABA;
  padding-top: 6px;
  font-weight: bold;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
}

div#idSelectorbox .idSelectorbox_tab_item .numberof {
  font-size: 10px;
  font-weight: normal;
  color: #6d6d6d;
}

div#idSelectorbox div.idSelectorbox_tab_item1 {
  background-image: url(http://www.kreiszeitung.de/community/static//sys/selectorbox_bg_links.gif);
  background-position: right;
}

div#idSelectorbox div.idSelectorbox_tab_item2 {
  background-image: url(http://www.kreiszeitung.de/community/static//sys/selectorbox_bg_pixel.jpg);
  background-position: 10px;
  background-repeat: repeat-x;
}

div#idSelectorbox div.idSelectorbox_tab_item3 {
  background-image: url(http://www.kreiszeitung.de/community/static//sys/selectorbox_bg_rechts.gif);
  background-position: left;
}

div#idSelectorbox .idSelectorbox_tab_1_headerbox div.idSelectorbox_tab_item1, div#idSelectorbox .idSelectorbox_tab_2_headerbox div.idSelectorbox_tab_item2, div#idSelectorbox .idSelectorbox_tab_3_headerbox div.idSelectorbox_tab_item3 {
  border-top: 1px solid #BABABA;
  border-left: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
  border-bottom: 0px;
  color: #378BC5;
  background-image: none;
}

div#idSelectorbox .idSelectorbox_tab_1_headerbox div.idSelectorbox_tab_item1 a, div#idSelectorbox .idSelectorbox_tab_2_headerbox div.idSelectorbox_tab_item2 a, div#idSelectorbox .idSelectorbox_tab_3_headerbox div.idSelectorbox_tab_item3 a {
  color: #378BC5;
  border: 0px;
}

div#idSelectorbox .idSelectorbox_tab_1_headerbox a.idSelectorbox_tab_2, div#idSelectorbox .idSelectorbox_tab_1_headerbox a.idSelectorbox_tab_3, div#idSelectorbox .idSelectorbox_tab_2_headerbox a.idSelectorbox_tab_1, div#idSelectorbox .idSelectorbox_tab_2_headerbox a.idSelectorbox_tab_3, div#idSelectorbox .idSelectorbox_tab_3_headerbox a.idSelectorbox_tab_1, div#idSelectorbox .idSelectorbox_tab_3_headerbox a.idSelectorbox_tab_2 {
  color: #6E6E6E;
  border: 0px;
}

div#idSelectorbox .idSelectorbox_con_item {
  display: none;
  clear: left;
  width: 471px;
  height: 210px;
  border-top: 0px;
  border-left: 1px solid #BABABA;
  border-right: 1px solid #BABABA;
  border-bottom: 1px solid #BABABA;
}

div#idSelectorbox .active {
  display: block;
}

div#idSelectorbox div.thumbbox {
  padding-top: 15px;
}

div#idSelectorbox div.thumbbox .media {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-right: 4px;
  margin-left: 5px !important;
  margin-left: 0px;
  width: 147px;
}

div#idSelectorbox div.thumbbox .thumbdata {
  clear: both;
  margin-right: 5px;
  margin-left: 5px;
}

div#idSelectorbox div.idSelectorbox_con_item div.showall {
  clear: both;
  float: right;
  padding-top: 12px;
  padding-right: 10px;
  line-height:16px;
}

div#iduserbar {
  clear: both;
  width: 775px;
  height: 29px;
  background-repeat: repeat-x;
  padding-left: 15px;
  padding-top: 9px;
  font-size: 12px;
  font-weight: bold;
  background-image: url(/community/static/layouts/tenant-kreiszeitung/userbar_bg.original.jpg?tmp=2625);
}

div#iduserbar span.right {
  padding: 0 15px 0 0;
}

#idRegisterad, #idRegisteradLogin {
  position: relative;
  background-image:url(/community/static/layouts/tenant-kreiszeitung/community_header.original.jpg?tmp=4727);
  background-repeat: no-repeat;
  width: 790px;
  height: 191px;
  margin-bottom: 18px;
}

#idRegisteradLogin {
  background-image:url(/community/static/layouts/tenant-kreiszeitung/community_header_login.original.png?tmp=2628);
}

#idRegisterad .idTeboxButton, #idRegisteradLogin .idTeboxButton {
  position: absolute;
  left: 300px;
  top: 125px;
  width: 180px;
}

#idRegisterad .idTopBlogs, #idRegisteradLogin .idTopBlogs {
  position: absolute;
  top: 25px;
  right: 6px;
  width: 240px;
  height: 94px;
  background-color: #fff;
  border: 1px solid #bababa;
  font-size: 12px;
  font-weight:bold;
  padding-left: 10px;
  padding-top: 10px;
}

#idRegisterad .idTopBlogs a, #idRegisteradLogin .idTopBlogs a {
  font-weight:bold;
  line-height: 17px;
}

.idBorderBox {
  border: 1px solid #bababa;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: 33px;
}

.idCoDate, .idCoComments, .idCoDots, .idCoSpacer, .idCoDotsPlus, .idCoEdit , .idCoDelete, .idCoInfo {
  display: inline;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}

.idCoInfoTags {
  font-size: 12px; 
  line-height: normal !important;
}

.idCoDots {
  background: url(/community/static/layouts/tenant-kreiszeitung/dot_bg_end.original.gif?tmp=2632) right top no-repeat;
  padding-left: 3px; 
  padding-right: 5px; 
  font-size: 10px;
  border: 0px;
}

.idCoDotsPlus {
  background: url(/community/static/layouts/tenant-kreiszeitung/dot_bg_plus.original.gif?tmp=2625) right top no-repeat;
  padding-left: 3px;  
  padding-right: 15px;
  font-size: 10px;
  border: 0px none;
}

.idCoDotsBig {
  float: left;
  font-size: 14px; 
  height: 31px;
  line-height: 31px;
  background: url(/community/static/layouts/tenant-kreiszeitung/dots-gr-bg-off.original.gif?tmp=2629) right top no-repeat;
  padding-left: 8px;  
  padding-right: 12px;
  margin-right: 10px;
  border: 0px none;
}

.idCoDotsBigPlus {
  float: left;
  font-size: 14px;
  height: 31px;
  line-height: 31px;
  background: url(/community/static/layouts/tenant-kreiszeitung/dots-gr-bg.original.gif?tmp=2630) right top no-repeat;
  padding-left: 8px;
  margin-right: 10px;
  border: 0px none;
}

.idCoDots a, .idCoDotsPlus a,.idCoDots a:hover, .idCoDotsPlus  a:hover {
  border: 0px none;
  border-bottom: 0px;
}

.idCoSpacer {
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px;
  font-size: 8px; 
}

.idCoComments {
  background: url(/community/static/layouts/tenant-kreiszeitung/comment.original.gif?tmp=2633) no-repeat right;
  padding-left: 3px;
  padding-right: 18px;
  margin-right: -2px;
  border-bottom-style: none;
}

.idCoComments a {
  font-size: 10px;
}

.entry {
  margin-bottom: 25px;
  display: block;
  clear: both;
}

#idTeaser .entry {
  margin-bottom: 15px;
}

#idTeaser .entry .left {
  position: relative;
  width: 60px;
}

#idTeaser .entry img.userIcon {
 float: left;
 margin-right: 5px;
}

#idTeaser .entry .right {
  width: 190px;
}

.entry .left {
  width: 80px;
}

.entry .right {
  width: 380px;
}

.teaser .title, .teaser .title a {
  font-size: 14px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
}

.titlesml {
  display: inline; 
  line-height: 17px;
}

.titlesml, .titlesml a {
  font-size: 11px;
  font-weight: normal;  
}

.titlesml a {
  font-weight: bold;
}

.teaser .picture {
  float: left; 
  display: block;
  width: 80px;
  margin-right: 10px;
}

#idContent .teaser .right {
  width: 380px;
  float: right; 
}

.entry-headline {
  margin-bottom: 5px;
}

.front_column {
  width: 147px;
  float: left;
  margin-left: 11px !important;
  margin-left: 8px;
}

.media {
  width: 147px;
  height: 156px;
  position: relative;
}

.media .thumb, .media-listitem .media-listitem-image {
  text-align: center;
  clear: both;
  width: 147px;
  height: 110px;
}

* html .friendslist .competitionWinner {
  margin-right: 11px !important;
}

.competitionWinner .thumb {
  border: 2px solid #f6e42c;
}

.media div.video {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 147px;
  height: 110px;
  background: url(http://www.kreiszeitung.de/community/static//sys/ico_media_video.png) 0 80px no-repeat;
  cursor: pointer;  
  z-index: 10000;
}

/* wird nicht verwendet

div.videosml {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 60px;
  background: url(http://www.kreiszeitung.de/community/static//sys/ico_media_video.png) no-repeat center;
  cursor: pointer;
  z-index: 10000;
}

div.videobig {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 477px;
  height: 355px;
  background: url(http://www.kreiszeitung.de/community/static//sys/ico_media_video.png) no-repeat center;
  cursor: pointer;
  z-index: 10000;
}

div.videovsml {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  background: url(http://www.kreiszeitung.de/community/static//sys/ico_media_video.png) no-repeat center;
  cursor: pointer;  
  z-index: 10000;
}

*/

* html .media div.video {
  background-image: expression("none");
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.kreiszeitung.de/community/static//sys/ico_media_video_big.png',sizingMethod='image');  
  z-index: 10000;
}

.media div.audio {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 147px;
  height: 110px;
  background: url(/community/static/layouts/tenant-kreiszeitung/thumb_audio.original.png?tmp=2628) no-repeat center;
  cursor: pointer;  
  z-index: 10000;
}

.front_column .media div.img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 147px;
  height: 110px;
}

.front_column .media a {
  font-weight: bold;
  line-height: 16px;
}

.showall {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

.showallRight, .task-list {
  text-align: right;
  margin: 0px;
  padding: 0px;
  padding-right: 15px;
  padding-bottom: 5px;
  list-style: none;
  list-style-type: none;
}

sidebar ul.task-list, sidebar ul.task-list li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none;
  list-style-position: outside;
}

.showallRight li {
  margin-top: 5px;
  padding: 0px;
}

#idTeaser .idBorderBox .profilelinklist {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 25px;
}

#idTeaser .idBorderBox .profileinfo {
  margin-bottom: 10px;
}

#idTeaser .idBorderBox .profilebloglink {
  margin-bottom: 10px;
  line-height: 25px;
}

.friends-info {
  margin-bottom: 20px;
}

.friends-info a {
  margin-bottom: 10px;
  line-height:18px;
}

.friend-item, .box-item {
  margin-bottom: 10px;
  display: block;
  height: 60px;
}

.friend-item .picture, .box-item .picture {
  float: left;
  display: block;
  width: 80px;
  margin-right: 10px;
}

.visitor-item {
  margin-bottom: 10px;
  display: block;
  height: 60px;
}

.visitor-item .picture {
  float: left;
  display: block;
  width: 80px;
  margin-right: 10px;
}

.formbody {
  position: relative;
  margin-top: 4px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.formbody p {
  padding-bottom: 10px;
}

.formbody, .formbody .hint {
  background-color: #378BC5;
  color: #fff;
}

.formbody .tooltip-text {
  display: none;
}

#uploadInfo .tooltip-text, .reportlink .tooltip-text {
  display: inline;
  width: 220px;
  color: #6d6d6d !important;
  font-weight: normal !important;
  font-size: 11px;
  line-height: 16px !important;
  background: #fdf797;
  padding: 4px 8px 4px 8px;
  border: 1px solid #818183 !important;
  z-index: 100;
}

.reportlink {
  margin-left: 5px;
}

.formbody label.text {
  color: #fff;
  font-weight: bold;
  line-height: 22px;
}

.formbody a, .formbody .tag {
  color: #C0DDF3;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px dotted #C0DDF3;
  line-height: 16px;
}

.formbody input.text, .formbody textarea {
  width: 100%;
  border: 1px solid #BABABA;
}

.formbody input.checkbox {
  width: 10px;
  border: 0px none #BABABA;
}

.formbody input.checkbox {
  width: 20px;
}

.idTeboxButtonLeft, .idTeboxButtonRight, .idTeboxButtonMiddle, input.buttonLeft, input.buttonRight {
  width: 153px;
  width: 151px;
  padding: 0px;
  margin: 0px;
  line-height: 18px;
}

.idTeboxButtonLeft, input.buttonLeft {
  float: left;
  margin-right: 8px;
}

.idTeboxButtonRight, input.buttonRight {
  float: right;
}

.browsebox .idTeboxButtonMiddle {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.breakafter {
  display: block;
  clear: right;
}

#uploadInfo {
  height: 20px;
}

.idTeboxButtonForm {
  width: 100px;
  height: 20px;
  float: left;
  padding: 0px;
  margin: 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.idTeboxButtonForm a {
  border: 0px none;
  font-weight: normal;
  text-decoration: none;
}

.idTeboxButtonForm p {
  padding: 0px;
  margin: 0px;
}

.entry-source a {
  border: 0px none;
}

.entry-content, .entry-content p {
  padding: 0px;
  margin: 0px;
}

.colorboxlist-item {
  width: 455px;
  overflow: hidden;
  padding: 10px;
}

.colorboxlist .even label.text, .colorboxlist .odd label.text {
  font-weight: bold;
  line-height: 20px;
}

.colorboxlist-item .picture {
  float: left;
  width: 160px;
  height: 200px;
}

.colorboxlist-item .metaDataForm {
  float: left;
  width: 280px;
}

.colorboxlist-item .metaDataForm textarea, .colorboxlist-item  .metaDataForm input.text {
  width: 270px;
  border: 1px solid #BABABA;
}

.colorboxlist-item .metaDataForm textarea.textarea-sml {
  height: 30px;
}

.msginfo {
  display: block;
  border: 1px solid #FF6600;
  background-color: #FFCC33;
  padding: 5px;
  color: black;
  text-align: center;
  margin: 0 0 15px 0;
}

.msgerror {
  display: block;
  padding: 5px;
  color: #ff0000;
  border: 1px solid #ff0000;
  text-align: center;
  margin: 0 0 15px 0;
}

.msgerrorwhite {
  display: block;
  padding: 5px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
}

.medialist .media {
  float: left;
  width: 147px;
  height: 170px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.medialist .right {
  margin-right: 0px;
}

.friendslist .media {
  float: left;
  width: 147px;
  height: 200px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.friendslist .col1 {
  float: left;
  margin-right:5px;
}

.friendslist .col2 {
  width: 60px;
  float: right;
}

.friendslist .right {
  margin-right: 0px;
}

.sortbox {
  margin-top: 10px;
  margin-bottom: 30px;
}

.sortbox .sortbox-item {
  float: left;
  width: 151px;
  height: 35px;
  margin-right: 0px;
  text-align: center;
  border: 0px solid black;
  line-height: 25px;
}

.competition-sortbox .sortbox .sortbox-item {
  width: 230px;
}

.sortbox .sortbox-item last {
  margin-right: 0px;
}

.sortbox .active {
  background: url(/community/static/layouts/tenant-kreiszeitung/pfeil.original.gif?tmp=2631) no-repeat bottom center;
}

.sortbox .active a {
  font-weight: bold;
  border: 0px none;
}

.sortbox .colorbar {
  clear: both;
  height: 7px;
  line-height: 7px;
  font-size: 7px;
  width: 100%;
}

.browsebox {
  display: block;
  clear: both;
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
}

.browsebox .browsebox-item-nav {
  line-height: 30px;
}

.browsebox, .browsebox a, .browsebox a:hover {
  font-weight: bold;
}

.browsebox .browsebox-item {
  line-height: 30px;
}

.browsebox .active {
  border: 0px none;
  line-height: 29px;
  border-bottom: 1px solid #ffffff;
}

.listadmin {
  margin-top: -25px;
  margin-bottom: 10px;
}

.adminpopup {
  border: 1px solid #6D6D6D;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  top: 300px;
  left: 200px;
  width: 360px;
}

.adminpopup .content {
  width: 360px;
}

#adminpopup textarea {
  margin-top: 3px;
}

.competitionpopup {
  border: 1px solid #6D6D6D;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  top: 300px;
  left: 200px;
}

competitionpopup textarea {
  margin-top: 3px;
}

.thumbbrowser {
  display: block;
  clear: both;
  width: 475px;
  height: 72px;
  border: 0px solid #bababa;
  margin-top: 5px;
}

.thumbbrowser .thumbbrowser-item-list {
  float: left;
  width: 402px;
  height: 72px !important;
  height: 76px;
  border-top: 1px solid #494949;
  border-bottom: 1px solid #494949;
  padding-left: 5px;
}

.thumbbrowser .thumbbrowser-left, .thumbbrowser .thumbbrowser-right {
  position: relative;
  float: left;
  height: 74px;
  width: 34px !important;
  width: 31px;
  background-color: #bababa;
}

.thumbbrowser .thumbbrowser-right {
  margin-right: 0px;
}

.thumbbrowser-left .top, .thumbbrowser-left .bottom, .thumbbrowser-right .top, .thumbbrowser-right .bottom {
  clear: both;
  height: 12px;
  border: 0px none;
  border-right: 1px solid #494949;
}

.thumbbrowser-right .top, .thumbbrowser-right .bottom {
  border: 0px none;
  border-left: 1px solid #494949;
}

.thumbbrowser-left .middle {
  cursor: pointer;
  float:right;
  height: 48px;
  width: 20px;
  border: 1px solid #494949;
  border-right: 0px none;
  background: url(http://www.kreiszeitung.de/community/static//sys/arrow-right.jpg) no-repeat center;
  background-color: #ffffff;
}

.thumbbrowser-left .middleinactive {
  cursor: pointer;  
  float:right;
  height: 48px;
  width: 0px;
  border: 1px solid #494949;
  border-right: 0px none;
}

.thumbbrowser-right .middleinactive {
  cursor: pointer;
  float:left;
  height: 48px;
  width: 0px;
  border: 1px solid #494949;
  border-right: 0px none;
}

.thumbbrowser-right .middle {
  cursor: pointer;
  float:left;
  height: 48px;
  width: 20px;  
  border: 1px solid #494949;
  border-left: 0px none;
  background: url(http://www.kreiszeitung.de/community/static//sys/arrow-left.jpg) no-repeat center;
  background-color: #ffffff;
}

.thumbbrowser .thumbbrowser-item {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  padding: 0px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #f1f1f1;
  border: 1px solid #bababa;
  vertical-align: middle;
  text-align: center;
}

.thumbbrowser .thumbbrowser-item .thumb {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
  height: 60px;
  padding: 0px;
}

.forum .even {
  background-color: #BABABA;
}

.forum .entry {
  padding: 5px;
}

.forumbrowser a, .forumbrowser a:hover {
  font-weight: bold;
}

.forumDescriptionBox .browsebox {
  margin-bottom: 5px;
  margin-top: 10px;
}

.forumTopicDescription {
 margin-top: 10px;
 margin-bottom: 5px;
}

.forumPostingCreateButton a {
  font-weight:bold;
}

.centerText {
  width: 790px;
  text-align:center;
}

.commentanswerspace {
  width: 30px;
  float:left;
}

.commentanswer {
  float:left;
  width: 420px;
}

/* comments */

#commentText {
  width: 450px;
  height: 100px;
}

#comment-anonymous-form #creatorName, #comment-anonymous-form #creatorEmail {
  width: 450px;
}

 /* fixes an IE6 bug */
#modJCaptchaContainerDiv {
  height:80px;
}

#modJCaptchaImageDiv {
  float: left;
  height: 60px;
  width: 120px;
  border: 1px solid black;
}

#modJCaptchaAnswerDiv {
  float: left;
  padding: 15px;
  height: 30px;
  width: 140px;
  background-color: #F1f1f1;
  text-align: center;
}

#modJCaptchaAnswerDiv #modJCaptchaAnswer {
  width: 70px;
  height: 30px;
  font-size: 25px;
}

/* entry-inline-image */

#idContent img.entry-inline-image {
  margin: 5px;
}


/* tooltip */

.tooltip { }

.tooltip-trigger {
  cursor: help;
}

.tooltip-text {
  position: absolute; 
  z-index: 100;
  display: block;

  font-size: 0.75em;
  color: #737373;
  width: 200px;
  line-height: 1.45em;
  background: #f2f2f2 8px 0.7em no-repeat;
  padding: 4px 20px 7px 36px;
  border: 1px solid #41bee6;
}

.tooltip-text b {
  color: #41bee6;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.15em;
}

/* #0C5399 */
/* #EDF5FA */
/* #e1002a */
/* #f1f1f1 */
/* #d2d2d2 */
/* #9b9b9b */
/* #5c5c5c */
/* #2b2b2b */
/* #fbfbfb */
/* #000000 */



.clientcolor1, a, a.clientcolor1, a.clientcolor1:focus, a.clientcolor1:hover, a.clientcolor1:active, div#idSelectorbox .idSelectorbox_tab_1_headerbox div.idSelectorbox_tab_item1 a, div#idSelectorbox .idSelectorbox_tab_2_headerbox div.idSelectorbox_tab_item2 a, div#idSelectorbox .idSelectorbox_tab_3_headerbox div.idSelectorbox_tab_item3 a {
  color: #0C5399;
  border-bottom-color: #0C5399;
}
div#idSelectorbox div.idSelectorbox_tab_item1,
div#idSelectorbox div.idSelectorbox_tab_item2,
div#idSelectorbox div.idSelectorbox_tab_item3 {
    background: url(/community/static/layouts/tenant-kreiszeitung/tabs_bg.original.png?tmp=2627) no-repeat 0px 0px;
    border-bottom: 1px solid #d2d2d2;
    _height: 30px;
    line-height: 18px;
}
div#idSelectorbox div.idSelectorbox_tab_item3 {
    background-position: top right;
}
div#idSelectorbox .idSelectorbox_tab_1_headerbox div.idSelectorbox_tab_item1, 
div#idSelectorbox .idSelectorbox_tab_2_headerbox div.idSelectorbox_tab_item2, 
div#idSelectorbox .idSelectorbox_tab_3_headerbox div.idSelectorbox_tab_item3,
div#idSelectorbox .idSelectorbox_con_item {
    border-color: #d2d2d2;
}
.clientcolor2, .clientcolor3 { /* hellblau */
  color: #EDF5FA;
}
.idBorderBox {
    border-color: #d2d2d2;
}

/** Subnavigationsleiste **/
#idTopnav2ndLevel, 
#iduserbar {
	border: none;
	/*
  border-bottom:1px solid #d2d2d2;
  border-left:1px solid #d2d2d2;
  border-right:1px solid #d2d2d2;
  */
  height:17px !important;
  margin-bottom:10px;
  padding-left:0px !important;
  padding-top:6px !important;
  width:788px !important;
  z-index: 19;
}
#idTopnav2ndLevel {
	display:none;
}
#iduserbar span {
  display: block;
  /* height: 21px; */
}
#iduserbar .left {
  margin-left: 0px !important;
}
div#iduserbar span.right {
	padding: 0px !important;
}


h4, #idTopnav2ndLevel a.clientcolor1, #idTopnav2ndLevel a.clientcolor1:hover {
  color: #0C5399 !important;
  border: none;
  text-decoration: none;
}
h4 a, h4 a:hover {
    border: none;
    text-decoration: none;
    color: #0C5399;
}
h4 .numberof {
    color:#9b9b9b;
}
#idBreadcrumbrow {
	color: #0C5399;
	font-size:11px;
	font-style:normal;
	height:35px;
	line-height:25px;
	text-align:left;
	width:790px;
}
#pagebody #idBreadcrumbrow {
	margin-top:0px !important;
}
#pagebody #container #idBreadcrumbrow.dunkelblau {
	margin-top:160px !important;
}

#idBreadcrumbrow a {
  color: #0C5399;
  border-bottom-color: #0C5399;
}

#idBreadcrumbrow a:focus, #idBreadcrumbrow a:hover, #idBreadcrumbrow a:active {
  color: #0C5399;
}
#idTopnav2ndLevel a, #iduserbar a {
  color: #5c5c5c !important;
  text-decoration: none !important;
  border: none !important;
}
#idTopnav2ndLevel a:hover, #iduserbar a:hover {
  color: #0C5399 !important;
  text-decoration: none !important;
}
.front_center {}
div#iduserbar{
    background-image: none;
    	float:none;
        margin-bottom: 5px;
	margin-top:150px;
}

div#iduserbar a {
    font-weight: bold;
    color: #5c5c5c;
    border-bottom: 1px dotted #9b9b9b;
}

.formbody, .formbody .hint {
  background-color: #0C5399;
  color: #fbfbfb;
}

.formbody label.text{
  color: #EDF5FA;
}

.formbody a,.formbody .tag {
  color: #EDF5FA;
  border-bottom-color: #EDF5FA;
}

.colorboxlist .odd {
  background-color: #0C5399;
}

.colorboxlist .even {
  background-color: #EDF5FA;
}

.colorboxlist .odd label.text {
  color: #EDF5FA;
}

.colorboxlist .even label.text {
  color: #2b2b2b;
}

.media .thumb, .media-listitem .media-listitem-image {
  background-color: #d2d2d2;
}

p.idTeboxButton, p.idTeboxButtonInActive, input.button {
    margin-bottom: 5px;
    border: none;
}
input.buttonRight, input.buttonLeft {
    display: block;
    width: auto !important;
    color: #fbfbfb;
    background: #EDF5FA url(/community/static/layouts/tenant-kreiszeitung/btn_content.original.png?tmp=2624) repeat-x 0px 0px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #0C5399;
    cursor: pointer;
    padding: 0 20px;
}
input.buttonLeft {
    background-position: 0px -105px;
    color: #5c5c5c;
}

p.idTeboxButton a, p.idTeboxButton a:hover, p.idTeboxButtonInActive a, p.idTeboxButtonInActive a:hover {
    display: block;
    color: #fbfbfb;
    background: #EDF5FA url(/community/static/layouts/tenant-kreiszeitung/btn_content.original.png?tmp=2624) repeat-x 0px 0px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #0C5399;
}

.sortbox .colorbar {
  background-color: #0C5399;
}

.competitionWinner .thumb {
  border: 4px solid #0C5399;
}


/** Register Streifen **/
#idRegisteradLogin {
    height:120px;
}

#idRegisterad .idTopBlogs, #idRegisteradLogin .idTopBlogs {
    background: none;
    border: none;
    font-size:11px;
    font-weight:bold;
    height:60px;
    padding-left:5px;
    padding-top:5px;
    right:30px;
    top:12px;
    width:220px;
    height:95px;
}
#idRegisterad .idTopBlogs {
    top:82px;
}
#idRegisterad .idTeboxButton, #idRegisteradLogin .idTeboxButton {
    left:6px;
    height: 28px;
}
#idRegisterad .idTeboxButton {
    top:78px;
}
#idRegisteradLogin .idTeboxButton {
    top:43px;  
}
#idRegisterad .idTeboxButton a, #idRegisteradLogin .idTeboxButton a {
    display: block;
    width: 180px;
    _width: 182px;
    height: 28px;
    line-height: 28px;
    color: #fbfbfb;
    font-size: 14px;
    background: url(/community/static/layouts/tenant-kreiszeitung/btn_content.original.png?tmp=2624) repeat-x 0px top;
    border: 1px solid #9b9b9b;
}
#forumMap .idTeboxButton a,
#idRegisterad .idTeboxButton a {
    background: url(/community/static/layouts/tenant-kreiszeitung/btn_content.original.png?tmp=2624) repeat-x 0px top;
}
#idRegisterad .idTeboxButton a {
    color: #fbfbfb;
}
/** /Register Streifen **/


/** dots **/
.idCoDots, .idCoDots a, .idCoDotsBigPre, .idCoDotsBigPre a, .idCoDotsPre, .idCoDotsPre a {
  color:#5c5c5c !important;
}
.idCoDotsBigPlus {
  padding-right: 66px;
}

.labelWithErrors { background-color: #e1002a; color: #fbfbfb; }
.labelWithErrors a { color: #fbfbfb !important; }

/** FORUM **/
a.clientcolor1.inact.even.last.task-delete {
  color: #e1002a;
  border-bottom-color: #e1002a;
  background: none;
  /*
  padding-right: 16px;
  background: transparent url() no-repeat right top;
  */
}
.browsebox .idTeboxButtonMiddle {
  float: right;
}
.entries.forum .idCoEdit {
  display: block;
  margin-top: 5px;
  float: right;
}
.entries.forum .entry span.idCoInfo,
#idContent .entries .entry span.idCoInfo {}
.module-content.idBorderBox h3.entry-header {
  margin-top: 10px;
}
#idContent .entries .entry h3.entry-header {}
h3.entry-header {
  margin: 3px 0 6px;
}
.module-content.idBorderBox a.noborder {
  padding-left: 5px;
}
/** FORUM Teaser **/
.module-content.idBorderBox .entry {
  margin-bottom: 25px !important;
}
.module-content.idBorderBox .showall {
  text-align: right;
}
/** Boxengasse **/
.module-content.idBorderBox p {
  margin: 0 0 5px;
  padding: 5px 0 0;
}
/** Startseite **/
.entry-source {
  margin: 4px 0 0;
}
.entry-source a {
  font-size: 10px;
  color: #5c5c5c;
}
.entry-content {
  margin-bottom: 25px;
}

/** Blogs/Beitrag **/
.listadmin .idCoEdit {
  float: right;
}
/** Profil editieren **/
.formbody, .formbody .hint {
  /* background: none !important; */
}

/** Kommentare / Blogbeiträge (Alle Listen im Contentbereich) **/
#idContent .entries .entry,
#responseBody .entries .entry,
#id-all-friends .entry,
#comments .entry {
  border-top:1px dotted #d2d2d2;
  padding-top: 6px;
}
#idContent .entries .entry.first,
#responseBody .entries .entry.first,
#id-all-friends .entry.first,
#comments .entry.first {
  border-top:none;
  padding-top: 6px;
}
#idContent .entries .entry .entry-content,
#responseBody .entries .entry .entry-content,
#id-all-friends .entry .entry-content,
#comments .entry .entry-content {
  margin-bottom: -10px !important;
}

.adminpopup {
  background-color:#F1F1F1;
  border:1px solid #D2D2D2;
  left:200px;
  padding:9px;
  position:absolute;
  top:300px;
  z-index:1000000;
}
.adminpopup .idTxtLay {
  border:medium none;
  padding:0;
  width:360px;
}
.adminpopup h4 {
  font-size:16px;
  line-height:1.1em;
}
.adminpopup .idTxtLay fieldset {
  margin:0;
}
.adminpopup .idFormItem {
  margin:0 0 10px;
  clear:both;
  float:left;
}
.adminpopup .idFormLay .idTextField label, .adminpopup .idFormLay .idTextArea label {
  background-position:161px 4px;
  background-repeat:no-repeat;
  line-height:22px;
  padding:0 20px 0 0;
  width:160px;
  float:left;
}
.adminpopup .idFormLay .idTextField input, .adminpopup .idFormLay .idTextArea textarea  {
  background:url("../../img/allGroups/formbg.gif") no-repeat scroll left top transparent;
  border:1px solid #9B9B9B;
  height:18px;
  padding:1px 3px;
  width:267px;
  float:left;
}
.adminpopup p {
  margin:1em 0;
  clear:both;
}
.adminpopup .idFormLay input.idButton {
  background:url("../../img/allGroups/form_button_bg.gif") repeat-x scroll left top #29475E;
  border:1px solid #5C5C5C;
  color:white;
  cursor:pointer;
  float:right;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:700;
  height:20px;
  padding:0 2px 2px;
  width:auto;
}
.adminpopup .idTxtLay input.idButton.idButtonLeft {
  float:left;
}

/** Artikelkommentare yarp-2485 **/

div.idArticleCommTable {
	margin-top: 10px;
}
div.idArticleCommTable table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0;
}
tr.idArticleCommFirstRow {
	
	font-weight: bold;
	font-size: 14px;
	color: #5c5c5c;	
}
tr.idArticleCommFirstRow td {
	padding: 3px 10px 3px 0;
	border-bottom: 3px solid #d2d2d2;
}
tr.idArticleCommRow td {
	padding: 3px 10px 5px 0;
	border-bottom: 1px solid #d2d2d2;
}
td.idArticleCommColCount {
	text-align:center;
	color: #9b9b9b;
}
td.idArticleCommColSite a {
	font-weight: bold;
}
td.idArticleCommColPerson {}


/**  Forum Übersichtsseite YARPOP-872 **/

div.idForumTable table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0;
}
tr.idForumFirstRow {
	font-weight: bold;
	font-size: 14px;
	color: #5c5c5c;	
}
tr.idForumFirstRow td {
	padding: 3px 10px 3px 0;
	border-bottom: 3px solid #d2d2d2;
}
tr.idForumRow td {
	padding: 3px 10px 5px 0;
	border-bottom: 1px solid #d2d2d2;
}
td.idForumColTitle {
	width: 150px;
}
td.idForumColTitle a {
	font-weight: 700;
}
td.idForumColTopics, td.idForumColPostings {
	text-align:center;
	color: #5c5c5c;
}
td.idForumColLastPosting .idCoInfo {
	color: #5c5c5c;
}
td.idForumColLastPosting .idCoInfo a {
	color: #5c5c5c;
	border-color: #5c5c5c;
}
   