/*******************************************************************************
Stylesheet für dessau.de:
Zentrale Formate fuer Content-Bereich
Autor : BUThomalla - ONLINE MEDIA SERVICE GbR
Datum : 2005-02-22
*******************************************************************************/

/* Formulare ******************************************************************/
form {
  margin-top : 0em;
	margin-bottom : 0.4em;
}
input, textarea {
  border : 1px solid #666666;
}

/* Bereich für Sitemap ********************************************************/
#Sitemap li {
	margin-bottom : 0.1em;
}
#Sitemap ul {
	margin-bottom : 0.4em;
}
#Sitemap ul ul {
	margin-top : 0.2em;
	margin-bottom : 0.2em;
}
#Sitemap a {
  text-decoration : none;
}

/* Bereich für Fotogalerie *****************************************************/
#FotogalerieThumb img {
	float : left; 
	margin : 17px;
	width : 100px;
}

/* Bereich für die Newsliste der Aktuelle Meldungen ****************************/
#NewsListe li {
  margin-right : 64px;
  margin-bottom : 1em;
}
#NewsListe a {
  font-size : 0.8em;
}


