body {
  background-color: white;
  color: black;
  height: 100%;
}
.shead {
    text-decoration: underline;
    font-weight: bold;
}
.stext {
    font-weight: normal;
}
td.tbl_bgr {
  background-color: #3163AE;
}

td.tbl_dark {
  background-color: #B5CAEA;
}

td.tbl_dark_fett {
  background-color: #B5CAEA;
  font-weight: bold;
}

td.tbl_light {
  background-color: #EAF1F7;
}

td.tbl_white {
  background-color: #ffffff;
}

td {
  font-family: arial;
  font-size: 80%;
  color: #000000;
}
.rot {
  color:red;
}
.gruen	{
  color:green;
}
.fett{
  font-weight:bold;
}
.art_head	{
  font-family: tahoma, sans-serif;
  font-size:100%;
  font-weight: bold;
  color: #333333;
}
.cms_head {
  font-family: tahoma, sans-serif;
  font-size:100%;
  font-weight: bold;
  color: #333333;
}
.listen_head {
  font-family: tahoma, sans-serif;
  font-size:80%;
  font-weight: bold;
  color: #000033;
}

a {
  font-family: tahoma, sans-serif;
  font-size:95%;
  font-weight: bold;
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #2A56A8;
}
a.gesperrt, a.kategorie.gesperrt {
  font-family: verdana, sans-serif;
  color:red;
  text-decoration: line-through;
}
a.gesperrt:hover {
  text-decoration: none;
}
a.kategorie {
  font-family: verdana, sans-serif;
  font-size: 100%;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
a.funktion {
  font-family: arial, sans-serif;
  color: #3163AE;
  background-color: #CAD7EA;
  text-decoration: underline;
  font-weight: bold;
}
a.auflistung { 
  font-family: arial, sans-serif;
  color: #000000;
  background-color: #CAD7EA;
  text-decoration: underline;
}
a.bottom {
  font-weight: normal;
}
input.flat { 
  font-family: arial, sans-serif;
  border-width: 0px;
}

.upload input { 
  background-color: #c5e2c6;
  font-size: 100%;
  color: #214322;
  border: 1px solid #214322;
}
.form-error { 
  color: red;
  font-weight: bold;
}

img {
  border: 0;
}

label {
  cursor: default;
}

.archiv {
  width: 35em;
  border: 2px solid #669;
  border-collapse: collapse;
}

.archiv td {
  border-left: 2px solid #669;
  padding: 1ex;
}

.archiv td.grafik {
  height: 80px;
}

.archiv td.preview {
  width: 60px;
}

.archiv td.grafik.preview {
  width: 120px;
  height: 160px;
}

.archiv td.label {
  width: 15ex;
}

#controls {
  border: 1px transparent !important;
}

.btnImage {
  border: 1px transparent !important;
  vertical-align: top !important;
}

.btnImage:hover {
 border: 1px solid #66a !important;
 background: #bbf;
}

a.disabled {
 color: #ccc;
}

#sponsoren {
  display:block;
  float: right;
  position: absolute;
  right: 13px;
  text-align:right;
  border:0px solid #FC0;
  width:340px;
  height:67px;
  top: 38px;
  overflow:hidden;
}

#sponsoren span {
  white-space: nowrap;
}


#sponsoren img {
	height: expression(this.clientHeight>67?"67px":this.clientHeight);
	max-height: 67px;
	width: auto;
	vertical-align: middle;
}
