@import url(wysiwyg_editor.css);

body {
  background-image: url(images/background.gif);
  text-align: center;
  min-width: 755px;
  font-size: 10pt;
  font-family: sans-serif;
}

.mitte {
  margin: auto;
  width: 755px;
  text-align: left;
}

#left {
  float: left;
}

#menu {
  /*float: left;*/
  background-color: white;
  /*width: 170px;*/
  width: 12em;
  margin-right: 20px;
  padding-bottom: 0.6em;
  margin-top: 1em;
  font-size: 12pt;
  font-weight: bold;
  border-top: 1px dotted #ddd;  
  border-left: 1px dotted #ddd;
  border-bottom: 5px solid #ddd;  
  border-right: 5px solid #ddd;
}

#leftcontent {
  width: 12em;
  margin-right: 20px;
  padding-bottom: 0.6em;
  margin-top: 1em;
  font-size: 12pt;
}


#content {
  text-align: justify;
  margin-top: 1em;
  font-size: 12pt;
  margin-left: 13em;
}

div.content_2 {
  float: left;
  width: 535px;
}
  
.news-list-container {
  background-color: white;
}

.news-latest-subtitle, .news-single-timedata {
  font-size: 8pt;
  color: #888;
  border-bottom: 1px solid black;
}

.news-latest-item, .news-single-item, #content .c_item {
  font-size: 10pt;
  background-color: white;
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-top: 1px dotted #ddd;
  border-left: 1px dotted #ddd;
  border-bottom: 5px solid #ddd;  
  border-right: 5px solid #ddd;
}

.news-latest-item img, .c_item img {
 border: none;
}

.news-latest-item H3, .news-single-item H3 {
  margin-bottom: 0;
  margin-top: 5px;
}

h3.news-header a {
  color: #faa719;
  text-decoration: none;
  font-size: 17pt;
}

.news-latest-image IMG {
  float: right;
}

.news-single-item {
  background-color: white;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.menu-notact a, .menu-act a {
  color: black;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 20px;
  margin-left: 10px;
}

.menu-act a, .menu-notact a:hover {
  background-image: url(images/bullet_hell.gif);
}

.menu-notact a {
  background-image: url(images/bullet_dunkel.gif);
}

.contenttable TD {
  padding-left: 5px;
  padding-right: 5px;
}

.firstbold TD.td-0 {
  font-weight: bold;
}

.footer {
  margin-top: 20px;
  clear: both;
}

.footer A {
  color: black;
}

div.menu-act, div.menu-notact {
  margin-bottom: 0.3em;
}

#menu img {
  margin-top: 0.5em;
}

.news-latest-morelink {
/*  clear: both;*/
}

/* links */
a {
  font-weight:bold;
  text-decoration:none;
  color: black;
}

a:hover, a:focus {
  text-decoration:underline;
}

a:active, {
  color: #ccc
}