/*** FONT ***/
body {
  color: #141414; /*	color: #1b1918; */
	font: 13px/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

/*** LINKS ***/
a:link, a:visited {
  color: #C1232B;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  /*text-decoration: none;*/
  text-decoration: underline;
}


/*** TITLES ***/
h1, h2, h3 {
  margin: 0 0 10px 0;
  padding: 0;
}

h1 {
  color: #C1232B;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 23px;
}

h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 24px;
}

h3 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}

/*** PARAGRAPH ***/
p {
  margin: 0 0 10px 0;
  padding: 0;
  text-align: justify;
}

/*** TABLES ***/
table {
  border: 1px solid #AAA;
	border-collapse: collapse;
	border-spacing: 0;
  margin: 20px 0 10px 0;
  width: 900px;
}

th, td {
  padding: 2px 12px 2px 2px;
}

td, th {
  border: 1px solid #AAA;
  vertical-align: top;
}

th {
  background-color: #EEE;
  font-style: italic;
  font-weight: normal;
}

/*** FORMULARE ***/
.form-item, .form-actions {
  margin: 0;
  padding: 15px 0 0 0;
  clear: both;
}

input, select, textarea {
  background-color: #E4EDF1;
  border: 1px solid #AAA;
}

label {
  clear: both;
  display: block;
  float: none;
  font-weight: normal;
}

input.form-text {
  margin: 0;
  padding: 2px;
  width: 400px;
}

input.form-submit {
  cursor: pointer;
  font-weight: normal;
  margin: 20px 0 15px 0;
  overflow: visible;
  padding: 1px 10px;
}

textarea {
  margin: 0;
  padding: 1px;
  width: 360px;
}

select {
  width: 140px;
  padding: 0 0 0 2px;
}

#OK {
  background-color: #88EE7C;
}
#FAIL {
  background-color: #FF6347;
}
#WARN {
  background-color: #FFE410;
}
#ERROR {
  background-color: #FFB114;
}

#header {
  background: #FFFFFF url(bg_header.jpg) repeat-x 0 0;
  height: 160px;
  position: relative;
  text-align: left;
  width: 100%;
}

#site-logo {
  background: transparent url(logo4.png) no-repeat 20px 9px;
  height: 160px;
}

#site-name {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  padding: 45px 0 20px 160px;
}

#content {
  margin: 0 20px 20px 20px;
}

.anmeldung {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #AAA;
}