
* {
  margin: 0;
  padding: 0;
}

body {
  background: #000 url(../templateimages/bodybg.gif) top left repeat-x;
  /*background: #FFF;*/
  color: #eee;
  font: 76% Verdana, Arial, Tahoma, "Trebuchet MS", sans-serif;
  line-height: 1.4em;
  text-align: center;
  padding: 0;
}

#wrap {
  /*width: 960px;*/
  width: 98%;
  min-width:960px;
  max-width:1200px;

  background-color: #FFF;
  color: #555;
  padding: 0px;
  /*margin-left: 10px;
  margin-top: 10px;*/
  margin: 10px auto 0 auto;
  text-align: left;
  border: 1px solid #555;
  /*border: 1px solid #EEE;*/
  /*float: center;*/
}

#top {
  /*width: 960px;*/
  text-align: right;
  margin: 10px auto 5px auto;
  color: #ddd;
  font-size: 0.9em;
}

#top p {
  margin: 2px;
  padding: 0;
}

#top a {
  color: #eee;
  border-bottom: 1px dotted #aaa;
}

#top a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}
/* Header and title */

#header {
  background: #238 url(../templateimages/header.jpg) top right no-repeat;/*height:140px;*/
  text-align: left;/*background-color:#1D3D78;*/
  padding: 0;
  margin: 0 0 0 0;
}

#headerleft {
  /*background: #238 url(../templateimages/headerleft.jpg) top left;*/
  padding: 0;
  margin: 0 0 0 0;
  width: 612px;
  float: left;
}

#headerright {
  background: #238 url(../templateimages/logo.jpg) top left;
  padding: 0;
  margin: 0 0 0 0;
  width: 348px;
  float: right;
}

.headerspace {
  float: right;
  height: 153px;
}

.logomain {
  float: right;
}

/* Main menu */

#mainmenu {
  float: left;
  /*width: 900px;*/
  margin: 0px 0px 0px 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}

dl.nav {
  width: 120px;
  float: left;
  margin: 10px 0px 5px 10px;
}

dl.nav dt {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ccc;
  color: #F7F8E3;
  background: transparent;
  /*background-color: #238;*/
}

dl.nav dt a {
  font-weight: 400;
  padding: 1px 0 1px 5px;
  color: #F7F8E3;
  display: block;
  width: 115px;
}

dl.nav dt a:hover {
  color: #222;
  background: #f4f4f4;
}

dl.nav dt.select {
  padding: 0;
  margin: 0;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
  border-top: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #ffff00;
  background: transparent;
}

dl.nav dt.select a {
  font-weight: 800;
  padding: 1px 0 1px 5px;
  color: #ffff00;
  display: block;
  width: 115px;
}

dl.nav dt.select a:hover {
  color: #222;
  background: #f4f4f4;
}


dl.nav_level_4 {
  width: 80px;
}

dl.nav_level_4 dt a {
  width: 75px;
}

dl.nav_level_4 dt.select a {
  width: 75px;
}

dl.nav_level_5 {
  width: 60px;
}

dl.nav_level_5 dt a {
  width: 55px;
}

dl.nav_level_5 dt.select a {
  width: 55px;
}


/* Headline */

#headline {
  /*width: 958px;*/
  text-align: right;
  margin: 0px;
  border: 1px solid #ccc;
  background-color: #f0f0f0;
  color: #777;
  font-size: 0.9em;
  padding: 0px 0 0px 0;
}

#headline p {
  margin: 0px 20px 0px 0px;
  padding: 0;
}
/* Headers */

h2, h3, h4 {
  margin: 0 0 0 0;
  padding-bottom: 0px;
  color: #666;
  font-weight: 700;
}

.leftcontent {/*background:red;*/
  float: left;
  /*width: 700px;*/
  width: 70%;
  margin: 0;
  padding: 0px 0px 40px 0px;
}
/* Content */

.content {/*background:yellow;*/
  font-size: 1.0em;
  /*float: left;*/
  text-align: left;
  /*width: 650px;*/
  margin: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 25px;
  color: #333;
}

.content h1 {
  font-size: 2.0em;
  letter-spacing: 0px;
  clear: left;
  color: #000;
  margin: 30px 0px 20px 0px;
  line-height: 1.4em;
}

.content h2 {
  font-size: 1.5em;
  letter-spacing: 0px;
  clear: left;
  color: #000;
  margin: 20px 0px 10px 0px;
  line-height: 1.4em;
}

.content h3 {
  font-size: 1.4em;
  letter-spacing: 0px;
  clear: left;
  color: #000;
  margin: 10px 0px 5px 0px;
  line-height: 1.4em;
}

.content h4 {
  font-size: 1.2em;
  letter-spacing: 0px;
  clear: left;
  color: #000;
  margin: 5px 0px 2px 0px;
  line-height: 1.4em;
}

.content h5 {
  font-size: 1.0em;
  letter-spacing: 0px;
  clear: left;
  color: #000;
  margin: 3px 0px 1px 0px;
  line-height: 1.4em;
}

.content h2 a, #content h3 a {
  font-weight: 700;
  line-height: 1.4em;
}

.content p {
  margin: 0 0 15px;
}

.content a {
  color: #22A;
  border-bottom: 0;
}



.content a:hover {
  color: #22A;
  border-bottom: 0;
  text-decoration: underline;
}


.content ul, .content ol {
  margin: 0 0 15px 10px;
  padding: 0 0 0 10px;
}

.content ul li, .content ol li {
  margin: 0 0 10px 10px;
}

.content ul ul, .content ol ol {
  margin: 5px 0 5px 10px;
}

.tabs {/*background:#f0f0f0;*/
  border-bottom: 1px solid #aaa;
  font-size: 1.0em;
  float: left;
  text-align: left;
  /*width: 675px;*/
  width: 98%;
  padding: 0;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-top: 0;
  color: #333;
}

.tabs ul li {
  margin: 0 0 5px 5px;
  display: inline;
  border: 1px solid #ddd;
  border-bottom: none;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
}

.tabs ul li.selected {
  margin: 0 0 5px 5px;
  display: inline;
  background: #22A;
  border: 1px solid #22A;
  border-bottom: none;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 2px;
}

.tabs ul li a{
  color: #666;
  font-weight: 400;
}

.tabs ul li.selected a{
  color: white;
/*color: #22A;*/
  font-weight: 700;
}

.image_left {
  float: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.image_right {
  float: right;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.image_normal {
  /*padding-top: 10px;*/
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
/* Sidebar */

#sidebar {
  font-size: 0.8em;
  text-align: left;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  /*margin: 30px 0 0 708px;*/
  /*width: 220px;*/
  width: 20%;
  float: right;

  padding: 10px;
  background: #f0f0f0;
  border: 1px solid #ccc;
}

#sidebar h1 {
  font-size: 1.3em;
  padding: 0 0 2px 0;
  margin: 0px 0 5px 0;
  border-bottom: 2px solid #ccc;
  font-weight: 700;
  display: block;
}


#sidebar h2 {
  font-size: 1.2em;
  padding: 0 0 2px 0;
  margin: 0px 0 5px 0;
  border-bottom: 2px solid #ccc;
  font-weight: 700;
  color: #22A;
  display: block;
}

#sidebar h3 {
  font-size: 1.2em;
  padding: 0px 0px 20px 0;
  margin: 0px 0px 5px 0px;
  border-bottom: 0px solid #ccc;
}

#sidebar p, #sidebar ul, #sidebar ol {
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2em;
}

.news_short_block{
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.2em;
}

#sidebar h2 a {
  font-weight: 700;
  color: #22A;
  display: block;
}

#sidebar h3 a {
  font-weight: 700;
  color: #22A;
  display: block;
}

#sidebar a {
  font-weight: 400;
  color: #008;
}

#sidebar ul li {
  list-style: none;
  margin: 0 0 3px 0;
}

#sidebar ul li a {
  font-size: 1.1em;
}

#sidebar ul ul {
  margin: 3px 0 3px 10px;
  font-size: 1em;
}

#sidebar ul ul li {
  margin: 2px 0;
}

#sidebar ul ul li a {
  font-weight: 400;
}

#sidebar ul.sidemenu li {
  list-style: none;
  /*width: 218px;*/
  width: 98%;
  padding: 0;
  margin: 0 0 2px 0;
}

#sidebar ul.sidemenu li a {
  display: block;
  overflow: visible;
  padding: 2px 0 2px 5px;
  background-color: #f4f4f4;
  font-weight: 400;
  border: 1px solid #ddd;
  font-size: 1.1em;
}

#sidebar ul.sidemenu li a:hover, #sidebar ul li.current a {
  border: 1px solid #555;
  color: #444;
  background-color: #fff;
}

#sidebar ul.sidemenu li.current li a {
  background-color: #f8f8f8;
  color: #467aa7;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
}

#sidebar ul.sidemenu ul {
  margin: 0;
  padding: 2px 0 0 15px;
}

#sidebar ul.sidemenu ul li {
  /*width: 203px;*/
  width: 98%;
  letter-spacing: 0;
}

#sidebar ul.sidemenu ul li a {
  font-size: 0.9em;
  padding: 1px 0 1px 5px;
}
/* Footer */

#footer {
  clear: both;
  font-size: 0.9em;
  width: 98%;
  min-width:960px;
  max-width:1200px;
  line-height: 1.5em;
  color: #ccc;
  margin: 5px auto 10px auto;
  padding: 0;
}

#footer p {
  margin: 0;
  padding-right: 5px;
  padding-bottom: 10px;
}

#footer a {
  color: #ddd;
  border-bottom: 1px dotted #aaa;
}

#footer a:hover {
  color: #eee;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

.subpagesmenu {
  background: #238 url(../templateimages/subpagesmenu.jpg) top left repeat-x;
  float: left;
}

.subpagesmenu h2 {
  font-weight: 700;
  font-size: 1.2em;
  margin: 5px 10px 15px 10px;
  padding: 0;
  color: #ff3;
}

.subpagesmenu a {
  margin: 10px 20px 10px 20px;
  padding: 0;
  font-size: 1.0em;
  color: #fff;
  line-height: 0.5em;
  border-bottom: 0px;
}

.subpagesmenu a:hover {
  margin: 10px 20px 10px 20px;
  padding: 0;
  font-size: 1.0em;
  color: #fff;
  line-height: 0.5em;
  border-bottom: 1px solid #fff;
}

.div_left_startpage {
  float: left;
  margin-left: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 33%;
  /*border: 1px solid #000;*/
}


.div_startpage_abteilung {
  font-size: 0.8em;
  text-align: left;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  /*margin: 30px 0 0 708px;*/
  /*width: 220px;*/
  width: 150px;
  float: left;

  padding: 5px;
  background: #f0f0f0;
  border: 1px solid #ccc;
}

.div_startpage_abteilung h2 a{
  font-weight: 700;
  font-size: 1em;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 0;
  color: #000;
}

.div_startpage_abteilung h2 a:hover{
  text-decoration: underline;
  color: #000;
}

.div_startpage_abteilung p {
  margin: 10px 20px 10px 20px;
  padding: 0;
  font-size: 1.2em;
  color: #22A;
  line-height: 0.5em;
  border-bottom: 0px;
}

.div_startpage_abteilung p a{
  color: #22A;
}

.div_startpage_abteilung p a:hover{
  color: #000;
}


.div_startpage_abteilung a:hover {
  text-decoration: underline;
}


.div_startpage_content {
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  /*margin: 30px 0 0 708px;*/
  /*width: 220px;*/
  width: 63%;
  float: left;

  padding: 0px;
  /*border: 1px solid #ccc;*/
}


table {
  padding: 0px;
  margin: 0px;
  border: 0;
}

td {
  padding: 5px;
  margin: 0px;
  border: 0;
  vertical-align: top;
}


table.kontakt {
}

.kontakt td.tablastcol {
  padding-top: 10px;
  padding-left: 10px;
}

.beitrag td {
  border: 1px solid #ddd;
}

.beitrag td.tabfirstrow {
  background: #238;
  color: white;
}

.beitrag td.tabcol_3, .beitrag td.tabcol_4 {
  text-align: right;
}

.beitrag_sub_table_1 td {
  border: 0;
  padding: 0px;
}

.beitrag_sub_table_1 td.tabfirstrow {
  color: #000;
  background: #fff;
}

.beitrag_sub_table_1 td.tabcol_3, .beitrag_sub_table_1 td.tabcol_4 {
  text-align: left;
}

.beitrag_sub_table_2 {
  float: right;
}


.beitrag_sub_table_2 td {
  border: 0;
  padding: 0px;
}

.beitrag_sub_table_2 td.tabfirstrow {
  color: #000;
  background: #fff;
}

.beitrag_sub_table_2 td.tabcol_1 {
  text-align: right;
}

.table_with_border td {
  border: 1px solid #ddd;
}

.table_with_heading td {
  border: 1px solid #ddd;
}

.table_with_heading td.tabfirstrow {
  background: #238;
  color: white;
}

.table_termine_klein td {
  border: 1px solid #ddd;
  font-size: 0.8em;
  padding: 1px;
}

.table_termine_klein td.tabfirstrow {
  background: #238;
  color: white;
}

.table_termine td {
  border: 1px solid #ddd;
  font-size: 1.0em;
  padding: 2px;
}

.table_termine td.tabfirstrow {
  background: #238;
  color: white;
}


.table_chronik td.tabcol_1 {
  width: 120px;
  padding: 10px;
}

.table_chronik td.tabcol_2 {
  width: 450px;
  padding: 10px;
  text-align: justify;
}



.table_vorstaende td.tabcol_1 {
  width: 100px;
  padding: 20px;
}

.table_vorstaende td.tabcol_2 {
  width: 200px;
  padding: 20px;
}


.table_big_letter{
  font-size: 1.5em;
}

.table_big_letter td{
  vertical-align: middle;
}

.table_newsresultlist td{
  padding: 0px;
  padding-bottom: 5px;
}

a {
  color: #4d699d;
  text-decoration: none;
}

a:hover {
  color: #444;
  text-decoration: none;
}

a img {
  border: 0;
}

.div_left {
  float: left;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div_right {
  float: right;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}


.div_gallery {
  float: left;
  text-align: center;
  margin: 10px;
  padding: 5px;
  background: #f0f0f0;
  border: 1px solid #ccc;

}

.div_gallery img{
  margin: 5px;
}

.div_kursiv {
  font-style: italic;
}


/* Various classes */

.left {
  float: left;
  width: 49%;
  text-align: left;
}

.right {
  float: right;
  width: 49%;
  text-align: right;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.textjustify {
  text-align: justify;
}

.introtext, .introtext a {
  font-weight: 700;
}

.clear {
  visibility: hidden;
  clear: both;
  height: 1px;
}

.hide {
  display: none;
}
