* {
  border: 0;
  padding: 0;
  margin: 0;
}
body {
  font-family: Verdana, Arial, sans-serif;
}
#topBar {
  min-width: 100%;
  height: 147px;
  background: url(../gfx/menuBorderTop.png) repeat-x;
  z-index: 20;
}

#menuBackground {
  margin-top: -5px;
  vertical-align: top;
  min-width: 100%;
  height: 30px;
  background:#2882e6;
  z-index: 10;
}
#web20Icons {
  position: absolute;
  right: 25px;
  top: 80px;
  z-index: 50;
}
#searchBox {
  position: absolute;
  width: 200px;
  right: 10px;
  top: 100px;
  z-index: 50;
}
#searchBox input {
  background: url('../gfx/searchBox.png') no-repeat;
  height: 40px;
  padding-left: 35px;
  padding-right: 30px;
  width: 140px;
}
input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}


#contentall {
  width: 850px;
}
#content, #contentRight {
  width: 800px;
  float: left;
  margin: 30px 50px 85px 20px;
  font-size: 80%;
}
#contentRight {
  width: 200px;
  float: right;
}
#content h1, #contentRight h1 {
  color: #2882e6;
  text-transform: uppercase;
  font-size: 140%;
  margin-bottom: 20px;
}
#content h2, #contentRight h2 {
  color: #2882e6;
  font-size: 120%;
  text-decoration: none;
}
#content p, #contentRight p {
  margin-bottom: 10px;
}
#content th, #contentRight th {
  text-align: left;
  padding-right: 10px;
  vertical-align: top;
}
#content th, #content td, #contentRight th, #contentRight td {
  padding-bottom: 10px;
}
#content a, #contentRight a {
  color: #2882e6;
  text-decoration: none;
}
#content a:hover, #contentRight a:hover {
  text-decoration: underline;
}
#content ul, #contentRight ul {
  margin-left: 10px;
  list-style-position: inside;
  list-style-type:none;
}
#content li, #contentRight li {
  background: url('../gfx/content/list_item.png') left 5px no-repeat;
  padding-left: 12px;
}

#footer {
  height: 38px;
  width: 100%;
  bottom: 0px;
  position: fixed;
  background: url('../gfx/footerBg.png') repeat-x;
  font-size: 65%;
  color: #fff;
  padding: 18px 10px 0px 10px;
}  
#footer a {
  color: #fff;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

/* Kontakformular */
#content textarea {
  padding:2px;
  border: 1px solid #CCCCCC;  
  font-size: 9pt;
}
#content textarea:hover, #content textarea:active, #content textarea:focus {
  border: 1px solid #333333;
}
#content input, #content select {
  border: 1px solid #CCCCCC;
  padding: 2px 2px;
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
}
#content input:hover, #content input:active, #content input:focus {
  border: 1px solid #333333;
}
.csc-mailform-field {
  margin-bottom: 10px;
}
.csc-mailform-field label {
    display: block;
}
.csc-mailform-submit {
  padding: 2px 5px 2px 5px;
}

/* News */
.news-list-item {
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item p {
  text-align: justify;
}
.news-list-item-header a, .news-list-item-header a:hover {
  text-decoration: none;
}
.news-list-item-header, .news-single-item-header {
  width: 100%;
  border-bottom: 1px solid #2882e6;
  margin-bottom: 10px;
}
.news-list-date, .news-single-date {
  float: right;
  display:block;
  padding-left:10px;
  font-size: 90%;
  line-height: 1.8;
}
.news-list-container img {
  float: right;
  margin:0 2px 5px 5px;
  border: none;

}
.news-list-category img {
  float: none;
  border:none;
  margin:0px;
}
.news-list-morelink {
  display: block;
  font-style: italic;
}


/* Galerie */
.wtgallery_list_area {
  margin: 50px 0px 20px 0px;
}
.wtgallery_list_centerofrow, .wtgallery_list_lastofrow {
  margin-left: 36px;
}
.wtgallery_list_area a img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
  border: 1px solid #2882e6;
}
.wtgallery_list_area a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.00;
  opacity: 1.00;
}
.wtgallery_list {
  margin-bottom: 20px;
}
