/*****************************
 * HTML-Tags
 *****************************/
 
/* Allgemein */
body {
	font-family:Tahoma,Arial,sans-serif;
	font-size:90%;
	line-height:1.4em;
	margin:0 0 0 0px;
	padding:0;
}
h1,h2,h3,h4,h5,h6,dl,dt,dd,img,div,p,form,legend,fieldset,legend,input,select,textarea,table,th,td,caption,ul,li,ol {
	margin:0;
	padding:0;
	font-family:Tahoma,Arial,sans-serif;
}
hr.sbac-spacer {
	visibility:hidden;
}
small {
	font-size:0.85em;
	line-height:1.2em;
}
acronym, dfn, abbr, span.abbr { 
	border-bottom: 1px dotted black; cursor: help;
	font-style:normal;
}
img { 
	border:none; 
}



/* Ueberschriften / Absaetze*/
h1 {
	font-size:1.3em;
	line-height:1.4em;
	color:#d70017;
	padding-bottom:0.7em;
	padding-top:4px;
}
h2 {
	font-size:1.0em;
	line-height:1.4em;
	font-weight:bold;
	color:#000;
}
p {
	padding-bottom:8px;
}



/* Links */
a,a.external-link,a.active, a.email {
	color:#154c9f;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	color:#d70017;
}
a.external-link {
	padding-left:18px;
	background:url(../img/icon_link.gif) left center no-repeat;
}
a.email {
	padding-left:18px;
	background:url(../img/icon_mail.gif) left center no-repeat;
}



/* Listen */
ul {
	margin-left:1.5em;
}
ul.nostyle {
	list-style-type:none;
	margin:0;
}
li ul {
	margin-bottom:10px;
}
li dfn,.usb {
	display:block;
	position:absolute;
	left:-3000px;
	height:0px;
	width:0px;
}
#cCenter ul {
	list-style-type:none;
}
#cCenter ul li {
	list-style-image:url(../img/icon_dot.gif);
}
#cCenter ul.nostyle li {
	list-style-image:none;
}

/* Listen: Pagebrowser */
div.pagebrowser ul {
	list-style-type:none;
	margin:10px 0 20px 0;
}
div.pagebrowser li {
	display:inline;
	padding-right:5px;
}

/* Listen: Menue der Unterseiten */
div.arge_submenu ul {
	list-style-type:none;
	border-top:1px dotted #747474;
	margin:0;
	padding:0;
}
div.arge_submenu ul li {
	display:inline;
	padding-right:10px;
}



/* Formulare */
form br {
	clear:both;
}
fieldset {
	border:none;
	margin:0;
}
legend {
	font-size:1.1em;
	line-height:1.4em;
	font-weight:bold;
	color:#000;
}
label {
	clear:both;
	float:left;
	width:9em;
	font-weight:bold;
	margin-right:0.5em;
	text-align:left;
}
input, textarea, select {
	border:1px solid #747474;
	padding:2px;
	font-family:Tahoma,Arial,sans-serif; 
	font-size:0.85em;
	margin:2px 0 2px 0;
}
input.normal, textarea {
	width:22em;
}
input.submit {
	margin-top:5px;
}
textarea {
	height:14em;
}



/* Tabellen */
/* Allgemein */
table {
	font-size:1em;
	width:97%;
}
caption {
	text-align:left;
}
th {
	padding:2px 5px;
	text-align:left;
	vertical-align:top;
}
th a {
	color:#000;
}
td {
	vertical-align:top;
	padding:2px 5px;
}

/* Tabellen: Layout 1 - Wechselnde grau/weisse Reihen */
table.contenttable-1 {
	font-size:0.9em;
}
table.contenttable-1 caption {
	text-align:left;
	font-weight:bold;
}
table.contenttable-1 th {
	text-align:left;
	font-weight:normal;
}
table.contenttable-1 td,table.contenttable-1 th {
	padding:2px 5px;
	border-right:1px solid #999;
}
table.contenttable-1 .td-last {
	border:none;
}
table.contenttable-1 tr.tr-even td,table.contenttable-1 tr.tr-even th {
	background-color:#d4dae1;
}



/* Definitionslisten */
dd {
	margin-left:1.5em;
}
/* DL: Bild mit Bildunterschrift */
dl.image {
	margin:0 15px 0px 15px;
}
dl.image dt, div.filelinks dd {
	margin:0;
	padding:0;
	line-height:0.9em;
}
dl.image dd {
	margin:0;
	padding:0;
	color:#747474;
	font-size:0.85em;
	line-height:1.2em;
	background-color:#f1f1f1;
}
.imgleft dl.image {
	float:left;
	margin-right:10px;
	margin-left:0px;
}
.imgright dl.image {
	float:right;
	margin-left:10px;
	margin-right:0px;
}

.imgleft .csc-textpic-imagecolumn {
	margin-right:10px;
}
.imgright .csc-textpic-imagecolumn {
	margin-left:10px;
}


/* DL: Suchergebnisse */
dl.searchresult dt {
	border-bottom:1px solid #747474;
}
dl.searchresult dd {
	margin-bottom:15px;
}



/*****************************
 * Allgemein gueltige Klassen
 *****************************/
.hidden {
	display:none;
}
.clearer {
	clear: both;
}
.left, .imgleft {
	float: left;
}
.right, .imgright {
	float: right;
}
.underline {
	text-decoration:underline;
}
.monospace {
	font-family:'Andale Mono',Courier,monospace;
}
.nobreak {
	white-space:nowrap;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.red {
	color:#d70017;
}
.blue {
	color:#154c9f;
}
.grey {
	color:#747474;
}
.dotted {
	border-bottom:1px dotted #747474;
	padding-bottom:10px;
	margin-bottom:10px;
}



/*****************************
 * Plugins
 *****************************/
/* Suche */
#cLeft .tx-indexedsearch-whatis, #cLeft .tx-indexedsearch-noresults,
#cLeft .tx-indexedsearch-browsebox {
	display:none;
}
#cCenter .tx-indexedsearch input.normal {
	width:250px;
	height:17px;
	background-color:#fff;
	padding:1px 4px;
	font-size:0.9em;
	float:left;
	margin:0;
}
#cCenter .tx-indexedsearch input.submit {
	padding:0;
	margin:0;
}



/* Glossar */
.tx-datamintsglossaryindex-pi1 ul {
	margin:0 0 0 -2px;
	padding:0;
}
.tx-datamintsglossaryindex-pi1 li {
	width:20px;
	height:20px;
	float:left;
	margin:2px;
 }
.tx-datamintsglossaryindex-pi1 ul a {
	width:20px;
	height:20px;
	display:block;
	background-color:#dddcdc;
	border:1px solid #154c9f;
	font-family:'Andale Mono',Courier,monospace;
	text-decoration:none;
	line-height:20px;
	text-align:center;
}
.tx-datamintsglossaryindex-pi1 ul a:hover,
.tx-datamintsglossaryindex-pi1 ul a:focus,
.tx-datamintsglossaryindex-pi1 ul a:active,
.tx-datamintsglossaryindex-pi1 ul a.active {
	background-color:#dddcdc;
	border:1px solid #d70017;
	color:#d70017;
}



/* Sitemap */
div.sitemap {
	font-size:0.9em;
}
div.sitemap a {
	font-size:1.1em;
}
div.sitemap dd.firstLevel {
	margin:-1px 0 0 0;
	border:1px solid #154c9f;
	border-top:none;
	padding:5px;
	background-color:#f1f1f1;
}
div.sitemap dd.blockborder {
	padding-left:15px;
	background-color:#fff;
}

div.sitemap dt.firstLevel {
	margin-top:15px;
	padding:2px 5px;
	background-color:#f1f1f1;
	border:1px solid #154c9f;
}



/* News */
h1.news {
	color:#000;
	background:url(../img/hl_news.jpg) right center no-repeat;
	background-color:#dddcdc;
	border-bottom:1px solid #747474;
	line-height:25px;
	padding:0 0 0 10px;
	margin:0;
	font-size:1.1em;
	text-decoration:none;
}
div.newsLatest {
	padding:5px 0 0 10px;
	font-size:0.9em;
	line-height:1.3em;
}
div.newsLatest h2 {
	padding:0;
	margin:0;
	font-size:1em;
}
div.newsLatest h2 a,div.newsList h2 a {
	color:#000;
}
div.newsLatest p,div.newsList p {
	display:inline;
}
div.newsLatest dl {
	padding:5px 0 0 0;
}
div.newsLatest .newsItem {
	border-bottom:1px solid #747474;
	padding:5px 0;
	display:block;
}
