#demo1 {font-size:85%;}  /*renders 11px */
#demo2 {font-size:100%;} /*renders 13px */ 
#demo3 {font-size:108%;} /*renders 14px */
#demo4 {font-size:123.1%;} /*renders 16px */
#demo5 {font-size:138.5%;} /*renders 18px */

html {
  background: url('../img/bg_wdh01.jpg') top center repeat-y;
}

body {
  font-family: "Lucida Grande","Lucida Sans Unicode",tahoma,verdana,arial,sans-serif;
  font-size: 85%;
}

h1 {
  font-size: 153.9%; /* 20px */
  margin-bottom: 0.5em;
}
h2 {
  font-size: 108%; /* 14px */
  font-style: italic;
  text-indent: 1.3em;
  margin-bottom: 1.4em;
}
h3 {
  font-size: 123.1%; /* 14px */
  font-style: italic;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 100%; /* 11px */
  font-style: normal;
  font-weight: bold;
  margin: 0.5em 0;
  text-decoration: underline;
}

p, ul, table.contenttable td, bodytext {
  line-height: 140%;
  margin-bottom: 1.1em;
}

table.contenttable td {
  margin: 0;
  padding: 2px;
  border: 1px solid #000;
}

strong, b {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

a img {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

#mainText ul {
  margin: 0 0 0 25px;
}

#mainText li {
  list-style-type: square !important;
  list-style-position: outside;
}

div#bg {
  background: url('../img/bg_top01.jpg') top center no-repeat;
  height: 790px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#allumfassend {
  position: relative;
  z-index: 2;
  width: 769px;
  margin: 0 auto;
}

ul#mainNavi {
  position: absolute;
  top: 242px;
  left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 85%;
  line-height: 160%;
  width: 208px;
}

ul.subNavi {
  margin-left: 15px;
}

ul#mainNavi .spacer {
  color: #024937;
}

ul#mainNavi a {
  color: #fff;
  text-decoration: none;
}
ul#mainNavi a:hover {
  color: #C8DC9B;
  text-decoration: underline;
}
ul#mainNavi a.act {
  color: #C8DC9B;
  text-decoration: underline;
}

#mainText {
  position: absolute;
  left: 260px;
  top: 230px;
  margin-right: 20px;
  width: 490px;
}

*html #mainText {
  width: 483px;
}

.csc-frame-frame1 {
  background-color: #ccc;
  border: 1px solid black;
  padding: 3px;
}
table.contenttable {
  width: 100%;
  margin: 0 0 1.1em;
}


td.spalte1 {

}

td.spalte2 {
  white-space: no-wrap;
  width: 20%;
  text-align: center;
}

td.spalte3 {
  white-space: no-wrap;
  width: 20%;
  text-align: right;
}

/* 
	Formulare
*/
fieldset {
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
}
.csc-mailform label {
  float: left;
  text-align: right;
  margin-right: 4px;
  width: 100px;
  display: block;
}
.csc-mailform-submit {
  margin-left: 104px;
}
.csc-mailform input, .csc-mailform textarea {
  border: 1px solid #000;
  margin-bottom: 3px;
}
input[type=text],
input[type=password],
select,
textarea {
  border: 1px solid #000;
  padding: 2px;
}
input[type=button] {  
  border: 1px solid #000;
  font-weight: normal;
}
/*
	Sprachumschalter
*/
div#lang-menu {
  position: absolute;
  right: 15px;
  top: 210px;
  margin: 2px 0 0 0;
  padding: 0;
}
ul.langmenu {
  list-style-type: none;
  margin: 0 0 0 0;
}
ul.langmenu li {
  float: left;
  display: block;
  margin-right: 5px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
    clear: both;
}