/* CSS Document */

* {
  font-size: 100%;
  padding: 0px;
  margin: 0px;
}

/* ========================= Layout ==================================================== */
/* ========================= Schablone ================================================= */

body {
  background-color: #249824;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000066;
  padding: 0px 0px 20px 0px   
}

div#wrapper {
  background-position: 900px 20px;
  width: 970px;
  margin: 20px auto 0px auto;
}

div#register {
  background: #f3d73a;
  width: 380px;
  height: 40px;
  margin: 0px 0px 0px 285px;
  padding: 0px 5px 0px 5px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;   
}

div.outer_content {
  background-color: #f3d73a;
  width: 820px;
  margin: 0px 0px 0px 150px;
  padding: 0px 0px 100px 0px;
}

div.outer_content2 {
  background-color: #f3d73a;
  width: 820px;
  margin: 0px 0px 0px 150px;
  padding: 0px 0px 50px 0px;
}

div#inner_content {
  background: #1a88f1;
  width: 662px;
  margin: -165px 50px 50px 130px;
}

div#main_menue {
  background: #ff6c16;
  width: 250px; 
  position: fixed;
  top: 70px;
  z-index: 1;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 6px 6px 2px #A3755B;
}

div#sub_menue {
  background: #ff6c16;  
  width: 250px;
  position: fixed;
  top: 325px;
  z-index: 1;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 6px 6px 2px #A3755B;    
}

div#sub2_menue {
  background: #ff6c16;  
  width: 250px;
  position: fixed;
  top: 505px;
  z-index: 1;  
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 6px 6px 2px #A3755B;    
}

/* =========================== Logo und Bilder =========================================== */

img#hauslogo {
  position: relative;
  top: -160px;
  left: 530px;
  padding: 20px 0px 0px 0px;
  margin: 55px 0px 20px 15px; 
}

img {
  margin: 10px;
}

img.bil_logo {
  position: relative;
  top: -130px;
  left: 305px;
}

img.bild {
  margin: 8px;
}

hr {
    background-image: url(../images/zierstreifen.jpeg);
    height: 60px;
    margin: 0px 0px 0px 20px;
}

/* ======================= Text, Schriftarten, etc.... =============================== */

div#main_menue p,
div#sub_menue p,
div#sub2_menue p {
  font-weight: bold;
}

div#register h1 {
  font-size: 200%;
  font-weight: normal;
  text-align: center;
}

h3 {
  font-size: 180%;
  font-weight: normal;
  text-align: center;
  width: 380px;
  padding: 15px 5px 0px 5px;
  border-bottom: 5px solid #249824;
  border-left: 5px solid #249824;
  border-right: 5px solid #249824;
  margin: 0px 0px 0px 130px;
  box-shadow: 6px 6px 2px #A3755B;
}  /* gehört zum Register (Ueberschrift) */

p.head {
  color: #000066;
  font-size: 150%;
  text-align: center;
  text-decoration: underline;
  padding: 10px 0px 10px 0px;
}

p.image {
  font-size: 150%;
  text-align: center;
  padding: 0px 0px 10px 0px;
}

p.introtext { 
  font-family: "Comic Sans", "Comic Sans MS", cursive;
  color: #000066;
  font-size: 110%;
  padding: 30px 290px 0px 0px;
  margin: 0px 0px 0px 145px;  
}

p {
  font-family: "Times New Roman";
  color: #000000;
  font-size: 110%;
  margin: 0px 8px 4px 8px;
}

ul {
  list-style: none;
  padding: 0px 0px 5px 10px;
}

li {
  font-size: 115%;
}

/*=================== Navigation ==================================================*/

a {
  background-color: #1a4988;
  color: #f3d73a;
  text-decoration: none;
  display: block; 
  padding: 5px 5px 5px 10px;
  margin: 0px 10px 5px 0px;  
  outline: 0;         
} 
a.top {
  border-top-left-radius: 10px;
}  

a.bottom {
  border-bottom-left-radius: 10px;
}
a:link,
a:visited {
  color: #f3d73a;
} 

a:focus,
a:hover,
a:active {
  background-color: #249824;
  color: #000000;
  text-align: center;
  margin: 0px -20px 5px -10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  box-shadow: 6px 1px 2px #A3755B;
} 

a#active {
  background-color: #249824;
  color: #ffffff;
  text-align: center;
  margin: 0px -20px 5px -10px;
  border-top-left-radius: 0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0px;  
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  box-shadow: 6px 1px 2px #A3755B;  
} 

a.index {
  background: #f3d73a;
  display: inline-block;
  position: relative;
  top: -180px;
  left: -170px;
  border: 0px;
  box-shadow: 0px 0px 0px;
  padding: 0px;
  margin: 0px;
} 

/* ===================== Oeffnungszeiten & Kontakt ============================================== */

h2 {
  font-family: "Times New Roman";
  font-size: 150%;
  text-decoration: underline;
  display: block;
  width: 265px;
  margin: 0px 0px 0px 200px;
}

p.time {
  display: block;
  width: 330px;
  margin: 0px 0px 20px 200px;
}

p#adress {
  width: 545px;
  font-family: calibri;
  color: #000000;
  margin: 0px 0px 50px 195px;
  text-align: center;
}

h5 {
  width: 545px;
  font-family: calibri;
  color: #000000;
  margin: 50px 0px 0px 195px;
  text-align: center;  
}

/* ===================== Termine & Links ======================================================= */

p.dates {
  text-align: center;
  width: 545px;
}

p.dates {
  font-family: calibri;
  color: #000000;
  margin: 0px 0px 0px 198px;
}

h5 {
  font-size: 150%;
  text-decoration: underline;
}

span {
  font-weight: bold;
  font-style: italic;
}

/* ======================= Team & Wegbeschreibung ========================================================= */

div#team {
  margin: 0px 0px 0px 125px;
  padding: 10px 0px 0px 0px; 
} 

img.last {
  margin-left: 0px;
}

div#wegbeschreibung {
  border: 5px solid #000066;
  margin: 50px 45px 0px 145px;
}

div#katharina {
  color: #000000;
  width: 200px;
  float: left;
  margin-right: 15px;
  margin-left: 10px;  
}

div#katharina span {
  text-decoration: underline;
  font-style: normal;
}

div#joachim {
  color: #000000;  
  width: 200px;
  float: left;
  margin-right: 15px;
  margin-left: 10px;  
}

div#joachim span {
  text-decoration: underline;
  font-style: normal;
}

div#carmen {
  color: #000000;
  width: 200px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;  
}

div#carmen span {
  text-decoration: underline;
  font-style: normal;
}

div#roger {
  color: #000000;
  width: 200px;
  float: left;
  margin-top: 50px;
  margin-right: 15px;
  margin-left: 10px;
  clear: both;    
}

div#roger span {
  text-decoration: underline;
  font-style: normal;
}

div#bernd {
  color: #000000;
  width: 200px;
  float: left;
  margin-top: 50px;
  margin-right: 15px;
  margin-left: 10px;  
}

div#bernd span {
  text-decoration: underline;
  font-style: normal;
}

div#bueni {
  color: #000000;
  width: 200px;
  float: left;
  margin-top: 50px;
  margin-right: 10px;
  margin-left: 10px;    
}

div#bueni span {
  text-decoration: underline;
  font-style: normal;
}

div#muki {
  color: #000000;
  width: 200px;
  float: left;
  margin-top: 100px;
  margin-right: 0px;
  margin-left: 0px;  
}

div#muki p span {
  text-decoration: underline;
  font-style: normal;
}

div#empty {
  clear: both;
}

ul.ausbildung {
  font-size: 78%;
  list-style: disc;
  padding: 0px 5px 0px 5px;
  margin: 0px -10px 0px 0px;
}

img.teamimage {
  margin: 0px;
} 

/* ======================= Termine & Links ================================================================= */

div#linksammlung { 
  text-align: center;
  width: 250px;
  margin: 0px 0px 0px 330px;  
}

a.links {
  background-color: #f3d73a;
  color: #000066;
  margin: 0px 0px 20px 0px; 
}

a.links2 {
  margin: 25px 0px 20px 0px; 
}

a.hauslogoplatzierung {
  width: 160px;
  margin: 20px 0px 0px 145px;
}

a.galerieplatzierung {
  text-align: center;
  width: 200px;
  margin: 20px 0px 0px 220px;
}

h6 {
  font-size: 150%;
  text-decoration: underline;
  margin: 50px 0px 20px 0px;
}

/* ======================= Termine Maedchen ============================================================== */

/* ul.eins {
  color: #000000;
  list-style: square;
  margin: 5px 0px 0px 298px;
} */

/* ======================= Fotogalerien =================================================================== */

p.sommerferien {
  font-size: 150%;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline; 
}


/* ================== Besonderes wie Werbung...... ========================================================*/



/* div#bufdi h1 {
  background: #ff0404;
  color: #efefef;
  font-size: 220%;
  text-align: center;
  opacity: 0.7;
  position: relative;
  top: 0 px;
  width: 662px;
  left: 130px;
} */