
p {
  font-weight: normal;
  font-size: 10px;
}

p.normal1 {
font-size: 12px;
}

p.normal2 {
font-size: 14px;
}


body {
  margin: 0;
  height: 100%;
  font-family: Arial,Helvetica,sans-serif,µ¸¿ò;
}

td.borderRight {
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}

fieldset.csc-mailform {
 text-align:right;
 border: 2px solid white;
 padding: 5px;
}
fieldset.csc-mailform .csc-mailform-field {
 padding: 2px;
 font-size:12px;
}
fieldset.csc-mailform .csc-mailform-field label {
 white-space:nowrap;
 margin-right: 0.5em;
 display: inline;
}
fieldset.csc-mailform .csc-mailform-field input, fieldset.csc-mailform .csc-mailform-field textarea {
 border: 0;
 width:200px;
 margin:2px;
 display: inline;
}
fieldset.csc-mailform .csc-mailform-field input.csc-mailform-check {
 width:12px;
}
.csc-mailform-submit {
 margin-top: 5px;
 margin-left: 5.5em;
 float: left;
} 


#content {
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 30px;
  background-color: rgb(57,52,134);
  color: rgb(255,255,0); /* gelb */
  font-weight: normal;
  font-size: 10px;
}

#content a {
  color: rgb(255,255,0); /* gelb */
  text-decoration:underline;
}

html {
  height: 100%;
}


#contentRight {
 color: rgb(57,52,134);
}

tr.row_bottom {
  height: 100%;
}

table.layout1 {
  height: 100%;
}

div.menu.lvl2 {
  width: 100%;
  color: rgb(255,255,0); /* gelb */
  font-size: 12px;
  font-weight: bold;
  padding-left: 5px;
}

div.menu.lvl1 {
  width: 100%;
 color: rgb(57,52,134);
  font-size: 14px;
  font-weight: bold;
  padding-left: 5px;
}

div.menu.lvl1.act {
}


div.menu a {
 color: rgb(57,52,134);
  text-decoration: none;
}

div.menu a:hover {
  text-decoration: underline;
 color: rgb(57,52,134);
}

td#content p {
  padding-bottom: 8px;
}

td.borderRight {
  background-color: #ffff00;
}

td.borderRight p {
  margin-top:0px;
}

div.menu.act a {
  text-decoration: underline;
}


