/******************************
 * HTML-Tags 
 ******************************/
 
body {
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	margin:0;
	padding:0;
	line-height:20px;
	color:#707173;
}

/* Alles nullen */
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,p,div,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

/* Absaetze und Ueberschriften */
h1 {
	font-size:17px;
	color:#797b7b;
	padding-bottom:15px;
}
h2 {
	font-size:13px;
	font-weight:bold;
	color:#89062A;
}
h3 {
	font-size:13px;
	font-style:italic;
}
p {
	padding-bottom:8px;
}
small,.small {
	font-size:10px;
	line-height:14px;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help; 
}
hr.sbac-spacer {
	visibility:hidden;
}


/* Links */
a img, map, area, img { 
	border:none; 
}
a,a.external-link,a.active, a.email {
	color:#b6b3b4;
	text-decoration:none;
	
}
a:hover {
	color:#707173;
}
a.external-link {
	padding-left:18px;
	background:url(../img/link.gif) left top no-repeat;
}
a.email {
	padding-left:18px;
	background:url(../img/mail.gif) left top no-repeat;
}
a.more, #cCenter a.more {
	color:#89062a;
	font-weight:bold;
	font-style:normal;
	font-size:11px;
	padding-left:10px;
	background:url(../img/more.gif) left top no-repeat;
	
}
a.more:hover, #cCenter a.more:hover {
	color:#c48294;
	background:url(../img/more_act.gif) left top no-repeat;
}

/* Listen */
ul {
	list-style-type:none;
	list-style-image:url(../img/list.gif);
	margin-left:15px;
}
ul.csc-bulletlist-2 { 
	list-style-type:none;
	list-style-image:none;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}

ul.csc-bulletlist-1 {
	list-style-image:url(../img/more.gif);
}
ul.csc-bulletlist-1 a {
	color:#89062A;
}
ul.csc-bulletlist-1 a:hover {
	color:#c48294;
}



/* Formulare */
form br {
	clear:both;
}
fieldset {
	border:none;
	margin-bottom:20px;
}
div.legend {
	background-color:#89062a;
        width:370px;
        color:#fff;
        line-height:25px;
        padding-left:25px;
        background-image:url(../img/arrow_white.gif);
        background-repeat:no-repeat;
}
label {
	margin:8px 0 -3px 0;
	display:block;
	color:#000;
}
input, textarea, select {
	border:2px solid #DEDFDF;
	padding:2px 5px;
	font-size:11px;
}
input.normal, textarea {
	width:350px;
}
textarea {
	height:80px;
}
input.submit {
	border:2px solid #89062a;
	background-color:#89062a;
	color:#fff;
	margin-top:8px;
}
input.submit:hover {
	background-color:#c48294;
	color:#89062a;
}

/* Tabellen */
table {
	font-size:13px;
	width:97%;
}
caption {
	font-size:14px;
	font-weight:bold;
	color:#89062A;
	text-align:left;
}

th,td {
	vertical-align:top;
	padding:3px 10px 3px 5px;
}


/* Definitionslisten */
dd {
	margin-left:15px;
}


/**********************************
 * Sonstige Bereiche 
 **********************************/

#cCenter .breadcrumb {
	margin-bottom:15px;
	font-size:11px;
}
#cCenter .breadcrumb a {
	color:#707173;
	font-style:normal;
	font-weight:normal;
}
div.funx_print {
	text-align:right;
	margin-top:-35px;
	margin-right:10px;
	position:relative;
	z-index:10;
}

/**********************************
 * Allgemeingueltige Klassen 
 **********************************/
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}
.marked {
	color:#89062a;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}


/**********************************
 * RTE 
 **********************************/



/**********************************
 * Inhaltselemente 
 **********************************/

/* Bilder mit BU */
dl.image {
	margin:0 10px 5px 10px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	background-color:#f1f1f1;
	margin:-1px 0 0 0;
	padding:1px 0 1px 3px;
	font-size:11px;
	line-height:14px;
}
.imgleft dl.image {
	float:left;
	margin-right:10px;
	margin-left:0px;
}
.imgright dl.image {
	float:right;
	margin-left:10px;
	margin-right:0px;
}


/* PageBrowser */
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 10px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:10px;
}


/* Sitemap */
div.sitemap {
}
#cCenter .sitemap a {
	color:#89062a;
	font-style:normal;
	font-weight:normal;
}
#cCenter .sitemap a:hover {
	color:#c48294;
}
div.sitemap dl.firstLevel dt {
	margin-top:15px;
	padding:2px 5px;
	background-color:#ebebeb;
	border:1px solid #89062a;
}
div.sitemap dl.firstLevel dd {
	margin:-1px 0 0 0;
	border:1px solid #89062a;
	border-top:none;
	padding:5px;
}
div.sitemap dd.blockborder {
	padding-left:15px;
	background-color:#fff;
}
div.sitemap dl.secondLevel dt {
	font-style:normal;
	border:none;
	background:none;
	margin:0;
}
div.sitemap dl.secondLevel dd {
	border:none;
	margin:-10px 0 0 0;
}

ul.csc-menu {
	padding:0;
	margin:0;
	margin-left:5px;
	list-style-type:none;
	list-style-image:none;
}
ul.csc-menu li {
	padding:5px 0;
}
ul.csc-menu a {
	padding-left:20px;
	background:url(../img/arrow.gif) left top no-repeat;
	color:#707173;
	line-height:20px;
	font-size:13px;
}
ul.csc-menu a:hover,ul.csc-menu a.active  {
	padding-left:20px;
	background:url(../img/arrow_act.gif) left top no-repeat;
	color:#89062a;
	text-decoration:none;
}


/* Abschnittsuebersicht */
ul.csc-menu-3 li { 
	padding:0;
}

/* Tabellen */
table.contenttable-1 tr.tr-0 td, table.contenttable-1 tr.tr-0 th {
	color:#89062a;
	font-weight:bold;
}


/**********************************
 * Plugins 
 **********************************/
.tx-datamintsglossaryindex-pi1 ul {
	margin:0 0 0 -2px;
	padding:0;
}
.tx-datamintsglossaryindex-pi1 li {
	width:20px;
	height:20px;
	float:left;
	margin:2px;
 }
#cCenter .tx-datamintsglossaryindex-pi1 ul a {
	width:20px;
	height:20px;
	display:block;
	border:1px solid #89062a;
	font-family:'Andale Mono',Courier,monospace;
	text-decoration:none;
	line-height:20px;
	text-align:center;
        color:#89062a;
        font-style:normal;
        font-weight:normal;

}
#cCenter .tx-datamintsglossaryindex-pi1 ul a:hover {
	background-color:#c48294;
}
#cCenter .tx-datamintsglossaryindex-pi1 ul a.active {
	background-color:#89062a;
	color:#fff;
}

/* tt_news */

.tt-news-more a {
	color:#89062a;
	font-weight:bold;
	font-style:normal;
	font-size:11px;
}
.tt-news-more a:hover {
	color:#c48294;
}
.tt-news-list p {
	display:inline;
}
.tt-news-list .item {
	margin-bottom:15px;
}
.tt-news-list h2 {
	font-weight:normal;
	color:#707173;
}
.tt-news-author {
	font-size:11px;
	font-style:italic;
	line-height:15px;
}
.tt-news-related dd {
	margin:0;
	padding:0;
}


/* FAQ */
.tx-askbfaq-pi1 dl {
	margin-top:-8px;
}
.tx-askbfaq-pi1 dt {
	margin-top:8px;
}
#cCenter .tx-askbfaq-pi1 dt a {
	color:#89062a;
	font-weight:normal;
	font-style:normal;
}

#cCenter .tx-askbfaq-pi1 dt a:hover {
	color:#c48294;
}

