/* ==================== */
/* ===              === */
/* === AOK          === */
/* ===              === */
/* === Introbereich === */
/* ===              === */
/* ==================== */



/* ================= */
/* === Allgemein === */
/* ==================== */

#intro_1,
#intro_2,
#intro_3
 {
  margin: 0 0 1em 0;
  padding: 0;
 }



/* ==================== */
/* === Intro 2      === */
/* === kleines Bild === */
/* ==================== */

/* === Navigation === */

#intro_2 .navi
 {
  margin: 0;
  padding: 0;
  width: 31em;
  float: right;
 }

/* === Bild === */

#intro_2 .motiv
 {
float: left;
 }



/* =================== */
/* === Intro 1     === */
/* === kein Bild   === */
/* =================== */
/* === Intro 3     === */
/* === großes Bild === */
/* =================== */

#intro_3 a:link, #intro_3 a:visited, #intro_3 a:active
 {
  color: #339966;
  text-decoration: underline;
 }
#intro_3 a:hover, #intro_3 a:focus
 {
  text-decoration: none;
  border-bottom: solid 1px #339966;
 }

/* === Bild === */

#intro_3 div_mit_rechter_navi
 {
  overflow: hidden;
  width: 28em;
  height: 120px;
  background-color: #fff;
 }

#intro_3 .motiv_120
 {
  margin: 0 0 0.5em 0;
  width: 38em;
  height: 120px;
  background-color: #fff;
  overflow: hidden;
 }

#intro_3 .motiv_180
 {
  margin: 0 0 0.5em 0;
  width: 38em;
  height: 180px;
  background-color: #fff;
  overflow: hidden;
 }

#intro_3 .motiv_250
 {
  margin: 0 0 0.5em 0;
  width: 38em;
  height: 250px;
  background-color: #fff;
  overflow: hidden;
 }
