/* CSS Document */

* {
  margin: 0;
  font-size: 100%;
  border: none;
  outline: 0;
}

/* ==============================Body=============================== */

body {
  background-color: #880e00;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
}

/* ==============================Wrapper============================ */

div#wrapper {
  background: url(grafiken/out_template.png) top 50px left 0px no-repeat; 
  height: 850px;
  width: 1024px;
  margin: 0px auto;
}

/* =================================Content=============================== */

div#content {
  height: 40px;
  width: 850px;
  position: relative;
  top: 290px;
  left: 85px;   
}
  

/* ==============================Inner_Content============================ */

div#inner_content {
  background: #ffad2f;
  color: #060960;
  letter-spacing: 0.1em;
  font-weight: bold;    
  height: 455px;
  width: 750px;
  overflow-y: auto;
  overflow-x: hidden;  
  margin: 0px auto;
  position: relative;
  top: 10px;
  left: 0px;
  border-left: 2px solid #ffad2f;
  border-bottom: 2px solid #ffad2f;
  border-radius: 8px; 
 }
 
div#inner_content_termine {
  background: #ffad2f;
  color: #060960;
  letter-spacing: 0.1em;
  font-weight: bold;    
  height: 455px;
  width: 750px;
  overflow-y: auto;
  overflow-x: hidden;  
  margin: 0px auto;
  position: relative;
  top: 10px;
  left: -20px;
  border-left: 2px solid #ffad2f;
  border-bottom: 2px solid #ffad2f;
  border-radius: 8px; 
 } 
 
div#inner_content p {
  margin: 20px;   
 }
 
div#inner_content h3 {
  font-size: 150%;
  text-align: center;
  text-decoration: underline; 
  margin: 25px 0px 25px 0px;  
 }

ol {
  list-style: square;
}

ol li {
  line-height: 2em;
  position: relative;
  top: 80px;
  left: 150px;  
}

ol#oeffentlichkeitsarbeit {
  position: relative;
  top: -45px;
  left: -150px;  
}

ol#oeffentlichkeitsarbeit span {
  color: red;
  position: relative;
  top: 0px;
  left: 0px;   
}

h1 {
  font-size: 200%;
  text-align: center;
  margin: 20px 0px 0px 0px;
}

h2 {
  background-color: #880e00;
  color: #ffffff;
  text-align: center;
  padding: 5px 0px 5px 0px;
  margin: 20px 0px 0px 0px;
  
}

                         
                    /* ========== Treffpunkt ========== */

span {
  line-height: 2em;
  position: relative;
  top: 40px;
  left: 110px;
}

                    /* ========== Termine ========= */
                    
div#aktuell {
  background-color: #051a61;
  color: #f1e98c;
  font-style: italic;
  padding: 10px 20px;
  border: 5px solid #880e00;
  margin: 15px 0px 10px -5px;
}

div#termin {
  color: #303030;
  opacity: 0.7;
  margin: 20px 20px 0px 20px;
}

                     /* =============== Kontakt =============== */
                     
a.mail {
  background: none;
  padding: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border-radius: 0px;
  position: relative;
  top: 20px;
  left: 225px;  
}

a.mail:focus,
a.mail:hover {
  background: inherit;  
}

h4 {
  text-align: center;
  margin: 50px 0px 0px 0px;
}

                    /* ============== Linksammlung ============== */
                    
img#link01 {
  position: relative;
  top: 60px;
  left: 50px;
}

img#link02 {
  position: relative;
  top: 60px;
  left: 105px;
}

img#link03 {
  position: relative;
  top: 40px;
  left: 170px;
}

img#link04 {
  position: relative;
  top: 220px;
  left: 11px;
}

img#link05 {
  position: relative;
  top: 120px;
  left: 50px;
}

img#link06 {
  position: relative;
  top: 120px;
  left: 145px;
}

a.link {
  background: none;
  padding: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  border-radius: 0px;  
}

a.link:focus,
a.link:hover {
  background: inherit;  
}
                     
/* ===============================Navigation============================== */

ul {
  list-style: none;
}

ul li {
  display: inline-block;
  margin: 8px 2px 4px 2px;     
}

a {
  background: #0C7C32;    
  color: #ffffff;
  font-size: 100%;
  text-decoration: none;
  position: relative;
  top: 0px;
  left: -18px;    
  padding: 5px 4px 5px 4px;
  box-shadow: 4px 4px 5px #000000;
  border-radius: 7px;     
}

a#active {
  background: #060960;
  color: #ffffff;   
}  

a:focus,
a:hover,
a#navi:active {
  background: #060960;
  color: #ffffff;
}