/* ALLGEMEIN */

body {
   font-family: Verdana, sans-serif;
      font-size: 12px; /* AUSGANGS-Schriftgroesse */  
   color: #838383;
}

img {
   border: 0;
}

a {
   text-decoration:none;
   color: #478097;
}

a:hover {
   text-decoration: underline;
}

a:visited {
   color: #478097;
}
/*  ... 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%;
}



/* LINKE SPALTE */
#leftCol * {
   margin: 0;
   padding: 0;
}

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

/* RECHTE SPALTE */

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

#rightCol {
   padding-top: 40px;
}


/* NAVIGATION LINKS*/

#nav_links {
   font-size: 14px;
   margin-left: 40px; /* ABSTAND LINKS */
   margin-bottom: 40px; /* ABSTAND NACH UNTEN ZUR ORGANISATOREN-BOX */
   list-style-type: none;
}


#nav_links li a {
   display:block;
   margin-bottom: 5px;
   margin-top: 5px;
   color: #478097;
   padding-left: 20px;
   font-weight: bold;
   line-height:100%;
   text-decoration: none;  

}

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

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





/* MITTELSPALTE */

#centerCol {
      line-height:19px;
      text-align: justify;
}

#centerCol h2, #centerCol h4{
   text-align: center;
}

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


/* BOXEN FUER ORGANISATOREN */

.organisatoren {
   text-align:center;
}

.logos img {
   margin: 4px;
}

.input_empty {
   background-color:#FFE79F;
}



