
/* - theme/default/style.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/theme/default/style.css?original=1 */
div.olMap {
z-index: 0;
padding: 0 !important;
margin: 0 !important;
cursor: default;
}
div.olMapViewport {
text-align: left;
}
div.olLayerDiv {
-moz-user-select: none;
-khtml-user-select: none;
}
.olLayerGoogleCopyright {
left: 2px;
bottom: 2px;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
right: auto !important;
}
.olLayerGooglePoweredBy {
left: 2px;
bottom: 15px;
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
bottom: 15px !important;
}
.olControlAttribution {
font-size: smaller;
right: 3px;
bottom: 4.5em;
position: absolute;
display: block;
}
.olControlScale {
right: 3px;
bottom: 3em;
display: block;
position: absolute;
font-size: smaller;
}
.olControlScaleLine {
display: block;
position: absolute;
left: 10px;
bottom: 15px;
font-size: xx-small;
}
.olControlScaleLineBottom {
border: solid 2px black;
border-bottom: none;
margin-top:-2px;
text-align: center;
}
.olControlScaleLineTop {
border: solid 2px black;
border-top: none;
text-align: center;
}
.olControlPermalink {
right: 3px;
bottom: 1.5em;
display: block;
position: absolute;
font-size: smaller;
}
div.olControlMousePosition {
bottom: 0em;
right: 3px;
display: block;
position: absolute;
font-family: Arial;
font-size: smaller;
}
.olControlOverviewMapContainer {
position: absolute;
bottom: 0;
right: 0;
}
.olControlOverviewMapElement {
padding: 10px 18px 10px 10px;
background-color: #00008B;
-moz-border-radius: 1em 0 0 0;
}
.olControlOverviewMapMinimizeButton {
right: 0;
bottom: 80px;
cursor: pointer;
}
.olControlOverviewMapMaximizeButton {
right: 0;
bottom: 80px;
cursor: pointer;
}
.olControlOverviewMapExtentRectangle {
overflow: hidden;
background-image: url("/cms/theme/default/img/blank.gif");
cursor: move;
border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
overflow: hidden;
cursor: move;
background-image: url("/cms/theme/default/img/overview_replacement.gif");
background-repeat: no-repeat;
background-position: center;
}
.olLayerGeoRSSDescription {
float:left;
width:100%;
overflow:auto;
font-size:1.0em;
}
.olLayerGeoRSSClose {
float:right;
color:gray;
font-size:1.2em;
margin-right:6px;
font-family:sans-serif;
}
.olLayerGeoRSSTitle {
float:left;font-size:1.2em;
}
.olPopupContent {
padding:5px;
overflow: auto;
}
.olControlNavigationHistory {
background-image: url("/cms/theme/default/img/navigation_history.png");
background-repeat: no-repeat;
width:  24px;
height: 24px;
}
.olControlNavigationHistoryPreviousItemActive {
background-position: 0 0;
}
.olControlNavigationHistoryPreviousItemInactive {
background-position: 0 -24px;
}
.olControlNavigationHistoryNextItemActive {
background-position: -24px 0;
}
.olControlNavigationHistoryNextItemInactive {
background-position: -24px -24px;
}
div.olControlSaveFeaturesItemActive {
background-image: url(/cms/theme/default/img/save_features_on.png);
background-repeat: no-repeat;
background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive {
background-image: url(/cms/theme/default/img/save_features_off.png);
background-repeat: no-repeat;
background-position: 0 1px;
}
.olHandlerBoxZoomBox {
border: 2px solid red;
position: absolute;
background-color: white;
opacity: 0.50;
font-size: 1px;
filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
border: 2px solid blue;
position: absolute;
background-color: white;
opacity: 0.50;
font-size: 1px;
filter: alpha(opacity=50);
}
.olControlPanPanel {
top: 10px;
left: 5px;
}
.olControlPanPanel div {
background-image: url(/cms/theme/default/img/pan-panel.png);
height: 18px;
width: 18px;
cursor: pointer;
position: absolute;
}
.olControlPanPanel .olControlPanNorthItemInactive {
top: 0;
left: 9px;
background-position: 0 0;
}
.olControlPanPanel .olControlPanSouthItemInactive {
top: 36px;
left: 9px;
background-position: 18px 0;
}
.olControlPanPanel .olControlPanWestItemInactive {
position: absolute;
top: 18px;
left: 0;
background-position: 0 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
top: 18px;
left: 18px;
background-position: 18px 18px;
}
.olControlZoomPanel {
top: 71px;
left: 14px;
}
.olControlZoomPanel div {
background-image: url(/cms/theme/default/img/zoom-panel.png);
position: absolute;
height: 18px;
width: 18px;
cursor: pointer;
}
.olControlZoomPanel .olControlZoomInItemInactive {
top: 0;
left: 0;
background-position: 0 0;
}
.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
top: 18px;
left: 0;
background-position: 0 -18px;
}
.olControlZoomPanel .olControlZoomOutItemInactive {
top: 36px;
left: 0;
background-position: 0 18px;
}
.olControlPanZoomBar div {
font-size: 1px;
}
.olPopupCloseBox {
background: url("/cms/theme/default/img/close.gif") no-repeat;
cursor: pointer;
}
.olFramedCloudPopupContent {
padding: 5px;
overflow: auto;
}
.olControlNoSelect {
-moz-user-select: none;
-khtml-user-select: none;
}
.olImageLoadError {
background-color: pink;
opacity: 0.5;
filter: alpha(opacity=50); /* */
}
.olCursorWait {
cursor: wait;
}
.olDragDown {
cursor: move;
}
.olDrawBox {
cursor: crosshair;
}
.olControlDragFeatureOver {
cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
cursor: -moz-grabbing;
}
.olControlLayerSwitcher {
position: absolute;
top: 25px;
right: 0;
width: 20em;
font-family: sans-serif;
font-weight: bold;
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
font-size: smaller;
color: white;
background-color: transparent;
}
.olControlLayerSwitcher .layersDiv {
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 75px;
background-color: darkblue;
width: 100%;
height: 100%;
}
.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
margin-top: 3px;
margin-left: 3px;
margin-bottom: 3px;
}
.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
padding-left: 10px;
}
.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
top: 5px;
right: 0;
cursor: pointer;
}
.olBingAttribution {
color: #DDD;
}
.olBingAttribution.road {
color: #333;
}
.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite {
color: #EEE;
}
.olGoogleAttribution {
color: #333;
}
span.olGoogleAttribution a {
color: #77C;
}
span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
color: #EEE;
}
.olControlNavToolbar ,
.olControlEditingToolbar {
margin: 5px 5px 0 0;
}
.olControlNavToolbar div,
.olControlEditingToolbar div {
background-image: url("/cms/theme/default/img/editing_tool_bar.png");
background-repeat: no-repeat;
margin: 0 0 5px 5px;
width: 24px;
height: 22px;
cursor: pointer
}
/* */
.olControlEditingToolbar {
right: 0;
top: 0;
}
.olControlNavToolbar {
top: 295px;
left: 9px;
}
/* */
.olControlEditingToolbar div {
float: right;
}
/* */
.olControlNavToolbar .olControlNavigationItemInactive,
.olControlEditingToolbar .olControlNavigationItemInactive {
background-position: -103px -1px;
}
.olControlNavToolbar .olControlNavigationItemActive ,
.olControlEditingToolbar .olControlNavigationItemActive  {
background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive  {
background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
background-position: -77px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
background-position: -77px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
background-position: -51px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
background-position: -51px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive{
background-position: -26px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
background-position: -26px -24px;
}

}


/* - ++resource++geo-openlayers.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++geo-openlayers.css?original=1 */
/* */
.actionMenu.activated .actionMenuContent,
#contentActionMenus dl.actionMenu.activated dd{z-index:1008}
/* */
div.olMap img {max-width:none !important}
dl.placemark-properties dt{float:none}
.olFramedCloudPopupContent dt, .olFramedCloudPopupContent dd{margin:0;padding:0;line-height:normal}
.olFramedCloudPopupContent dt{float:left;margin-right:.5em;font-weight:bold}
div.olMapViewport{z-index: 0}
.olLayerGooglePoweredBy{z-index: 700!important}
.olControlAttribution{bottom:13px}
.olPopupContent h2{ margin: 0;padding: 0}
.olPopup p{margin:0;font-size: .9em}
.olPopup h2{font-size:1.2em}
/* */
#default-cgmap, #geosettings-cgmap {height:450px}
#geoshapemap {height:500px;}
#location-options li a {cursor: pointer}
#location-options li.selected a {color: red!important}
/* */
.olControlModifyFeatureItemActive {background-position:-1px -23px}
.olControlModifyFeatureItemInactive {background-position:-1px 0px}
}


/* - theme/default/google.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/theme/default/google.css?original=1 */
.olLayerGoogleCopyright {
right: 3px;
bottom: 2px;
left: auto;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
bottom: 0px;
right: 0px !important;
}
.olLayerGooglePoweredBy {
left: 2px;
bottom: 2px;
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
bottom: 0px !important;
}

}


/* - public.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/public.css?original=1 */
/* */
* { margin: 0; padding: 0; }
* :link,:visited { text-decoration:none }
* ul,ol { list-style:none; }
* li { display: inline; }
* h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
* a img,:link img,:visited img { border:none }
a { outline: none; }
table { border-spacing: 0; }
img { vertical-align: text-bottom; border: 0 none; }
iframe { border-width: 0; border-style:none; }
/* */
/* */
body {
font: 100% Arial, FreeSans, sans-serif;
background: White;
color: #666;
/* */
}
body.popup {
background: #fff !important;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
font-weight: bold;
color: #034C7A;
line-height: 1.5em;
}
h1 {
font-size: 1.3em;
}
h2 {
font-size: 1.2em;
}
h3 {
font-size: 1.1em;
margin-bottom: 1em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: 0.9em;
}
h6 {
font-size: 0.8em;
}
h2 a, h3 a, h4 a {
border-bottom: none !important;
}
p {
}
dt {
font-weight: bold;
}
input {
font-family: "Lucida Grande", Arial, FreeSans;
}
q {
quotes: "“" "”" "‘" "’";
}
/* */
/* */
#portal-header {
position: relative;
z-index: 2;
}
#portal-personaltools {
float: right;
background: #e3e3e3;
position: relative;
z-index: 3; /* */
top: 0;
right: 0;
padding: 0.25em 0.5em;
font-size: 80%;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
#portal-personaltools #anon-personalbar a {
float: left;
margin-right: 0.5em;
}
#portal-languageselector {
float: right;
background: #e3e3e3;
position: relative;
top: 0;
right: 1px;
z-index: 3; /* */
padding: 0.25em 0.5em;
font-size: 80%;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
max-width: 50%;
}
#portal-searchbox {
float: right;
text-align: left;
clear: right;
margin: 1.2em 0;
font-size: 80%;
}
#portal-searchbox form {
white-space: nowrap;
}
#portal-searchbox label {
font-weight: normal;
}
#searchGadget {
width: 13em;
}
#searchGadget,
.LSBox input.searchButton {
}
.LSBox .searchSection {
}
#content input.searchField {
margin-bottom: 1em;
}
input.searchField {
-moz-appearance: searchfield;
}
/* */
.collapsible .collapser.collapsed {
padding-right: 14px;
background: url('arrowRight.png') center right no-repeat;
}
.collapsible .collapser.expanded {
padding-right: 14px;
background: url('arrowDown.png') center right no-repeat;
}
/* */
/* */
#LSResult {
position: absolute;
right: 0;
background: White;
margin: -1.5em 0 0 -7em;
}
#LSResult fieldset {
padding: 1em 0 0;
border: 0.1em solid #ccc;
}
#livesearchLegend {
background-color:#ccc;
padding:0.3em;
}
#LSResult .LSDescr {
font-size: 85%;
color: #666;
}
.LSRow,
#LSNothingFound {
display: block;
padding: 0.5em 1em;
white-space: normal;
width:28em;
}
.LSHighlight {
background: #ddd;
}
/* */
/* */
#portal-breadcrumbs {
font-size: 80%;
margin-left: 0.25em;
}
#portal-breadcrumbs a {
border-bottom: none;
display: inline-block;
}
/* */
/* */
#portal-siteactions {
font-size: 85%;
padding-bottom: 2em;
text-align: center;
clear: left;
}
#portal-siteactions li {
margin-right: 0.5em;
}
#portal-siteactions li a:hover {
color: #75ad0a
}
/* */
/* */
a.link-parent {
}
a.link-anchor {
border: none !important;
color: Black !important;
cursor: default !important;
}
#content a.link-overlay {
border-bottom: 1px dotted #205c90 !important;
}
dl dt .documentByLine {
font-weight: normal;
}
dl dt span.summary a {
border: none !important;
}
/* */
/* */
dl.portlet {
margin: 0 0 1em;
font-size: 80%;
}
dl.portletError {
background-color: #FFA500;
}
div.portletAssignments div.portletHeader {
padding: 0.42em 1em;
background: #ddd;
line-height: normal;
}
dl.portlet dt.hiddenStructure {
padding: 0;
}
div.portletAssignments {
font-size: 0.8em;
line-height: 2em;
}
div.portletAssignments .managedPortletActions {
float: right;
}
div.portletAssignments .managedPortletActions a {
margin: 0 0.25em;
border: none;
}
dl.portlet dt a:link,
dl.portlet dt a:visited,
dl.portlet dt a:hover {
color: black;
display: block;
border: none;
}
dl.portlet dd.portletItem,
dl.portlet dd.portletFooter,
dl.portletError dd {
padding: 1em;
}
div.managePortletsLink,
a.managePortletsFallback {
text-align: center;
padding: 0.25em 0.5em;
font-size: 80%;
margin: 0 auto 1em;
background: #ddd;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
}
a.managePortletsFallback {
display:inline-block; /* */
}
#content a.managePortletsFallback {
display: block;
border-bottom: none !important;
}
#portlet-prefs a {
border: none;
line-height: 2em;
}
#visual-portal-wrapper dl.portletCalendar dd {
padding: 0;
}
#dashboard-portlets1,
#dashboard-portlets2,
#dashboard-portlets3,
#dashboard-portlets4 {
display: inline-block;
}
/* */
/* */
dl.portletNavigationTree {
font-family: "Verdana","Tahoma",Sans;
font-size: 0.6875em;
margin: 0.5em 0;
}
dl.portlet ul.navTree li.navTreeItem {
margin: 0;
}
dl.portlet ul.navTree li a {
border: none;
display: block;
zoom: 1;
}
dl.portlet ul.navTree li a:focus,
dl.portlet ul.navTree li a:visited {
color: #205C90;
}
dl.portlet ul.navTree .navTreeCurrentItem,
dl.portlet ul.navTree li a:hover {
background-color: #E4E7EA;
color: #333;
}
dl.portletNavigationTree dd.portletItem {
padding: 0;
}
dl.portlet ul.navTreeLevel0 {
border-top: 0.1em solid #d1d1d1;
}
dl.portlet ul.navTreeLevel0 > .navTreeItem a {
padding: 0.25em 1em;
border-bottom: 0.1em solid #d1d1d1;
line-height: 1.5em;
}
dl.portlet ul.navTreeLevel1 .navTreeItem a span:before {
content: "::\a0";
}
dl.portlet ul.navTreeLevel1 .navTreeItem a {
padding-left: 1.5em;
line-height: 1.5em;
}
dl.portlet ul.navTreeLevel2 .navTreeItem a {
padding-left: 2.5em;
line-height: 1.5em;
}
dl.portlet ul.navTreeLevel3 .navTreeItem a {
padding-left: 3.5em;
line-height: 1.5em;
}
/* */
/* */
#content {
line-height: 1.5em;
clear: both;
font-size: 80%;
margin: 1em 0.25em 2em 0.25em;
background-color: #fff;
}
/* */
body#content {
margin: 1em;
}
#content h1 {
margin-top: 0.5em;
}
#content h1.documentFirstHeading {
margin-top: 0;
margin-bottom: .625em;
}
#content p,
#content table,
#content dl,
dl.portlet p,
dl.portlet {
margin-bottom: 1em;
}
#content ul,
#content ol {
}
#content a:link,
dl.portlet a:link {
color: #205c90;
}
#content a:hover {
text-decoration: underline;
}
#content a:target {
background-color: #ffb;
}
#content span.link-external a {
background: transparent url(link_icon.png) 0px 1px no-repeat;
padding: 1px 0px 1px 16px;
}
#category {
font-size: 75%;
margin-bottom: 1em;
color: #666;
text-align: right;
display: none;
}
#category a.link-category, span.selectedTag {
color: black;
padding: 0.25em 0.5em;
background: #ddd;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
}
#category a.link-category:hover {
background: #205c90;
color: White;
border-color: #205c90;
}
#category .separator {
display: none;
}
#content ul {
list-style-type: disc;
margin-left: 2em;
}
#content ol,
dl.portlet ol {
list-style-type: decimal;
margin-left: 2em;
}
#content li,
dl.portlet li {
margin-bottom: 0.25em;
line-height: 1.5em;
display: list-item;
}
#content dt {
font-weight: bold;
margin-bottom: 0;
margin-right: 0;
}
#content dd {
margin: 0 0 1em 2em;
}
#content pre {
background-color: #222;
color: White;
font-family: Consolas, Inconsolata, Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
padding: 1em;
overflow-x: auto;
font-size: 90%;
margin-bottom: 1em;
line-height: 1.25em;
}
#content pre.python {
background-color: White;
}
#content code {
font-family: Consolas, Inconsolata, Menlo, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace;
}
#content div.documentByLine {
font-size: 85%;
display: block;
color: #666;
}
#content .discreet,
#sidebar .discreet {
color: #666;
font-size: 85%;
font-weight: normal;
}
#content .visualHighlight {
background-color: #ffb;
}
#content .pullquote {
margin: 0 1em 0.5em 0.5em;
font-weight: bold;
line-height: 1.25em;
float: right;
width: 35%;
clear: right;
color: #444;
font-size: 1.6em;
letter-spacing: -0.08em !important;
}
#content .callout {
background: #eee;
padding: 1em;
border-left: 1em solid #ccc;
clear: both;
}
#content table {
text-align: left;
border-collapse: collapse;
border-spacing: 0px;
}
#content .documentDescription,
#content #description {
color: #666;
margin-left: 0;
font: bold 1.25em "Helvetica Neue", Arial, FreeSans, sans-serif;
}
#content img.tileImage,
#content div.newsImageContainer {
float: right;
margin: 0 1em 0.5em 1em;
}
#content div.newsImageContainer a {
border-bottom: none;
}
#content div.newsImageContainer p.discreet {
margin: 0;
padding: 0.5em;
background-color: #666;
background-color: rgba(40,40,40,0.7);
color: White;
font-weight: bold;
position: relative;
width: 190px;
top: -3em;
}
.eventDetails {
float: right;
clear: right;
margin: 0 0 0.5em 1em;
}
/* */
/* */
table.listing,
table.plain {
border-spacing: 0;
border-collapse: collapse;
}
table.invisible td,
table.invisible th,
table.plain td,
table.plain th,
table.listing td,
table.listing th {
padding: 0.25em;
vertical-align: top;
}
table.plain th,
table.plain td {
border: 1px solid #ddd;
}
table.listing td.listingCheckbox,
table.listing th.listingCheckbox {
text-align: center;
}
table.listing {
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
table.listing .top {
border-left: 1px solid #ddd;
border-top: 1px solid #ddd;
border-right: 1px solid #ddd;
}
table.listing th {
text-align: left;
color: #666;
border: 0.1em solid #e7e7e7;
border-style: solid solid none;
background: #ddd;
}
table.listing tr.odd th {
border: 0.1em solid #fff;
border-style: solid solid none none;
}
table.listing tbody th {
font-weight: bold;
}
table.listing tbody tr {
text-align:left;
}
table.listing tbody tr.odd {
/* */
}
table.listing tbody tr td {
background: transparent;
}
table.listing tbody tr.odd td {
/* */
}
table.listing td {
border: 1px solid #ddd;
}
table.listing a {
border: none;
display: inline-block;
border-bottom: none !important;
}
table.listing td.draggable {
text-shadow: White 1px 1px 1px;
background: #ddd !important;
border-bottom: 1px solid white;
padding: 0.4em 0.4em 0 0.5em;
}
/* */
table.vertical {
}
table.vertical th {
text-align: right;
}
table.vertical td {
border-top: 0.1em solid #e7e7e7;
padding: 0.5em;
}
/* */
table.grid td,
table.grid th {
border: 1px solid #e7e7e7;
padding: 0.5em;
}
.dragindicator {
outline: 2px solid #FFD700;
}
#foldercontents-order-column {
padding: 0;
}
div.listingBar {
font-size: 80%;
margin: 1em 0;
}
div.listingBar .next {
display: inline-block;
float: right;
}
div.listingBar .previous {
display: inline-block;
}
div.listingBar a {
display: inline-block;
padding: 0.25em 0.5em;
border: 0.1em solid #ccc;
}
div.listingBar a:hover {
color: White;
background-color: #e4e7ea;
border-color: #329fd7;
}
/* */
/* */
dl.portalMessage {
margin: 1em 0;
font-size: 80%;
border: 1px solid #996;
background-color: #ffffe3;
clear:both;
}
dl.portalMessage a,
#content dl.portalMessage a {
color: black;
border-bottom: 1px solid #888;
}
dl.portalMessage dt {
background-color: #996;
font-weight: bold;
float: left;
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
color: White;
line-height: 1.25em;
}
dl.portalMessage dd {
padding: 0.5em 0.5em;
margin: 0;
line-height: 1.25em;
}
dl.warning {
border-color: #d80;
}
dl.warning dt {
background-color: #d80;
}
dl.error {
border-color: #d00;
}
dl.error dt {
background-color: #d00;
}
dl.warning {
border-color: #d80;
}
dl.warning dd {
background-color: #fd7;
}
dl.error {
border-color: red;
}
dl.error dd {
background-color: #fdc;
}
/* */
#content dl.portalMessage {
font-size: 100%;
}
#content dl.portalMessage dt {
margin: 0 0.5em 0 0;
padding: 0.5em 0.75em;
}
#content dl.portalMessage dd {
margin: 0;
}
/* */
/* */
/* */
/* */
#content ul.formTabs {
background-color: #ddd;
border: 0.3em solid #ddd;
}
#edit-bar {
background-color: #75ad0a;
border: 0.25em solid #75ad0a;
font-size: 80%;
min-height: 2em;
margin-bottom: 1em;
padding-top: 0.05em;
}
#content-views {
float: left;
background-color: #75ad0a;
}
#content-views a {
color: White;
}
/* */
#edit-bar,
#content ul.formTabs {
display: block;
border-style: solid solid none solid;
margin-left: 0;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
#content li.formTab {
display: inline;
margin-right:0.25em;
}
#content-views a,
#content li.formTab a {
/* */
display: inline-block;
}
#content-views a,
#content li.formTab a {
line-height: 2em;
padding: 0 0.75em;
text-decoration: none;
border: none;
margin: 0 ;
}
#content-views li.selected a,
#content li.formTab a.selected {
font-weight: bold;
}
#content-views li.selected a,
#content-views li a:hover,
#content li.formTab a.selected,
#content li.formTab a:hover {
background: White;
color: Black;
}
#content-views li.selected a,
#content-views li a:hover,
#content li.formTab a.selected,
#content li.formTab a:hover {
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
#content li.formTab a.notify {
background-color: red;
color: White;
}
#content li.formTab a.required span {
background-image: url(required.png);
background-position: center right;
background-repeat: no-repeat;
padding-right: 1em;
}
#content fieldset.formPanel {
border: none;
}
#content fieldset.formPanel.hidden {
display: none;
}
#content div.formControls input.hidden {
display: none;
}
/* */
/* */
/* */
#portal-personaltools dl {
}
#portal-personaltools dt {
font-weight: normal;
}
#portal-personaltools dt.actionMenuHeader a:after {
content: " ▼";
}
#portal-personaltools dd {
right: 0;
padding-top: 0.5em;
}
#portal-personaltools dd {
background: #e3e3e3;
padding-bottom: 0.5em;
}
#portal-personaltools dd a {
line-height: 2em;
padding: 0 0.75em;
}
#portal-personaltools dd a:hover {
background: #205c90;
color: White;
}
/* */
/* */
#contentActionMenus dl.actionMenu a,
#contentActionMenus dl.actionMenu.activated dd {
background-color: #75ad0a;
color: White;
z-index: 999;
}
#contentActionMenus dl.actionMenu.activated dd {
border-bottom: 0.5em solid #75ad0a;
right: -3px;
}
#contentActionMenus dl.actionMenu.activated dd a:hover,
#contentActionMenus dl.actionMenu.activated dd .actionMenuSelected {
background-color: White !important;
color: #666;
}
#contentActionMenus dl.actionMenu {
line-height: 2em;
}
#folderHeader, #contextHeader {
border-bottom: 2px solid white;
}
#contextHeader { margin-top: 5px; }
/* */
#contentActionMenus {
float: right;
background: #75ad0a;
margin: 0;
position: relative;
top: -0.23em;
right:-0.24em;
padding: 0.1em 0.24em 0 0;
border-radius: 0.5em;
border-top-left-radius: 0;
-webkit-border-radius: 0.5em;
-webkit-border-top-left-radius: 0;
-moz-border-radius: 0.5em;
-moz-border-radius-topleft: 0;
}
.actionMenuContent {
padding: 0 0.25em;
}
dl.actionMenu {
float: right;
white-space: nowrap;
position: relative;
margin-left: 0.5em;
}
dl.actionMenu a,
dl.actionMenu div {
display: block !important;
white-space: nowrap;
}
dl.actionMenu dt {
font-weight: normal;
}
span.arrowDownAlternative {
font-size: 80%;
}
dl.actionMenu.deactivated dt {
margin: 0 0.25em;
}
dl.actionMenu.deactivated dd {
display: none;
}
dl.actionMenu.activated dd {
position: absolute;
width: auto;
min-width: 100%;
border-bottom-right-radius: 0.5em;
border-bottom-left-radius: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
}
dl.actionMenu.activated dt a,
dl.actionMenu.activated dd a,
dl.actionMenu.activated dd div {
margin: 0 0.25em;
}
/* */
/* */
#setup-link {
font-size: 90%;
}
#content ul.configlets {
margin: 1em 0;
list-style-image: none;
list-style: none;
}
#content ul.configlets li {
margin-bottom: 1em;
list-style: none;
display: block;
}
#content ul.configlets li a {
text-decoration: none;
border: none;
}
#content ul.configlets li a:visited {
color: #436976;
background-color: transparent;
}
#content ul.configlets li a:active {
color: #436976;
background-color: transparent;
}
#content ul.configlets li label {
font-weight: bold;
}
#content ul.configletDetails {
margin: 0em 1em 1em 4em;
list-style-image: none;
list-style: none;
}
#content ul.configletDetails li {
margin-bottom: 1em;
display: inline;
}
#content ul.configletDetails li a {
text-decoration: none;
}
#content ul.configletDetails li label {
font-weight: bold;
}
#content ul.configletDetails li.configletDescription {
display: block;
color: #76797c;
margin: 0;
}
.inlineDisplay {
display:inline
}
table.controlpanel-listing {
width:100%;
}
table.controlpanel-listing td, table.controlpanel-listing th {
font-size:120%;
}
table.controlpanel-listing dl {
margin-top:0;
}
table.controlpanel-listing dd {
margin-left: 1em;
}
table.controlpanel-listing dl dt a .trigger{
font-weight:normal;
}
table .controlpanel-listing td {
vertical-align:top;
}
table.controlpanel-listing td.checker{
text-align:center;
}
table.controlpanel-listing th.smallcolumn {
width:1.5em;
}
.chooser-right {
float:right;
margin-right:0;
margin-bottom:0;
}
.rule-element {
background-color:#EEF3F5;
margin:0.5em 0pt 0.5em;
padding:0.3em 1em 0.3em 1em;
width:auto;
}
.rule-element dl {
}
.rule-element dl dd {
margin-left:1em;
}
.rule-updown, .rule-operations {
float:right;
padding-top:0.8em;
}
/* */
/* */
dl.collapsible {
border: 0.1em solid #8cacbb;
margin: 1em 0;
padding: 0;
}
dl.collapsible dt.collapsibleHeader {
display: block;
float: left;
background: White;
line-height: 1.2em;
vertical-align: middle;
font-size: 90%;
position: relative;
top: -0.6em;
width: auto;
margin: 0 0 -0.6em 1em;
padding: 0 0.5em;
}
dl.collapsible dd.collapsibleContent {
margin: 0;
padding: 0 1em 0.4em;
clear: left;
}
/* */
dl.collapsible dd.collapsibleContent > dl {
margin: 0;
padding: 0;
}
dl.expandedInlineCollapsible dt.collapsibleHeader,
dl.expandedBlockCollapsible dt.collapsibleHeader {
padding: 0 0.5em 0 2em;
background: White url(treeExpanded.png) no-repeat 0.5em 50%;
cursor: pointer;
}
dl.collapsedBlockCollapsible {
border: none;
height: 1em;
width: auto;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader,
dl.collapsedBlockCollapsible dt.collapsibleHeader {
float: none;
position: relative;
margin: 0 0 0 1em;
padding: 0 0.5em 0 2em;
line-height: 1.2em;
cursor: pointer;
background: White url(treeCollapsed.png) no-repeat 0.5em 50%;
}
dl.collapsedInlineCollapsible dd.collapsibleContent,
dl.collapsedBlockCollapsible dd.collapsibleContent {
display: none;
}
dl.collapsedInlineCollapsible {
border: none;
height: 1em;
width: auto;
display: inline;
}
dl.collapsedInlineCollapsible dt.collapsibleHeader {
position: static;
float: none;
margin: 0;
padding: 0 0 0 2em;
line-height: 1em;
cursor: pointer;
display: inline;
}
/* */
/* */
.comment {
margin-top: 1.5em;
font-size: 80%;
}
.comment .documentByLine {
margin-left: 1em;
}
.comment .formControls {
margin-left: 0;
}
.commentTime {
color: #666;
}
.commentBody {
padding: 1em;
margin: 0.5em 0;
border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
box-shadow: 0 0 1em 0 #888;
-moz-box-shadow: 0 0 0.5em 0 #888;
-webkit-box-shadow: 0 0 0.5em #888;
}
.comment h1,
.comment h2,
.comment h3,
.comment h4,
.comment h5,
.comment h6 {
font-weight: normal;
}
/* */
.reviewHistory,
.contentHistory {
display: inline;
color: Black;
}
.spacer {
margin: 1em;
}
.label {
font-weight: bold;
display: inline;
padding-right: 0.5em;
}
.optionsToggle {
border: 0.1em solid #8cacbb;
color: Black;
background-color: #dee7ec;
font-weight: normal;
font-size: 90%;
}
/* */
.highlightedSearchTerm {
background-color: #ffa;
}
dl.searchResults .highlightedSearchTerm {
background-color: transparent;
font-weight: bold;
}
/* */
.noInheritedRoles {
color: #a0a0a0;
}
/* */
.currentItem {
border-collapse: collapse;
border: 0.2em solid #ffa500;
padding: 0.1em;
}
/* */
/* */
form.searchPage {
text-align:center;
}
input.searchPage {
font-size:200% !important;
}
/* */
/* */
.image-left {
float: left;
margin: 0.5em 1em 0.5em 0;
}
.image-right {
float: right;
margin: 0.5em;
}
.image-inline {
float: none;
}
img.image-left,
img.image-right,
.captioned img {
border: 1px solid #ddd;
}
dd.image-caption {
text-align: left;
padding: 0 0 0 3px; /**/
margin: 0 !important;
color: #666;
font-size: 85%;
}
/* */
/* */
#dashboard-actions ul,
#dashboard-actions ul li {
list-style: none;
}
#dashboard-actions ul {
margin-left: 0;
}
#dashboard {
font-size: 125%;
line-height: 1em;
}
#dashboard dd {
margin: 0;
}
#dashboard dl.portlet a:link {
border-bottom: none;
}
#dashboard-portlets1,
#dashboard-portlets2,
#dashboard-portlets3 {
float:left;
width:23%;
padding:0.7em 1.3em 0 0;
}
#dashboard-portlets4 {
float:left;
width:23%;
padding-top:0.7em;
}
#dashboard-portlets1 dl.portlet,
#dashboard-portlets2 dl.portlet,
#dashboard-portlets3 dl.portlet,
#dashboard-portlets4 dl.portlet {
margin-bottom:1.5em;
}
/* */
/* */
fieldset,
.editionComment {
line-height:1.5em;
margin:1em 0;
padding:0 1em 1em;
width:auto;
}
/* */
#content .field input[type="text"][name$=".title"],
#archetypes-fieldname-title input {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
line-height: 125%;
color: Black;
letter-spacing: -0.05em;
margin: inherit -0.05em;
font-size: 2em; /* */
font-weight: bold;
}
/* */
#content .field textarea[name$=".description"],
#archetypes-fieldname-description textarea#description {
font-family: Arial,FreeSans,sans-serif;
color:#666666;
font-size:1.25em;
font-weight: bold;
}
div.formControls {
margin: 1em;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
background-color: #ffffe0;
}
#content textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
width: 100%;
}
#content select {
vertical-align: top;
}
#content fieldset {
border: 0.1em solid #329fd7;
border-style: solid none none none;
}
#content legend {
padding: 0.5em;
font-size: 85%;
}
label {
font-weight:bold;
}
#content label {
}
#content optgroup {
font-style: normal;
font-weight: bold;
color: #999;
padding-left: 0.25em;
}
#content option {
color: black;
}
#content optgroup > option {
padding: 0 0.25em 0 1em;
}
dl.enableFormTabbing dd {
margin-left: 0;
padding-top: 2em;
}
.searchSection {
color: #76797c;
margin-top: 0.25em;
}
.searchSection label:hover {
color: Black;
}
.field {
clear: both;
margin-bottom: 1em;
}
.field input[type="text"] {
width: 20em;
}
.field input[type="text"][size] {
width: auto;
}
.field input[type="text"][name$=".title"],
input#title {
width: 100%;
}
.field.error input[type="text"][name$=".title"],
.error input#title {
width: 99%;
}
.fieldRequired {
background: url(required.png) center left no-repeat;
padding: 0 0 0 1em;
color: White;
}
.fieldUploadFile {
text-align: right;
margin-right: 0.75em;
display: none;
}
.fieldTextFormat {
text-align: right;
margin-right: 0.75em
}
.formHelp {
color: #555;
margin: 0 0 0.2em 0;
}
div.field.error {
background-color: #fdc;
border:  1px solid red;
padding: 0.5em;
margin:  1em 0;
}
.error .fieldRequired {
color: #d00;
}
div.error.warning {
background-color: transparent;
border: none;
margin-top: 0;
padding: 0;
}
div.error.warning input {
border: 2px solid red;
}
input.inputLabelActive {
color: #76797c;
}
textarea#form\.description {
height: 6em;
width: 99%;
}
table.listing tbody tr.odd.selected td,
table.listing tbody tr.odd.dragging td,
tr.dragging,
tr.selected {
background-color: #ffa;
}
table.listing tbody tr.odd.error td,
tr.error {
background-color: #fdc;
}
.multi-widget-field {
padding-left: 0.5em;
border-left: 1.5em solid #DDD;
}
.multi-widget-checkbox {
margin-left: -2em;
margin-right: 0.5em;
width: 1.5em;
display: inline-block;
}
/* */
body.template-logged_out #content,
body.template-login_form #content,
.pb-ajax #login-form {
text-align: center;
}
#fieldset-openid-login input, #login-form input {
font-size: 150%;
}
body.template-register #content input,
body.template-new-user #content input {
font-size: 150%;
width: inherit;
}
#fieldset-openid-login label, #login-form label {
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
width: 10em;
display: inline-block;
}
#fieldset-openid-login .formControls input, #login-form .formControls input {
margin-left: 0.25em;
}
/* */
/* */
/* */
dl.toc {
float: right;
width: 35%;
font-size: 100%;
margin: 1em 0 0.5em 1.5em;
}
dl.toc dt {
margin-left: 1em;
font-weight: normal;
text-transform: uppercase;
}
dl.toc dd {
margin-bottom: 0;
padding-left: 2em;
}
dl.toc dd ol {
margin-left: 1.5em;
}
/* */
/* */
#portal-footer {
font-size: 75%;
background: #ddd;
padding: 1em;
margin: 1em 0;
line-height: 2em;
}
#portal-colophon {
font-size: 70%;
text-align: center;
margin-bottom: 1em;
}
#portal-colophon li {
padding:0 0.75em;
}
#portal-colophon a {
color: #444;
}
/* */
/* */
#portal-sitemap {
list-style: none;
margin-left: 0;
font-size: 130%;
font-weight: bold;
}
#portal-sitemap li {
list-style: none;
margin-left: 0;
}
#portal-sitemap a {
border-bottom: none;
display: block;
}
#portal-sitemap > li {
border-bottom:0.1em dotted #ddd;
line-height:1.8em;
padding:0.25em 1em;
margin-bottom: 0;
}
#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul {
font-size: 85%;
font-weight: normal;
margin-bottom: 0;
padding: 0.25em 0;
}
/* */
/* */
.photoAlbumEntry {
float: left;
position:relative;
overflow: hidden;
height: 185px;
width: 143px;
margin: 0em;
padding: 0px 6px 0px 9px;
text-align: center;
background-image: url('polaroid-single.png');
background-repeat: no-repeat;
}
.photoAlbumEntry img {
border: 1px solid #ccc;
display: block;
margin: 0 auto;
}
.photoAlbumEntryWrapper {
height: 130px;
width: 128px;
margin-bottom: 7px;
}
.photoAlbumEntry a {
display: block;
text-decoration: none;
font-size: 90%;
height: 169px;
width: 130px;
margin: 16px auto 0px;
}
.photoAlbumFolder {
background-image: url('polaroid-multi.png');
background-repeat: no-repeat;
}
.photoAlbumEntryTitle {
color: #76797c;
display: block;
width: 128px;
height: 3.6em;
}
/* */
/* */
.hiddenStructure {
display: block;
background: transparent;
background-image: none; /* */
border: none;
height: 0.1em;
overflow: hidden;
padding: 0;
margin: -0.1em 0 0 -0.1em;
width: 1px;
}
#content .visualNoMarker {
list-style:none;
margin-left: 0;
}
.visualClear {
clear: both;
}
/* */
/* */
body.largeText { font-size: 125%; }
body.smallText { font-size: 85%; }
/* */
/* */
/* */
div.overlay {
width: auto;
height: auto;
/* */
display: none;
/* */
margin: 1em;
font-size: 80%;
}
div.overlay-iframe,
div.overlay-ajax {
width: 60%;
min-height: 100px;
z-index: 99; /* */
}
div.overlay-iframe {
height: 60%;
}
/* */
div.overlaybg div.close,
div.overlay div.close {
background-image: url(pb_close.png);
position: absolute;
left: -14px;
top: -14px;
cursor: pointer;
height: 30px;
width: 30px;
}
.pb-ajax {
overflow-y: auto;
}
.pb-ajax, .pb-image, .overlay iframe {
background-color: #fff;
border: 1px solid #999;
white-space: normal;
box-shadow: 0 0 3em 0.5em #666;
-moz-box-shadow: 0 0 3em 0.5em #666;
-webkit-box-shadow: 0 0 3em #666;
}
.pb-ajax > div {
width: 92%;
padding: 1em;
}
.pb-ajax .documentActions {display:none}
div.overlay div.close span {
display: block;
height: 1px;
margin: -1px 0 0 -1px;
overflow: hidden;
padding: 0;
width: 1px;
}
div.overlay textarea { width: 100%; }
/* */
div.overlay .link-parent { display: none; }
div.overlay #createGroup legend { display: none; }
div.overlay #createGroup fieldset { border: none; }
/* */
div.overlay p {
margin-bottom: 1em;
}
div.overlay label {
margin-bottom: 0.25em;
}
div.overlay a:hover {
color: #75ad0a;
}
div.overlay a.selected {
color: #000000;
}
div.overlay .formTab {
margin-right:1em;
font-weight: bold;
}
div.overlay .formTab.lastFormTab {
margin-right:0em;
}
div.overlay .formControls a {
display: block;
margin: 0.75em;
}
/* */
/* */
#content-history #history dd {
}
#content-history div.historyRecord {
margin-bottom: 1em;
}
#content-history div.historyTools ul {
float: right;
margin: 0.5em 1em;
}
#content-history div.historyTools ul li {
display: inline;
padding: 0 0.015em;
}
#content-history div.historyTools ul li a{
border-bottom: none;
}
#content-history div.historyTools form {
display: inline;
}
#content-history .historyAction {
}
#content-history .historyByLine {
background: #ddd;
padding: 0.5em;
border-top-right-radius: 0.5em;
border-top-left-radius: 0.5em;
-webkit-border-top-right-radius: 0.5em;
-webkit-border-top-left-radius: 0.5em;
-moz-border-radius-topleft: 0.5em;
-moz-border-radius-topright: 0.5em;
}
#content-history div.historyLinks {
float: right;
clear: right;
margin: 0.5em 1em 0 0;
}
#content-history div.historyComment {
padding: 0.5em 1em;
border: 1px solid #ddd;
}
#content-history div.historyComment p {
margin: 0;
padding-top: 1px;
}
#content-history a.historyComparePrevious {
border-top: 1px dotted #ccc;
display: block;
margin-top: 3em;
text-align: center;
}
#content-history a.historyComparePrevious span {
background-color: white;
position: relative;
top: -0.75em;
padding: 0 0.5em;
}
/* */
/* */
.icons-on .contenttype-document {
background: no-repeat transparent 0px 4px url(contenttypes-sprite.png);
}
.icons-on .contenttype-event {
background: no-repeat transparent 0px -212px url(contenttypes-sprite.png);
}
.icons-on .contenttype-folder {
background: no-repeat transparent 0px -644px url(contenttypes-sprite.png);
}
.icons-on .contenttype-link {
background: no-repeat transparent 0px -1076px url(contenttypes-sprite.png);
}
.icons-on .contenttype-news-item {
background: no-repeat transparent 0px -1292px url(contenttypes-sprite.png);
}
.icons-on .contenttype-plone-site {
background: no-repeat transparent 0px -1508px url(contenttypes-sprite.png);
}
.icons-on .contenttype-topic {
background: no-repeat transparent 0px -1724px url(contenttypes-sprite.png);
}
/* */
.icons-on #plone-contentmenu-factories .contenttype-file {
background: no-repeat transparent 0px -428px url(contenttypes-sprite.png);
}
.icons-on #plone-contentmenu-factories .contenttype-image {
background: no-repeat transparent 0px -860px url(contenttypes-sprite.png);
}
.icons-on .contenttype-document,
.icons-on .contenttype-event,
.icons-on .contenttype-folder,
.icons-on .contenttype-link,
.icons-on .contenttype-news-item,
.icons-on .contenttype-plone-site,
.icons-on .contenttype-topic,
.icons-on #plone-contentmenu-factories .contenttype-file,
.icons-on #plone-contentmenu-factories .contenttype-image {
line-height: 2em;
display: inline-block;
*display: block;
padding-left: 20px !important;
}
/* */
/* */
.optionsBox {
overflow-y: auto;
border: solid 1px #999999;
background: #FFFFFF;
height: 14em;
width: 100%;
}
.optionsBox LABEL {
padding: 2px 0 0 0;
display: block;
line-height: 1em;
font-weight: normal;
}
.optionsBox input{
vertical-align: middle;
margin: 1px 4px 4px 6px;
}
.optionsBox LABEL.checked {
background-color: #EEEEEE;
}
.optionsBox LABEL.hover {
background-color: #777777;
color: #FFFFFF;
}
#archetypes-fieldname-subject .formHelp {
font-weight: normal;
}
#existingTagsSection {
position: relative;
margin-left: 3em;
}
#existingTags {
float: left;
width: 50%;
}
#content #existingTags dd {
margin-bottom: 1px;
margin-left: 0;
}
#content #selectedTags, #content #newTags {
margin-bottom: 0;
margin-left: 0;
}
#content #selectedTagsSection {
margin-left: 3em;
float: left;
width: 43%;
margin-bottom: 0;
}
#newTagsSection {
width: 48%;
margin-left: 3em;
}
#content p.selectedTag {
margin-bottom: .4em;
}
#existingTagsTitle, #newTagsTitle {
float: left;
}
#existingTagsHelp, #newTagsHelp {
float: right;
}
#noTagsSelected, #oneOrMoreTagsSelected {
display: none;
}
td.event a[title*="Wissenspark"],td.event a[title*="Basis"],td.event a[title*="rally"],td.event a[title*="Kurz"],td.event a[title*="Geburtstag"] {
padding: 6px 3px 3px 6px;
}
td.event a[title*="Basis"] {
background-color: violet;
}
td.event a[title*="Wissenspark"] {
background-color: aquamarine;
}
td.event a[title*="rally"] {
background-color: blue;
color: white;
}
td.event a[title*="Kurz"] {
background-color: yellow;
}
td.event a[title*="Geburtstag"] {
background-color: violet;
}
/* */

}


/* - columns.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/columns.css?original=1 */
div.row {
float: left;
width: 100%;
display: block;
position: relative;
}
div.cell {
position: relative;
float: left;
left: 100%;
}
/* */
div.width-1  { width:  4%    }
div.width-2  { width: 10.25% }
div.width-3  { width: 16.5%  }
div.width-4  { width: 22.75% }
div.width-5  { width: 29%    }
div.width-6  { width: 35.25% }
div.width-7  { width: 41.5%  }
div.width-8  { width: 47.75% }
div.width-9  { width: 54%    }
div.width-10 { width: 60.25% }
div.width-11 { width: 66.5%  }
div.width-12 { width: 72.75% }
div.width-13 { width: 79%    }
div.width-14 { width: 85.25% }
div.width-15 { width: 91.5%  }
div.width-16 { width: 97.75% }
/* */
/* */
div.position-0  { margin-left: -100% }
div.position-1  { margin-left: -92.625% }
div.position-2  { margin-left: -86.375% }
div.position-3  { margin-left: -80.125% }
div.position-4  { margin-left: -73.875% }
div.position-5  { margin-left: -67.625% }
div.position-6  { margin-left: -61.375% }
div.position-7  { margin-left: -55.125% }
div.position-8  { margin-left: -48.875% }
div.position-9  { margin-left: -42.625% }
div.position-10 { margin-left: -36.375% }
div.position-11 { margin-left: -30.125% }
div.position-12 { margin-left: -23.875% }
div.position-13 { margin-left: -17.625% }
div.position-14 { margin-left: -11.375% }
div.position-15 { margin-left:  -5.125% }
/* */
/* */
div.width-1\3a 2 { width:    61.890%; min-width: 609px; } /* */
div.width-1\3a 4 { width:    18.800%; min-width: 185px; } /* */
div.width-3\3a 4 { width:    80.894%; min-width: 796px; } /* */
div.width-full   { width:    100%; min-width: 984px; }
div.position-1\3a 4 {margin-left:    -81.098%;} /* */
div.position-1\3a 2 {margin-left:    -48.875%;} /* */
div.position-3\3a 4 {margin-left:    -18.801%;} /* */
/* */
div.width-1\3a 3 { width: 31.08%; } /* */
div.width-2\3a 3 { width: 64.42%; } /* */
div.position-1\3a 3 {margin-left: -65.545%;} /* */
div.position-2\3a 3 {margin-left: -32.205%;} /* */

}


/* - portlets.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/portlets.css?original=1 */
.managedPortlet {
margin: 0.8em 0;
}
.blockedPortlet .portletHeader {
border: 1px dashed #ddd;
margin: -1px;
background: none !important;
}
.blockedPortlet .portletHeader a {
color: #666;
}
.blockedPortlet .portletBlockedMessage {
color: white;
display: inline;
}
.portletCalendar {
width: 100%;
margin: 1px 0 1em 0;
}
.portletCalendar dt {
background-color: #eee;
font-weight: bold;
text-align: center;
line-height: 1.6em;
border-bottom: none;
}
.portletCalendar dd {
margin: 0;
padding: 0;
}
.portletCalendar dt a#calendar-previous {
float: left;
padding: 0 1em;
margin: 0 -.5em;
}
.portletCalendar dt a#calendar-next {
float: right;
padding: 0 1em;
margin: 0 -.5em;
}
.portletCalendar a, .portletCalendar a:focus,
.portletCalendar a, .portletCalendar a:hover {
text-decoration: none;
}
.ploneCalendar {
border-spacing: 0;
width: 100%;
}
.ploneCalendar a {
text-decoration: none;
border-bottom: none !important;
}
.ploneCalendar td {
background-color: transparent;
width: 14%;
text-align: center;
padding: 2px;
}
.ploneCalendar .weekdays th {
background-color: #eee;
text-align: center;
padding: 2px;
font-weight: normal;
}
.ploneCalendar .event {
background-color: #eee;
font-weight: bold;
}
.ploneCalendar .todayevent {
background-color: #eee;
border: 2px solid #205C90;
font-weight: bold;
}
.ploneCalendar .todaynoevent {
border: 2px solid #205C90;
}
.portletItemDetails {
font-size: 85%;
padding-top: .5em;
line-height: 1.5em;
margin-left: 1em;
display: block;
}

}


/* - dropdown-menu.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/dropdown-menu.css?original=1 */
/* */
#portal-top {
z-index:1;
}
#portal-globalnav, .menubar {
list-style-image:none;
position:relative; /* */
zoom:1; /* */
}
#portal-globalnav:after, .menubar:after {
content:"";
clear:both;
display:block;
visibility:hidden;
}
#portal-globalnav li, .menubar li {
float:left;
position:relative;
}
#portal-globalnav li a, .menubar li a {
display:block;
}
ul.submenu {
display:none;
left:0;
position:absolute;
top:100%;
}
#portal-globalnav li:hover > ul.submenu {
display:block;
}
ul.submenu li {
margin:0;
}
#portal-globalnav ul.submenu li a {
padding: .2em .4em;
width:15em;
}
ul.submenu ul {
top:0;
left:100%;
}

}


/* - ++resource++plone.app.discussion.stylesheets/discussion.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++plone.app.discussion.stylesheets/discussion.css?original=1 */
/* */
.discussion .hide {
display: none;
}
/* */
.discussion,
#commenting {
/* */
clear: both;
}
.comment {
}
.commentImage {
float: left;
margin-right: 0.5em;
height: 3.5em;
}
.commentImage a:link {
/* */
border: 0px;
}
.commentImage img {
}
.commentDate {
display: block;
font-size: 85%;
line-height: 1.5em;
padding-top: 0.5em;
color: #76797C;
}
.commentBody {
clear: both;
margin: 1em 0;
overflow: auto;
}
.commentBody p {
float: left;
}
.discussion .documentByLine {
float: left;
margin-left: 0;
margin-bottom: 0.5em;
}
.commentActions {
float: right;
text-align: right;
}
.discussion .discreet {
color: #666666;
font-size: 85%;
}
/* */
.reply fieldset {
/* */
margin: 0 !important;
}
.reply .text-widget {
display: block;
}
.reply-to-comment-button {
display: none;
}
.cancelreplytocomment {
display: none;
}
/* */
#bulkactions {
text-align: left;
}
#dobulkaction {
margin: 0.3em 0;
}
.comment-publish-button {
float: left;
margin-right: 0.5em;
}
.comment-delete-button {
float: left;
}
#review-comments {
margin: 0;
}
#fieldset-moderate-comments {
padding: 2em 1em;
}
/* */
.template-discussion-settings .unclickable {
opacity: 0.6;
filter: alpha(opacity = 50);
}
/* */
/* */
.row #dobulkaction {
margin: 0;
}
.row #commenting {
font-size: 80%;
}
.row #commenting .formControls {
margin: 0;
}
.row #commenting textarea,
.row .discussion textarea {
font: 100% Monaco, "Courier New", Courier, monospace;
width: 100%;
}
.row #commenting fieldset,
.row .discussion fieldset {
border: 0.1em solid #329fd7;
border-style: solid none none none;
}
.row #commenting legend,
.row .discussion legend {
padding: 0.5em 0.5em 0.5em 0;
font-size: 85%;
}
.row #commenting label,
.row .discussion label {
font-weight:bold;
}

}


/* - ploneKss.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/ploneKss.css?original=1 */
#kss-spinner {
display:none;
width: 20px;
height: 20px;
position: fixed;
background-position: center center;
top: 50%;
left: 50%;
margin-top: -10px;
margin-left: -10px;
}
.formlibInlineEditable,
.inlineEditable {
padding: 1px;
display: block;
}
body.kssActive .inlineEditable:hover,
body.kssActive .formlibInlineEditable:hover {
padding: 0;
border: 1px solid #ddd;
border-color: #666 #ddd #ddd #666;
cursor: text;
background: White url(input_background.png) repeat-x;
}
body.kssActive .inlineEditable a:hover,
body.kssActive .formlibInlineEditable a:hover {
cursor: pointer;
}
body.kssActive .formlibInlineForm:hover,
body.kssActive .formlibInlineForm a:hover {
padding: 1px;
border: none;
cursor: default;
background: none;
}
.inlineForm .formHelp,
.inlineForm .fieldRequired,
.inlineForm label {
display: none;
}
/* */
.inlineForm .ArchetypesSelectionWidget label {
display: inline;
}
.inlineForm #archetypes-fieldname-title input,
.inlineForm #archetypes-fieldname-title {
font-size: 100%;
}
/* */
h1 div.formControls input {
font-size: 55% !important;
}
}


/* - ++resource++tinymce.stylesheets/tinymce.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++tinymce.stylesheets/tinymce.css?original=1 */
#content ul.listTypeDisc {
list-style-type: disc;
list-style-image: none;
}
#content ul.listTypeSquare {
list-style-type: square;
list-style-image: none;
}
#content ul.listTypeCircle {
list-style-type: circle;
list-style-image: none;
}
#content ol.listTypeDecimal {
list-style-type: decimal;
list-style-image: none;
}
#content ol.listTypeLowerAlpha {
list-style-type: lower-alpha;
list-style-image: none;
}
#content ol.listTypeUpperAlpha {
list-style-type: upper-alpha;
list-style-image: none;
}
#content ol.listTypeLowerRoman {
list-style-type: lower-roman;
list-style-image: none;
}
#content ol.listTypeUpperRoman {
list-style-type: upper-roman;
list-style-image: none;
}

}


/* - print.css - */
@media print {
/* https://www.zamg.ac.at/cms/portal_css/print.css?original=1 */
/* */
body {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Arial, FreeSans, sans-serif;
font-weight: bold;
line-height: 125%;
page-break-inside: avoid;
page-break-after: avoid;
}
h1, h2 {
letter-spacing: -0.05em;
}
a {
text-decoration: none;
border-bottom: 0.1em solid gray;
color: black;
}
#portal-column-content {
width: 95%;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
table.listing td,
table.listing th {
padding: 6px;
}
/* */
div.pageBreak {
page-break-before: always;
}
/* */
#content dt {
margin:1em 0 0.625em;
}
#content p, #content table {
margin-bottom:0.625em;
margin-top:0.625em;
}
#content .documentDescription, #content #description {
margin:0.5em 0 1.31em;
}
/* */
#menutop,
#doormats-container,
div.zamgnewsportlet,
#zamgteaserportlet,
#eventnav-wrapper,
#facebook_link,
div.timeNav,
div.top,
#portal-siteactions,
.hiddenStructure,
#portal-searchbox,
#portal-globalnav,
#portal-personaltools,
#portal-breadcrumbs,
#edit-bar,
#portal-column-one,
#portal-column-two,
#portal-languageselector,
.contentViews,
.contentActions,
.help,
.legend,
.portalMessage,
.documentActions,
.netscape4,
#viewlet-below-content .reply,
#viewlet-below-content .discussion,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
#portal-footer,
#portal-colophon,
.skipnav,
#kss-spinner,
#review-history,
#content-history,
.listingBar,
.link-presentation,
input.standalone,
.overlay,
.managePortletsFallback,
.close,
.link-parent,
.draggingHook,
#foldercontents-order-column,
input.context,
.visualNoPrint {
display: none;
}
/* */
.image-left {
float: left;
clear: both;
margin: 0.5em 1em 0.5em 0;
border: 0.4pt solid Black;
}
.image-inline {
float: none;
}
.image-right {
float: right;
clear: both;
margin: 0.5em;
border: 0.4pt solid Black;
}
dd.image-caption {
text-align:left;
padding: 0; margin:0;
}
dl.captioned {
padding: 0.8em;
}
.newsImageContainer {
float:right;
margin: 0 0 0.5em 1em;
width: 16em;
}

}


/* - ++resource++jquery-ui-themes/sunburst/jqueryui.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++jquery-ui-themes/sunburst/jqueryui.css?original=1 */
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
/* */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget { font-family:  Arial,FreeSans,sans-serif; font-size: 0.9em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family:  Arial,FreeSans,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #cccccc; background: #ffffff url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_100_ffffff_40x100.png) 50% 50% repeat-x; color: #444444; }
.ui-widget-content a { color: #444444; }
.ui-widget-header { border: 1px solid #cccccc; background: #dddddd url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_75_dddddd_40x100.png) 50% 50% repeat-x; color: #444444; font-weight: bold; }
.ui-widget-header a { color: #444444; }
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #205c90 url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_45_205c90_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #448dae; background: #dddddd url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_75_dddddd_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #444444; }
.ui-state-hover a, .ui-state-hover a:hover { color: #444444; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #cccccc; background: #75ad0a url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_50_75ad0a_40x100.png) 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.ui-widget :active { outline: none; }
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #dd8800; background: #ffdd77 url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_55_ffdd77_40x100.png) 50% 50% repeat-x; color: #000000; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #000000; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #dd0000; background: #ffddcc url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_45_ffddcc_40x100.png) 50% 50% repeat-x; color: #000000; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #000000; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #000000; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
/* */
.ui-icon { width: 16px; height: 16px; background-image: url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-icons_205c90_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-icons_205c90_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-icons_205c90_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-icons_ffffff_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-icons_444444_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-icons_ffffff_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-icons_dd8800_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-icons_dd0000_256x240.png); }
/* */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
/* */
.ui-widget-overlay { background: #aaaaaa url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: 5px 0 0 5px; padding: 0px; background: #999999 url(/cms/++resource++jquery-ui-themes/sunburst/images/ui-bg_flat_55_999999_40x100.png) 50% 50% repeat-x; opacity: .45;filter:Alpha(Opacity=45); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/**/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/**/
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/* */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
.ui-autocomplete { position: absolute; cursor: default; }
/* */
* html .ui-autocomplete { width:1px; } /* */
.ui-menu {
list-style:none;
padding: 2px;
margin: 0;
display:block;
float: left;
}
.ui-menu .ui-menu {
margin-top: -3px;
}
.ui-menu .ui-menu-item {
margin:0;
padding: 0;
zoom: 1;
float: left;
clear: left;
width: 100%;
}
.ui-menu .ui-menu-item a {
text-decoration:none;
display:block;
padding:.2em .4em;
line-height:1.5;
zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
font-weight: normal;
margin: -1px;
}
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* */
.ui-button-icon-only { width: 2.2em; } /* */
button.ui-button-icon-only { width: 2.4em; } /* */
.ui-button-icons-only { width: 3.4em; }
button.ui-button-icons-only { width: 3.7em; }
/* */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* */
input.ui-button { padding: .4em 1em; }
/* */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }
/* */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/**/
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
/* */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
/* */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
/* */
.ui-datepicker-cover {
display: none; /**/
display/**/: block; /**/
position: absolute; /**/
z-index: -1; /**/
filter: mask(); /**/
top: -4px; /**/
left: -4px; /**/
width: 200px; /**/
height: 200px; /**/
}/**/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
}


/* - ++resource++jquery-ui-themes/sunburst-patch.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++jquery-ui-themes/sunburst-patch.css?original=1 */
#content .ui-state-default a, #content .ui-state-default a:link, #content .ui-state-default a:visited,
dl.portlet .ui-state-default a, dl.portlet .ui-state-default a:link, dl.portlet .ui-state-default a:visited,
a.ui-state-default,
#content a.ui-state-default, #content .ui-state-default a, #content .ui-state-default a:link, #content .ui-state-default a:visited,
dl.portlet a.ui-state-default, dl.portlet .ui-state-default a, dl.portlet .ui-state-default a:link, dl.portlet .ui-state-default a:visited,
#content .ui-state-active a, #content .ui-state-active a:link, #content .ui-state-active a:visited,
dl.portlet .ui-state-active a, dl.portlet .ui-state-active a:link, dl.portlet .ui-state-active a:visited  { color: #ffffff !important; }
#content .ui-widget-header a,
dl.portlet .ui-widget-header a,
a.ui-state-hover,
#content a.ui-state-hover, #content .ui-state-hover a, #content .ui-state-hover a:hover,
dl.portlet a.ui-state-hover, dl.portlet .ui-state-hover a, dl.portlet .ui-state-hover a:hover { color: #444444 !important;}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a,
#content .ui-state-highlight a, #content .ui-widget-content .ui-state-highlight a, #content .ui-widget-header .ui-state-highlight a,
dl.portlet .ui-state-highlight a, dl.portlet .ui-widget-content .ui-state-highlight a, dl.portlet .ui-widget-header .ui-state-highlight a { color: #000000 !important; }

}


/* - ++resource++Products.Doormat.stylesheets/doormat.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++Products.Doormat.stylesheets/doormat.css?original=1 */
#doormat-container {
background:none repeat scroll 0 0 #DDDDDD;
font-size:75%;
margin:1em 0;
float: left;
width: 100%;
}
#doormat-container h2 {
margin: 0.5em 0.5em 0px 0.5em;
}
#doormat-container h3 {
margin: 0.5em 0px;
}
#doormat-container dl {
margin: 0.5em 0px;
}
#doormat-container dl dd {
margin-left: 0px;
}
#doormat-container .doormatColumn {
float: left;
margin: 0px 1em;
}
/* */
#doormat-container.columns-2 .doormatColumn {
width: 48%;
}
#doormat-container.columns-3 .doormatColumn {
width: 31%;
}
#doormat-container.columns-4 .doormatColumn {
width: 23%;
}
#doormat-container.columns-5 .doormatColumn {
width: 18%;
}
#doormat-container.columns-6 .doormatColumn {
width: 14%;
}
#doormat-container.columns-7 .doormatColumn {
width: 12%;
}

}


/* - ploneglossary.css - */
/* https://www.zamg.ac.at/cms/portal_css/ploneglossary.css?original=1 */
/* */
.glossaryAbcedaire,
#content ul.glossaryAbcedaire {
list-style: none;
margin: 0;
margin-bottom: 1em;
}
.glossaryAbcedaire li,
#content ul.glossaryAbcedaire li {
display: inline;
margin: 0;
margin-right: 0.5em;
}
.glossaryAbcedaire .selected,
#content ul.glossaryAbcedaire .selected {
font-weight: bold;
font-size: 150%;
text-decoration: none;
}
/* */


/* - ploneglossary_popup.css - */
/* https://www.zamg.ac.at/cms/portal_css/ploneglossary_popup.css?original=1 */
/* */
.glossaryPopupPosition {
position: relative;
z-index: 1;
}
#glossary-definition-popup {
display: block;
position: absolute;
font-size: 10px;
top: 30px;
left: -40px;
border: 1px solid #8cacbb;
background: #eef3f5;
width: 300px;
padding: 0.5em;
z-index: 1000;
font-weight: normal;
text-decoration: none;
}
#glossary-definition-popup h6 {
padding: 0px;
margin: 0px;
font-size: 10px;
}
#glossary-definition-popup p {
padding: 0px;
margin: 0px;
font-size: 10px;
}
.highlightedGlossaryTerm {
border-bottom: 2px dotted #436976;
background: #eef3f5;
cursor: help;
z-index: 2;
}
/* */


/* - jquery.autocomplete.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/jquery.autocomplete.css?original=1 */
/* */
/* */
.ac_results {
padding: 0;
margin: 0;
border: 1px solid #ffa500;
background-color: White;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
font: menu;
font-size: 12px;
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: transparent;
}
.ac_even {
background-color: #eef3f5;
}
.ac_over {
background-color: #ffa500;
color: white;
}
/* */
}


/* - solgema_contextualcontentmenu.css - */
@media all {
/* https://www.zamg.ac.at/cms/portal_css/solgema_contextualcontentmenu.css?original=1 */
#contextualContentMenu{position:absolute;z-index:10000;background-color:white;-moz-box-shadow:0 0 5px #AAAAAA;-webkit-box-shadow:0 0 5px #AAAAAA;box-shadow:0 0 5px #AAAAAA;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;border:1px solid #AAAAAA;}
#contextualContentMenu dl.actionMenu{float:none;clear:both;margin-left:0px;}
#contextualContentMenu ul li{list-style-position:inside;list-style-type:none;}
#contextualContentMenu ul li a{display:block;margin-left:0;margin-top:0;padding:5px 4px 5px 5px;font-size:90%;color:#666;line-height:1.2em;}
#contextualContentMenu #contentActionMenus dl.actionMenu a,#contextualContentMenu #contentActionMenus dl.actionMenu div{line-height:1.2em;}
#contextualContentMenu #contentActionMenus dl.actionMenu dt a{background-color:transparent;color:#666666;}
#contextualContentMenu #contentActionMenus dl.actionMenu.activated dt a{background:#666666;color:#FFFFFF;}
#contextualContentMenu ul#contentActionMenus li dt a,#contextualContentMenu ul#contentActionMenus dl#plone-contentmenu-workflow.activated dt a{padding:5px 4px 5px 5px;}
#contextualContentMenu ul li a:hover,#contextualContentMenu dl dt a:hover{background-color:#eee;background:#eee;color:#000 !important;}
#contextualContentMenu ul#contentActionMenus{float:none;padding:0px;right:0px;top:0px;display:inline;background:transparent none !important;}
#contextualContentMenu ul#contentActionMenus li{float:none;}
#contextualContentMenu ul#contentActionMenus li dt{margin:0px;}
#contextualContentMenu ul#contentActionMenus li dt a,#contextualContentMenu ul#contentActionMenus dl#plone-contentmenu-workflow.activated dt a{padding:4px 4px 4px 5px;}
#contextualContentMenu ul#contentActionMenus dl.activated dt a{-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;margin:0px;}
#contextualContentMenu ul#contentActionMenus dl.activated dd{left:100%;right:auto;top:0px;-moz-border-radius-topright:5px;-moz-border-radius-bottomright:5px;-moz-border-radius-topleft:0px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-top-left-radius:0px;-webkit-border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0px;border-top-right-radius:5px;}
#contextualContentMenu.onleft ul#contentActionMenus dl.activated dd{right:100%;left:auto;-moz-border-radius-topright:0px;-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;-webkit-border-top-right-radius:0px;border-top-left-radius:5px;border-top-right-radius:0px;}
.contentmenu_selected{background-color:#ffffe1 !important;color:black !important;}
.contentmenu_selected:hover{color:black !important;}

}


/* - solgemafullcalendar.css - */
@media all {
/* https://www.zamg.ac.at/cms/portal_css/solgemafullcalendar.css?original=1 */
table.fc-header td{position:relative;}
#datePicker{position:absolute;left:0;z-index:100;top:0;}
#sfc-ical-export{float:right;}
#calendar div.fc-content{z-index:0;}
.fc-content .fc-corner-bottom a{border-bottom-width:0;margin-bottom:0;}
.fc-content .fc-corner-top a{border-top-width:0;margin-top:0;}
.fc-content .fc-corner-right a{border-right-width:0;margin-right:0;}
.fc-content .fc-corner-left a{border-left-width:0;margin-left:0;}
.fc-event-vert{border-width:1px;}
.fc-event-hori a{color:#FFFFFF;}
#calendar div.contentmenu_selected a{background-color:#ffffe1 !important;color:#000;}
#calendar .fc-content table{padding:0px;margin:0px;}
#calendar .fc-header-center table{margin:auto;}
#calendar div.contentmenu_selected,#calendar div.contentmenu_selected .fc-event-time{background-color:#ffa500 !important;}
#calendar div.contentmenu_selected{border:1px solid #ffa500 !important;}
#calendar .contentmenu_selected{border:none !important;background-color:transparent !important;}
#content #calendar div.contentmenu_selected a:hover{color:#000000 !important;}
#calendar div.event_cutted,#calendar div.event_copied{opacity:0.7;}
.fc-agenda .fc-event-time,.fc-event-bg{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;}
.fc-event,.fc-event a{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
#content #calendar .fc-content a:link{border:none;color:#000000;}
#content #calendar .fc-content a:hover{color:#FFFFFF !important;}
#calendar span.fc-event-time{-moz-border-radius-bottomleft:0px;-moz-border-radius-bottomright:0px;-webkit-border-bottom-left-radius:0px;-webkit-border-bottom-right-radius:0px;border-bottom-left-radius:0px;border-bottom-right-radius:0px;}
#calendar  .ui-draggable-dragging{-moz-box-shadow:4px 4px 5px #666666;box-shadow:4px 4px 5px #666666;-webkit-box-shadow:4px 4px 5px #666666;}
#calendar .fc-event:hover,#calendar .fc-event.contentmenu_selected{-moz-box-shadow:2px 2px 3px #AAAAAA;box-shadow:2px 2px 3px #AAAAAA;-webkit-box-shadow:2px 2px 3px #AAAAAA;}
.fc-event-vert span.fc-event-bg{opacity:0.5;}
.ui-resizable-s{color:#333333 !important;}
.fc-event .fc-event-inner{border-radius:4px;border-width:1px;}
#SFQuery{overflow:hidden;}
#SFQuery .SFQuery_input{float:left;margin:0 1% 10px 0;width:32%;}
#event_edit_container #content{margin:0px;}
#event_edit_container #visual-portal-wrapper{width:100%;margin:0px;padding:0px;min-width:0px;max-width:100%;}
#event_edit_container #portal-column-content{float:none;left:0px;width:100%;margin:0px;padding:0px;}
#event_edit_container #content h1{display:none;}
#event_edit_container .eventDetails{float:none;margin:0px;}
#calendar div.fc-event.colorIndex-undefined{border:1px solid #AAAAAA;}
#calendar div.fc-event.colorIndex-undefined a{background-color:#AAAAAA;}
label.colorIndex-undefined{color:#AAAAAA;}
#calendar div.fc-event.colorIndex-0{border:1px solid #4ca9ff;}
#calendar div.fc-event.colorIndex-0 a{background-color:#4ca9ff;}
label.colorIndex-0{color:#4ca9ff;}
#calendar a.colorIndex-1{border:1px solid #96d510;}
#calendar a.colorIndex-1 .fc-event-skin{background-color:#96d510;border-color:#96d510;}
label.colorIndex-1{color:#96d510;}
#calendar a.colorIndex-2{border:1px solid #ff1942;}
#calendar a.colorIndex-2 .fc-event-skin{background-color:#ff1942;border-color:#ff1942;}
label.colorIndex-2{color:#ff1942;}
#calendar a.colorIndex-3{border:1px solid #ff8900;}
#calendar a.colorIndex-3 .fc-event-skin{background-color:#ff8900;border-color:#ff8900;}
label.colorIndex-3{color:#ff8900;}
#calendar a.colorIndex-4{border:1px solid #1e4ae6;}
#calendar a.colorIndex-4 .fc-event-skin{background-color:#1e4ae6;border-color:#1e4ae6;}
label.colorIndex-4{color:#1e4ae6;}
#calendar a.colorIndex-5{border:1px solid #009934;}
#calendar a.colorIndex-5 .fc-event-skin{background-color:#009934;border-color:#009934;}
label.colorIndex-5{color:#009934;}
#calendar a.colorIndex-6{border:1px solid #8a0dec;}
#calendar a.colorIndex-6 .fc-event-skin{background-color:#8a0dec;border-color:#8a0dec;}
label.colorIndex-6{color:#8a0dec;}
#calendar a.colorIndex-7{border:1px solid #e01e9e;}
#calendar a.colorIndex-7 .fc-event-skin{background-color:#e01e9e;border-color:#e01e9e;}
label.colorIndex-7{color:#e01e9e;}
#calendar a.colorIndex-8{border:1px solid #32ccc2;}
#calendar a.colorIndex-8 .fc-event-skin{background-color:#32ccc2;border-color:#32ccc2;}
label.colorIndex-8{color:#32ccc2;}
#calendar a.colorIndex-9{border:1px solid #c7d42a;}
#calendar a.colorIndex-9 .fc-event-skin{background-color:#c7d42a;border-color:#c7d42a;}
label.colorIndex-9{color:#c7d42a;}
#calendar a.colorIndex-10{border:1px solid #cd6031;}
#calendar a.colorIndex-10 .fc-event-skin{background-color:#cd6031;border-color:#cd6031;}
label.colorIndex-10{color:#cd6031;}
#calendar.query-review_state div.fc-event.state-private{border:1px solid Red;}
#calendar.query-review_state div.fc-event.state-private a{background-color:Red;}
label.state-private{color:Red;}
.state-private .fc-event-head .fc-event-time,.state-private .fc-event-inner .fc-event-time{background:url("lock_icon.gif") no-repeat scroll left center transparent;padding-left:15px;}
#calendar.query-review_state div.fc-event.state-visible{border:1px solid #74AE0B;}
#calendar.query-review_state div.fc-event.state-visible a{background-color:#74AE0B;}
label.state-visible{color:#74AE0B;}
#calendar.query-review_state div.fc-event.state-published{border:1px solid #436976;}
#calendar.query-review_state div.fc-event.state-published a{background-color:#436976;}
label.state-published{color:#436976;}
#calendar.query-review_state div.fc-event.state-pending{border:1px solid #FFA500;}
#calendar.query-review_state div.fc-event.state-pending a{background-color:#FFA500;}
label.state-pending{color:#FFA500;}
#calendar.query-review_state div.fc-event.state-expired{border:1px solid Red;}
#calendar.query-review_state div.fc-event.state-expired a{background-color:Red;}
label.state-expired{color:Red;}
#calendar.query-review_state div.fc-event.syndicated{border:1px solid #008000;}
#calendar.query-review_state div.fc-event.syndicated a{background-color:#008000;}
label.syndicated{color:#008000;}

}


/* - ploneCustom.css - */
@media all {
/* https://www.zamg.ac.at/cms/portal_css/ploneCustom.css?original=1 */
/* */
/* */
/* */
/* */
/* */
/* */

}


/* - ++resource++collective.js.fullcalendar/fullcalendar.css - */
@media all {
/* https://www.zamg.ac.at/cms/portal_css/++resource++collective.js.fullcalendar/fullcalendar.css?original=1 */
.fc {
direction: ltr;
text-align: left;
}
.fc table {
border-collapse: collapse;
border-spacing: 0;
}
html .fc,
.fc table {
font-size: 1em;
}
.fc td,
.fc th {
padding: 0;
vertical-align: top;
}
.fc-header td {
white-space: nowrap;
}
.fc-header-left {
width: 25%;
text-align: left;
}
.fc-header-center {
text-align: center;
}
.fc-header-right {
width: 25%;
text-align: right;
}
.fc-header-title {
display: inline-block;
vertical-align: top;
}
.fc-header-title h2 {
margin-top: 0;
white-space: nowrap;
}
.fc .fc-header-space {
padding-left: 10px;
}
.fc-header .fc-button {
margin-bottom: 1em;
vertical-align: top;
}
/* */
.fc-header .fc-button {
margin-right: -1px;
}
.fc-header .fc-corner-right,  /* */
.fc-header .ui-corner-right { /* */
margin-right: 0; /* */
}
/* */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
z-index: 2;
}
.fc-header .fc-state-down {
z-index: 3;
}
.fc-header .fc-state-active,
.fc-header .ui-state-active {
z-index: 4;
}
.fc-content {
clear: both;
zoom: 1; /* */
}
.fc-view {
width: 100%;
overflow: hidden;
}
.fc-widget-header,    /* */
.fc-widget-content {  /* */
border: 1px solid #ddd;
}
.fc-state-highlight { /* */ /* */
background: #fcf8e3;
}
.fc-cell-overlay { /* */
background: #bce8f1;
opacity: .3;
filter: alpha(opacity=30); /* */
}
.fc-button {
position: relative;
display: inline-block;
padding: 0 .6em;
overflow: hidden;
height: 1.9em;
line-height: 1.9em;
white-space: nowrap;
cursor: pointer;
}
.fc-state-default { /* */
border: 1px solid;
}
.fc-state-default.fc-corner-left { /* */
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right { /* */
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.fc-text-arrow {
margin: 0 .1em;
font-size: 2em;
font-family: "Courier New", Courier, monospace;
vertical-align: baseline; /* */
}
.fc-button-prev .fc-text-arrow,
.fc-button-next .fc-text-arrow { /* */
font-weight: bold;
}
/* */
.fc-button .fc-icon-wrap {
position: relative;
float: left;
top: 50%;
}
.fc-button .ui-icon {
position: relative;
float: left;
margin-top: -50%;
*margin-top: 0;
*top: -50%;
}
.fc-state-default {
background-color: #f5f5f5;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
color: #333;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
color: #333333;
background-color: #e6e6e6;
}
.fc-state-hover {
color: #333333;
text-decoration: none;
background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.fc-state-down,
.fc-state-active {
background-color: #cccccc;
background-image: none;
outline: 0;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
box-shadow: none;
}
.fc-event-container > * {
z-index: 8;
}
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
z-index: 9;
}
.fc-event {
border: 1px solid #3a87ad; /* */
background-color: #3a87ad; /* */
color: #fff;               /* */
font-size: .85em;
cursor: default;
}
a.fc-event {
text-decoration: none;
}
a.fc-event,
.fc-event-draggable {
cursor: pointer;
}
.fc-rtl .fc-event {
text-align: right;
}
.fc-event-inner {
width: 100%;
height: 100%;
overflow: hidden;
}
.fc-event-time,
.fc-event-title {
padding: 0 1px;
}
.fc .ui-resizable-handle {
display: block;
position: absolute;
z-index: 99999;
overflow: hidden; /* */
font-size: 300%;  /* */
line-height: 50%; /* */
}
.fc-event-hori {
border-width: 1px 0;
margin-bottom: 1px;
}
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
border-left-width: 1px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
border-right-width: 1px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
/* */
.fc-event-hori .ui-resizable-e {
top: 0           !important; /* */
right: -3px      !important;
width: 7px       !important;
height: 100%     !important;
cursor: e-resize;
}
.fc-event-hori .ui-resizable-w {
top: 0           !important;
left: -3px       !important;
width: 7px       !important;
height: 100%     !important;
cursor: w-resize;
}
.fc-event-hori .ui-resizable-handle {
_padding-bottom: 14px; /* */
}
table.fc-border-separate {
border-collapse: separate;
}
.fc-border-separate th,
.fc-border-separate td {
border-width: 1px 0 0 1px;
}
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
border-right-width: 1px;
}
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
border-bottom-width: 1px;
}
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
border-top-width: 0;
}
.fc-grid th {
text-align: center;
}
.fc .fc-week-number {
width: 22px;
text-align: center;
}
.fc .fc-week-number div {
padding: 0 2px;
}
.fc-grid .fc-day-number {
float: right;
padding: 0 2px;
}
.fc-grid .fc-other-month .fc-day-number {
opacity: 0.3;
filter: alpha(opacity=30); /* */
/* */
}
.fc-grid .fc-day-content {
clear: both;
padding: 2px 2px 1px; /* */
}
/* */
.fc-grid .fc-event-time {
font-weight: bold;
}
/* */
.fc-rtl .fc-grid .fc-day-number {
float: left;
}
.fc-rtl .fc-grid .fc-event-time {
float: right;
}
.fc-agenda table {
border-collapse: separate;
}
.fc-agenda-days th {
text-align: center;
}
.fc-agenda .fc-agenda-axis {
width: 50px;
padding: 0 4px;
vertical-align: middle;
text-align: right;
white-space: nowrap;
font-weight: normal;
}
.fc-agenda .fc-week-number {
font-weight: bold;
}
.fc-agenda .fc-day-content {
padding: 2px 2px 1px;
}
/* */
.fc-agenda-days .fc-agenda-axis {
border-right-width: 1px;
}
.fc-agenda-days .fc-col0 {
border-left-width: 0;
}
/* */
.fc-agenda-allday th {
border-width: 0 1px;
}
.fc-agenda-allday .fc-day-content {
min-height: 34px; /* */
_height: 34px;
}
/* */
.fc-agenda-divider-inner {
height: 2px;
overflow: hidden;
}
.fc-widget-header .fc-agenda-divider-inner {
background: #eee;
}
/* */
.fc-agenda-slots th {
border-width: 1px 1px 0;
}
.fc-agenda-slots td {
border-width: 1px 0 0;
background: none;
}
.fc-agenda-slots td div {
height: 20px;
}
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
border-top-width: 0;
}
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
border-top-style: dotted;
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
*border-top-style: solid; /* */
}
.fc-event-vert {
border-width: 0 1px;
}
.fc-event-vert.fc-event-start {
border-top-width: 1px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.fc-event-vert.fc-event-end {
border-bottom-width: 1px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.fc-event-vert .fc-event-time {
white-space: nowrap;
font-size: 10px;
}
.fc-event-vert .fc-event-inner {
position: relative;
z-index: 2;
}
.fc-event-vert .fc-event-bg { /* */
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
opacity: .25;
filter: alpha(opacity=25);
}
.fc .ui-draggable-dragging .fc-event-bg, /* */
.fc-select-helper .fc-event-bg {
display: none\9; /* */
}
/* */
.fc-event-vert .ui-resizable-s {
bottom: 0        !important; /* */
width: 100%      !important;
height: 8px      !important;
overflow: hidden !important;
line-height: 8px !important;
font-size: 11px  !important;
font-family: monospace;
text-align: center;
cursor: s-resize;
}
.fc-agenda .ui-resizable-resizing { /* */
_overflow: hidden;
}

}


/* - ++resource++collective.js.fullcalendar/fullcalendar.print.css - */
@media print {
/* https://www.zamg.ac.at/cms/portal_css/++resource++collective.js.fullcalendar/fullcalendar.print.css?original=1 */
.fc-event {
background: #fff !important;
color: #000 !important;
}
/* */
.fc-event-bg {
display: none !important;
}
.fc-event .ui-resizable-handle {
display: none !important;
}

}


/* - ++resource++collective.js.colorpicker.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++collective.js.colorpicker.css?original=1 */
.colorpicker {
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(./++resource++collective.js.colorpicker.images/colorpicker_background.png);
font-family: Arial, Helvetica, sans-serif;
display: none;
}
.colorpicker_color {
width: 150px;
height: 150px;
left: 14px;
top: 13px;
position: absolute;
background: #f00;
overflow: hidden;
cursor: crosshair;
}
.colorpicker_color div {
position: absolute;
top: 0;
left: 0;
width: 150px;
height: 150px;
background: url(./++resource++collective.js.colorpicker.images/colorpicker_overlay.png);
}
.colorpicker_color div div {
position: absolute;
top: 0;
left: 0;
width: 11px;
height: 11px;
overflow: hidden;
background: url(./++resource++collective.js.colorpicker.images/colorpicker_select.gif);
margin: -5px 0 0 -5px;
}
.colorpicker_hue {
position: absolute;
top: 13px;
left: 171px;
width: 35px;
height: 150px;
cursor: n-resize;
}
.colorpicker_hue div {
position: absolute;
width: 35px;
height: 9px;
overflow: hidden;
background: url(./++resource++collective.js.colorpicker.images/colorpicker_indic.gif) left top;
margin: -4px 0 0 0;
left: 0px;
}
.colorpicker_new_color {
position: absolute;
width: 60px;
height: 30px;
left: 213px;
top: 13px;
background: #f00;
}
.colorpicker_current_color {
position: absolute;
width: 60px;
height: 30px;
left: 283px;
top: 13px;
background: #f00;
}
.colorpicker input {
background-color: transparent;
border: 1px solid transparent;
position: absolute;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
color: #898989;
top: 4px;
right: 11px;
text-align: right;
margin: 0;
padding: 0;
height: 11px;
}
.colorpicker_hex {
position: absolute;
width: 72px;
height: 22px;
background: url(./++resource++collective.js.colorpicker.images/colorpicker_hex.png) top;
left: 212px;
top: 142px;
}
.colorpicker_hex input {
right: 6px;
}
.colorpicker_field {
height: 22px;
width: 62px;
background-position: top;
position: absolute;
}
.colorpicker_field span {
position: absolute;
width: 12px;
height: 22px;
overflow: hidden;
top: 0;
right: 0;
cursor: n-resize;
}
.colorpicker_rgb_r {
background-image: url(./++resource++collective.js.colorpicker.images/colorpicker_rgb_r.png);
top: 52px;
left: 212px;
}
.colorpicker_rgb_g {
background-image: url(./++resource++collective.js.colorpicker.images/colorpicker_rgb_g.png);
top: 82px;
left: 212px;
}
.colorpicker_rgb_b {
background-image: url(./++resource++collective.js.colorpicker.images/colorpicker_rgb_b.png);
top: 112px;
left: 212px;
}
.colorpicker_hsb_h {
background-image: url(./++resource++collective.js.colorpicker.images/colorpicker_hsb_h.png);
top: 52px;
left: 282px;
}
.colorpicker_hsb_s {
background-image: url(./++resource++collective.js.colorpicker.images/colorpicker_hsb_s.png);
top: 82px;
left: 282px;
}
.colorpicker_hsb_b {
background-image: url(./++resource++collective.js.colorpicker.images/colorpicker_hsb_b.png);
top: 112px;
left: 282px;
}
.colorpicker_submit {
position: absolute;
width: 22px;
height: 22px;
background: url(./++resource++collective.js.colorpicker.images/colorpicker_submit.png) top;
left: 322px;
top: 142px;
overflow: hidden;
}
.colorpicker_focus {
background-position: center;
}
.colorpicker_hex.colorpicker_focus {
background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
background-position: bottom;
}
.colorpicker_slider {
background-position: bottom;
}

}


/* - ++resource++plone.formwidget.autocomplete/jquery.autocomplete.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++plone.formwidget.autocomplete/jquery.autocomplete.css?original=1 */
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
font: menu;
font-size: 12px;
line-height: 16px;
overflow: hidden;
}
.ac_loading {
background: white url('/++resource++plone.formwidget.autocomplete/indicator.gif') right center no-repeat;
}
.ac_odd {
background-color: #eee;
}
.ac_over {
background-color: #0A246A;
color: white;
}

}


/* - ++resource++plone.formwidget.contenttree/contenttree.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++plone.formwidget.contenttree/contenttree.css?original=1 */
.contenttreeWidget {
bottom: 3.5em;
height: auto;
left: 0px;
overflow-y: auto;
margin: 0em 1em;
position: absolute;
right: 0px;
top: 6em;
width: auto;
border: 1px solid #8CACBB;
}
.contenttreeWidget li {
display: block;
padding-left: 1em;
}
.contenttreeWidget .navTreeCurrentItem {
font-weight: bold;
}
.contenttreeWidget .navTreeCurrentItem li {
font-weight: normal;
}
.contenttreeWidget li a {
border-bottom: solid 1px transparent;
}
.contenttreeWidget .navTreeItem a {
border: none;
display: block;
text-decoration: none;
padding-top: 0.2em;
padding-bottom: 0.25em;
}
.contenttreeWidget .navTreeItem a:hover {
outline: 1px dotted #205C90;
}
.contenttreeWidget li.navTreeCurrentItem {
border: none !important;
background-color: transparent;
}
.contenttreeWidget li.navTreeCurrentItem > a,
.contenttreeWidget li.navTreeCurrentItem > a:hover {
border: none;
outline: none;
background-color: #205C90;
color: #fff !important;
}
/* */
* html .contentTreeWidget li.navTreeCurrentItem a,
* html .contentTreeWidget li.navTreeCurrentItem a:hover {
height: 1.6em;
}
.contenttreeWindow {
display: none;
position: fixed;
_position: absolute;
background-color: white;
z-index: 100;
}
.contenttreeWindow h2 {
display: block;
top: 0px;
margin: 0px;
}
.contenttreeWindowHeader {
padding: 1em;
}
.contenttreeWindowActions {
position: absolute;
width: 100%;
top: auto;
bottom: 0px;
padding: 1em;
}
.contenttreeWindowBlocker {
z-index: 99;
width: 100%;
height: 100%;
opacity: 0.4;
background-color: black;
top: 0px;
left: 0px;
position: fixed;
_position: absolute;
_top: expression(eval((document.body.scrollTop)?document.body.scrollTop:document.documentElement.scrollTop));
}
.option {
display: block;
}
}


/* - ++resource++zamg.theme.stylesheets/main.css - */
@media screen {
/* https://www.zamg.ac.at/cms/portal_css/++resource++zamg.theme.stylesheets/main.css?original=1 */
/* */
body {
background: url("++resource++zamg.theme.images/background_stripes.png") repeat scroll 0 0 gray;
}
.clearer {
clear:both;
}
div#visual-portal-wrapper {
width: 61.875em;
min-width: 990px;
margin: 0 auto;
background-color: #fff;
}
div#innerwrap {
width: 61.5em;
min-width: 984px;
margin: 0 auto;
position: relative;
}
div#zamgheader {
border-top: 2px solid white;
background-position: right top;
background-repeat: no-repeat;
}
div#zamgheader.zamgheader {
background-image: url("++resource++zamg.theme.images/top_weltkugelC.jpg");
}
div#zamgheader.wetter,
div#zamgheader.weather {
background-image: url("++resource++zamg.theme.images/top_weltkugelWETTER.jpg");
}
div#zamgheader.klima,
div#zamgheader.climate {
background-image: url("++resource++zamg.theme.images/top_weltkugelKLIMA.jpg");
}
div#zamgheader.umwelt,
div#zamgheader.environment {
background-image: url("++resource++zamg.theme.images/top_weltkugelUMW.jpg");
}
a#portal-logo {
display: inline-block;
margin: 0;
}
div#menutop {
background-color: #353E47;
color: white;
margin: 0 auto;
min-width: 990px;
padding-bottom: 0.25em;
padding-top: 0.125em;
text-align: right;
width: 61.875em;
}
div#menutop_content {
font-family: "Verdana","Tahoma",Sans;
font-size: 0.6875em;
padding-right: 2.5em;
}
span.language, div#menutop_content a {
color: white;
display: inline-block;
font-size: 0.8em;
line-height: 1.5;
margin-left: 0.25em;
margin-right: 0.25em;
text-decoration: none;
}
div#menutop_content a:hover {
text-decoration: underline;
}
div.fullwidth {
width: 61.5em;
min-width: 984px;
}
div.fullwidthnorightcol {
width: 61.375em;
min-width: 982px;
}
div.maincolwidth {
width: 38.0625em;
min-width: 609px;
}
div.mainpluscolwidth {
width: 49.75em;
min-width: 796px;
}
div.colwidth {
width: 11.5625em;
min-width: 185px;
}
div#leftandmaincolumn,
div#portal-column-one {
float: left;
}
div#portal-column-content,
div#portal-column-two {
float: right;
}
div#portal-column-content {
border-left: .0625em dotted #666;
border-right: .0625em dotted #666;
min-height: 45em;
}
div#portal-column-content.noborders {
border: 0;
}
div#portal-column-content.noleftborder {
border-left: 0;
}
div#portal-column-content.norightborder {
border-right: 0;
}
div#maincontent_wrapper,
div#leftcolumn_contentwrapper,
div#rightcolumn_contentwrapper {
position: relative;
}
div#leftcolumn_contentwrapper{
padding-right: 1px;
}
div#rightcolumn_contentwrapper {
padding-top: .45em;
}
#content {
line-height: 1.5em;
clear: both;
font-size: 80%;
margin: 0;
}
div#portal-breadcrumbs {
color: #666;
font-size: 0.625em;
padding: 0.5em 0 1em;
}
div#portal-breadcrumbs a:link,
div#portal-breadcrumbs a:focus,
div#portal-breadcrumbs a:visited {
color: #666;
}
div#portal-breadcrumbs a:hover {
text-decoration: underline;
}
/* */
div#portal-columns {
overflow: hidden;
}
div#portal-column-content,
div#portal-column-one,
div#portal-column-two {
padding-bottom: 500em;
margin-bottom: -500em;
}
/* */
div#mainmenuspacer, div.menuspacer {
float: left;
min-width: 185px;
width: 11.5625em;
}
#globalnav-wrapper, .menubar-wrapper {
position: relative;
margin:0;
padding:0;
background-color: #c3c8ce;
background-image:url(++resource++zamg.theme.images/menu/navbar_bkgd.png);
background-repeat:repeat-x;
background-position:center center;
line-height: 1.15;
border-top: 2px solid white;
border-bottom: 5px solid white;
z-index: 1;
}
div#menuspacer {
width: 11.5525em;
min-width: 184px;
float: left;
}
/* */
#portal-globalnav {
width: 44em;
}
#portal-globalnav, .menubar {
position: relative;
border-left: 1px solid #575556;
padding: 0;
float: left;
z-index: 99;
margin: 0;
}
#portal-globalnav li.mainmenu, .menubar li.menuitem {
border:0;
padding:0;
border-left: 1px solid #ffffff;
border-right: 1px solid #575556;
margin: 0;
float:left;
}
#portal-globalnav li.fake, .menubar-wrapper li.fake {
border:0;
padding:0;
border-left: 1px solid #ffffff;
margin: 0;
float:left;
}
#portal-globalnav li.fake div, .menubar li.fake div {
padding: .3em 1em .3em 1em;
font-size: .75em;
margin-bottom: .25em;
}
#portal-globalnav li.mainmenu a.mainmenu_href, .menubar li.menuitem a.menubar_href {
display: block;
text-align:center;
padding: .3em 1em .3em 1em;
margin: 0;
white-space: normal;
font-size: .75em;
text-decoration: none;
color: #000;
}
/* */
#eventnav-wrapper {
border-bottom: 3px solid #fff;
border-top: 6px solid #fff;
}
#eventnav-wrapper .menubar {
width: 49em;
}
#eventnav-wrapper .menubar-wrapper {
background-image: url("++resource++zamg.theme.images/menu/navbar_bkgd_warn.png");
background-color: #ff8822;
}
#eventnav-wrapper div.menuspacer {
text-align: right;
}
dt.zamgteasermarker.warnung,
dt.zamgteasermarker.warning {
background-color: #ff8822;
}
.menubartitle {
color: #000;
display: block;
font-size: 0.75em;
font-weight: bold;
padding: 0.3em 1em;
}
.menubar_href {
border-bottom: 0.25em solid #666;
font-weight: bold;
}
li.menuitem.selected a.menubar_href, li.menuitem a.menubar_href:hover {
background-color: #666;
color: #fff;
}
/* */
#portaltab-index_html.mainmenu a.mainmenu_href,
#portaltab-aktuell.mainmenu a.mainmenu_href,
#portaltab-news.mainmenu a.mainmenu_href{
border-bottom:0.25em solid #e22722;
font-weight:bold;
}
#portaltab-weather.mainmenu a.mainmenu_href,
#portaltab-wetter.mainmenu a.mainmenu_href {
border-bottom:0.25em solid #f7b217;
font-weight:bold;
}
#portaltab-climate.mainmenu a.mainmenu_href,
#portaltab-klima.mainmenu a.mainmenu_href {
border-bottom:0.25em solid #f2e30a;
font-weight:bold;
}
#portaltab-environment.mainmenu a.mainmenu_href,
#portaltab-umwelt.mainmenu a.mainmenu_href {
border-bottom:0.25em solid #8fbc2d;
font-weight:bold;
}
#portaltab-geophysics.mainmenu a.mainmenu_href,
#portaltab-geophysik.mainmenu a.mainmenu_href {
border-bottom:0.25em solid #55b0cd;
font-weight:bold;
}
#portaltab-research.mainmenu a.mainmenu_href,
#portaltab-forschung.mainmenu a.mainmenu_href {
border-bottom:0.25em solid #39539d;
font-weight:bold;
}
#portaltab-products.mainmenu a.mainmenu_href,
#portaltab-produkte.mainmenu a.mainmenu_href {
border-bottom:0.25em solid #932b84;
font-weight:bold;
}
/* */
#portaltab-index_html.mainmenu.selected a.mainmenu_href, #portaltab-index_html.mainmenu.plain a.mainmenu_href:hover,
#portaltab-aktuell.mainmenu.selected a.mainmenu_href, #portaltab-aktuell.mainmenu.plain a.mainmenu_href:hover,
#portaltab-news.mainmenu.selected a.mainmenu_href, #portaltab-news.mainmenu.plain a.mainmenu_href:hover {
border-bottom:0.25em solid #e22722;
background-color:#ad1e18;
font-weight:bold;
color:#ffffff;
background-image:url(++resource++zamg.theme.images/menu/navbar_bkgd_aktuell.png);
background-repeat:repeat-x;
background-position:center center;
}
#portaltab-wetter.mainmenu.selected a.mainmenu_href, #portaltab-wetter.mainmenu.plain a.mainmenu_href:hover,
#portaltab-weather.mainmenu.selected a.mainmenu_href, #portaltab-weather.mainmenu.plain a.mainmenu_href:hover {
border-bottom:0.25em solid #f7b217;
background-color:#c28b14;
font-weight:bold;
color:#ffffff;
background-image:url(++resource++zamg.theme.images/menu/navbar_bkgd_wetter.png);
background-repeat:repeat-x;
background-position:center center;
}
#portaltab-klima.mainmenu.selected a.mainmenu_href, #portaltab-klima.mainmenu.plain a.mainmenu_href:hover,
#portaltab-climate.mainmenu.selected a.mainmenu_href, #portaltab-climate.mainmenu.plain a.mainmenu_href:hover {
border-bottom:0.25em solid #f2e30a;
background-color:#baaf07;
font-weight:bold;
color:#ffffff;
background-image:url(++resource++zamg.theme.images/menu/navbar_bkgd_klima.png);
background-repeat:repeat-x;
background-position:center center;
}
#portaltab-umwelt.mainmenu.selected a.mainmenu_href, #portaltab-umwelt.mainmenu.plain a.mainmenu_href:hover,
#portaltab-environment.mainmenu.selected a.mainmenu_href, #portaltab-environment.mainmenu.plain a.mainmenu_href:hover {
border-bottom:0.25em solid #8fbc2d;
background-color:#6e9022;
font-weight:bold;
color:#ffffff;
background-image:url(++resource++zamg.theme.images/menu/navbar_bkgd_umwelt.png);
background-repeat:repeat-x;
background-position:center center;
}
#portaltab-geophysik.mainmenu.selected a.mainmenu_href, #portaltab-geophysik.mainmenu.plain a.mainmenu_href:hover,
#portaltab-geophysics.mainmenu.selected a.mainmenu_href, #portaltab-geophysics.mainmenu.plain a.mainmenu_href:hover {
border-bottom:0.25em solid #55b0cd;
background-color:#4996b0;
font-weight:bold;
color:#ffffff;
background-image:url(++resource++zamg.theme.images/menu/navbar_bkgd_geophysik.png);
background-repeat:repeat-x;
background-position:center center;
}
#portaltab-produkte.mainmenu.selected a.mainmenu_href, #portaltab-produkte.mainmenu.plain a.mainmenu_href:hover,
#portaltab-products.mainmenu.selected a.mainmenu_href, #portaltab-products.mainmenu.plain a.mainmenu_href:hover {
border-bottom:0.25em solid #932b84;
background-color:#702065;
font-weight:bold;
color:#ffffff;
background-image:url(++resource++zamg.theme.images/menu/navbar_bkgd_produkte.png);
background-repeat:repeat-x;
background-position:center center;
}
#portaltab-forschung.mainmenu.selected a.mainmenu_href, #portaltab-forschung.mainmenu.plain a.mainmenu_href:hover,
#portaltab-research.mainmenu.selected a.mainmenu_href, #portaltab-research.mainmenu.plain a.mainmenu_href:hover {
border-bottom:0.25em solid #39539d;
background-color:#2c417a;
font-weight:bold;
color:#ffffff;
background-image:url(++resource++zamg.theme.images/menu/navbar_bkgd_forschung.png);
background-repeat:repeat-x;
background-position:center center;
}
a.mainmenu_href {
border-bottom: 0.25em solid #666;
font-weight: bold;
}
ul.submenu {
font-size: .75em;
z-index: 98;
border-color: #666;
border-style: solid;
border-width: 0 1px 1px;
opacity: 0.95;
}
ul.submenu li {
background-color: #eee;
border-bottom: 1px solid #666;
}
#portaltab-aktuell ul.submenu,
#portaltab-news ul.submenu {
border-color: #E22722;
border-style: solid;
border-width: 0 1px 1px;
opacity: 0.95;
}
#portaltab-wetter ul.submenu,
#portaltab-weather ul.submenu {
border-color: #F8B217;
border-style: solid;
border-width: 0 1px 1px;
opacity: 0.95;
}
#portaltab-klima ul.submenu,
#portaltab-climate ul.submenu {
border-color: #F2E309;
border-style: solid;
border-width: 0 1px 1px;
opacity: 0.95;
}
#portaltab-umwelt ul.submenu,
#portaltab-environment ul.submenu {
border-color: #8FBB2D;
border-style: solid;
border-width: 0 1px 1px;
opacity: 0.95;
}
#portaltab-geophysik ul.submenu,
#portaltab-geophysics ul.submenu {
border-color: #5EC3E3;
border-style: solid;
border-width: 0 1px 1px;
opacity: 0.95;
}
#portaltab-forschung ul.submenu,
#portaltab-research ul.submenu {
border-color: #39549D;
border-style: solid;
border-width: 0 1px 1px;
opacity: 0.95;
}
#portaltab-produkte ul.submenu,
#portaltab-products ul.submenu {
border-color: #922A83;
border-style: solid;
border-width: 0 1px 1px;
opacity: 0.95;
}
#portaltab-aktuell ul.submenu li,
#portaltab-news ul.submenu li {
background-color: #F6BFBD;
border-bottom: 1px solid #E22722;
}
#portaltab-wetter ul.submenu li,
#portaltab-weather ul.submenu li {
background-color: #FCE0A2;
border-bottom: 1px solid #F8B217;
}
#portaltab-klima ul.submenu li,
#portaltab-climate ul.submenu li{
background-color: #FBF7B6;
border-bottom: 1px solid #F2E309;
}
#portaltab-umwelt ul.submenu li,
#portaltab-environment ul.submenu li{
background-color: #DEEBC0;
border-bottom: 1px solid #8FBB2D;
}
#portaltab-geophysik ul.submenu li,
#portaltab-geophysics ul.submenu li {
background-color: #C3D7EC;
border-bottom: 1px solid #5EC3E3;
}
#portaltab-forschung ul.submenu li,
#portaltab-research ul.submenu li {
background-color: #C4CCE2;
border-bottom: 1px solid #39549D;
}
#portaltab-produkte ul.submenu li,
#portaltab-products ul.submenu li {
background-color: #DFC0DA;
border-bottom: 1px solid #922A83;
}
#portal-globalnav ul.submenu a,
#portal-globalnav ul.submenu a:hover,
#portal-globalnav ul.submenu a:active,
#portal-globalnav ul.submenu a:visited {
color: #000;
}
#portal-globalnav ul.submenu a,
#portal-globalnav ul.submenu a:hover {
display: block;
padding-left: 0.5em;
text-align: left;
border: 0;
padding: .2em .4em;
}
#portaltab-aktuell ul.submenu li a[class^="state"]:hover, #section-aktuell li a:hover,
#portaltab-news ul.submenu li a[class^="state"]:hover, #section-news li a:hover {
color: #000000;
}
#portaltab-wetter ul.submenu li a[class^="state"]:hover, #section-wetter li a:hover,
#portaltab-weather ul.submenu li a[class^="state"]:hover, #section-weather li a:hover {
color: #000000;
}
#portaltab-klima ul.submenu li a[class^="state"]:hover, #section-klima li a:hover,
#portaltab-climate ul.submenu li a[class^="state"]:hover, #section-climate li a:hover {
color: #000000;
}
#portaltab-umwelt ul.submenu li a[class^="state"]:hover, #section-umwelt li a:hover,
#portaltab-environment ul.submenu li a[class^="state"]:hover, #section-environment li a:hover {
color: #000000;
}
#portaltab-geophysik ul.submenu li a[class^="state"]:hover, #section-geophysik li a:hover,
#portaltab-geophysics ul.submenu li a[class^="state"]:hover, #section-geophysics li a:hover {
color: #000000;
}
#portaltab-forschung ul.submenu li a[class^="state"]:hover, #section-forschung li a:hover,
#portaltab-research ul.submenu li a[class^="state"]:hover, #section-research li a:hover {
color: #000000;
}
#portaltab-produkte ul.submenu li a[class^="state"]:hover, #section-produkte li a:hover,
#portaltab-products ul.submenu li a[class^="state"]:hover, #section-products li a:hover {
color: #000000;
}
#portal-globalnav li ul.submenu li:hover, #portal-globalnav li ul.submenu li a:hover, #portal-globalnav li ul.submenu li.navTreeCurrentNode {
background-color: #FFFFFF;
}
ul#leftmenu {
margin: .5em 0;
font-family: "Verdana", "Tahoma", Sans;
font-size: .6875em;
}
ul#leftmenu li {
border-bottom: 1px solid #d1d1d1;
}
ul#leftmenu li.first {
border-top: 1px solid #d1d1d1;
}
ul#leftmenu li a {
display: block;
padding: 4px 6px;
color: #666;
text-decoration: none;
}
ul#leftmenu li a:hover,
ul#leftmenu li a.selected {
background-color: #e4e7ea;
color: #333;
font-weight: bold;
}
/* */
div#doormats-container,
div.footercontainer {
background-color: white;
position: relative;
}
div#footer {
z-index: 99;
position: relative;
color: white;
clear: both;
}
div#band {
background-color: #237db5;
height: 12px;
border-top: 2px solid white;
border-bottom: 2px solid white;
margin: 0;
}
div.doormat,
div#mainmenudoormat,
div#topmenudoormat {
font-family: "Verdana", "Tahoma", Sans;
font-size: .625em;
padding: 1em 0 2em 0;
}
div#doormat-0,
div#mainmenudoormat {
background-color: #353e47;
}
div#doormat-1,
div#topmenudoormat {
background-color: #000;
min-height: 57px;
overflow-x: hidden;
}
div#doormat-1 div.doormat-container {
padding-left: 28%;
}
/* */
.doormatColumn {
float:left;
margin: 0 0 0 1.9%;
width: 11.9%;
}
.doormatColumn ul li {
margin-bottom: 3px;
display: block;
}
.doormatSectionBody a {
text-decoration: none;
color: #ccc;
}
.doormatSectionBody strong a {
text-decoration: none;
color: #6dc3f4;
}
.doormatSectionBody a:hover {
text-decoration: underline;
}
a.doormatSectionHeader {
color:#6dc3f4;
font-weight: bold;
text-decoration: none;
}
a.doormatSectionHeader:hover {
text-decoration: underline;
}
div#zamglogosw {
position: absolute;
bottom: 10px;
left: 20px;
}
.livesearchContainer {
background-color: white;
position: relative;
z-index: 999;
}
div.LSResult {
float: left;
}
/* */
.doormat-container {
margin: 0;
float: left;
width: 100%;
}
.doormat-container h2 {
margin: 0.5em 0.5em 0px 0.5em;
}
.doormat-container h3 {
margin: 0.5em 0px;
}
.doormat-container dl {
margin: 0.5em 0px;
}
.doormat-container dl dd {
margin-left: 0px;
}
.doormat-container .doormatColumn {
float: left;
margin: 0 1%;
width: 12%;
}
/* */
/* */
div#geo {
margin-top: 2em;
margin-bottom: 1em;
}
div#gcos {
margin-bottom: 1em;
}
div#impressum,
div#bmwf {
color: #666;
font-family: "Verdana", "Tahoma", Sans;
font-size: .625em;
margin-left: .625em;
margin-bottom: 2em;
}
div#bmwf img {
margin-top: 5px;
}
div#impressum a {
color: #408ebf;
text-decoration: none;
}
div#impressum a:hover {
text-decoration: underline;
}
/* */
dl.zamgcontent {
width: 46.484375em;
min-width: 595px;
float: left;
border-bottom: 1px solid #c2ddee;
margin-bottom: 3px;
padding: 0 0 3px 0;
}
.zamgcontentdesc.main ul {
line-height:normal !important;
}
dl.zamgcontent dt,
dl.zamgcontent dd.zamgcontentdesc {
float: right;
width: 33.984375em;
min-width: 435px;
padding: 0;
}
dl.zamgcontent dd.zamgcontentdesc.main{
margin-left: 0 !important;
}
dl.zamgcontent dd.zamgcontentdesc.main p {
display: inline;
}
dl.zamgcontent dt span.zamgcontenttitle {
color: #004d85;
}
dl.zamgcontent dd.zamgcontentdesc {
color: #5f5f5f;
}
.zamgcontentdate {
display: block;
font-size: 85%;
line-height: 1.5em;
padding-top: 0.5em;
color: #599dce;
}
dl.zamgcontent dd.zamgcontentimg {
float: left;
position: relative;
width: 11.71875em;
min-width: 150px;
}
dl.zamgcontent dd.zamgcontentimg img {
display: block;
margin: 0 auto;
}
dl.zamgcontent dd.zamgcontentimg.main{
margin-left: 0 !important;
}
dd.zamgcontentdesc.main p{
margin-bottom: 0 !important;
}
dd.zamgmorecontentlink {
text-align: right;
padding-right: .5em;
}
a.zamgcontentlink {
color: #1f7ebe;
}
div.zamgcontentheadlink {
border-bottom: 1px solid #1e7fb6;
padding-bottom: 2px;
margin-bottom: 1px;
}
dt.zamgcontentheader {
border-bottom: 4px;
margin-bottom: 4px;
}
div.zamgcontentmarker {
height: 100%;
width: 15px;
position: absolute;
left: 0;
}
dt.zamgteasermarker{
background-color: #99B5C4;
}
div.zamgcontentmarker.aktuell,
dt.zamgteasermarker.aktuell,
div.zamgnewsmarker.aktuell,
div.zamgcontentmarker.news,
dt.zamgteasermarker.news,
div.zamgnewsmarker.news {
background-color: #E22722;
}
div.zamgcontentmarker.wetter,
div.zamgcontentmarker.synoptik,
dt.zamgteasermarker.wetter,
dt.zamgteasermarker.synoptik,
div.zamgnewsmarker.wetter,
div.zamgcontentmarker.weather,
div.zamgcontentmarker.synoptic,
dt.zamgteasermarker.weather,
dt.zamgteasermarker.synoptic,
div.zamgnewsmarker.weather,
dt.zamgteasermarker.event{
background-color: #F8B217;
}
div.zamgcontentmarker.klima,
div.zamgcontentmarker.klimaforschung,
dt.zamgteasermarker.klima,
dt.zamgteasermarker.klimaforschung,
div.zamgnewsmarker.klima,
div.zamgcontentmarker.climate,
div.zamgcontentmarker.climate-research,
dt.zamgteasermarker.climate,
dt.zamgteasermarker.climate-research,
div.zamgnewsmarker.climate{
background-color: #F2E309;
}
div.zamgcontentmarker.umwelt,
div.zamgcontentmarker.umweltmeteorologie,
dt.zamgteasermarker.umwelt,
dt.zamgteasermarker.umweltmeteorologie,
div.zamgnewsmarker.umwelt,
div.zamgcontentmarker.environment,
div.zamgcontentmarker.environmental-meteorology,
dt.zamgteasermarker.environment,
dt.zamgteasermarker.environmental-meteorology,
div.zamgnewsmarker.environment{
background-color: #8FBB2D;
}
div.zamgcontentmarker.geophysik,
dt.zamgteasermarker.geophysik,
div.zamgnewsmarker.geophysik,
div.zamgcontentmarker.geophysics,
dt.zamgteasermarker.geophysics,
div.zamgnewsmarker.geophysics{
background-color: #5EC3E3;
}
div.zamgcontentmarker.forschung,
dt.zamgteasermarker.forschung,
div.zamgnewsmarker.forschung,
div.zamgcontentmarker.research,
dt.zamgteasermarker.research,
div.zamgnewsmarker.research{
background-color: #39549D;
}
div.zamgcontentmarker.produkte,
dt.zamgteasermarker.produkte,
div.zamgnewsmarker.produkte,
div.zamgcontentmarker.products,
dt.zamgteasermarker.products,
div.zamgnewsmarker.products{
background-color: #922A83;
}
span.white {
color: #fff;
}
dt.zamgteasermarker.klima span.white,
dt.zamgteasermarker.klimaforschung span.white,
dt.zamgteasermarker.climate span.white,
dt.zamgteasermarker.climate-research span.white {
color: #A6A6A6;
}
div.pagefolder_listing {
border-top: .625em solid #fff;
}
/* */
dl.zamgportlet {
font-size: 80%;
margin-bottom: .75em;
}
div#zamgteaserportlet {
width: 37.1875em;
min-width: 595px;
margin: 1em auto;
float: left;
}
div.teaser {
background-color: #c5dcea;
width: 12.1875em;
min-width: 195px;
margin-right: .312em;
margin-bottom: .1875em;
float: left;
}
div#maincontentteasers {
overflow: hidden;
}
dl.main {
background-color: #c5dcea;
border-top: 4px solid #fff;
padding-bottom: 200em;
margin-bottom: -200em;
width: 15.2344em;
min-width: 195px;
overflow-x: hidden;
}
dl.right {
background-color: #c5dcea;
min-width: 185px;
width: 14.4531em;
overflow-x: hidden;
}
dl.right img,
dl.main img {
display: block;
margin: 0 auto;
}
div.teaser.nomarginright {
margin-right: 0;
}
dt.zamgteasermarker,
p.teasertext {
padding: .2em .5em;
}
dt.zamgteasermarker span.white {
font-familiy: "Verdana";
font-weight: bold;
}
/* */
div.zamgnewsportlet {
display: block;
float: left;
position: relative;
width: 37.1875em;
min-width: 595px;
}
dl.zamgnews {
width: 46.484375em;
min-width: 595px;
float: left;
border-bottom: 1px solid #c2ddee;
margin-bottom: 3px;
padding: 0 0 3px 0;
}
dl.zamgnews dt,
dl.zamgnews dd.zamgnewsdesc {
float: right;
width: 33.984375em;
min-width: 435px;
padding: 0;
}
dl.zamgnews dd.zamgnewsdesc.main{
margin-left: 0 !important;
}
dl.zamgnews dt span.zamgnewstitle {
color: #004d85;
}
dl.zamgnews dd.zamgnewsdesc {
color: #5f5f5f;
}
dd.zamgnewsdesc.main p{
margin-bottom: 0 !important;
}
.zamgnewsdate {
display: block;
font-size: 85%;
line-height: 1.5em;
padding-top: 0.5em;
color: #599dce;
}
dl.zamgnews dd.zamgnewsimg {
float: left;
position: relative;
width: 11.71875em;
min-width: 150px;
}
dl.zamgnews dd.zamgnewsimg img {
display: block;
margin: 0 auto;
}
dl.zamgnews dd.zamgnewsimg.main{
margin-left: 0 !important;
}
dd.zamgmorenewslink {
text-align: right;
padding-right: .5em;
}
a.zamgnewslink {
color: #1f7ebe;
}
span.bluebold {
color: #004e69;
font-weight: bold;
}
span.bluebolder {
color: #004e69;
font-weight: bolder;
}
span.redbold {
color: #d82423;
font-weight: bold;
}
span.zamgnewsheadlink {
border-bottom: 1px solid #1e7fb6;
padding-bottom: 2px;
margin-bottom: 1px;
display: block;
}
span.zamgnewsheadlink img{
float:right;
}
dt.zamgnewsheader {
border-bottom: 4px solid #c8dce8;
margin-bottom: 4px;
}
div.zamgnewsmarker {
height: 100%;
width: 15px;
position: absolute;
left: 0;
}
.portletCalendar {
overflow: hidden;
}
/* */
div.warneinb {
text-align: center;
padding: 5px 0;
}
/* */
.overviewMatrix { /**/
bottom:1em;
position:relative;
top:1em;
}
.leftColumn {
clear:left;
float:left;
min-width:286px;
width:48%;
}
.rightColumn {
clear:right;
float:right;
min-width:286px;
width:48%;
}
.matrixItem {
margin-top:1em 0;
min-height:160px;
height:10em;
}
.matrixItemHeader {
font-size:0.75em;
font-family:Verdana;
clear:both;
color:#205c90;
}
.matrixItemDesc {
float:left;
margin-left:1em;
display:block;
width:65%;
}
.matrixItemImage {
float:left;
overflow:hidden;
}
.img_clip_small {
width:100px;
height:72px;
}
/* */
.folderItem {
background-color:#E4EDF4;
border:1px outset #e4edf4;
height:4em;
min-height:72px;
padding:0.3125em;
}
.folderHeaderBkgd {
height:2.5em;
line-height:1em !important;
}
.folderHeader {
font-size:1em;
float:left;
clear:right;
vertical-align:middle;
line-height:2.5em;
color:#205C90;
font-size:0.75em;
font-family:Verdana;
}
.folderDesc {
clear:right;
font-size:0.75em;
padding:0 0.5 0.5 0em !important;
vertical-align:middle;
float:left;
width:80%;
}
.folderIcon {
float:left;
margin-right:1em;
vertical-align:middle;
line-height:2.5em;
}
/* */
div#parent-fieldname-description.News.Item{
font-weight:bold;
}
/* */
.contentTable {
border-collapse: collapse;
}
.contentTable * td {
border-top:1px solid #cccccc;
margin:0;
padding:0.3em;
}
.contactInfo {
border:1px solid #5d7ba3;
font-size:0.875em;
width: 100%;
}
.noborder {
border: 0 none;
}
.contactInfo th {
padding:0.3em;
color:#5d7ba3;
text-align:left;
}
.contactInfo td {
border: 0;
padding: .3em;
}
.contactInfo tr.even {
background-color: #E5EBF1;
}
.contactInfo td.maletter {
color: #034C7A;
font-weight: bold;
padding-top: .5em;
}
td.labelCell {
font-variant:small-caps;
font-family:Arial, Helvatica, sans-serif;
width:10em;
vertical-align:top;
}
td.contentCell {
vertical-align:top;
font-family:Arial, Helvatica, sans-serif;
}
.contactInfo td.center, .contactInfo th.center {
text-align:center;
}
.contactInfo th.contactabtgr {
width: 60%;
}
.contactInfo th.contactabt {
width: 25%;
}
.contactInfo th.contactname {
width: 35%;
}
.contactInfo th.contactemail {
width: 10%;
}
.contactInfo th.contacttelefon {
width: 30%;
}
select#teaserimage\3a list {
min-width: 550px;
width: 34.375em;
}
div.lrpad {
padding: 0 7px;
}
div.nopad {
padding: 0;
}
div.norightpad {
padding: 0 0 0 7px;
}
div.overlaybox{
position:relative;
margin-bottom: 0.2em;
}
div.overlaybox img{
postion:absolute;
top:0px;
left:0px;
}
div.overlaybox span{
position:absolute;
bottom:0px;
left:0px;
background-color:black;
opacity:0.6; /* */
filter:alpha(opacity=60); /* */
width:100%;
color:white;
font-weight:bold;
padding:.2em .5em;
}

}

