*{
  padding: 0;
  margin: 0;
}
  
body {
  background-color: #E7ECF8;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 0.8em;
  min-height: 100.5%;
  cursor: default;
  text-align: center;
}
fieldset {
  border: 1px solid #102F85;
  text-align: center;
  padding: 5px;
}
fieldset legend {
  font-weight: bold;
}

hr {
  margin: 0.5em 5%;
  width: 90%;
  color: #102F85;
}

.clear {
  clear: both;
}

#alles {
  width: 1000px;
  margin: auto;
  text-align: left;
  border: 1px solid #283760;
}
#header {
  background-color: #102f85;
  vertical-align: top;
  border: 0;
  text-align: left;
  padding: 0;
}
#inhalt {
  
}
#left {
  float: left;
  width: 232px;
}
#right {
  float: left;
  width: 768px;
  min-height: 560px;
  background-color: #cbd4ed;
}

/* Beginn Breadcrumb */
#breadcrumb {
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-image: url('../images/breadcrumb_back.gif');
}
#breadcrumb span {
  padding-left: 10px;
}
#breadcrumb span a {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
#breadcrumb span a:hover {
  text-decoration: underline;
}
/* Ende Breadcrumb */

/* Beginn CSS fuer Links */
#modul_left {
  width: 100%;
  height: 18px;
  text-align: center;
  font-weight: bold;
  background-image: url('../images/left.gif');
  color: #FFFFFF;
}
#content_left {
  width: 100%;
  padding-top: 10px;
  text-align: center;
  color: #000000;
}
#content_left p {
  color: #3565EA;
}
#content_left a {
  color: #3565EA;
  text-decoration: none;
}
#content_left a:hover {
  color: #93a9e7;
  text-decoration: underline;
}
/* Ende CSS fuer Links */

/* Beginn Titel der aktuellen Seite */
#headline {
  height: 58px;
  background-image: url('../images/headline_back.gif');
}
#headline h2 {
  padding-left: 40px;
  padding-top: 20px;
  color: #102F85;
  letter-spacing: 0.2em;
}
/* Ende Titel der aktuellen Seite */

/* Beginn Inhalt */
#content {
  padding-left: 40px;
  padding-right: 40px;
}
/* Ende Inhalt */

/* Beginn Footer */
#footer {
  color: #FFFFFF;
  font-weight: bold;
}
#footer_left {
  float: left;
  width: 232px;
  height: 62px;
  background-image: url('../images/logos_left.gif');
}
#footer_right {
  float: right;
  width: 768px;
  height: 62px;
  line-height: 20px;
  text-align: center;
  background-image: url('../images/footer_back.gif');
}
#footer_right a {
  color: #FFFFFF;
}
/* Ende Footer */

a {
  color: #102f85;
}
a:hover {
  color: #3565EA;
}

h3 {
  color: #102F85;
  margin-bottom: 5px;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing:0.1em;
}
.zeile {
  margin-bottom: 25px;
}
.zeile p {
  padding-left: 10px;
}
.zeile_farbig {
  background-color: #8CA1DC;
}

input {
  height: 14px;
  border: 1px solid #102F85;
  background-color: #EDF6FF;
}
textarea {
  border: 1px solid #102F85;
  background-color: #EDF6FF;
  width: 600px;
}
checkbox {
  border:1px solid #102F85;
}

a.tooltip {
  position: relative;
  cursor: help;
  text-decoration: none;
}
a.tooltip:hover {
  color:#000;
}
a.tooltip span {
  display:none;
}
a.tooltip:hover span {
  display:block;
  position:absolute;
  top:20px;
  left:10%;
  width:225px;
  padding:2px;
  background-color:#455B99;
  border:1px solid #FFF;
  color: #FFF;
  text-align:left;
  font-size:10px;
}

.ref_small {
  float: left;
  width: 49%;
  text-align: center;
}
#beschreibung {
  padding-top: 5px;
  color: #0974A0;
  font-weight: bold;
}

.ein_referenzbild {
  float: left;
  width: 75px;
}
.ein_referenzbild div:hover {
  border: 1px solid green;
}

#start_oben {
  width: 690px;
  border: 0px solid red;
}
#start_oben {
  width: 690px;
  border: 0px solid green;
}
#header_logo_left {
  float: left;
  width: 232px;
  height: 57px;
}
#header_logo_right {
  float: left;
  width: 768px;
  height: 57px;
  background-image: url('../images/logo_right.jpg');
  text-align: right;
}