.glossarybox {
    width: 100%;
    overflow: hidden; }

.glossarycontent {

  overflow: hidden;
 }
 .glossaryitem {
 	width:430px;
}
 .glossaryitemcaption {
 	height:20px;
 	cursor: pointer;
 	color:#339ACC;
}
 .glossaryitemcaption:hover {
 	color:#F05147;
}

/* Newsletterarchiv */

.newsletterarchivbox {
    width: 100%;
    overflow: hidden; }

.newsletterarchivcontent {

  overflow: hidden;
 }
 .newsletterarchivitem {
 	width:280px;
}
 .newsletterarchivitemcaption {
 	height:20px;
 	cursor: pointer;
 	color:#308187;
}
 .newsletterarchivitemcaption:hover {
 	color:#ff0000;
}