/* ALLGEMEIN */

body {
   font-family: Georgia, serif;
      font-size: 12px; /* AUSGANGS-Schriftgroesse */  
}

img {
   border: 0;
}

a {
   text-decoration:none;
   color: #1E6384;
}

a:hover {
   text-decoration: underline;
}

a:visited {
   color: #1E6384;
}
/*  ... Ueberschriften definieren weil IE sie falsch anzeigt ... */

h2 {
   font-size:170%;
   font-weight:bold;
   line-height:130%;
}

h3 {
   font-size:120%;
   font-weight:bold;
   line-height:130%;
}

h4 {
   font-size:110%;
   font-weight:bold;
   line-height:130%;
}



/* LINKS */


/* NAVIGATION */

#leftCol * {
   margin: 0;
   padding: 0;
}

#leftCol {
   padding-top: 40px; /* ABSTAND ZU OBEN */

}


#leftCol ul {
   margin-left: 40px; /* ABSTAND LINKS */
   list-style-type: none;
}


#leftCol li a {
   font-size: 16px;
   color: #80130E;
   padding-left: 20px;
   font-weight: bold;
   line-height:250%;
   text-decoration: none;  
}

#leftCol li a:hover {
  text-decoration: underline;
  background-image:url(images/site_layout/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
}

#leftCol #active {
  color: #BF2868;
  background-image:url(images/site_layout/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
}




/* RECHTE SPALTE */

#rightCol {
   padding-top: 40px;
   text-align: center;
}



/* MITTELSPALTE */

#centerCol {
      line-height:19px;
}

#centerCol h2{
   text-align: center;
}

#centerCol .fett-center {
   text-align: center;
   font-weight: bold;
}

#credits {
   font-family: 'Trebuchet MS', sans-serif;
   letter-spacing:0.1em;
   color: #a4a4a4;
   font-size: 90%;
   text-align: center;
   margin: auto;

}

#credits a {
   text-decoration: none;
   color: #a4a4a4;

}

#credits a:hover {
   text-decoration: underline;
}

