/* Font Größen */



#header #text {
	font-size: 20px;
	font-weight: bold;
		float: left;
	line-height: 50px;
}

#footer,
#footer a {
	font-size: 10px;
}


#location,
#location a {
	font-size: 10px;
}


/* Content */
#content h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 110%;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 110%;
}


#content li {
	list-style-type: square;
}


#menu_sub a {
	display: block;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}


#info h2 {
	font-size: 11px;
}

#dictionary h2 {
	font-size: 14px;
}

#dictionary #filter,
#dictionary #filter * {
	font-size: 9px;
}

#dictionary #search,
#dictionary #search * {
	font-size: 9px;
}


#dictionary #pager,
#dictionary #pager * {
	font-size: 9px;
}

#dictionary th {
	text-align: left;
	font-size: 13px;
}

#dictionary td,
#dictionary td * {
	text-align: left;
	font-size: 11px;
}


#dictionary #button,
#dictionary #button * {
	font-size: 10px;
}

#content .sitemap * {
	font-weight: normal;
}

