/*
  Definition der Layout-Boxen
*/

div#container {
  width: 800px;
  margin: 0px auto;
  text-align: left
}

div#header {
  background: #FFFFFF;
  text-align: center
}

div#content {
  float: right;
  width: 550px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 300px;
}

div#slogan {
  clear: both;
  width:100%;
  float: none;
  text-align: center;
}

.slogan {
  width: 33%;
  float: left;
  font-family: Candara, Arial, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin: 0px;
}  

.slogan p:first-letter {
  font-family: Candara, Arial, sans-serif;
  font-size: 14pt;
  font-weight: bold;
  color: #0000B0;
}

div#footer {
  clear: both;
  background: url(images/bg-footer.gif) top left repeat-x;
  color: #0000B0;
}

div#footer p {
  font-family: Candara, Arial, sans-serif;
  font-size: 8pt;
  text-align: right;
  margin: 0px;
  padding: 5px 10px;
  
}

/*
  Navigationsbereich
*/

div#navList {
  margin: 0px;
  padding: 0px;
  border: none;
  /* font-size: 10pt, wenn Candara*/
  font-family: Arial, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

div#navList ul {
  margin: 0px;
  padding: 0px;
  height: 40px;
  background: url(images/bg-menu.gif) top left repeat-x;
  list-style: none;
  vertical-align: middle;
}

div#navList ul li {
  float: left;
  width: 100px;
  height: inherit;
}

div#navList ul li a {
  padding: 3px 10px 0px 5px;
  height: inherit;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #0000B0;
}

div#navList ul li a:hover {
  text-decoration: none;
  color: #9999FF
}

div#navList ul li ul {
  padding-bottom: 5px;
  position: absolute;
  width: 125px;
  height: auto;
  background: #F2F2F2;
  border-left: 2px solid #9999FF;
  border-right: 2px solid #9999FF;
  border-bottom: 2px solid #9999FF;
  opacity: 0.95;
  z-index: 200;
  display: none;
}

div#navList ul li:hover ul {
  display: block;
}

div#navList li li {
  float: none;
  width: inherit;
  display: block;
}

div#navList li ul a {
  padding: 3px 10px;
  height: auto;
  display: block;
  /* font-size: 10pt, wenn Candara*/
  font-size: 9pt;
  font-style: normal;
  text-align: left;
}

div#navList li ul a:hover {
  background: #E0E0E0;
  color: #000000;
  opacity: 1.0;
}

div#navList p {
  clear:left
}

div#navList #current {
  background:url(images/bg-menu-current.gif) top left repeat-x;
  color: #9999FF;
}

/*
  Navigationsbereich --- Subnavigation
*/

div#subNavigation {
  margin: 20px 0px;
  padding: 0px;
  float: left;
  width: 200px;
  /* background: url(images/bg-subnav.gif) top left repeat-y; */
  background-color: #F2F2F2;
  border-top: double #9999FF;
  border-bottom: double #9999FF;
}

div#subNavigation ul {
  margin: 0px;
  padding: 10px 15px 10px;
  list-style: none;
}

div#subNavigation ul li {
  width: inherit;
  padding: 5px 5px;
}

div#subNavigation ul li.section {
  font-weight: bold;
}

div#subNavigation ul li a {
  text-decoration: none;
  color: #0000B0;
  /* font-weight: bold; */
}

div#subNavigation ul li:hover {
  background: #E0E0E0;
}

div#subNavigation ul li a:hover {
  padding: 5px 0px;
  text-decoration: none;
  color: #000000;
}

li#subCurrent {
  width: inherit;
  background: #0000B0;
  color: #9999FF!important;
}

li#subCurrent a {
  color: #9999FF!important;
  font-weight: bold;
}

.bgPic {
  text-align: center;
  margin: 10px 3px;
}



/*
  Textbereich #content
*/

div#content p{
  line-height:1.4
}

div#content a {
  color:#0000B0;
  text-decoration:none;
}

div#content a:hover {
  text-decoration:none;
  background-color: #F2F2F2;
  color:#000000;
  
}

.block {
  padding: 5px;
}

.block p {
  margin: 0px;
  padding: 5px 0px 0px;
}

.block-goals p {
  margin: 0px;
  padding: 5px 0px 0px;
  font-style: italic;
  text-align: left;
}

.signature {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 12pt;
  color: #9999FF;
  text-align: center;
}


/*
  Allgemeine Tag-Definitionen
*/

body {
  font-family: Arial;
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-family: Candara, Arial, sans-serif;
  color: #0000B0;
  text-align: center;
}

h2 {
  font-family: Candara, Arial, sans-serif;
  color: #9999FF;
  text-align: center;
}

h2:before {
  content: url(images/h2-left.png)" ";
}
h2:after {
  content: " "url(images/h2-right.png);
}

h3 {
  font-family: Candara, Arial, sans-serif;
  color: #0000B0;
}

h4 {
  font-family: Candara, Arial, sans-serif;
  color: #0000B0;
  text-align: center;
  text-transform: uppercase;
}

strong {
  font-weight: normal;
  color: #0000B0;
  margin: 0px 0px;
}

/* Bildergalerie */ 

#carousel {
  background-color: #FFFFFF;
  width: 600px;
  height: 400px;
  border: none;
}

img.carousel {
  width: 100%;
  height: auto;
  border: 0px solid #FFFFFF;
  display: block;
}

