/* ALLGEMEIN */

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

img {
   border: 0;
}

a {
   text-decoration:none;
   color: #0A294C;
}

a:hover {
   text-decoration: underline;
}

a:visited {
   color: #0A294C;
}
/*  ... 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 */
   font-size: 16px;
}

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


#leftCol li a {
   color: #0A294C;
   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: #ffffff;
  background-image:url(images/site_layout/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
}

#flag {
	margin: 50px auto;
	text-align: center;
}

/* RECHTE SPALTE */

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



/* MITTELSPALTE */

#centerCol {
      line-height:19px;
}

#centerCol h2{
   text-align: center;
}

#centerCol h4{
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 6px;
	margin: 0px;
}

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

#centerCol table {
	line-height: 150%;
}

#centerCol td {
	vertical-align: top;
	padding-bottom: 15px;
}

#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;
}



/* FUER REGISTRIERUNG */


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

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