/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 SVN ID: $Id: dynamiccss.css 3437 2008-03-16 16:22:11Z flyguide $
# ***************************************************************************************/


#   /* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
#   p.csc-frame-frame1, table.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
#   p.csc-frame-frame2, table.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }

#   /* Bullet styles for unordered lists.*/
#   ul.component-items { color: #186900; list-style-type: circle; }
#   ul.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }

#   /* Numbering styles for ordered lists.*/
#   ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
#   ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

#   /* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/
#   span.important { color: #8A0020; }
#   span.name-of-person { color: #10007B; }
#   span.detail { color: #186900; }

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

   span.MIP_Orange {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF6633
   }

   .MIP_Orange {
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
	color: #FF6633
   }

   span.MIP_Standardtext {
   	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color:#4d4d4d;
   }


   .MIP_Standardtext {
   	font-family: Verdana;
   	font-weight: normal;
	font-size: 11px;
	color: #4d4d4d;
   }

   span.MIP_Textueberschrift {
   	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #006633;
   }

   .MIP_Textueberschrift {
   	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #006633;
   }


   span.MIP_hervorheben {
   	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	color: #006633;
   }


   span.MIP_Standard {
   	font-family: Verdana;
   	font-weight: normal;
	font-size: 11px;
	color: #4d4d4d;
   }



#   span.test {
#   font-family: Verdana;
#   color: red;
#   }

#   p.grosseSchrift {
#   font-family: Arial;
#   font-height: 12px;
#   color: red;
#   }

#   .author {
#   font-size:11px;
#   font-weight:bold;
#   font-style:normal;
#   color:#961207;
#   }

#   span.author {
#   font-size:11px;
#   font-weight:bold;
#   font-style:normal;
#   color:#961207;
#   }

#   .headline {
#   	font-family:Arial;
#	font-weight: bold;
#	font-size: 18px;
#	color: #006633;
#   }
#   .headline1_1 {
#	font-family:Arial;
#	font-weight: bold;
#	font-size: 16px;
#	color: #006633;
#   }

/*   .laufschrift {
	font-family: Verdana;
	font-size: 11px;
	color: #4d4d4d;
	line-height: 15pt;
	color: #000000;
	text-decoration:none;
   }

   span.laufschrift {
	font-family: Verdana;
	font-size: 11px;
	color: #4d4d4d;
	line-height: 12pt;
	color: #000000;
	text-decoration:none;
   }
	

   .hervorheben {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
   }

   span.hervorheben {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	color: #006633;
   }*/


#   span.headline {
#	font-family:Arial;
#	font-weight: bold;
#	font-size: 18px;
#	color: #006633;
#   }
#   span.headline1_1 {
#	font-family:Arial;
#	font-weight: bold;
#	font-size: 16px;
#	color: #006633;
#   }

