/*
 *
 * IMPORTANT CLASSES FOR STYLE-SELECTOR:
 *
 *  have to be defined by --> theme_advanced_styles : "Header 1=header1;...",
 *  in main.tpl
 *
 **/

.header1 {
  font-size: 14px;
  font-weight: 600;
  color: #C40000;
}
.header2 {
  font-size: 14px;
  font-weight: 600;
  color: #2B8150;
}
.small_xtr {
  font-size: 9px;
}

/*
 *
 *eo SELECTOR-STYLES
 *
 **/

body {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica,Arial,Sans-Serif;
  color: #606060;
  background: #fff;
  font-size: 12px;
}

td {
  color: #606060;
  font-family: Helvetica,Arial,Sans-Serif;
  font-size: 12px;
}

a {
  text-decoration: none;
  font-weight: 500;
  color: #000;
}

p, span {
  margin: 0px;
  padding: 0px;
}
p {
  margin-left: 2px;
}
p.error_message {
  font-weight: 600;
  color: #c85555;
}
p.success_message {
  font-weight: 600;
  color: #32c68a;
}
span.hlstyle {
 color: #ff0000;
 background: #ffff00;
 font-weight: 700;
}

.input {
  border: 1px solid #017f4f;
  height: 18px;
  vertical-align: bottom;
}

.input_file {
  border: 1px solid #017f4f;
  height: 22px;
}

.button {
  border: 1px solid #017f4f;
  background: #5cad8c;
  color: #fff;
  vertical-align: bottom;
}
a.button {
  display: block;
  padding-left: 6px;
  padding-right: 6px;
  overflow: visible;
}

.clear {
  clear: both;
}


#container {
  width: 100%;
  margin: auto;
  text-align: center;
}

#content-border {
  position: relative;
  top: 0px;
  /* border: 1px solid #000; */
  width: 1000px;
  margin: auto;
  text-align: left;
}

#status_box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 18px;

  color: #f9f6f6;
  font-size: 10px;
  font-weight: 600;
  background: #c85555;
  vertical-align: middle;
  overflow: hidden;
}
#status_box .button, #status_box .input{
  position: relative;
  top: -1px;
  font-size: 10px;
  height: 16px;
}
#status_box .button {
  cursor: pointer;
}
#status_box a.button {
  cursor: pointer;
  font-size: 11px;
  height: 14px;
  font-family: Arial;
}

#user_data {
  position: absolute;
  top: 2px;
  left: 10px;
}
#user_admin_buttons {
  position: absolute;
  top: 2px;
  right: 10px;
  text-align: right;
  overflow: visible;
}


#pre_header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 26px;
  background: url(../images/bg_newsticker.jpg);
}
#pre_header marquee {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 790px;
}
#pre_header marquee, #pre_header a {
  color: #101010;
  font-size: 14px;
  font-weight: 500;
}
#pre_header div {
  position: absolute;
  left: 10px;
  top: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 115px;

}

#post_header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 31px;
  background: url(../images/bg_postheader.jpg);
}

#newsanmeldung {
  position: absolute;
  top: 7px;
  left: 500px;
  width: 180px;
  height: 31px;
}
#newsanmeldung, #newsanmeldung a {
  color: #D92626;
  font-size: 14px;
  font-weight: 600;
}

#header_search {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  height: 31px;
}

#footer {
  position: relative;
  top: 0px;
  left: 0px;
  width: 1000px;
  height: 33px;
  background: url(../images/bg_footer.jpg);
  text-align: center;
}
#footer_links, #footer_links a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
#footer_copyright, #footer_copyright a {
  color: #bebebe;
  font-size: 12px;
  font-weight: 600;
}

#rss_button {
  z-index: 120;  
  position: absolute;
  top: 112px;
  left: 416px;
  float: right;
}

#skyscraper_right {
  position: absolute;
  top: 170px;
  left: 1006px;
  float: right;
}

#main {
  position: relative;
  top: 0px;
  left: 0px;
  /*width: 810px;*/
  width: 1000px;
  background: #5cad8c;
}
#main_left {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  background: url(../images/bg_main.jpg) repeat-x #e9e7e7;
}
#main_right {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
}
#main_right_bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  margin: 0px;
  width: 190px;
  border: none;
}
#main_right_bottom img {
  display: block;
}
#left_col {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 187px;
  padding-top: 10px;
  padding-left: 3px;
  z-index: 99;
}
#center {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 620px;
  z-index: 6;
}
#right_col {
  position: relative;
  top: 7px;
  left: 0px;
  width: 190px;
}


#content {
  position: relative;
  top: 0px;
  left: 0px;
  width: 608px;
  vertical-align: top;
}
#tab_menu {
  position: relative;
  top: 0px;
  left: 0px;
  margin-top: 10px;
  background: url(../images/tab_bg.gif) no-repeat 0px 0px;
}
.tab {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  height: 23px;
  background: transparent;
}
.tab_left {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 7px;
  height: 23px;
  background: url(../images/tab_left.gif) transparent;
}
a.tab_center {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  float: left;
  height: 17px;
  background: url(../images/tab_center.gif) transparent;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}
a.tab_center:hover {
  position: relative;
  top: 0px;
  left: 0px;
  height: 19px;
  background: url(../images/tab_center_over.gif) transparent;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
a.tab_center_highlight {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  float: left;
  height: 17px;
  color: red;
  background: url(../images/tab_center.gif) transparent;
  padding-top: 6px;
  padding-left: 12px;
  padding-right: 12px;
  white-space: nowrap;
}
a.tab_center_highlight:hover {
  position: relative;
  top: 0px;
  left: 0px;
  height: 19px;
  color: red; 
  background: url(../images/tab_center_over.gif) transparent;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
.tab_right {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 7px;
  height: 23px;
  background: url(../images/tab_right.gif) transparent;
}
.tab_left_active {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 7px;
  height: 23px;
  background: url(../images/tab_left_active.gif) transparent;
}
a.tab_center_active {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  float: left;
  height: 19px;
  background: url(../images/tab_center_active.gif) transparent;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  white-space: nowrap;
}
a.tab_center_active_highlight {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
  float: left;
  height: 19px;
  background: url(../images/tab_center_active.gif) transparent;
  padding-top: 4px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
  white-space: nowrap;
}
.tab_right_active {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 7px;
  height: 23px;
  background: url(../images/tab_right_active.gif) transparent;
}

#tree_menu {
  position: relative;
  top: 0px;
  left: 0px;
  background: #fff;
  border: 1px solid #339966;
  border-top: none;
  padding: 7px;
}
#csite_menu {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 7px;
}
#left_tree {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 280px;
  background: #fff;
}
#right_tree {
  position: relative;
  top: 0px;
  left: 0px;
  float: left;
  width: 280px;
  background: #fff;
}
.tree {
}
a.tree_link {
  display: block;
  color: #339966;
  margin-bottom: 4px;
}
a.tree_link:hover {
}
a.tree_link_highlight {
  display: block;
  color: #E6D0B0;
  margin-bottom: 4px;
}
a.tree_link_active {
  display: block;
  color: #339966;
  margin-bottom: 4px;
  font-weight: 600;
}
a.tree_link_active_highlight {
  display: block;
  color: #FFC0CB;
  margin-bottom: 4px;
  font-weight: 600;
}

.content_header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 598px;
  height: 19px;
  background: url(../images/bg_content_header.jpg);
  padding-top: 4px;
  padding-left: 10px;
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}

.content_header .button, .content_header .input{
  position: relative;
  top: -1px;
  font-size: 10px;
  height: 16px;
}
.content_header .button {
  cursor: pointer;
}
.content_header a.button {
  cursor: pointer;
  font-size: 11px;
  height: 14px;
  font-family: Arial;
}
.content_header .input {
  top: -1px;
  height: 14px;
}
.content_header span.hlstyle {
 color: #ffff00;
 background: transparent;
 font-weight: 700;
}



.content_inactive {
  color: #c85555;
  font-weight: 600;
}
.content_box {
  position: relative;
  top: 0px;
  left: 0px;
  width: 590px;
  background: #f9f6f6;
  border: 2px solid #c1c2c2;
  border-top: none;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 12px;
  padding-top: 8px;
}
.content_box a {
  color: #339966;
  font-weight: 600;
}

.locked {
  color: #FF0000 !important;
  font-weight: 600;
  font-variant: small-caps;
  font-style: italic;
}

#search_input {
  display: block;
  position: absolute;
  top: 5px;
  right: 42px;
  width: 180px;
}
#search_submit {
  display: block;
  position: absolute;
  top: 6px;
  right: 0px;
}
#newsletter_input {
  display: block;
  margin-left: 48px;
  width: 135px;
}
#newsletter_submit {
  display: block;
  margin-top: 9px;
  margin-left: 54px;
}


table.eventCalendar {
  width:100%;
}

table.eventCalendar td{
  padding: 1px;
}

table.eventCalendar td.cell{
  border-bottom: 1px solid #565656;
  padding: 5px;
}

table.eventCalendar tr.header{
  font-weight: bold;
  background: #acacac;
}

table.eventCalendar tr.row_even{
}

table.eventCalendar tr.row_odd{
  background: #efefef;
}

a.calendar_ank:link, a.calendar_ank:visited, a.calendar_ank:hover {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}

table.person_list {
  width:100%;
}

table.person_list td{
  padding: 1px;
}

table.person_list td.cell{
  border-bottom: 1px solid #565656;
  padding: 5px;
}

table.person_list tr.header{
  font-weight: bold;
  background: #acacac;
}

table.person_list tr.row_even{
}

table.person_list tr.row_odd{
  background: #efefef;
}

a.calendar_ank:link, a.calendar_ank:visited, a.calendar_ank:hover {
  text-decoration: none;
  font-weight: normal;
  color: #000000;
}
