body{
    margin: 0;
	padding: 0;
}
h1 {
	font-size: 2.2em;
	margin: 0;
}
h2 {
    color: #fff;
    font-family: Times New Roman,Arial,Sans-Serif;
    font-size: 2em;
    font-weight: normal;
    text-shadow: 1px 1px #9D0F0F;
	margin:0;
}
h3 {
    color: #000;
    font-size: 1.5em;
    margin: 0.2em 0;
}
h4 {
    color: #000;
    font-size: 1.3em;
    margin: 1em 0 0.5em 0;
	
}
h5, h6 {
    color: #000;
    font-size: 1.1em;
    margin: 1em 0 0.5em 0;
}
a {
    color:#C81616;
	outline: none;
}
a:hover {
    color:#000;
	outline: none;
}
a img{
	border: none;
}
img{
    font-size: 0;
    line-height: 0;
}
.cleaner {
	height: 0;
	margin: 0;
    padding: 0;
    border: 0 none;
	line-height: 0;
	font-size: 0;
    clear: both;
    visibility: hidden;
}
/* KONTEXT MENU */
#kontextMenu{
	margin: 0 0 0 20px;
	padding:0 0 5px 0;
	list-style: none;
	text-align:right;
	background:url(images/dot.gif) repeat-x bottom left;
}
#kontextMenu li{
	display: inline;
    font-size: 0.85em;
    color: #000;
}
#kontextMenu li a{
	color: #12624a;
	text-decoration: none;
}
#kontextMenu li a:hover{
	text-decoration: underline;
}
/* CONTENT ITEM LIST */
dl.list-item {
	margin: 10px 0 0 0;
	padding: 0;
	clear: both;
}
dl.list-item dd, dl.list-item dt {
    margin: 0;
    padding: 0;
}
dl.list-item dt {
	font-size: 1.2em;
	padding-bottom: 0.3em;
}
dl.list-item dt a{
    text-decoration: none;
}
dl.list-item dd.image {
	margin: 0 10px 5px 0;
	padding: 3px;
	border: 1px #000 solid;
	float: left;
}
dl.list-item dd.image img{
    display: block;
}
dl.list-item dd.anotation {
	margin: 0;
}
dl.list-item dd.anotation p {
	margin: 0;
	padding: 0;
}
dl.list-item dd.more {
	margin: 0;
    background: url(images/arrow-orange.gif) no-repeat left center;
    text-align: left;
	clear: both;
}
dl.list-item dd.more a{
    padding-left: 10px;
    color: #cf8d00;
    text-decoration: none;
}
dl.list-item dd.more a:hover{
    text-decoration: underline;
}
/* CONTENT PHOTOGALLERY */
.lightbox{
	margin: 5px 0 5px 0px;
    clear: both;
}
.lightbox img {
    margin: 0 2px;
    padding: 3px;
    border: 1px #EEE solid;
}
.lightbox span{
	font-size: 0.8em;
	color: #555;
}
/* DOCUMENT DOWNLOAD */
.documentDownload{
    margin: 10px 0 0 10px;
	padding: 0;
    list-style: none;
    clear: both;
}
.documentDownload li{
	padding: 0 5px;
}
.documentDownload a{
	color: #333;
    text-decoration: none;
	vertical-align: top;
}
.documentDownload a:hover{
	text-decoration: underline;
}
.mimeicon{
	width: 15px;
	height: 15px;
}
/* REPORTS */
.report {
    min-height: 18px;
    _height: 18px;
    text-align: left;
    margin: 0 auto 3px auto;
    color: #000;
    font-size: 1.2em;
    padding: 5px 5px 5px 40px;
    position: relative;
    background: none;
}
.report ul {
    padding: 0 0 0 35px;
    margin: 0;
    font-weight: bold;
}
.report span.ico {
    display: block;
    width: 29px;
    height: 27px;
    margin: 1px 3px 1px 1px;
    background: url(images/reports.gif) no-repeat top left;
    position: absolute;
    top: 0;
    left: 0;
}
.report span.ico_OK { background-position:0px 0px; }
.report span.ico_ERROR { background-position:-36px 0px; }
.report span.ico_INFO { background-position:-72px 0px; }
.report span.ico_ALERT { background-position:-108px 0px; }
.report span.ico_HELP { background-position:-144px 0px; }
.report_INFO  { color:#000; font-weight:bold; }
.report_ERROR { color:#f00; font-weight:bold; }
.report_OK    { color:#000; font-weight:bold; }
.report_ALERT { color:#000; font-weight:bold; }
.report_HELP  { color:#000; font-weight:bold; }
/* PAGER */
div.pager {
    margin: 0.5em 0 0 0;
    padding: 8px 0 0.5em 0;
    clear: both;
}
div.pager div.nextprev {
    float: right;
}