h1 {
	font-size: 1.7em;
	margin: 0;
}
h2 {
    font-size: 1.5em;
	margin: 0.3em 0;
	color: #000;
}
h3 {
    font-size: 1.1em;
    margin: 0.2em 0;
	color: #000;
}
h4 {
    font-size: 1em;
    margin: 1em 0 0.5em 0;
	color: #000;
}
h5, h6 {
    font-size: 1.0em;
    margin: 1em 0 0.5em 0;
	color: #000;
}
a {
	color: #000;
	outline: none;
}
a:hover {
	color:#333;
}
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;
	padding:0 0 5px 0;
	list-style: none;
    background:url(images/dot.gif) repeat-x bottom left;
    font-size:0.85em;
    text-align:right;
}
#kontextMenu li{
	display: inline;
}
#kontextMenu li a{
	color: #000;
	text-decoration: none;
}
#kontextMenu li a:hover{
	text-decoration: underline;
}
/* CONTENT ITEM LIST */
dl.list-item {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	clear: both;
	background: url(images/dot.gif) repeat-x bottom left;
}
dl.list-item dd, dl.list-item dt {
    margin: 0;
    padding: 0;
}
dl.list-item dt {
	font-size: 1.1em;
	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 #e0e0e0 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.anotation p.more {
    margin:0px;
    padding:0px;
	background: url(images/arrow-orange.gif) no-repeat left center;
    text-align: left;
}
dl.list-item dd.anotation p.more a {
    padding-left: 10px;
    color: #cf8d00;
    text-decoration: none;
}
dl.list-item dd.anotation p.more a:hover{
    text-decoration: underline;
}

dl.list-item-img dt,
dl.list-item-img dd.anotation {
	width:490px;
	float:left;
}


/* CONTENT PHOTOGALLERY */
.lightbox{
	margin: 5px 0 20px 0;
    clear: both;
    font-size: 0.8em;
	color: #555;
}
.lightbox div.gallery-img {
    width:114px;
    float:left;
}
.lightbox div.gallery-img img {
    padding: 3px 3px 3px 3px;
    margin:0px 0px 4px 0px;
    border: 1px #e0e0e0 solid;
}
.lightbox div.gallery-img p {
    margin:0px;
    padding:0px 14px 0px 0px;
}


/* DOCUMENT DOWNLOAD */
.documentDownload{
    margin: 15px 0;
	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:#000000;
    font-size:1.2em;
    padding:5px 5px 5px 40px;
    position:relative;
    background:none;
}
.report ul {
    padding:0px 0px 0px 35px;
    margin:0px;
    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:0px;
    left:0px;
}

.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 {
    clear:both;
    margin:0.5em 0em 0em 0em;
    padding:8px 0em 0.5em 0em;
    border-top:1px dotted #B29680;
}
div.pager div.nextprev {
    float:right;
}
