/* Stylesheet für Webseite APP 2011 */
/* Definition Layout */

* {
   margin:0;
   padding:0;
   border: 0;
   text-decoration: none;
  } 

html, body {
  background: #F8F8FF url(bilder/hintergrund.gif) repeat-x;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  color: #000;
  text-align: left;
  height: 100%;
  width:100%;
  }

ul {list-style-type: none;}

ul.sitemap {
   list-style-image: url(bilder/sitemap.gif);
   font-size:1.125em;
   }

ul.punkt {
   margin-left:2em;
   list-style-image: url(bilder/minidot.gif);
   list-style-position:outside;
   }

ul.eckig {
   margin-left:2em;
   list-style-image: url(bilder/eckig.gif);
   list-style-position:outside;
   }

ol {margin-left: 2em;}

ol.kreis {
  list-style-type:circle;
  list-style-position:outside;
  }

li {line-height: 22px;}

img {
    border:0 none;
    padding-right:5px;  
    }

h1 {
   font-size: 1.5em; 
   font-family: Century Gothic; 
   font-weight: 700;
   text-shadow: 1px 2px 3px #778899;
   text-align: center;
   padding: 25px 0;
   }

h2 {
   font-size: 1.125em;  /* 18px */
   margin-top: 10px; 
   margin-bottom: 10px;
   }

h3 {
   font-size: 1em;  /* 16px */
   margin-top: 20px;
   margin-bottom: 10px;
   }

h4 {
   font-size:0.875em;  
   margin-top: 5px;
   margin-bottom: 5px;
   }

table, th, td {border:0;} 

td {height: 20px;}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  }

p.navigation {
  margin: 2.5em 0 2.5em 1em;
  }

p.kontakt {text-align: center;}

.center {
   margin-left: auto;
   margin-right: auto;
   }

a:link, a:active {
  color: #0000ee;
  text-decoration: none; 
  }
a:visited {
  color: #600;
  text-decoration: none; 
  }
a:hover {
  color: #00C;
  font-weight: 700;
  }

/* Tooltip */
a.info {
   position:relative;
   z-index:1;
   text-decoration:none;
   }

a.info:hover
 {z-index:2;}

a.info span
 {display: none;}

a.info:hover span
 {
 display:block;
 position:absolute;
 top:2em;
 left:4em;
 width:22em;
 border:1px solid #00008b;
 background-color:#F8F8FF;
 color:#000;
 font-weight:normal;
 padding: 2px;
 font-size: 0.875em;
 } 


/* Definition Kopfbereich / Die Titelzeile */

#kopf {
   height: 100px;
   margin-top: 15px;
   }

#titel {
  width: 90%;
  margin: auto;
  border-top:2px solid #FFF;
  border-right:2px solid #000;
  border-bottom:2px solid #000;
  border-left:2px solid #FFF; 
  }
   
/* Definition der Navgationsleiste */

#navigation {
  float: left;
  width: 17em;
  min-width: 20%;
  padding-top: 2.5em;
  padding-left: 20px;
  }

#navigation li a, #navigation li span {
  display: block; 
  width: 150px; 
  height: auto;
  padding: 2px 0 2px 0;
  margin-top: 0.2em;
  margin-bottom: 0.2em; 
  color: #FFF;
  background-color: #669;
  text-decoration: none;
  text-align: center; 
  font-size: 0.875em;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1.2em solid #00008b;
  }

#navigation li span {
   background:#888;
   border-color: #333 #000 #CCC #069;
   }

#navigation li a.aktuell {
   border-color: #333 #000 #00008b #840000;
   }

#navigation li a:hover, #navi li a.aktuell:hover {
   color:#FFF;
   background:#888;
   border-color: #333 #000 #CCC #FFF;
   }

#navigation li a:active, #navigation li a.aktuell:active {
   color:#FFF;
   background:#888;
   border-color: #333 #000 #CCC #666;
    }

* html #navigation { width: 200px; } /* Patch für IE6 */

/* Definition Seiteninhalt/Textbereich */

#inhalt {
  margin-left: 20em;
  max-width: 75%;
  line-height: 1.4em;
  font-size: 0.8em;
  padding: 1.5em 4em 1.5em 4em;
  }

#fuss {
  clear: both;
  height: 2em;
  line-height: 2em;
  background: url(bilder/hg-lang.jpg) repeat;
  text-align: center;
  font-size: 0.75em;
   }

/* Das Kontaktformular */
form {
  background-color: #666699;
  width: 420px; /* Breite des Formulars */
  border: none;
  padding-top: 1em;
  padding-bottom: 1em;
  }

label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit], input[type=reset]
  { 
  cursor: pointer; /* Mauszeiger wird zur Hand */
  }

.left {
  float: left;
  text-align: right;
  width: 125px;
  padding-right: 0.9em;
  }

.right, button {
  margin-left: 2%;
  }

input#absender,
  textarea {
  width: 330px;
  border: 1px solid #000080;
  margin-bottom: 0.75em;
  }

textarea {
  height: 10em;
  overflow: auto;
  }

input:focus, textarea:focus {
  background-color: #DADADA;
  }

.button {
 border-style: outset;
 width: 125px;
 height: auto;
 font-weight:normal;
 background-color: #B5B5B5; 
 }
