body {
	width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
}
h1 {
	font-size: 1.5em;
	margin: 0;
}
h2 {
	margin: 5px 0;
	color: #bb0707;
    font-size: 1.5em;
}
h3 {
	margin:0px;
    padding:5px 0px 5px 0px;
	color: #D40926;
    font-size: 1.1em;
}
a {
	outline: none;
}
a img {
	border: none;
}
img {
	font-size: 0;
	line-height: 0;
}
/* KONTEXT MENU */
div.kontext {
    text-align:left;
    padding:0px 0px 10px 10px;
    color:#83b9ff;
}
div.kontext ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.kontext ul li {
	display: inline;
    font-size: 0.8em;
}
div.kontext ul li a {
	color: #83b9ff;
	text-decoration: none;
}
div.kontext ul li a:hover {
    color:#fff;
	text-decoration: underline;
}
div.kontext ul li a.active {
	text-decoration: underline;
}

/* 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 #D0D0D0;
}
div.pager div.nextprev {
    float:right;
}
/* FORMS */
input,label{
	padding: 2px;
}
input.submit{
	padding: 0;
	cursor: pointer;
}
input.checkbox{
	padding: 0;
}
/* GENERAL */
.clear{
	clear: both;
}
.cleaner {
	border: 0 none;
	height: 0;
    margin: 0;
    padding: 0;
	font-size: 0;
	line-height: 0;
    clear: both;
    visibility: hidden;
}
.display-none{
	display: none;
}
.text-align-center{
	text-align: center;
}
.text-align-left{
	text-align: left;
}
.text-align-right{
	text-align: right;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.float-none{
	float: none;
}
.center{
	margin: 0 auto;
}
/* DOCUMENT DOWNLOAD */
.documentDownload {
    margin:0;
	padding: 5px;
    list-style: none;
    font-size:0.9em;
    border:1px solid #E5E5E5;
}
.documentDownload li {
	padding: 5px 5px 2px 0px;
    border-bottom:1px dotted #D6D6D6;
}
.documentDownload a{
	text-decoration: none;
	color: #333;
	vertical-align: top;
}
.documentDownload a:hover{
	text-decoration: underline;
}
.mimeicon{
	width: 15px;
	height: 15px;
}
/* GALLERY */
.lightbox {
    clear:both;
}
.galleryCell {
	margin: 0 3px 3px 0;
	padding: 3px;
	border: 1px #C0C0C0 dotted;
	float: left;
}
.galleryCell img { float:left; }
.galleryCell span {
	font-size: 0.8em;
	color: #555;
}
/* CONTENT ITEM LIST */
.listItem-container{
	margin: 0;
}
.list-item {
	margin: 0;
	padding: 5px 0px;
}
.list-item dt {
    margin:0px;
    padding:0px 0px 5px 0px;
}
.list-item dt a{
	font-size: 1em;
	text-decoration: none;
	color: #083e82;
}
.list-item dt a:hover{
	color: #000;
}
.list-item dd.image {
	margin: 5px 0;
	padding: 5px;
	border: 1px #ccc solid;
	float: left;
}
.list-item dd.anotation {
	margin: 0;
    padding:0px 0px 0px 0px;
    font-size:0.9em;
}
.list-item dd.anotation p {
    margin: 0;
    padding:0px 0px 0px 0px;
}
.list-item dd.more {
	margin: 0;
    padding:5px 0px 0px 0px;
    border-bottom:1px dotted #D6D6D6;
    text-align:right;
    font-size:0.9em;
}
.list-item dd.more a{
	color: #C70823;
}
.list-item dd.more a:hover{
	color: #000;
}
