#footer {
	background-color: #e7e7e7;
	border-top: 1px solid #ccc;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	width: 900px;
	padding: 50px 30px 50px 30px;
	margin-left: 20px;
	margin-right: 20px;
}


#footer .grid-block {
	color: #333;
	float: left;
	border-left: 1px solid #ddd;
	padding-left: 15px;
	margin-right: 20px;
	font-size: 90%;
}

#footer .first-grid-block {
	border-left: none;
	padding-left: 0;
}

#footer .grid-block-item {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
  margin-top:  1em;
  clear: both;
}
#footer .first-grid-block-item {
	border: none;
  padding-top: 0;
  margin-top:  0;
}

#footer .grid-block#propagate_something {
	width: 350px;
}
#footer .grid-block#latest_blog_articles,
#footer .grid-block#upcoming_events {
	width: 225px;
}

#footer .grid-block ul li {	
	list-style: none;
	margin-bottom: 8px;
	margin-top:    8px;
}


#footer .grid-block h3 {
	font-weight: normal;
	font-size:     120%;
  margin-bottom: 5px;
}

#footer .grid-block h4 {
	font-weight: normal;
	font-size: 110%;
}

#footer .grid-block p.event_place,
#footer .grid-block p.date {
	font-style: italic;	
}


div.sitemap {	
	background-color: #bababa;
	line-height: 1.3em;
}

div.sitemap a {	
	color: #333;
	text-decoration: none;
}

div.sitemap a:hover {	
}

/* universal properties for a sitemap (independent of color etc) */
div.sitemap {
	border-top: 1px solid #999;
	background-image: url(../images/sitemap_bg.png);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-left: 20px;
	margin-right: 20px;
	width: 900px;
	height: 120px;
	padding: 30px;
	padding-bottom: 50px;
}

div.sitemap ul {
  list-style: none;
}

div.sitemap ul li {
	display: block;
	float: left;
	width: 160px;
	font-size: 95%;
}

div.sitemap ul li a {
	border-bottom: 1px solid #999;
	padding-bottom: 4px;
	padding-right: 15px;
}

div.sitemap ul ul {
	margin-top: 0.5em;
}


div.sitemap ul ul li{
	font-size: 90%;
	font-weight: normal;
}

div.sitemap ul ul li a {
	border-bottom: none;
	padding: 0;
}


ul#qtrans_language_chooser  {
	margin-top: 10px;
}
ul#qtrans_language_chooser li {
  display: inline;
  margin: 5px;
}

/*
div.sitemap {
	padding: 40px;
	line-height: 1.1em;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
}

div.sitemap ul {
	margin: 0.5em;
	display: block;
	float: left;
	width: 120px;
}

div.sitemap ul li{

}

div.sitemap ul ul {}

div.sitemap ul ul li {
}
div.sitemap ul ul li.mainlink {
}
*/


