/* CSS Document */
/* Allgemein */
* { margin: 0; padding: 0; font-size: 100%; }

html {
    height: 100%;
}

body {
    font-size: 100.01%;
    color: #400000;
    background: #400000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table, tr, td {
    border-collapse: collapse;
    vertical-align: top;
}

.tab {
    background: rgb(240, 180, 5);
    width: 950px;
}

.titel {
    vertical-align: middle;
    text-align: center;
    font-size: 1.3em;
}

.hoch {
    width: 1px;
    background: #400000;
}

.quer {
    height: 1px;
    background: #400000;
}

.topnavi {
    text-align: right;
}

.topnavi a {
    font-size: 0.7em;
    text-decoration: none;
    background: rgb(240, 180, 5);
    color: #400000;
}

.topnavi a:hover {
    background: #400000;
    color: rgb(240, 180, 5);
}

.text {
    font-size: 0.8em;
    margin: 6px;
    color: #400000;
}

.footer {
    height: 25px;
    vertical-align: middle;
    text-align: center;
    font-size: 0.7em;
}

/* Startseite */
.starttab {
    background: rgb(240, 180, 5);
    width: 950px;
    text-align: left;
}

.startheader {
    width: 600px;
    vertical-align: top;
}

.startlinks {
    width: 0px;
}

.start1 {
    width: 200px;
    vertical-align: bottom;
    background: rgb(187, 58, 59);
}

.start2 {
    width: 200px;
    vertical-align: top;
    background: rgb(5, 149, 123);
}

.start3 {
    width: 200px;
    vertical-align: top;
    background: rgb(69, 99, 165);
}

.startrechts {
    width: 350px;
    vertical-align: bottom;
    background: rgb(240, 180, 5);
}
.starttext {
    font-size: 0.8em;
    margin: 6px;
    color: rgb(255, 223, 0);
}

/* Folgeseiten */
.header {
    width: 596px;
    vertical-align: top;
}

.inhalt {
    width: 596px;
}

.rechts {
    width: 350px;
    vertical-align: top;
    background: rgb(240, 180, 5);
}

.hochgruen {
    width: 4px;
    background: rgb(5, 149,123);
}

.quergruen {
    height: 20px;
    background: rgb(5, 149,123);
}

.hochrot {
    width: 4px;
    background: rgb(187, 58, 59);
}

.querrot {
    height: 20px;
    background: rgb(187, 58, 59);
}

.hochblau {
    width: 4px;
    background: rgb(69, 99, 165);
}

.querblau {
    height: 20px;
    background: rgb(69, 99, 165);
}

fieldset {
  padding: 1em;
  font-size: 1em;
  border:0px;
}

label {
  width: 250px;
  font-size: 12px;
  font-weight: bold;
  padding: 0px 10px 0px 10px;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  background: rgb(240, 180, 5);
}

select, input, radio, checkbox, textarea {
/*  width: 20px; */
  margin-bottom: 10px;
  margin-right: 0.5em;
  font-size: 12px;
  background: rgb(247, 221, 145);
}

input.powermail_submit {
	margin: 20px 150px;
	font-weight: bold;
	border: 1px solid #444;
	width: 130px;
}

.important {
      color: rgb(187, 58, 59);
      font-weight: bold;
}
