/*
 * Sprecherübersicht in der rechten Leiste
 */
body.records #right .speakers h3 {
	font-family:Georgia,sans-serif;
	color: #403F3F;
	margin:-5px 0 10px 0;
}
body.records #right .speakers li {
	margin:0 0 10px 0;
	width:120px;
	height:180px;
}

/* 
 * Anpassungen in der Sitemap
 */
body.records ul.sitemap {
	width:100%; 
	float:left; 
	margin-bottom:20px;	
}
body.records ul.sitemap li {
	width:106px;
	height:106px;
	margin:2px;
}
body.records #content ul.sitemap li a.name {
	line-height:105%;
}

/*
 * Kategorien
 */
div.categories {
	position:relative;
	width:100%;
	height:160px;
	float:left;
	margin-bottom:10px;
}

div.categories .wrap {
	position:absolute;
	top:0;
}
div.categories .left {
	left:0;
	width:70%;
}
div.categories .right {
	right:0;
	width:31%;
}

div.categories .category {
	position:relative;
	display:block;
	width:100px;
	height:67px;
	float:left;
	text-align:center;
	cursor:pointer;
}

#contentwrap div.categories .category .title {
	position:absolute;
	bottom:15px;
	left:0;
	right:0;
	width:100%;
	text-align:center;
	display:block;
	text-decoration:none;
	color:#333333;
	font-size:90%;
}
#contentwrap div.categories .category:hover .title {
	color:#ED224F;
}
#contentwrap div.categories .category:hover {
	background:url(../img/bg-categories.jpg) no-repeat center top;
}

#contentwrap div.categories .category.active {
	background:url(../img/bg-categories.jpg) no-repeat center top;
}

#contentwrap div.categories .category.active .title {
	color:#e31e3e;
}




/*
 * Sprecher im Submenü
 */
#right #submenu li.active {
	list-style-type: disc;
	margin-left:5px;
	color:#e31e3e;
}
#right #submenu li.active a {
	color:#e31e3e;
}