h1{
  font-size:1em;
  font-weight:bold;
  margin-top:10px;
  margin-bottom:5px;
}
h2{
  font-size:0.8em;
  font-weight:bold;
}
h3{
  font-size:0.6em;
  font-weight:bold;
}
h4{
  font-size:0.5em;
  font-weight:bold;
}
h5{
  font-size:0.4em;
  font-weight:bold;
}

h1.csc-firstHeader{ /* erste Überschrift auf der Seite */
  font-size:1.2em;
  margin-bottom:20px;
}


.align-center{
  text-align:center;
}

.indent{
  margin-left:5em;
}

label
{
width: 10em;
float: left;
text-align: right;
margin-right: 0.5em;
margin-top:5px;
margin-bottom:5px;
display: block
}

.submit input
{
  margin-left: 4.5em;
}

input
{
  color: rgb(222,40,41);
  background: silver;
  margin-top:5px;
  margin-bottom:5px;
  border: 1px solid rgb(0,105,198)
}

.submit input
{
  color: #000;
  background: #ffa20f;
  border: 2px outset rgb(0,105,198)
}
fieldset
{
  border: 1px solid rgb(0,105,198);
}

legend
{
  color: #fff;
  background: #ffa20c;
  border: 1px solid #781351;
  padding: 2px 6px
}

.bodytext{  
  margin-top:2px;
  margin-bottom:5px;
}



ul{
  margin-top:2px;
  margin-bottom:5px;
}
.csc-textpic-text ul{
  list-style-position:inside;
}

