/* ALLGEMEIN */

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

img {
   border: 0;
}

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

a:hover {
   text-decoration: underline;
}

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

h2 {
   color: #3F77B2;
   font-size:170%;
   font-weight:bold;
   line-height:130%;
}

h3 {
   color: #3F77B2;
   font-size:120%;
   font-weight:bold;
   line-height:130%;
}

h4 {
   color: #3F77B2;
   font-size:110%;
   font-weight:bold;
   line-height:130%;
}



/* LINKS */


/* NAVIGATION */

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

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

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


#leftCol li a {
   color: #555555;
   padding-left: 20px;
   font-weight: bold;
   font-size: 80%;
   line-height:250%;
   text-decoration: none;
   display:block;
   height: 50px;
}

#leftCol li a:hover {
  background-image:url(images/site_layout/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#leftCol #active {
  color: #E2001A;
  background-image:url(images/site_layout/arrow.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}




/* RECHTE SPALTE */

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



/* 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;
}


.more {
   margin-top: 50px;
   float: right;
}

.clear {
   clear: both;
}
/* 1px pic fors stats */
#stat_pic {
	display: block; /* sonst zerstoerts den footer */
}

/* FUER REGISTRIERUNG */


/* wenn Eingabefeld leer ist */
.input_empty {
   background-color: #F1F1F1;
}

/* wenn Eingabefeld falsch ausgefuellt ist, zB bei email */
.input_wrong {
   background-color: red;
}

