#content_glossary_container {
    width: 990px;
    height: 730px;
	background: url(/img/glossary.background.png) 10px 0px no-repeat;
}
#topic_glossar2 {
    width: 150px;
    height: 30px;
    background: url(/img/topic/glossar2.png) top left no-repeat;
    clear: both;
}

#glossary_list {
    width:513px;
	height:432px;
	overflow:auto;
}
#glossary_list .file_item {
    margin-top: 20px;
	padding-bottom: 20px;
    width:490px;
    overflow:hidden;
	border-bottom: 1px dotted #595959;
}
#glossary_list .file_item .title {
    width:469px;
    height:15px;
    overflow:hidden;
	font-weight: bold;
}
#glossary_list .file_item .description {
    width:469px;
}

#glossary_list .file_item .description a,
#glossary_list .file_item .description a:hover {
    text-decoration: underline;
	color: #2189B1;
}



#glossary_menu a {
    float:left;
	display:block;
	height:25px;
}
#glossary_menu a span {
    display: none;
}

#imprint_container {
    width: 990px;
    height: 682px;
    background: url(/img/imprint.background.png) 10px 0px no-repeat;
}
#imprint_container .bold {
    font-weight: bold;
}
#imprint_container .red {
    color: #aa0000;
}
#topic_imprint {
    width: 150px;
    height: 30px;
    background: url(/img/topic/impressum.png) top left no-repeat;
    clear: both;
}


