/**
 *	Standardformatierungen
 */
html * {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	/*font-family: "Courier New", Courier, monospace;*/
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11pt;;
	color: #000;
	background: #fff url(../_px/hintergrund.gif) repeat-y top left;
}

h1, h2, h3, h4, h5 {
	padding-bottom: 10px;
}

h1 {
	margin-left: -20px;
	color: #7C7C7C;
	font-size: 12pt;
	height: 18px;
}

p {
	padding-bottom: 10px;
}

ul {
	margin: 0 0 10px 25px;
}

a {
	color: #000;
	text-decoration: underline;
}

/**
 *	Sonderformatierungen
 */
.clr { clear: both; }
.unsichtbar { display: none; visibility: hidden; }



/**
 *	Erweiterungen
 */
h2.kalenderBoxKopf {
	background-color: #C4C6C7;
	color: #000;
	line-height: 24px;
	padding: 0 6px;
	border-bottom: 2px solid #fff;
	font-family: Arial, Helvetica, "Sans serif";
	font-size: 10pt
}

ul.kalenderBoxInhalt {
	margin: 0;
	padding-top: 10px;
	background-color: #C4C6C7;
	color: #000;
	list-style-type: none;
}

li.kalenderEintrag {
	padding: 0 6px 10px 6px;
	font-family: Arial, Helvetica, "Sans serif";
	font-size: 9pt;
}
li.kalenderEintrag strong {
	font-weight: bold;
}
li.kalenderEintrag a {
	color: #000;
	text-decoration: underline;
}



/* Inhalts-Box 1 (grau) */
h1.kwi_contentbox01_header {
	margin: 0 0 2px 0;
	padding: 3px 3px 3px 3px;
	border: 0;
	background-color: #C4C6C7;
	color: #000;
	font-size: 11pt;
	font-weight: bold;
}
.kwi_contentbox01_content {
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	background-color: #C4C6C7;
	color: #000;
	width: 100%;
}
.kwi_contentbox01_content td {
	width: 100%;
}
.kwi_contentbox01_bodytext {
	margin: 0;
	padding: 3px 3px 5px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* Im Fokus */
#imfokus {
	margin: 0;
	padding: 0 0 20px 0;
	border: 0;
}
.imfokus_eintrag {
	margin: 0;
	padding: 0;
	background-color: #fff;
}
/* h3.imfokus_ueberschrift, */
.imfokus_ueberschrift {
	margin: 0;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	color: #000;
}
.imfokus_datum {
	font-size: 9pt;
	margin: 0 0 5px 0;
}
.imfokus_detailansicht {}
.imfokus_subheader {
	font-style: italic;
}
.imfokus_content {}
.imfokus_zusatz {}

.imfokus_pic_caption {
	font-size: 9pt;
}
.imfokus_pic_single,
.imfokus_pic_latest {
	float: right;
	clear: right;
	padding: 0 0 10px 10px;
	width: 120px;
	font-size: 8pt;
}

table.imfokus_bild {width: 100px; float: right; clear: right; padding: 0 0 10px 10px;}
table.imfokus_bild td.bild {border:0;}
table.imfokus_bild td.bildunterschrift {font-size:8pt;}



