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

