/* CSS-File für Typo3 
CSS-styled-content

Version 1.0, rp
*/

/* #############################
Standardüberschriften 
############################# */

/* Wrap um Überschriften */
div.csc-header {
	background-color: #CD6937;
	padding: 5px;
}

h1, h1.csc-firstHeader {
	color: White;
	display: inline;
	/*line-height: 1.2em;*/
	font-size: 1.1em;
}

h2, h2.csc-firstHeader {
	/*  */
}

h3, h3.csc-firstHeader {
	/*  */
}

h4, h4.csc-firstHeader {
	/*  */
}

h5, h5.csc-firstHeader {
	color: #CD6937;
	font-size: 1.0em;
	display:inline;
}

.headerright {
	color: #CD6937;
	font-size: 1.0em;
	/*display:inline;*/
	font-weight: bold;
	margin-top: 10px;
	
}






h6, h6.csc-firstHeader {
	/*  */
}

/* #############################
Standardtext
############################# */
p, p.bodytext {
	/*  */
}

/* #############################
Bildunterschrift / Text mit Bild
############################# */
dd.csc-textpic-caption {
	/*  */
	font-size: 0.8em;
}
/* #############################
Sitemap / Text mit Bild
############################# */
.csc-sitemap{
	color: #666666;
}
.csc-sitemap a,a:link,a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 0.9em;
}
.csc-sitemap a:hover, a:active  {
	text-decoration: underline;
}
.csc-sitemap UL UL{
	list-style-type: none;
}

/* INDEXED SEARCH */
.tx-indexedsearch
{
	/*width: 466px;*/
}
.tx-indexedsearch-res td
{
	/*width: 466px;*/
}