@charset "utf-8";
/* CSS Document */

#content-home .box {
	background-color: #F9F3EE;
}
#content-home .box #c49 {
	background-color: #8c7168;
}
#mainnav {
	visibility:hidden;
}

.news-latest-container {	
	background: #8c7168;
	height: 210px;
	overflow:hidden;
}
.news-latest-container ul {
	width: 5000px;
}
.news-latest-item {
	float:left;
	border-left: 1px solid  #FFF;
}
.news-latest-item:first-child {
	border-left: none;
}
.news-latest-item a {
  display: block;
  overflow: hidden;
  height: 210px;
  width: 100px;
  background: #714f49;
  color: #FFF;
  opacity: 0.8;
}
.news-latest-item a p, .news-latest-item a h2 {
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	width: 190px;
}
.news-latest-item a h2 {
	font-weight: bold;
	font-size: 11px;
	padding-top: 3px !important;
	padding-bottom: 0 !important;
}
.news-latest-item a p {
	opacity: 0;
	width: 190px;
	font-size: 10px;
}
.news-latest-item a:hover {
	text-decoration:none;
	color: #000;
	/*background-color: #FFF;*/
	opacity: 1;
}
/* 233 x 233 */
#sections {
	border-top: 10px solid #FFF;
}
#sections a {
	display:block;
	padding: 195px 10px 0 10px;
	height: 35px;
	width: 213px;
	color: #FFF;
	background-repeat: no-repeat;
	float:left;
	border-right: 10px solid #FFF;
}
#sections a.projekte {
	background-image: url(../images/home_projekte.gif);
}
#sections a.unterricht {
	background-image: url(../images/home_unterricht.gif);
}
#sections a.energie {
	background-image: url(../images/home_energie.gif);
	border-right: 1px solid #f7bd19;
}

#sections a.projekte:hover{
	background-image: url(../images/home_projekte_ro.gif);
}
#sections a.unterricht:hover {
	background-image: url(../images/home_unterricht_ro.gif);
}
#sections a.energie:hover {
	background-image: url(../images/home_energie_ro.gif);
	border-right-color: #f9d15e;
}
