.content .line {
  text-align: left;
  clear: both;
  padding-left: 1px;  /* W-Problem */
}

.content .space {
  text-align: left;
  clear: both;
  height: 10px;
}

.content .line .label {
  float: left;
  width: 30%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.content .line .control {
  text-align: left;
  left: 70%;
  float: left;
  margin-top: 3px;
  margin-bottom: 3px;
}

.content .line .left,
.content .line .left50 {
  float: left;
  width: 50%;
  margin-top: 3px;
  margin-bottom: 3px;
}

.content .line .right,
.content .line .right50 {
  width: 50%;
  float: right;
  margin-top: 3px;
  margin-bottom: 3px;
}

.content .line .both {
  text-align: left;
  clear: both;
  margin-top: 3px;
  margin-bottom: 3px;
}

/* Liste mit Links */
.content .line ul.links {
  list-style-type: none;
  padding: 0px;
}

.content .line ul.links li {
  padding-left: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.content .textbox {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 5px;
  padding-left: 1px;  /* W-Problem */
  padding-right: 0px;
  line-height: 130%;
}

.content .textbox h2,
.content .textbox .title {
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  text-decoration: none;
  padding-left: 1px;  /* W-Problem */
  background: inherit;
}

.content .textbox h3,
.content .textbox h4,
.content .textbox h5 {
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  background: inherit;
}

.content .imagebox {
  padding: 5px;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 6px;
  margin-bottom: 0px;
}

.trenner {
  height: 6px;
}

/*
 * Anodnung von Buttonleiste
 */
/* .content .buttons */
.buttons {
  clear: both;
  margin-top: 3px;
  margin-bottom: 3px;
}
.buttons .align-left {
  float: left;
  text-align: left;
}
.buttons .align-right {
  float: right;
  text-align: right;
}

.abschluss {
}

/* * * * * * * * * * * * */

.bold {
  font-weight: bold;
}

.boldunderline {
  font-weight: bold;
  text-decoration: underline;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-top {
  vertical-align: top;
}

.align-topright {
  text-align: right;
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.float-left {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.float-right {
  float: right;
  padding-left: 10px;
  padding-bottom: 10px;
}

.end,
.float-end,
.end-float {
  clear: both;
  font-size: 0;
}

.small {
  font-size: 9px;
}

.null {
  margin: 0;
  padding: 0;
  font-size: 0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*
 * Fehlermeldungstexte
 */
#error {
  font-weight: normal;
}

#message {
  font-weight: normal;
}


#error .error-box {
  max-height: 80px;
  height: auto;
  height: 1%;
  overflow: auto;
  margin: 0;
  padding: 10px;
  border: solid;
  border-width: 1px 1px 1px 1px;
  border-color: red;
  background-color: #ffcccc;
}

#error .error-box-noscroll {
  height: auto;
  height: 1%;
  margin: 0;
  padding: 10px;
  border: solid;
  border-width: 1px 1px 1px 1px;
  border-color: red;
  background-color: #ffcccc;
}

#message .message-box {
  max-height: 80px;
  height: auto;
  height: 1%;
  overflow: auto;
  margin: 0;
  padding: 10px;
  border: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0cff0c;
  background-color: #cfffcf;
}

#message .message-box-noscroll {
  height: auto;
  height: 1%;
  margin: 0;
  padding: 10px;
  border: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #0cff0c;
  background-color: #cfffcf;
}

#error .error-box .image,
#error .error-box-noscroll .image,
#message .message-box .image,
#message .message-box-noscroll .image {
  width: 60px;
  height: 60px;
  float: left;
}

#error .error-box .text,
#error .error-box-noscroll .text,
#message .message-box .text,
#message .message-box-noscroll .text {
  width: 400px;
  float: right;
/* margin-left: 20px; */
}

#error .error-box .text .title,
#error .error-box-noscroll .text .title,
#message .message-box .text .title,
#message .message-box-noscroll .text .title {
  margin: inherit;
  padding: inherit;
  font-weight: bold;
  font-size: 13px;
  background: inherit;
  color: inherit;
}

/* Links */
#error .error-box a:link,
#error .error-box a:visited,
#error .error-box a:active,
#error .error-box-noscroll a:link,
#error .error-box-noscroll a:visited,
#error .error-box-noscroll a:active,
#message .message-box a:link,
#message .message-box a:visited,
#message .message-box a:active,
#message .message-box-noscroll a:link,
#message .message-box-noscroll a:visited,
#message .message-box-noscroll a:active {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

#error .error-box a:hover,
#error .error-box-noscroll a:hover,
#message .message-box a:hover,
#message .message-box-noscroll a:hover {
  font-weight: bold;
  font-size: 12px;
  text-decoration: underline;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.invisible {
  display: none;
}

form { /* Fake IE */
  margin: 0px;
  padding: 0px;
}

/*
 * controls
 */
input { /* Fake IE */
}

input[type=text],
input[type=password] {
  color: black;
  background: #ffffff;
}

input[type=button],
input[type=submit],
input[type=reset],
input[type=radio],
input[type=checkbox] {
}

textarea {
  color: black;
  background: #ffffff;
}

textarea.text,
input.text {
  border: solid;
  border-color: #C6CDDB;
  border-width: 1px;
}

textarea.text-180,
input.text-180 {
  border: solid;
  border-color: #C6CDDB;
  border-width: 1px;
  width: 180px;
}

input.search-button {
  height: 17px;
  border: solid;
  border-color: #C6CDDB;
  border-width: 1px;
}

select {
  color: black;
  background: #ffffff;
}

option {
  color: black;
  background: #ffffff;
}

label {
  color: black;
  font-weight: bold;
}

label.normal {
  color: black;
  font-weight: normal;
}


fieldset {
  color: black;
}

legend {
  color: black;
}

/*
 * Linien zum Trennen von Artikeln
 */
/* Punktelinie */
.punktlinie {
  height: 1px;
  width: 100%;
  clear: both;
  /* Fake IE */
  font-size: 1px;
  line-height: 0px;
  background: url( ../images/punktlinie_000000_2x1.gif ) repeat-x bottom left;
}

/* Linie */
.linie {
  height: 1px;
  width: 100%;
  clear: both;
  /* Fake IE */
  font-size: 1px;
  line-height: 0px;
  border: solid;
  border-color: #C6CDDB #ffffff #ffffff #ffffff;
  border-width: 1px 0 0 0;
}


