/* Style Sheet */

* {
  margin: 0;
  padding: 0;
  }

body { 
  font-family: "Verdana","Helvetica","Arial","URW Gothic L", "Century Gothic", "Lucida Sans Regular", "Trebuchet MS", sans-serif;
  font-size: 10pt;
}
h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
h1,h2,h3 { margin: 0 0 5px 0; }
p {
  text-align: justify;
  margin: 5px 0;
  font-size: 100%;
/*
  font-family: 'Indie Flower', cursive;
*/
}
img {
  border: none; 
}
ul { list-style-type: none; }
a { color: black; }

#main { 
  width: 800px;
  height: 100%;
  background: #D7D7D7;
  margin: 0 auto;
  position: relative;
}

#branding { 
  background: #0A0C0B;
}
#banner {
  background: #D7D7D7;
  margin-top: -10px;
}

#navigation {
  position: relative;
  background: #d71d37;
  margin-top: -30px; 
}

#menu      { text-align: center;
             width: 100%;
             padding: 0 0px; }
#menu li   { list-style-type: none;
             background: #d71d37; /* vorher #555555 */
             border: solid 1px #d71d37;
             width: 8em;
             padding: 1px;
             margin: 1px;
             text-align: center;
             display: inline-block; }
#menu li a { color: #FFFFFF;
             font-family: Arial;
             font-size: 0.8em;
             font-weight: bold;
             text-decoration: none;
             display:block; }
#menu li:hover { background-color: #999999; }
#menu li a:hover { color: #222222; }

ul#navi_klein { 
  position: absolute;
  top: 10px;
  right:20px;
  margin-top: 15px;
  font-size: 0.8em;
}
ul#navi_klein li {
  display: inline;
  padding: 0 5px;
}
ul#navi_klein li a { 
  color: #CCCCCC;
  font-weight: bold;
}

#content { 
  width: 100%; /* IE6 */
  overflow: auto;
}
#content a { color: #AADADB; }
#content #content_main { 
  width: 480px;
  background: #8E8E8C;
  padding: 20px;
  float: left;
}
#content #content_main p { 
  font-size: 90%;
}
#content #content_main a {
  color: #FFF65F;
  text-decoration: none;
}
#content_supp { 
  width: 270px;
  float: right; 
}
#content_supp p {
  font-size: 90%;
}
#content_supp .teaserbox {
  background: #050672;
  color: white;
}
#content_supp .normalbox {
  background: #3F84BF;
  color: #001b5e;
}

#branding, #navigation, #content {
  margin-bottom: 10px;
}

#content_supp .teaserbox, #content_supp .normalbox {
  padding: 20px;
  margin-bottom: 10px;
}
#footer {
  border-top: 1px dotted gray;
  padding: 0 20px;
  font-size: 0.8em;
}
#footer .kontakt {
  float: right;
}

