html {
  border: 0;
  padding: 0;
  margin: 0;
}

body {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 62.5%;
  text-align: center;
  background: #78d0f3 url(/images/main_bg.png) repeat-x;
}

sub {
  vertical-align: bottom;
  font-size: 80%;
}

sup {
  vertical-align: top;
  font-size: 80%;
}

acronym {
  border-bottom: 1px dotted #3a76c0;
  cursor: help;
}

#header_wrapper {
  width: 1121px;
  margin: 0 auto;
  border: 0px solid green;
  text-align: center;
  background: url(/images/header_bg.png) 0 15px no-repeat;
}

#header {
  height: 270px;
  width: 943px;
  margin: auto;
  background: url(/images/header_main.png) 0 98px no-repeat;
  border: 0px solid #00f;
}

#nav {
  font-family: Tahoma, Arial, Geneva, sans-serif;
  font-size: 1.4em;
  font-weight: normal;
  
  background: #78d0f3 url(/images/nav_bg.png) 4px 0 no-repeat;
  width: 943px;
  height: 33px;
  margin: auto;
  border: 0px solid red;
  text-align: left;
}

#nav ul.sf-menu {
  padding-left: 60px;
}

#nav ul.rex-navi1 {
  padding-left: 60px;
}

#content_wrapper {
  width: 1121px;
  margin: 0 auto;
  padding: 10px 0;
  border: 0px dotted yellow;
  background: url(/images/content_bg.png) repeat-y;
  overflow: auto;
  text-align: left;
  clear: both;
}

#footer {
  width: 1121px;
  height: 21px;
  margin: 0 auto;
  border: 0px solid green;
  background: url(/images/footer_bg.jpg) no-repeat;
}
#footer span {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  /*color: #bff0ff;*/
  color: #fff;
  display: block;
  padding: 2.0em;
}
#footer a:visited, #footer a:active,
#footer a {
  color: #3a76c0;
  text-decoration: none;
}
#footer a:hover {
  color: #3a76c0;
  text-decoration: underline;
}


/*
 * Header Styles
 *******************/

#header_links {
  padding-top: 78px;
  padding-right: 10px;
  text-align: right;
}

#header_links a:visited, #header_links a:active,
#header_links a {
  color: #fff;
  font-family: Tahoma, Arial, Geneva, sans-serif;
  font-size: 1.2em;
  text-decoration: none;
  padding: 0 4px;
}

#header_links a:hover {
  color: #fff;
  text-decoration: underline;
}

#header_links img {
  vertical-align: middle;
}

#header_links span {
}


/*
 * Searchbox Styles
 *******************/

#applesearch {
  float: right;
  margin: 7px 10px 4px 10px;
}

#applesearch .sbox_l  {
  /*default styling*/
}

#applesearch .sbox_r  {
  /*default styling*/
}

#applesearch .sbox input {
  /*default styling*/
  width: 145px;
  height: 16px;
  float: left;
  font-size: 0.85em;
}


/*
 * Content Styles
 *****************/

#content {
  float: left;
  width: 742px;
  margin-left: 100px;
  padding: 10px;
  border: 1px solid #6dbfe9;
  background: #fff;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#breadcrumb {
  font-size: 1.1em;
  color: #78d0f3;
  border: 0px dotted purple;
  padding-bottom: 1.2em;
}
#breadcrumb ul {
  display: inline;
}
#breadcrumb li {
  display: inline;
}
#breadcrumb a:visited, #breadcrumb a:active,
#breadcrumb a {
  color: #6dbfe9;
  text-decoration: none;
}
#breadcrumb a:hover {
  color: #6dbfe9;
  text-decoration: underline;
}

#entry_date {
  color: #000;
  font-size: 1.3em;
  float: right;
  clear: right;
}

#content h1 {
  font-size: 2.0em;
  font-weight: bold;
  margin-bottom: 0.7em;
  color: #1c4aa7;
}

#content h2 {
  font-size: 1.7em;
  font-weight: bold;
  margin-bottom: 0.7em;
  color: #3a76c0;
}

#content h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.7em;
  color: #6b98d0;
}

#content p {
  font-family: Arial, Geneva, sans-serif;
  color: #000;
  font-size: 1.4em;
  font-weight: normal;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 1em;
}

#content ul {
  font-family: Arial, Geneva, sans-serif;
  color: #000;
  font-size: 1.4em;
  font-weight: normal;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 1em;
  list-style-image: url(/files/famfamfam/icons/anchor.png);
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2em;
}
#content ul ul {
  font-size: 1em;
}
#content ol {
  font-family: Arial, Geneva, sans-serif;
  color: #000;
  font-size: 1.4em;
  font-weight: normal;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 1em;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 2em;
}


#content a:visited, #content a:active,
#content a {
  color: #3a76c0;
  text-decoration: none;
}
#content a:hover {
  color: #3a76c0;
  text-decoration: underline;
}

#content #entry_author {
  width: 33%;
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 1em;
  padding-top: 0.5em;
  border-top: 1px dotted #aaa;
  float: left;
}

#entry_text {
  border: 0px dotted green;
  float: left;
  clear: left;
  width: 522px;
}

#entry_pics {
  border: 0px dotted #6a8bc7;
  float: right;
  clear: right;
  width: 208px;
  text-align: right;
  margin-top: 4em;
}

#entry_pics img {
  border: 1px solid #6a8bc7;
  padding: 3px;
  display: block;
  margin-bottom: 1em;
}

#content ul.newsticker {
  background: #fff;
  margin-left: 1em;
  margin-bottom: 1.2em;
  font-size: 1.4em;
  list-style: none;
}
#content ul.newsticker li {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #999;
}
#content ul.newsticker li span {
  display: block;
  line-height: 1.4em;
}
#content ul.newsticker li span.date {
  color: #999;
  font-weight: bold;
  margin-left: 1.2em;
  font-size: 0.8em;
}
#content ul.newsticker li span.title {
  color: #1e4ca8;
  font-weight: bold;
}
#content ul.newsticker li span.ticker {
  text-align: left;
  line-height: 1.4em;
  margin-left: 1em;
  display: show;
}
#content ul.newsticker li a {
  font-size: 0.9em;
}

#content .pagination {
  text-align: right;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#content .pagination span {
  border: 1px solid #1c4aa7;
  padding: 1px;
  margin-right: .3em;
}
#content .pagination a {
  border: 1px solid #1c4aa7;
  padding: 1px;
  margin-right: .3em;
}
#content .pagination a:hover {
  text-decoration: none;
  color: #fff;
  background: #3a76c0; 
  border: 1px solid #1c4aa7;
}


/* download table codes*/
#content table.download {
  margin-bottom: 2em;
}

#content table.download tr {
  font-size: 1.2em;
  vertical-align: middle;
}

#content table.download tr.odd {
  background-color: #ddd;
}

#content table.download th {
  padding: 5px;
  vertical-align: middle;
  text-align: left;
  background-color: #ddd;
}

#content table.download td {
  padding: 3px 5px;
  vertical-align: middle;
}

#content table.download a:hover {
  text-decoration: none;
}

#content table.download img {
  width: 22px;
}


/* Form Codes */
#content #form_formular p {
  text-align: left;
}

#content #form_formular label {
  display: block;
  float: left;
  width: 10em;
  border: 0px solid black;
}

#content #form_formular input, #content #form_formular select {
  width: 20em;
}

#content #form_formular input.submit {
  width: 8em;
}



/*
 * Sidebar Styles
 *****************/

#sidebar {
  float: right;
  width: 145px;
  margin-right: 100px;
  font-family: Tahoma, Arial, Geneva, sans-serif;
  /* border: 1px dotted purple;
  background: #eee; */
}

#sidebar h2 {
  font-size: 1.6em;
  font-weight: bold;
  font-variant:small-caps;
  margin-bottom: 0.6em;
  color: #3b77c0;
}

#sidebar ul {
  border: 1px solid #1e4ca8;
  background: #fff;
  margin-bottom: 1.2em;
  padding: 5px;
  font-size: 1.2em;
}
#sidebar ul li {
  margin-bottom: 1.0em;
}
#sidebar ul li span {
  display: block;
  margin-bottom: 0.2em;
  line-height: 1.1em;
}
#sidebar ul li span.date {
  color: #1e4ca8;
  font-weight: bold;
}
#sidebar ul li span.ticker {
  text-align: left;
  font-size: 0.9em;
  line-height: 1.4em;
  display: none;
}
#sidebar ul li a {
  color: #3a76c0;
  text-decoration: none;
  font-size: 0.9em;
}
#sidebar ul li a:hover {
  text-decoration: underline;
}

#sidebar #sidebar_adbox ul {
  border: 0px solid #1e4ca8;
  padding: 0;
}
#sidebar #sidebar_adbox li {
  border: 1px solid #1e4ca8;
  background: #fff;
  text-align: center;
  margin: 0;
  line-height: 0;
}
#sidebar #sidebar_adbox li.blank {
  border: 0;
  background: #bff0ff;
  padding-bottom: 10px;
  font-size: 0.1em;
}

#sidebar p {
  color: #3a76c0;
  font-size: 1em;
  line-height: 1em;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
#sidebar h2 a {
  color: #3a76c0;
  text-decoration: none;
}
#sidebar h2 a:hover {
  text-decoration: underline;
}

#sidebar #sidebar_contact {
  border: 1px solid #1e4ca8;
  background: #fff;
}
#sidebar #sidebar_contact h2 {
  margin: 0.3em;
  font-size: 1.8em;
  font-weight: bold;
  font-variant:small-caps;
}
#sidebar #sidebar_contact p {
  margin: 0.5em;
  font-size: 1.0em;
}


/*
 * Special Effects
 *******************/

#accordion {
  font-family: Tahoma, Arial, sans-serif;
  margin: 30px 125px;
}
#accordion h3 {
  font-size: 1.2em;
  margin: 0;
}
#accordion .v_foto {
  float: right;
  border: 1px solid #1e4ca8;
  padding: 2px;
}
#accordion ul {
  font-size: 1.2em;
  display: block;
}
#accordion .v_name {
  font-weight: bold;
  list-style-image: url(/files/famfamfam/icons/vcard.png);
}
#accordion .v_addr {
  margin-bottom: 1.5em;
  list-style-image: url(/files/famfamfam/icons/house.png);
}
#accordion .v_fon {
  list-style-image: url(/files/famfamfam/icons/telephone.png);
}
#accordion .v_fax {
  list-style-image: url(/files/famfamfam/icons/printer.png);
}
#accordion .v_mobil {
  list-style-image: url(/files/famfamfam/icons/phone.png);
}
#accordion .v_mail {
  list-style-image: url(/files/famfamfam/icons/email.png);
}


.eventform {
  font-size: 1.1em;
}
.eventform fieldset {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.eventform input, .eventform option, .eventform select {
  font-size: 1em;
}
.eventform #kalSubmit {
  margin-left: 1em;
}
.event h1 {
  margin-top: 1.2em;
}
.eltitel {
  text-decoration: underline;
}
table.eventlist {
  margin-bottom: 2.5em;
  font-size: 1.2em;
  line-height: 1.2em;
  width: 100%;
  border: 1px solid #1e4ca8;
}
table.eventlist tr {
  background: #eff9ff; 
  padding: 1px;
}
table.eventlist td {
  border-top: 1px solid #6DBFE9;
}
table.eventlist th {
  border-bottom: 1px solid #1e4ca8;
}
table.eventlist th, table.eventlist td {
  padding: 3px;
}
table.eventlist th {
  width: 25%;
}
table.eventlist th.town {
  width: 10%;
}
table.eventlist th.date {
  width: 15%;
}


#pager {
  position: relative !important;
  top: 0 !important;
}
input.pagedisplay {
  width: 2em;
  text-align: center;
}

span.hide {
  display: none;
}
