/* ALLGEMEIN */

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

img {
	border: 0;
}

a {
	text-decoration:none;
	color: #4D8349;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #2c6228;
}
/*  ... 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: 16px;
   margin-left: 40px; /* ABSTAND LINKS */
   margin-bottom: 40px; /* ABSTAND NACH UNTEN ZUR ORGANISATOREN-BOX */
   list-style-type: none;
}


#nav_links li a {
   color: #4D8349;
   padding-left: 20px;
   font-weight: bold;
   line-height:250%;
   text-decoration: none;  
}

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

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


/* NAVIGATION RECHTS*/

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


#nav_rechts li a {
   color: #4D8349;
   padding-left: 20px;
   font-weight: bold;
   line-height:250%;
   text-decoration: none;  
}

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

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



/* MITTELSPALTE */

#centerCol {
	   line-height:19px;
}

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

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


/* BOXEN FUER ORGANISATOREN */

.organisatoren {
	text-align:center;
}

