/*****************************************************************************/
/*****************************************************************************/
/**                                                                         **/
/**                                blog.css                                 **/
/**                                                                         **/
/*****************************************************************************/
/*****************************************************************************/
/** Breite Rails-Content-Container: 30+340+30 = 400px **/
/** Breite für Content dazwischen: 340px **/

.videoscreen {
  margin-top:10px;
  margin-bottom:10px;
  text-align: center;
  width: 468px;
}

#railscontent {
  text-align: left;
  width: 468px;
}

.flashcomponent {
  position:relative;
  left:-25px;
  top: -20px;
  z-index:-1;
} 

.postimage, .postcontent, .postrating, .postbox {
  overflow: hidden;
  display: inline-block;
}

select.category {
  width: 165px;
  margin: 2px 11px 2px 11px;
}

#errorExplanation {
  width: 365px;
}

/*** headings ***/
.heading {
  margin: 0;
  padding: 0;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1.heading {
  text-align: left;
  color: #fff;
  font-size: 50px;
}

span.blogH1heading {
  text-align: left;
  color: #fff;
  font-size: 50px;
}

h2.heading {
  text-align: left;
  color: #00799b;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3.heading {
  text-align: left;
  color: #00799b;
  font-size: 22px;
  padding-top: 10px;
}

label.heading {
  color: #00799b;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight:bold;
}

/*** category listing ***/
select.categorybox {
  width: 170px;
  padding: 0;
  margin: 5px 5px 10px 10px;
  vertical-align:middle;
}

label.categorybox {
  font-size: 13px;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 0;
  margin: 5px 5px 10px 10px;
  vertical-align:middle;
}

/*** new-post-form ***/ 
p.newpostwarn {
  padding: 5px;
  font-size: 13px;
  color: #fff;
  font-family: verdana, arial, helvetica, sans-serif;
  background-color: #FF6600;
  margin: 0 10px;
}
textarea.newpost, input.newpost {
  width: 320px;
  margin: 0 10px;
  padding: 0;
  color: gray;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}
p.newpost {
  margin: 0 10px;
  padding: 0;
  font-size: 13px;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
}
input.sdescr_newpost {
  margin: 0 10px;
  padding: 0;
  color: gray;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
}

/** CSS Kategorieauswahl mit Bild, FlatStep 12.08.07 **/
/** getestet unter: Safari 2, Firefox 2, Opera 9, IE7, IE6, IE5.5 **/
.menuebox_with_picture {
  width: 230px;
  float: left;
}
img.menuebox_with_picture {
  width: 74px;
  height: 74px;
  padding-top: 10px;
  margin: 0;
  padding-left: 20px;
}
/** Ende CSS Kategorieauswahl mit Bild **/

.postbox {
  clear: both;
  width: 428px;
  margin: 0;
}

.postbox_categories {
  clear: both;
  width: 240px;
  vertical-align:middle;
}

.postlink, .postlink a {
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  color: #FF6600;
  text-decoration : none;
}

a.postinfolink {
  text-align: left;
  color: #FF6600;
  text-decoration : none;
  padding-left: 10px;
  font: bold 10px/20px verdana, arial, helvetica, sans-serif;
}

.usercomment {
  color: #333;
  font: 10px/20px verdana, arial, helvetica, sans-serif;
}

/*** error-messages ***/
.fieldWithErrors {
  padding: 2px;
  background-color: #FF6600;
  display: table;
  float: left;
}

#errorExplanation {
  width: 320px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #FF6600;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.formError {
  color: #FF6600;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.agb {
  float: left;
}

/*** Reiseortsuche ***/
input.citysearch {
  position: relative;
  width: 280px;
  padding: 0;
  margin-left: 30px;
  margin-bottom: 15px;
}

input.citysearchimg {
  position: relative;
  top: 7px;
  margin: 0;
  padding: 0;
}

.cityheading {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 30px;  
  margin-bottom: 10px;
  line-height:40px; 
}

/** Kategoriesuche **/
input.categorysearch {
  position: relative;
  margin-left: 100px;
}

/** Trennlinie gemÃ¤Ã Clickdummy **/
.dotline {
  background: url(../images/dot.gif) repeat-x;
  width: 100%;
  height: 2px;
  padding: 0;
  margin-bottom: 3px;
  margin-top: 3px;
  font-size: 2px;
  overflow: hidden;
}

/** Schlagwortsuche der Kopfzeile **/
.searchheader {
  clear: both;
  margin: 0 0 20px;
  padding-left: 30px;
  padding-right: 30px;
}

img.searchheader {
  float: left;
  margin: 0;
  padding: 0;
  width: 188px;
  height: 40px;
}

input.search {
  float: left;
  width: 115px;
  margin: 15px 5px 0 0;
  padding: 0;
  position: relative;
}

input.searchimg {
  float: left;
  top: 12px;
  margin: 11px 0 0;
  padding: 0;
  width: 27px;
  height: 26px;
}
/** Ende Kopfzeile Suche **/

.searchheading {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #00799b;
  font-size: 10px;
  font-weight:bold;
}

/*** category listing ***/
/*** Mario, 04.07.07  ***/
.new_post_buttons {
  clear: both;  
  text-align: center;
  width: 100%;
  margin-top: 15px;
}

/*** show posts ***/
/*** Mario, 04.07.07  ***/
.showheading {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #00799b;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight:bold;
}

.showposttext {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   10px;
  text-align: left;
  line-height: 15px;
  color:#808080;
  font-weight:normal;
}

.userrepeattable {
  margin:0;
  padding-right: 5px;
}

#categories {
  display: inline;
  width: 600px;
}

h1.categories {
  color: #00799b;
  font: bold 13px verdana, arial, helvetica, sans-serif; 
  margin-left: 27px;
}

a.categories {
  color: #FF6600;
  font: bold 11px verdana, arial, helvetica, sans-serif;
  text-decoration:none;
}

.subcategories {
  color: #00799b;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  margin: 3px 5px;
  border: 1px solid #00799b;
}

.subcategory {
  width: 180px;
  margin: 0 0 0 10px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
}

.half_box
{
  width: 50%;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

.full_box
{
  width: 100%;
  float: none;
  clear: both;
  margin-top: 10px;
  margin-bottom: 10px;
}

/**********************************/
/** BEITRAG DER WOCHE **/
/** FlatStep, 27.01.08 **/
#toptippbox_top {
  width: 300px;
  height: 20px;
  background: url(../images/toptipp_top.jpg) no-repeat;
  overflow: hidden;
}

#toptippbox_content {
  width: 260px;
  padding: 10px 20px 20px;
}

a#toptipptitle {
  color: #FF6600;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   10px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}

/** TOP-5-EMPFEHLUNGEN **/
/** FlatStep, 25.01.08 **/
#blogTop5 {
  margin-bottom: 10px;
}

#top5box_top {
  width: 300px;
  height: 20px;
  background: #fff;
  overflow: hidden;
}

.top5box_top_left, .top5box_top_7, .top5box_top_30, .top5box_top_all {
  margin: 0 -2px 0 0;
  padding: 0;
}

#top5box_content {
  width: 280px;
  padding: 10px 20px 1px 0;
}

.top5number {
  float: left;
  width: 20px;
  height: 20px;
  background-color: #FFF;
  text-align: center;
  margin-top: 15px;
  font: 12px/20px Verdana, "Lucida Grande", Lucida, sans-serif;
  color: #00799b;
  vertical-align: middle;
}

.top5image {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.top5content {
  width: 200px;
  margin-left: 75px;
}

.one_top5post {
  clear: both;
  padding-bottom: 10px;
}

/* My Comment */
/** RATINGLISTE **/
ul#ratinglist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul#ratinglist li {
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin-bottom: 10px;
}

.ratingimage {
  width: 60px;
  height: 40px;
  float: left;
  z-index: 2;
}

.ratingnumber {
  position: relative;
  color: #fff;
  font: 20px/40px Verdana, "Lucida Grande", Lucida, sans-serif;
  z-index: 2;
  left: -30px;
  vertical-align: 10px;
}

.ratingdescr {
  width: 180px;
  float: left;
}

.ratingvotes {
  width: 180px;
  height: 40px;
  float: left;
}

.ratingname {
  color: #00799b;
  font: bold 10px verdana, arial, helvetica, sans-serif;
  text-transform: uppercase;
}

.ratingquestion {
  color: #535353;
  font: bold 9px verdana, arial, helvetica, sans-serif;
}

/** KOMMENTARLISTE **/
ul#commentlist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul#commentlist li {
  margin-top: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  margin-bottom: 10px;
}

/** NAVIGATIONSLEISTE **/
/** FlatStep 25.01.08 **/
.direct_page_links {
  height: 25px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
  padding-top: 18px;
  padding-bottom: 0;
  float: left;
}

.direct_page_links ul {
  float: left;
  margin: 0;
  padding: 0;
}

.direct_page_links li {
  list-style:none;
  display: inline;
  padding-top:0px;
  color: #646464;
  text-decoration : none;
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  padding-left: 2px;
}

.direct_page_links li a {
  font-weight: bold;
  color: #FF6600;
  text-decoration: none;
}

.direct_page_links li a.active_link {
  color: #646464; 
  text-decoration: none;
  font-weight: normal;
}

.direct_page_links img {
  float: left;
  border: none;
  margin-right: 2px;
  margin-left: 2px;
}

/** TAININGSVIDEOS **/
#training_top {
  width: 468px;
  height: 20px;
  background: url(../images/trainingsbox_heading.jpg) no-repeat;  
}

#training_content {
  width: 428px;
  margin: 0;
  padding: 0px;
}

/** USER - Aktivierung **/
#useractivation_top {
  width: 468px;
  height: 20px;
  background: url(../images/useractivation_heading.jpg) no-repeat;
}

#useractivation_content {
  width: 428px;
  margin: 20px;
  padding: 0 0 20px;
  overflow: hidden;
}

a.activatelink {
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  font-size: 14px;
  color: #FF6600;
  text-decoration : none;
}

/** USER - Passworterinnerung **/
#passwordbox_top {
  width: 468px;
  height: 20px;
  background: url(../images/passwordbox_heading.jpg) no-repeat;
}

#passwordbox_content {
  width: 428px;
  margin: 20px;
  padding: 0;
  overflow: hidden;
}

/** USER - Mein Archiv **/
#myarchivbox_top {
  width: 468px;
  height: 20px;
  background: url(../images/myarchiv_heading.jpg) no-repeat;
}
#myarchivbox_content, #usershow_content {
  width: 428px;
  margin: 20px;
  padding: 0;
  overflow: hidden;
}

/** USER - EDIT **/
#usereditbox_top {
  width: 468px;
  height: 20px;
  background: url(../images/usereditbox_heading.jpg) no-repeat;
}

/** USER - NEW **/
#newuserbox_top {
  width: 468px;
  height: 20px;
  background: url(../images/newuserbox_heading.jpg) no-repeat;
}

#newuserbox_content, #usereditbox_content {
  width: 428px;
  margin: 0;
  padding: 0;
}

.edituserbox {
  padding: 20px 0;
  background: url(../images/background-line.gif) repeat-y -20px;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  width: 428px;
  margin: 0 20px;
}

.newuserform {
  width: 230px;
}

.userinputrow{
  width: 230px;
}

#register_button {
  clear: both;
}

h1.usershow {
  color: #FF6600;
  font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
  margin-right: 10px;
  margin-top: 0;
}

p.activtext {
  color: #00799b;
  font: normal 14px Verdana, "Lucida Grande", Lucida, sans-serif;
  text-align: justify;
  margin-right: 30px;
  margin-left: 30px;
}

.column_box
{
  width: 100px;
  float: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

label.userheading {
  color: gray;
  margin-top: 10px;
  margin-bottom: 10px;
  font: 11px/15px verdana, arial, helvetica, sans-serif;
}

input.userform {
  left: -20px;
  position: relative;
}

/** POSTSHOW **/
/** FlatStep, 08.01.07 **/
#postshow_top {
  width: 468px;
  height: 20px;
  background: #ffffff url(../images/postshow_top.jpg) no-repeat;  
}

.postshow_heading {
  background: url(../images/postshow_heading.png) no-repeat;
  height: 20px;
  clear: both;
  color: #fff;
  font: 9.9px Verdana, "Lucida Grande", Lucida, sans-serif;
  font-weight: bold;
  letter-spacing:2.8px;
  padding-top: 5px;
  padding-left: 29px;
  margin-top: 10px;
}

.postshow_heading_image {
  margin-top: 10px;
}

h1.postshow {
  color: #535353;
  font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
  margin: 0;
  padding: 0;
}

h2.postshow {
  color: #fff;
  font: 11px/20px Verdana, "Lucida Grande", Lucida, sans-serif;
  margin-left: 30px;
}

p.postshow, div.postshow p {
  font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
  color: #535353;
}

div.postshow p {
  margin-bottom: 10px;
}

.postinfotext {
  font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
  color: #535353;
}

.postadvice {
  color: #535353;
  font: bold 11px verdana, arial, helvetica, sans-serif;
}

#gesamtbewertung {
  clear: both;
  padding-top: 5px;
  margin-left: 20px;
}

/** REDAKTIONSEMPFEHLUNGSBOX **/
/** FlatStep, 09.01.08 **/
/** Rand+Beitrag+Abstand+Beitrag+Abstand+Beitrag+Rand = 468px **/
/** 20px + 136px(+10) + 136px(+10) + 136px(+10)px + 10px **/
#recommendation {
  width: 468px;
  height: 20px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.recommendationbox_top {
  width: 468px;
  height: 20px;
  background: #FFF url(../images/referralbox_top.png) no-repeat;
  text-align: right;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.recommendationbox_top a {
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.recommendationbox_top img {
  margin: 0;
  padding: 0;
  border-style: none;
}

.recommendationbox_content {
  width: 438px;
  overflow: hidden;
  padding: 0;
  margin: 20px 10px 10px 20px;
}

.one_recommendation {
  width: 136px;
  float: left;
  margin: 0 10px 0 0;
}

.one_recommendation .imagespacer {
  height: 85px;
  text-align: left;
  margin-bottom: 5px;
  overflow: hidden;
}

.one_recommendation .headingspacer {
  height: 30px;
  text-align: left;
  overflow: hidden;
}

/** CITYSHOW **/
#cityshowbox_content {
  width: 428px;
  padding: 18px 20px;
}

/** BEITAGSAUFLISTUNG **/
/** FlatStep, 05.01.08 **/
#postbox_top {
  width: 468px;
  height: 20px;
  background: #ffffff url(../images/postbox_top.jpg) no-repeat;
  text-align: right;
  overflow: hidden;
}

#postbox_top img {
  border: none;
}

#postbox_content {
  width: 428px;
  padding: 18px 20px;
}
#postbox_content_tour {
  width: 428px;
  padding-left: 20px;
  padding-bottom: 18px;
}

.postimage {
  visibility: visible;
  float: left;
  width: 85px;
  height: 85px;
}

.postcontent {
  width: 330px;
  margin: 0 0 0 10px;
  float: left;
  padding: 0;
}

.posttitle {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   10px;
  text-align: left;
    color: #535353;
}

a.posttitle {
  color: #FF6600;
  text-decoration: none;
  font-weight: bold;
}

.posttext {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   9px;
  text-align: left;
  color: #535353;
  position: relative;
}

.postauthor {
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  font-size: 9px;
  font-weight: bold;
  color: #FF6600;
}

.postcomment {
  font-family: verdana, arial, helvetica, sans-serif;
  text-align: left;
  font-size: 9px;
  color: #535353;
}

.postinfo {
  width: 200px;
  margin: 0 0 0 15px;
}

/** SEARCHFILTER **/
/** FlatStep, 04.01.08 **/
#searchfilter_top, #rummagefilter_top {
  width: 180px;
  height: 20px; 
  background-image: url(../images/searchfilter_top.png); background-repeat:no-repeat;
}
#searchfilter_top {
  background-image: url(../images/filtern_top.gif);
  margin-bottom: 1px;
}

.maincategory, .active_maincategory {
  width: 180px;
  height: 20px;
  margin-bottom: 1px;
  overflow: hidden;
}

#rummagefilter_middle .active_maincategory {
  background: #fff url(../images/pfeil_rechts_unten.gif) no-repeat 0;
  border-top: 1px solid #fff;
}

#rummagefilter_middle .maincategory {
  background: transparent url(../images/plus.gif) no-repeat 0;
  border-top: 1px solid #fff;
}

#searchfilter_middle, #rummagefilter_middle {
  background-color:transparent;
  background-image:url(../../../fileadmin/style/img/transparenz.png);
}

#searchfilter_middle {
  padding-bottom: 10px;
}

#searchfilter_middle .maincategory {
  margin-bottom: 2px;
}

#searchfilter_middle .subcategory {
  height: 20px;
  margin: 0 0 1px 0;
  overflow: hidden;
  background-color: #fff;
}

.active_maincategory a, .maincategory a {
  color: #fff;
  text-decoration:none;
  font: bold 10px/20px verdana, arial, helvetica, sans-serif;
  vertical-align: top;
  margin-left: 25px;
}

.active_maincategory a {
  color: #007895;
}

.maincategory a {
  color: #FF6600;
}
.maincategory a:hover {
  color: #fff;
}

#rummagefilter_middle .maincategory a:hover {
  color: #f60;
}

#rummagefilter_middle .active_maincategory_subact a {
  color: #f60;
}

a.subcatsearch {
  color: #f60;
  text-decoration:none;
  font: bold 10px/20px verdana, arial, helvetica, sans-serif;
  vertical-align: bottom;
  padding-left: 24px;
}

#searchfilter_middle a.subcatsearch {
  color: #f60;
  font-weight: normal;
}

#rummagefilter_middle a.subcatsearch {
  margin-left: 20px;
  padding-left: 5px;
  height: 20px;
  width: 165px;
  display: block;
  background-color: #fff;
  margin-top: 1px;
  font-weight: normal;
}

#rummagefilter_middle a.subcatsearch:hover {
  font-weight: bold;
}

#rummagefilter_middle a.subcatsearch_active {
  color: #007895;
  font-weight: bold;
}

#rummagefilter_middle .subcategory {
  background: transparent url(../images/pfeil_rechts_weiss.gif) no-repeat 0;
}

#rummagefilter_middle div {
  margin: 0;
  padding: 0;
}

#searchfilter_middle .resultcount {
  font-size: 0.9em;
  vertical-align: top;
}

#searchbar
{
  background-color: #007895;
  vertical-align:middle;
  height:32px;
}

/** SEARCHBOX **/
/** FlatStep, 04.01.08 **/
#searchbox_top {
  width: 180px;
  height: 20px;
  background: url(../images/searchbox_top.png) no-repeat;
}

#searchbox {
  width: 160px;
  /*height: 140px;*/
  padding: 10px 10px 15px 10px;
}

input#search_terms.searchbox {
  width: 155px;
  font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
  margin-bottom: 10px;
}

input.searchbutton {
  margin-left: 5px;
  clear: both;
}

select#countryselect.searchbox,
select#citysearch.searchbox,
select#categorysearch.searchbox,
select.searchbox {
  width: 160px;
  font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
  margin-bottom: 10px;
}

/** ALLGEMEINE ELEMENTE *
 *
 * @author Stephan Lau
 * 27.02.2008
 */
#contentbox_top {
  width: 468px;
  height: 20px;
  background: #ffffff url(../images/postshow_heading.png) no-repeat;
  text-align: left;
  font: bold 10px/20px Verdana, "Lucida Grande", Lucida, sans-serif;
  color: #fff;
  overflow: hidden;
  padding-left: 27px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p.referral {
  font: bold 10px Verdana, "Lucida Grande", Lucida, sans-serif;
  color: #216382;
}

.content_box {
  padding: 10px 20px;
}

/**
 * Beitragserstellung und -bearbeitung
 *
 * @author Torsten Schönebaum, Planquadrat
 * 18.01.2008
 */
#categories_edit {
  width: 210px;
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
  background-color: #fff;
  margin: 5px 0 0 0;
  border: 2px inset #999;
  padding: 10px;
}

#categories_edit h1.categories {
  color: #555;
  font: bold 11px verdana, arial, helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

#categories_edit .subcategories {
  color: #555;
  margin: 0 0 10px 0px;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  border: none;
}

#categories_edit .subcategories input {
  margin-right: 5px;
  vertical-align: middle;
}

.editpostbox {
  margin: 0;
  padding: 0 0 10px 0;
  background: url(../images/background-line.gif) repeat-y;
  font: normal 10px verdana, arial, helvetica, sans-serif;
}

.editpostbox .editpostbox_top {
  width: 468px;
  height: 20px;
  background: url(../images/editpostbox_top.gif) no-repeat;
  margin: 0;
  padding: 0;
}

.editpostbox .editpostbox_form {
  padding: 0 20px;
  width: 230px;
}

.editpostbox .editpostbox_form input,
.editpostbox .editpostbox_form textarea,
.editpostbox .editpostbox_form select,
.backend_editpostbox input,
.backend_editpostbox textarea,
.backend_editpostbox select
{
  margin: 5px 0;
  font: normal 11px verdana, arial, helvetica, sans-serif;
}

.textinput {
  width: 225px;
}

.editpostbox .editpostbox_form input {
  vertical-align: middle;
}

.editpostbox .editpostbox_form .inputrow img {
  vertical-align: middle;
}

.editpostbox h2, .backend_editpostbox h2 {
  font: bold 14px verdana, arial, helvetica, sans-serif;
  color: #f95315;
  margin: 10px 0 0 0;
  padding: 0;
}

.editpostbox .inputrow, .backend_editpostbox .inputrow {
  margin-bottom: 15px;
  position: relative;
}

.editpostbox .inputrow {
  clear: both;
}

.editpostbox label, .backend_editpostbox label {
  color: #555;
  font: bold 10px verdana, arial, helvetica, sans-serif;
}

.editpostbox label em, .backend_editpostbox label em {
  font-weight: normal;
  font-style: italic;
}

#editMapResults {
  position: relative;
}

.helpbox {
  position: absolute;
  right: -218px;
  top: 15px;
  width: 200px;
  padding: 0;
  margin: 0;
  background: transparent url(../images/i-greenblue.gif) 1px 6px no-repeat;
  overflow: hidden; 
}

.helpbox_text {
  margin: 7px;
  margin-left: 27px;
}

.helpbox_text h3, .helpbox_text p {
  color: #666;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.helpbox_text h3 {
  font-size: 10px;
  color: #007895;
  font-weight: bold;
}

.dotted_line {
  background: url(../images/dotted-line-trans-bg.gif) repeat-x;
  width: 95%;
  height: 2px;
  padding: 0;
  margin-bottom: 9px;
  margin-top: 9px;
}

#editMapLink,
#editMapResetLink,
#editMapResults {
  color: #555;
  font: bold 10px verdana, arial, helvetica, sans-serif;
}

#editMapLink a,
#editMapResetLink a,
#editMapResults a {
  color: #f95315;
  font: bold 10px verdana, arial, helvetica, sans-serif;
  text-decoration: none;
}

#editMapLink a:hover,
#editMapResetLink a:hover,
#editMapResults a:hover {
  color: #ff8648;
}

#editMapLink img,
#editMapResetLink img {
  border: none;
}

#editMapLink, #editMapReset {
  margin-bottom: 15px;
}

/* submit buttons always use the same style */
.editpostbox button, .backend_editpostbox button, .rating button {
  border: none;
  padding: 0;
  margin: 0 0 0 -3px;
  background: none;
  color: #F60;
  font: bold 10px verdana, arial, helvetica, sans-serif;
  width: 240px;
  text-align: left;
  cursor: pointer;
}
.rating button {
  width: 200px;
  display: inline;
}

.editpostbox button img, .backend_editpostbox button img, .rating button img {
  margin: 0 3px 0 0;
  padding: 0;
  vertical-align: middle;
}

/* Hack fuer IE < 7 */
/* Hilfetexte muessen weiter nach links */
* html .helpbox {
  right: -194px;
}

.editpostbox ol {
  margin: 10px 0 15px 20px;
  padding: 0;
}

#editMapContainer {
  margin-bottom: 10px;
}

#editMapCanvas {
  overflow: hidden;
}

/**
 * Hilfetext unterhalb eines Absendebuttons
 * 22.02.08, tsc
 */
.button_helptext {
  width: 200px;
  padding-left: 45px;
  color: #555;
}

/**
 * Zusatzinformationen bei der Beitragsanzeige
 * @author Torsten Schönebaum, Planquadrat
 * 28.01.2008
 */
#authorinfo_top, #authormoreposts_top {
  margin: 0;
  padding: 0;
  width: 300px;
  height: 20px;
  background: url(../images/author-top.gif) no-repeat;
}

#authorinfo_content {
  margin: 5px 20px 10px 20px;
  padding: 0;
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #666;
  padding-bottom: 5px;
}

#authorinfo_content div {
  margin-bottom: 3px;
}

#authorinfo_content .created {
  font-size: 9px;
}

#authorinfo_content .username, #authorinfo_content .location b, #authorinfo_content .postcount a {
  font-weight: bold;
  color: #f60;
  text-decoration: none;
}

#authormoreposts_top {
  background: url(../images/authormoreposts-top.gif) no-repeat;
}

#authormoreposts_content {
  font: normal 10px verdana, arial, helvetica, sans-serif;
  color: #666;
  padding-bottom: 5px;
  padding-top: 10px;
}

.allposts_link {
  border-top: 1px solid white;
  margin: 0 0 10px 0;
  padding: 5px 20px 0 0;
}

.allposts_link a {
  font-weight: bold;
  color: #f60;
  text-decoration: none;
}

.allposts_link a img {
  border: none;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

#blogAuthorInfo, #blogAuthorPosts {
  width: 300px;
  margin-top: 0;
  margin-bottom: 10px;
}

#userarchive_top {
  width: 468px;
  height: 20px;
  background: url(../images/beitraege-top.gif) no-repeat;
  margin: 0;
  padding: 0;
}

/**
 * zur Beitragsanzeige: Zurücklink im Seitenkopf
 */
#postshow_top {
  position: relative;
}

#postshow_top img {
  border: none;
  position: absolute;
  right: 0;
}

/** Mario, 05.02.08, Fix Breite Page Select Feld und Geburtstagsdatum **/
.page_select {
  width:60px;
}

#user_birthdate_3i {  width:45px;}
#user_birthdate_2i { width:105px;}
#user_birthdate_1i { width:67px;}

 
/** Hinweistext flash[:notice] **/
.flashnotice {
  color: #f14f12;
  font-weight: bold;
}

/** Hilfetext fÃ¼r Bewertungssterne **/
.post_star_description {
  color: #00799b;
  font: bold 10px verdana, arial, helvetica, sans-serif;
  text-align: center;
  margin: 3px 0 0 0;
}

/**
 * Beitragsbewerbung
 *
 * @author Stephan Lau
 * 27.02.2008
 */
#blogbid_infotxt {
  position: relative;
  width: 100%;
  clear: both;
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #007a8f;
}

#blogbid_infotxt h1 {
  color: #FF6600;
  font: bold 14px Verdana, "Lucida Grande", Lucida, sans-serif;
  margin-right: 10px;
  margin-top: 0;
}

#blogbid_infotxt  p {
  font: bold 10px Verdana, "Lucida Grande", Lucida, sans-serif;
  color: #535353;
  margin: 0;
  padding: 0;
}

.categoryselect {
  background-color: #fff;
  border: 1px solid #666;
  margin-top: 5px;
  padding: 15px;
}

/** Fehlerseite bei Aufruf einer Seite, die nur Nutzer betreten dürfen */
.loginrequired {
  font: normal 10px verdana, arial, helvetica, sans-serif;
  padding-bottom: 20px;
}

.loginrequired_content {
  margin: 20px;
}

.loginrequired_content h1 {
  font: bold 14px verdana, arial, helvetica, sans-serif;
  color: #f95315;
  margin: 10px 0 10px 0;
  padding: 0;
}

.loginrequired_content p {
  margin-bottom: 10px;
}

.loginrequired a img {
  border: none;
  vertical-align: bottom;
  top: 2px;
  position: relative;
  margin-right: 5px;
}

.loginrequired a {
  text-decoration: none;
  color: #f95315;
}

.loginrequired_content ul {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
}

.loginrequired_content ul li {
  list-style-type: disc;
  margin: 0 0 5px 0;
  padding: 0; 
}

/** Linktext zum Empfehlen eines Beitrages
 */
a.postshow_mail_link {
  text-decoration: none;
  font: bold 10px/20px verdana, arial, helvetica, sans-serif;
  color: #f95315;
}

a.postshow_mail_link .post_advice_text {
  padding-left: 10px;
  vertical-align: top;
}

a.postshow_mail_link:hover, a.postshow_mail_link:active {
  color: #00799b;
}

/* Listboxen */
/* Kopf der Box */
.listbox_top, .listbox_right_top {
  height:20px;
  background-color:#007895;
  color:#ffffff;
  background-image:url(../images/seitentitel_header.gif);
  background-repeat:no-repeat;
  margin: 0;
  padding: 0 0 0 30px;
  overflow: hidden;
}

.listbox_top_title, .listbox_right_top_title {
  letter-spacing:0.4em;
  text-transform: uppercase;
  font-weight:bold;
  font:10px Verdana,Tahoma,sans-serif;
  font-weight: bold;
  display: inline;
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
}

.listbox_right_top_title {
  letter-spacing: 0.0em;
}

.listbox_top_img, .listbox_right_top_morelink {
  float: right;
  display: inline;
  background: #fff;
  height: 20px;
  margin: 0;
  padding: 0 0 0 5px;
}

.listbox_top img, .listbox_right_top img {
  border: none;
  height: 20px;
  margin: 0;
  padding: 0;
}

.listbox_right {
  width: 300px;
}

/*************************/
/* Tag Cloud + Favoriten */
/*************************/

.tag_cloud, #blogFavouriteBox, #blogTourBox{
  background-color:transparent;
  background-image:url(../../../fileadmin/style/img/transparenz.png);
  width: 180px;
  margin: 0;
  margin-bottom: 10px;
}

.tag_cloud {margin-top: 10px;}

#blogFavouriteBox, #blogTourBox {
  width: 300px;
}

.favourite_content {
  padding: 10px 10px 1px 0;
}

.tag_cloud_top {
  background: transparent url(../images/tagcloud_box_top.gif) no-repeat;
  height:20px;
}

.favourite_top {
  background: transparent url(../images/meine_favoriten.gif) no-repeat;
  height:20px;
}

#favourite_list_top {
  background: transparent url(../images/favourite_list_top.gif) no-repeat;
  height: 20px;
}

/*Tourlist Elements*/
#tour_list_top {
  color:white;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:3px;
}

#tour_button{
  border: none;
  padding: 0px;
  margin:10px 0 0 0;
  background: none;
  color: #FF6600;
  font: bold 10px verdana, arial, helvetica, sans-serif;
  text-align: left;
  cursor:pointer;
  display:block;
}

#tour_links{
  float:left;
  padding:0px;
  margin: 10px 40px 0 -20px;
  background: none;
  color: #FF6600;
  font: bold 10px verdana, arial, helvetica, sans-serif;
  display:block;
}

.tag_cloud_tags {
  padding: 10px 20px;
}

.tag80 {font-size: 80%}
.tag100 {font-size: 100%}
.tag125 {font-size: 125%}
.tag150 {font-size: 150%}
.tag200 {font-size: 200%}
.tag300 {font-size: 300%}

.tag80, .tag100, .tag125, .tag150, .tag200, .tag300 {
  line-height: 100%;
  margin-right: 4px;
}

.favourite_box_remove_link {
  float: right;
  z-index: 10;
}

/* Related posts box in postshow */
.related_posts_box_top {
  background: url(../images/postshow_interessante_beitraege.gif) no-repeat;
  height: 20px;
  clear: both;
  color: #fff;
  font: 9.9px Verdana, "Lucida Grande", Lucida, sans-serif;
  font-weight: bold;
  letter-spacing:1px;
  padding-left: 29px;
  margin-top: 10px;
}

.related_box_top_link {
  float: right;
  border-left: 3px solid #fff;
}

#comment_box {
  margin: 20px 10px 0 0;
  padding: 0;
}


/**************************/
/* Minisites (CityGuides) */
/**************************/

#blogCityGuideSelectBox {
  background-color:transparent;
  background-image:url(/fileadmin/style/img/transparenz.png);
  width: 180px;
  margin-bottom: 10px;
}

.cityguide_selectbox_top {
  height:20px;
  background:url(../images/cityguide_selectbox_top.gif) no-repeat;
}

.cityguide_selectbox_content {
  padding: 10px 10px 1px 10px;
}

.cityGuide_TrailerBox_Content h2 {
  margin-bottom: 10px;
}

.minisite_site_box_top {
  margin: 0;
  padding: 0;
  height: 20px;
  background-color: #fff;
}

.minisite_site_box_top_link {
  margin: 0;
  padding: 0;
  display: inline;
}

.minisite_site_box_top_link img {
  border: none;
  margin: 0 -1px 0 0;
  padding: 0;
}

.minisite_news_top {
  height: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: #007795;
  font-size: 1px;
  border-top: 3px solid white;
}

.minisite_news_top_link {
  margin: 0;
  padding: 0;
  border-right: 2px solid white;
}

.minisite_news_element_container {
  padding: 10px 20px 20px 20px;
}

.minisite_news_element_date {
  color: #007795;
  font-weight: bold;
}
  
h4.minisite_news_element_headline {
  color: #f60;
  font-weight: normal;
  font-size: 14pt;
  margin: 5px 0;
}

.minisite_news_element_text {
}

.minisite_news_element_text p {
  margin-bottom: 5px;
}

.cityGuide_TrailerBox_content {
  padding: 10px 20px;
}
