/* @override http://www.bfgoe.de/fileadmin/css_storage/bfgoe_essentials.css */

/* @group essen */



h1 {
	color: #2c57d2;
	font-size: 2.5em;
	font-weight: bolder;
	margin-bottom: 20px;
	margin-top: 0px;
	line-height: 1.4em;
}



h2 {
	color: #2c57d2;
	font-size: 16px;
	font-weight: bolder;
	margin-bottom: 0px
}

h3 {
	color: #2c57d2;
	font-size: 13px;
	font-weight: bold;
	line-height: -1em;
	background-position: 1em top;
	background-color: #CAD8F9;
}

h4 {
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	background-image: url(../grafik/menb.jpg);
	padding-left: 6px;
	border-bottom: 1px solid #2c57d2
}



h4 a:link, h4 a:visited, h4 a:active, h4 a:hover{
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	background-image: url(../grafik/menb.jpg);
	padding-left: 6px;
	border-bottom: 1px solid #2c57d2;
	cursor:pointer;
	
}
h5 {
	color: white;
	font-size: 12px;
	font-weight: bolder;
	background-color: #2c57d2;
	padding-left: 6px;
	width: 424px;
	border-bottom: 1px solid #000066
}

h6 {
	color: white;
	font-size: 12px;
	font-weight: bolder;
	background-color: #2c57d2;
	padding-left: 6px;
	text-align: left;
	height: 20px;
}



.bodytext {
	list-style-image: url(../grafik/arrow3.gif);
	line-height: 1.5em;
}

ul.pfeilliste {list-style-image: url(../grafik/arrow3.gif);
	line-height: 1.5em;
	
}

div#c373, div#c374, div#c375, div#c376 ,div#c390, div#c393, div#c396 {
	float: left;
	margin-right: 20px;}
/*
#c373  {
	float: left;
	margin: 20px;
}
#c374  {
	float: left;
	margin: 20px;
}
#c375  {
	float: left;
	margin: 20px;
}
#c376  {
	float: left;
	margin: 20px;
}
#c390  {
	float: left;
	margin: 20px;
}

#c393  {
	float: left;
	margin: 20px;
}
#c396  {
	float: left;
	margin: 20px;
}
*/
/********************************************
rte htmlarea
*******************************************/

/****************************************************************************************
# 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,v 1.1 2005/12/28 00:49:11 mundaun Exp $
# ***************************************************************************************/

/* Left, center and right alignment of text in paragraphs and cells.*/

/* @group rte */

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;
}

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;
}

/* @end */

/* Selectors for the default configuration of the link accessibity feature.*/

/* @end */

p.csc-uploads-description {
	font-size: 1.5em;
	
}

td.csc-uploads-icon {
	padding: 10px;
	border: 1px solid #009;

}








