.standardText {
  font-size: 	14px;
  line-height: 	20px;
}

.smallText {
  font-size: 	13px;
  line-height: 	17px;
}

#content-editor {
  font-size: 	14px;
  line-height: 	20px;
}

a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active {
	font-size: 			14px;
  	line-height: 		20px;
	color:				#f00;
	position: 			relative;
	text-decoration: 	none;
	font-weight: 		normal;
}

#content-editor a:link, #content-editor a:visited, #content-editor a:active 	{ font-size: 14px; font-weight: normal; line-height: 20px; color:	#f00; text-decoration: none }
#content-editor a:hover 						{ font-size: 14px; font-weight: normal; line-height: 20px; color:	#ffffff; text-decoration: none }

/* SUBNAVIGATION */
.subnavi:link, .subnavi:visited, .subnavi:active { 
	font-size:13px; 
	line-height: 17px; 
	font-weight: normal; 
	color:#FFFFFF; 
	text-decoration: none 
}
.subnavi:hover { 
	font-size:13px; 
	line-height: 17px; 
	font-weight: normal; 
	color:#f00; 
	text-decoration: none 
}

.subnavi_selected:link, .subnavi_selected:visited, .subnavi_selected:active { 
	font-size:13px; 
	line-height: 17px; 
	font-weight: bold; 
	color:#f00; 
	text-decoration: none 
}
.subnavi_selected:hover { 
	font-size:13px; 
	line-height: 17px; 
	font-weight: bold; 
	color:#f00; 
	text-decoration: none 
}

/* BOXEN */
.boxContent {
	font-size: 			12px;
  	line-height: 		16px;
	color:				#564032;
}

/* LISTENANSICHT */

/* LIST FONT */
.listEntry {
  font-size: 		14px;
  line-height: 		20px;
}

.listEntry a:link, .listEntry a:visited, .listEntry a:active {
  font-size: 		14px;
  line-height: 		20px;
}

.listEntry a:hover {
  font-size: 		14px;
  line-height: 		20px;
}

.listEntry .weiter a:link,.listEntry .weiter a:visited,.listEntry .weiter a:active {
  font-size: 		13px;
  line-height: 		17px;
}

.listEntry .weiter a:hover {
  font-size: 		13px;
  line-height: 		17px;
}

/* LIST TITLE */
.listEntry h1, .listEntry h1 a:link, .listEntry h1 a:visited, .listEntry h1 a:active {
	font-size: 			15px; 
	line-height: 		20px;
}
.listEntry h1 a:hover {
	font-size: 			15px; 
	line-height: 		20px; 
}

/* DETAILANSICHT */

/* FONT */
#detailTextContainer {
  font-size: 	14px;
  line-height: 	20px;
}

#detail a:link, #detail a:visited, #detail a:active {
  font-size: 		14px;
  line-height: 		20px;
}

#detail a:hover {
  font-size: 		14px;
  line-height: 		20px;
}

#detail .zurueck a:link,#detail .zurueck a:visited,#detail .zurueck a:active {
  font-size: 		13px;
  line-height: 		17px;
}

#detail .zurueck a:hover {
  font-size: 		13px;
  line-height: 		17px;
}

