/*-------------------- Box Area ohne Rahmen */
#BoxArea {
  
  clear: both;
  display: inline;
  float: left;
  width: 225px;
}

/*-------------------- Box Area mit Rahmen */
#BoxAreaBorder {

  clear: both;
  display: inline;
  float: left;
  width: 225px;
}

#BoxAreaBorder .something {
  background: #fff;
  border: 1px solid #b2b2b2;
  float: right;
  padding: 10px;
  width: 180px;
display: inline;
}

#BoxAreaBorder .something p {
font-size: 12px;
margin-bottom: 5px;
}

#BoxAreaBorder a {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#BoxAreaBorder .csc-textpic-image a {
  border-bottom: none;
}

/*-------------------- Box Content */
.BoxHeader {
  background: none;
  color: #808080;
  float: right;
  font-size: 12px;
  height: 19px;
  letter-spacing: 1px;
  line-height: 19px;
  margin: 25px 0 0 0;
  text-align: left;
  text-transform: uppercase;
  width: 200px;
}

.BoxContent {
  background: none;
  color: #4d4d4d;
  float: right;
  margin: 0 0 10px 0;
  width: 200px;
}

.BoxContent h1 {
  font-size: 12px;
  margin: 0 0 2px 0;
  text-align: center;
}



#linkZugang {
clear: both;
  float: right;
text-align: right;
width: 100%;
}

#linkZugang a {
  color: #4d4d4d;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

#linkZugang a.link-internal,
#linkZugang a.internal-link,
#linkZugang a.link-external,
#linkZugang a.external-link,
#linkZugang a.external-link-new-window {
  border-bottom: 1px dotted #4d4d4d;
}

#linkZugang a:hover {
  color: #004236;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}


#BoxAreaBorder .something p.csc-form-label-req {
font-size: 12px;
margin-bottom: 0px;
}

#BoxAreaBorder .Login input {
margin-bottom: 10px;
width: 100%;
}
