/****************************************************************************************
# 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 CVS ID: $Id: dynamiccss.css 955 2005-12-28 00:49:12Z mundaun $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }


/* Two frame examples taken from the example CSS file of CSS Styled Content extension and applied to p and table block elements.*/
/* 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.mail {}


/*
a.pdf{
	color:#FFFFFF;
	background-color:#000000;
	border-bottom:1px dashed #000000;
}

a.pdf:hover {
color:#2d343a;
background-color:#d2dadd;
border-bottom:1px dashed #000000;
}
*/
/*
p.kastenlink: hover{
	height:20px;
	width:451px;	
}*/
/*
p.kastenlink a{
	text-decoration:none;
	color:#000000;
	height:20px;
	width:451px;
	border-bottom:1px dashed #000000;
}
p.kastenlink a:hover{
	text-decoration:none;
	background-color:#cccccc;
	height:20px;
	width:451px;
	border-bottom:1px dashed #000000;
}*/

p.kastenlink{
	height:20px;
	width:451px;
	border-bottom:1px dashed #000000;
}

p.uheadlineblue{
	font-size:16px;
	color:#6a8693;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:25px 0px 25px 0px;
	width:460px;
	line-height:20px;
}

p.oheadlineblue{
	font-size:27px;
	color:#6a8693;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:0px;
	margin:20px 0px 0px 0px;
	width:460px;
	line-height:30px;
}

p.person{
	margin-left:42px;
	width: 287px;
	text-align:justify;
}

p.zeilehoch{
	line-height:20px;
}

p.eingerueckt{
	padding-left:25px;
	line-height:20px;
	margin:0px 0px 30px 0px;
	

}

a.linkblau{
	color:#6a8694;
	text-decoration:none;
}

a.linkblau:hover{
	color:#6a8694;
	text-decoration:underline;
}

a.linkschwarz{
	color:#000000;
	text-decoration:none;
}

a.linkschwarz:hover{
	text-decoration:underline;
}

a.linkdunkelgruen{
	color:#133038;
	text-decoration:none;
}

a.linkdunkelgruen:hover{
	color:#133038;
	text-decoration:underline;
}

.keinrand{
	border-width:0px;
}

table.ptabelle_oben{
	border-bottom:1px dashed #000000;
	width:499px;
	margin-bottom:20px;
}

table.ptabelle_unten{
	border-top:1px dashed #000000;
	width:499px;
	margin-bottom:20px;
}


table.ptabelle{
	border-bottom:1px dashed #000000;
	border-top:1px dashed #000000;
	width:499px;
	margin-bottom:20px;
}

table.ptabelle{
	border-bottom:1px dashed #000000;
	border-top:1px dashed #000000;
	width:499px;
	margin-bottom:20px;
}

table.ptabelle td,table.ptabelle_oben td,table.ptabelle_unten td{
	font-size:11px;
	vertical-align:top;
}

td.hoehe13{
	height:13px;	
}

td.breite40{
	width:40px;
}

td.breite13{
	width:13px;
}

td.breite182{
	width:182px;
}

td.atop{
	vertical-align:top;
}
.blocksatz{
	text-align:justify;
}

p.text
{
border:1px solid black;
}