div, p, li {
    @zoom: 1;
}
h1 {
	font-size: 1.7em;
	margin: 0;
}
h1, h2 {
    font-family: Georgia, Times, Arial, Verdana;
    font-size: 1.5em;
	margin: 0;
	padding:0;
	color: #16598D;
	font-weight: normal;
}
h3 {
    margin: 1em 0 0.2em 0;
    padding:0;
	font-weight: normal;
	font-family: Georgia, Times, Arial, Verdana;
    font-size: 1.5em;
    color: #00599C;
}
h4 {
    font-size: 1.1em;
    margin: 1em 0 1em 0;
    padding:0;
    /* font-family: Georgia, Times, Arial, Verdana; */
	color: #00599C;
	font-weight: normal;
}
h5, h6 {
    font-size: 1.0em;
    margin: 1em 0 0.5em 0;
    padding:0;
	color: #000000;
}
a {
	color:#00599C;
	text-decoration:underline;
	outline: none;
}
a:hover {
	color:#00599C;
	text-decoration:underline;
	outline: none;
}
a img{
	border: none;
	outline: none;
}
.cleaner {
	height: 0.01px !important;
	margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
	line-height: 0 !important;
	font-size: 0 !important;
    clear: both !important;
    visibility: hidden !important;
    float: none !important;
}

input, select {
    margin: 0 0px;
    outline: none;
    -moz-outline-style: none;
}

/* CONTENT ITEM LIST */
.listItem-container {
    padding: 0;
}

div.list-item, dl.list-item {
    padding: 10px 0 5px 0;
    clear:both;
}

dl.list-item dd, dl.list-item dt {
    margin:0em;
    padding:0em;
}
dl.list-item dt {
	font-size: 1.2em;
	padding-bottom:0.3em;
}

div.list-item h3, dl.list-item dt h3 {
    font-size:1.4em;
    font-weight:normal;
    padding:0 0 5px;
}
div.list-item-akt h3 {
    font-size: 1.5em;
}
div.list-item h3 a, dl.list-item dt h3 a {
    color: #085895;
    text-decoration: none;
}
div.list-item-akt p {
    margin: 1px 0 0 0;
    padding: 0;
}
div.list-item .a-details, dl.list-item dd.a-details {
    color:#7B8286;
    padding:0 0 10px;
}

div.list-item .a-mainImage, dl.list-item dd.image {
    float:left;
    padding:0 10px 5px 0;
}

dl.list-item dd.anotation {
    line-height:1.2em;
	margin: 1px 0 0 0;
    height: 3.6em;
    overflow: hidden;
}
dl.list-item dd.anotation p {
	margin: 0;
	padding:0em 0em 0em 0em;
	text-align: justify;
}
div.list-item .a-more, dl.list-item .more {
	margin: 0;
	padding: 3px 0;
	text-align:right;
	color: #0050A7;
}

dl.list-item .more div.date {
    float:left;
    color: gray;
    font-size: 0.8em;
    width: auto;
}

div.list-item .a-more a, dl.list-item .more a, a.back-link {
	color: #0050A7;
}

table td.c {
    text-align: center;
}
table td.r {
    text-align: right;
}
table th.w_35, table td.w_35 {
    width: 35px;
}
table th.w_40, table td.w_40 {
    width: 40px;
}
table th.w_130, table td.w_130 {
    width: 130px;
}

/**
 * Reporty
**/
.report {
    min-height:18px;
    _height:18px;
    text-align:left;
    margin:0 auto 3px auto;
    color:#000000;
    font-size:1.2em;
    padding:7px 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:36px;
    height:30px;
    margin:1px 3px 1px 1px;
    background:url(/public/themes/images/reports.gif) no-repeat top left;
    position:absolute;
    top:0px;
    left:0px;
}

.reports {
    padding: 12px 27px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 0;
    font-family: Georgia,Times,Arial,Verdana;
}
.reports .report_head {
    position: relative;
    padding: 5px 0 5px 45px;
    font-size:1.5em;
}
.reports .report_head span, .report_e span {
    display:block;
    width:36px;
    height:30px;
    margin:0;
    position:absolute;
    top:0px;
    left:0px;
}
.reports_eERROR {
    background: url(/public/themes/base/images/report-error-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-error-bg-ie.png) repeat left top;
    color:#E11B22;
}
.reports_eALERT {
    background: url(/public/themes/base/images/report-alert-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-alert-bg-ie.png) repeat left top;
    color:#565656;
}
.reports_eINFO {
    background: url(/public/themes/base/images/report-info-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-info-bg-ie.png) repeat left top;
    color:#F08400;
}
.reports_eHELP {
    background: url(/public/themes/base/images/report-help-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-help-bg-ie.png) repeat left top;
    color:#008CC9;
}
.reports_eOK {
    background: url(/public/themes/base/images/report-ok-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-ok-bg-ie.png) repeat left top;
    color:#336012;
}
.reports_eERROR .report_head span {
    background:url(/public/themes/base/images/reports.png) no-repeat -36px 0px;
}
.reports_eALERT .report_head span {
    background:url(/public/themes/base/images/reports.png) no-repeat -108px 0px;
}
.reports_eINFO .report_head span {
    background:url(/public/themes/base/images/reports.png) no-repeat -72px 0px;
}
.reports_eHELP .report_head span {
    background:url(/public/themes/base/images/reports.png) no-repeat -144px 0px;
}
.reports_eOK .report_head span {
    background:url(/public/themes/base/images/reports.png) no-repeat 0px 0px;
}
.reports .report-extended {
    padding-top: 8px;
}
.reports .report-extended ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.4em;
    font-size:1.1em;
}
.reports .report-extended ul li {
    margin: 0;
    padding: 0;
}
.report_e {
    position: relative;
    padding: 12px 0 15px 45px;
    margin: 5px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: Georgia,Times,Arial,Verdana;
    font-size:1.1em;
}
.report_e span {
    top:5px;
    left:5px;
}
.report_eERROR {
    background: url(/public/themes/base/images/report-error-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-error-bg-ie.png) repeat left top;
    color: #E11B22;
}
.report_eALERT {
    background: url(/public/themes/base/images/report-alert-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-alert-bg-ie.png) repeat left top;
    color: #565656;
}
.report_eINFO {
    background: url(/public/themes/base/images/report-info-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-info-bg-ie.png) repeat left top;
    color: #F08400;
}
.report_eHELP {
    background: url(/public/themes/base/images/report-help-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-help-bg-ie.png) repeat left top;
    color: #008CC9;
}
.report_eOK {
    background: url(/public/themes/base/images/report-ok-bg.png) repeat left top;
    _background: url(/public/themes/base/images/report-ok-bg-ie.png) repeat left top;
    color: #336012;
}
.report_eERROR span {
    background:url(/public/themes/base/images/reports.png) no-repeat -36px 0px;
}
.report_eALERT span {
    background:url(/public/themes/base/images/reports.png) no-repeat -108px 0px;
}
.report_eINFO span {
    background:url(/public/themes/base/images/reports.png) no-repeat -72px 0px;
}
.report_eHELP span {
    background:url(/public/themes/base/images/reports.png) no-repeat -144px 0px;
}
.report_eOK span {
    background:url(/public/themes/base/images/reports.png) no-repeat 0px 0px;
}

.lightbox a {
    display: inline-block;
    text-decoration: none;
    outline: none;
}
.lightbox img {
	margin: 0px 10px 5px 0;
	padding: 3px;
	border: 1px #EBEFF4 solid;
}
.lightbox a:hover img {
    border-color: #C1C2C4;
}
.docsDownload {
    padding: 15px 0;
}
.block1 .docsDownload h3 {
    font-size: 1.1em;
    color: #00599C;
    font-family: Arial, Verdana;
}
ul.docDownload {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.docDownload li {
    padding: 3px 0;
    margin: 0;
}
ul.docDownload li img {
    vertical-align: middle;
}
ul.docDownload li a {
    color: #00599C;
    font-weight: bold;
}

div.docDownload {
    padding: 0;
    margin: 0;
    text-align: center;
}
div.docDownload dl {
    padding: 3px 0;
    margin: 0;
    width: 120px;
    display: inline-block; 
}
div.docDownload dd.image {
    text-align: center;
    padding: 0;
    margin: 0;
}

div.docDownload dl dt {
    padding: 0 5px;
    text-align: center;
    margin: 0;
}

div.docDownload dl dt a {
    color: #00599C;
    font-weight: bold;
}

.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 solid #085895;
    text-align: right;
}
div.pager div.nextprev {
    float:right;
}

div.pager a {
    text-decoration: none;
    padding: 0 3px;
}
div.pager a:hover {
    text-decoration: underline;
}

div.pager a.page {
    color: #666666;
}

div.pager a.page:hover {
    color: #000;
}

div.pager a.page-active{
    font-weight: bold;
    color: #000;
}


input.hint {
    color: gray;    
}

.errDialog {
    display: none;
    position: absolute;
    top: 200px;
    z-index: 9999;
    padding: 10px;
    background: url(/public/themes/base/images/alert-bg-red.png) no-repeat left top #FFFBFB;
    width: 580px;
    min-height: 169px;
    _height: 169px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.errDialog .errorContent {
    /* position: absolute;
    top:0;
    left:0; */
    width: 100%;
}

.errDialog .errorContent div {
    clear: both;
}

.errDialog .errorContent .errorMsg {
    padding: 15px 35px 15px 15px;
    margin: 0px;
    color: #E11B22;
    font-size: 1.2em;
    font-family: Georgia, Times, Arial, Verdana;
    text-align: center;
}
.errorMsg .a_msg {
    text-align: center;
    font-size: 2em;
    color: #E11B22;
    padding: 0 0 13px 0;
}
.errorMsg .a_msg .a_msg_s {
    position: relative;
    padding: 0 0 0 40px;
}
.errorMsg .a_msg .a_msg_i {
    background:url(/public/themes/base/images/reports.png) no-repeat -36px 0px;
    display:block;
    width:36px;
    height:30px;
    margin:0;
    position:absolute;
    top:0px;
    left:0px;
}
.errorMsg p {
    margin: 0;
    padding: 0 0 7px 0;
}

.errorMsg .ico-cross {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 19px;
    height: 19px;
    cursor: pointer;
    padding: 0;
}

.errorMsg .error-description {
    font-size: 0.8em;
    line-height: 150%;
    margin: 5px 0 10px 0;
    font-style: italic;
}

/* 
    CK EDITOR STYLES 
*/
.pink_block {
    background: #FCE8E8;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 20px 10px 15px;
}

.blue_font {
    font-family: Georgia, Times, Arial, Verdana;
    color: #085895;
}

.red_font {
    font-family: Georgia, Times, Arial, Verdana;
    color: #E11B22;
}

.lt_table {
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #D4F0FC;
	background: #FFFFFF;
}
.lt_table table {
    width: 100%;
}
.lt_table table th {
    background: #D4F0FC;
    font-family: Georgia, Times, Arial, Verdana;
    color: #085895;
    text-align: left;
    font-size: 1.1em;
    font-weight: normal;
}
.lt_table table th, .lt_table table td {
    padding: 8px 15px;
}
.lt_table table td {
    border-right: 1px solid #D4F0FC;
    border-bottom: 1px solid #D4F0FC;
}
.lt_table table tr:last-child td {
    border-bottom: none;
}
.lt_table table td:last-child {
    border-right: none;
}
.lt_table table th {
    border-right: 1px solid #97D5ED;
    border-left: 1px solid #FFFFFF;
}
.lt_table table th:first-child {
    border-left: none;
}
.lt_table table th:last-child {
    border-right: none;
}
.lt_table table th.c,
.lt_table table td.c {
    text-align: center;
}
.lt_table table th.r,
.lt_table table td.r {
    text-align: right;
}
.lt_table table th.min,
.lt_table table td.min {
    width: 1px;
    white-space: nowrap;
}

.autocomplete_outer {
    float: left;
    background: url(/public/themes/base/images/input-bg.png) no-repeat left top;
    border: none;
    color: #5E5E5E;
    vertical-align: middle;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.autocomplete_outer .input {
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.autocomplete_outer .ac_loading {
    background: url(/public/themes/jquery/plugins/autocomplete/indicator.gif) right center no-repeat;
}

iframe.fullPageIframe {
	width: 100%;
	border: 0 none;
	min-height: 600px;
    overflow-x: hidden;
    overflow-y: auto;
	background: transparent;
}

#pecatSSL a {
	display: inline-block;
	width: 115px;
	height: 55px;
}