/*

	Template-Basis, wird genutzt bei 

  a) normaler Ausgabe (templates/md_kehrberger/index.php)

  b) Ausgabe der druckerfreundlichen Vorschau im Browser (templates/md_kehrberger/component.php)

*/

body {
	padding: 0px;
	font-family:	monospace,Arial,Helvetica,Verdana,Geneva,sans-serif;
	font-size:	9pt;
	text-align: center;
	color:	#000000;
	background-color:#000 !important;
}

body.contentpane {
  width:auto;
  margin:10px;
  text-align:	left;
  line-height: 	1.4em;
}
a img{border:0;}
a {color:#c2a076;}
/* TOC */

table.contenttoc{
	float:	right;
}

/* Tooltips */

.tool-tip {
	max-width:	200px;
	float:	left;
	border:	1px solid	#f3ebde;
	padding:	5px;
	text-align:left;
	background-color:#ffffcc;
}

.tool-title {
	margin:	-15px 0 0;
	padding:15px 0 5px;
	font-size:	100%;
	font-weight:	bold;
        background-image: url("../../system/images/selector-arrow.png");
        background-repeat:no-repeat;
}

.tool-text {
	margin:	0;
	font-size:100%;
}