@charset "UTF-8";

/* layout */

* {
  margin: 0;
  padding: 0;
}

html, body, #wrapper {
  height: 100%;
}
html {
  margin-bottom: 1px;
  overflow-y: scroll;
}
body {
  background-color: #fff;
  background-image: url(../images/bg_gradient.jpg);
  background-repeat: repeat-x;
  font: 12px/18px Verdana, Arial, sans-serif;
}
table {
  border-collapse: collapse;
  font-size: 1em;
  line-height: 1.5em;
}
th {
  text-align: left;
}
a {
  color: #900;
  text-decoration: none;
}
a:hover {
  color: #c00;
  text-decoration: underline;
}
a img {
  border: none;
}
img {
  display: block;
}
:focus {
  outline: none;
}
h1, h2, h3 {
  margin-bottom: 1em;
  font-size: 1em;
}
h1 {
  margin-top: 1.5em;
  font-size: 1.2em;
}
h2 {
  margin-top: 1.5em;
}
ul, ol {
  margin-left: 1.5em;
}
input.text, input.submit {
  border: 1px solid #ccc;
  font: 1em Verdana, Arial, sans-serif;
}
#wrapper {
  background-color: #fff;
  margin: 0 auto;
  text-align: left;
  width: 1000px;
}
#top {
  padding: 0 10px;
  padding-top: 5px;
  border-left: 1px solid #ccc;
  border-right: 2px solid #c00;
}
#logo {
  border-left: 1px solid #ccc;
  height: 60px;
  padding: 20px 0;  
}
#logo img {
  display: inline;
}
#quicksearch {
  width: 189px; /* + top.padding-left (10px) + 1px top.border-left = 200px */
}
#search {

}
#label_sword {

}
#sword {
  border: 1px solid #ccc;
  font: 1em Verdana, Arial, sans-serif;
  width: 140px;
}
#static_top_menu {
  width: 788px; /* + top.padding-right (10px) + 2px top.border-right = 800px */
}

#menu {
  padding-right: 10px;
  width: 190px;
}

#news {
  margin-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  width: 180px; /* + padding 2 * 10px = 200px */
}


td.td_news {
  padding: 10px;
}
td.td_newstitle {
  /*background-color: #598232;*/
  background-color: #b0ce6e;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
td.td_newscontent {
  background-color: #cbd4ca;
}

#image {
  /*background-color: #eee;*/
  /*height: 450px;*/
  /*overflow: hidden;*/
  width: 800px;
}

#content {

}
#content p, #content table {
  padding-bottom: 5px;
}
#content ul, #content ol {
  margin-bottom: 1em;
}

#bottom {
  padding: 0 10px;
  padding-bottom: 5px;
  border-left: 1px solid #ccc;
  border-right: 2px solid #c00;
  line-height: 2em;
}
#copyright {

}
#static_bottom_menu {

}

/* icons */

a.pdf {
  display: inline;
  padding: 1px 0px 2px 20px;
  background: url(../images/types/pdf.gif) left center no-repeat transparent;
}

/* defaults */

.debug {
  border: 1px solid red;
}
.noIndent {
  margin: 0px auto !important;
  padding: 0px !important;
}
.leftIndent {
  margin-left: 10px;
}
.fullScreen {
  height: 100%;
  width: 100%;
}
.fullWidth {
  width: 100%;
}
.fullHeight {
  height: 100%;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.noVisible{
  visibility: hidden;
}
.hidden {
  display: none;
}
.noWrap {
  white-space: nowrap;
}

.roteschrift {
  color: red;
}
.textrechts {
  text-align: right;
}
