
div#page h1:first-child,
div#page h2:first-child,
div#page h3:first-child {
	margin-top: -1px;
	height: 22px;

}
div#page h1 {
	color: white !important;
	font-size: 19px;
	height: 22px;
	padding: 2px 3px 2px 8px;
	background: #2a5d9f url(bg_bl_sw_3.png) 0px 0px repeat-x;
	padding: 0px 3px 1px 8px;
	margin-right: -15px;
	margin-left: -14px;
	padding-left: 18px;
	font-size: 18px;
}

div#page h2 {
	font-size: 15px;
	height: 25px;
	height: 20px;
	padding: 2px 3px 2px 8px;
	background-color: #d0d0d0;
	color: black !important;
	margin-right: -15px;
	margin-left: -14px;
	padding-left: 18px;
}
div#page h3 {
	font-size: 13px;
	height: 22px;
	height: 18px;
	padding: 2px 3px 2px 8px;
	background-color: #ececec;
	margin-right: -15px;
	margin-left: -14px;
	padding-left: 18px;
}

div#page table,
div#page tr,
div#page th,
div#page td {
	border: 1px solid white;
	background-color: #ececec;
}

div#page th {
 	background-color: #d0d0d0;
 	color: black;
}

div#page hr {
	clear: both;
}

div#page h1 a {
	color: white !important;
}

div#page img.media {
	margin: 2.5px;
}

div#page img.medialeft {
	clear:left;
	margin: 0 1.5em 1.0em 0;
}

div#page img.mediaright {
	clear:right;
	margin: 0 0 1.0em 1.5em;
	/* margin-right: -20px;*/
}

/* general headline setup */
div#page h1,
div#page h2,
div#page h3,
div#page h4,
div#page h5 {
	clear: both;
}

div#page ul {
	list-style-type: square;
}

/* ordered lists */
div#page ol {
	margin: 0 0 0.5em 1.5em;
}

div#page code {
	font-family: monospace;
}

