body {
  font-family:verdana, arial, helvetica, sans-serif;
  font-size: 0.8em;
}

h3 {
  font-size: 1.25em;
  font-weight: bold;
  color: #5D7CBA;
}

#logostrip, #bottom, #website, #main {
  width: 800px;
  background-color: #FFF;
}

#bottom {
  background-color: #5D7CBA;
  color: #FFF;
  font-weight: bold;
  text-align: right;
}

#logostrip {
  height: 50px;
  text-align: right;
}

#website {
  position: relative;
  margin-top: 20px;
}

#main, #navbar, #content {
  height: 500px;
}

#navbar {
  width: 80px;
  padding-right: 10px;
}

#contenttd {
  border-style: dotted;
  border-width: 1px;
  border-color: #FF9000;
  background-color: #FFE3BF;
}

#content {
  width: 659px;
  vertical-align: middle;
  margin: 10px;
  color: #000;
  overflow: auto;
  text-align: left;
}

#content_text {
  margin-top: 25px;
}

.navitem {
  width: 100px;
  height:20px;
  vertical-align: middle;
  text-align: center;
  background-color: #5D7CBA;
  color: #FFF;
  margin-bottom: 5px;
  font-weight:bold;  
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#content a {
  color: #FF9000;
  font-weight: bold;
}

.navitem a {
  color: #FFF;
  text-decoration: none;
}

#bottom a {
  color: #FFF;
  text-decoration: none;
}

#breadcrump {
  font-size: 0.8em;
  text-decoration: underline;
}

#breadcrump #breadcrump_item a {
  margin: 0 5px 0 5px;
}


#bottom span {
 margin-right: 10px;
}

.bodytext strong,b {
  color: #5d7cba;
}

.news-single-img {
	float: right;
	margin-left: 10px;
	border: 1px solid black;
	padding: 5px;
}

.news-list-item img {
	float:right;
}

/* für die automatischen Formulare */
#mailform label { /* Alle Labels UND Formularelemente ausw�hlen */
  display: block;
  float: left;
  width: 200px; /* Breite.*/
}

#mailform input, select, textarea { /* Alle Labels UND Formularelemente ausw�hlen */
  display: block;
  float: left;
  width: 390px; /* Breite.*/
}

#mailform textarea { /* Alle Labels UND Formularelemente ausw�hlen */
  height: 200px;
}

#mailform br { /* Alle Zeilenumbr�che in Formularen ausw�hlen */
  clear: left; /* das floating der labels und inputs aufheben */
}

#mailform .csc-mailform-submit { /* den Submit-Button */
  /*float: none;*/
  width: 120px;
}
