

body {
    background: url(../img/pm/background/side.gif) repeat-y left top;
}

#wrapper {
    background: transparent url(../img/pm/background/corner.gif) no-repeat left bottom;
    padding-bottom: 20px;
    padding-right: 60px;
}

#branding {
    margin: 0 0 2.7273em 0; /* 0 0 30px 250px */
    position: static;
    width: 89.1em; /* 730px */
}
#wrapper-content,
#footer {
    clear: both;
    max-width: 89.0909em;   /* main-width-max, 980px */
    min-width: 69.5455em;   /* main-width-min, 765px */
}
#content {
    border-right: 220px solid #fff;
    padding:  0 2.7273em 2.7273em 21.8182em; /* 0 30px 30px 240px */
    position: relative;
    margin-left: .9091em; /* nav-position-left, 10px */
    margin-right: 0; /* marginal-position-right, 0px */
}
#content:after {
    clear: both;
    content: " ";
    display: block;
}

/* Navigation */

#nav {
    float: left;
    margin-left: -21.8182em; /* nav-width-plus-main-padding-left, 240px */
    width: 20em; /* nav-width, 220px */
}

/* Content */

#main {
    float: left;
    margin-right:  -3px; /* IE Duplicate Characters bug */
    width: 100%;
}
/* Marginal */

#marginal {
    float: left;
    margin-right: -29.0909em; /* 320px for Opera */
    margin-left: 3em; /* IE Duplicate Characters bug */
    width: 20em; /* marginal-width, 220px */
}
* {
    margin: 0;
    padding: 0;
}
html {
    background: #f0f0f0;
    color: #000;
    font: .6875em/1.3em verdana, arial, helvetica, sans-serif;
    line-height: 1.5455em; /* 17px */
}
h1 {
    font: 1.8182em verdana, arial, helvetica, sans-serif;
    margin-bottom: .75em;
    margin-top: -.1em;
}
h2 {
    font-size: 1.1818em;
    margin: 1em 0 0;
}
h3,
h4 {
    font-size: 1em;
}
p {
    margin: 0 0 1em;
}
ul {
    list-style: none;
}
fieldset {
    border: 0;
}
legend,
hr {
    display: none;
}
address {
    font-style: normal;
}
input,
button,
option,
select,
textarea,
optgroup {
    font: 1em verdana, arial, helvetica, sans-serif;
}
a {
    color: #000;
    text-decoration: none;
}
a:visited {
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
img {
    border: 0;
}
dl dt {
    font-weight: bold;
}
abbr, dfn {
    font-style: normal;
}
abbr[title], dfn[title] {
    border-bottom: 1px dashed #000;
    border-color: inherit;
    cursor: help;
}

abbr[title].dtstart,
abbr[title].dtend {
    border-bottom: 0;
    cursor: default;
}
#content:after,
#footer:after,
.standardform .form-entry:after,
.standardform .form-submit:after,
.standardform .form-field:after,
#main .mod:after,
#main .image-gallery:after,
#list #main div.cl:after,
#list #nav-keyword ul:after,
#list .mod:after,
#main .searchresult dl:after,
#main .nav-pager ul:after,
#main .richtext:after,
#branding #nav-hz:after,
#branding #nav-language:after,
#branding #nav-service:after {
    clear: both;
    content: " ";
    display: block;
}

/* Site Identity */

#branding {
    /*background-color: #f0f0f0;*/
   padding-top: .1em; /* 5px */
}
#branding #logo {
    background: none;
    height: 170px;
    margin-left: -250px;
    margin-top: 1.3636em; /* 15px */
    padding-right: 250px;
    position: relative;
    width: 100%;
}
#branding #logo p {
    margin: 0;
}
#branding #logo img {
    display: none;
}

/* Navigation */

/* 1. level */
#nav-main a {
    border-bottom: 1px solid #fff;
    background-image: url(../img/pm/icons/nav/closed.gif);
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    font-weight: bold;
    line-height: 1.3em;
    padding: 4.5px 0 4.5px 2.2727em;
}
#nav-main a:link, #nav-main a:visited {
    background-color: #f0f0f0;
}
#nav-main a:hover {
    background-color: #f6b471;
}
#nav-main .open a{
    background-image: url(../img/pm/icons/nav/open.gif);
}
#nav-main a span {
    display: block;
    border-left: 1px solid #fff;
    padding-left: .4545em;
}
/* 2. level */
#nav-main ul {
    padding: 0;
}
#nav-main ul a {
    background-position: .4545em .7273em;
    /*border-top: 1px dotted #333;*/
    font-weight: normal;
}
#nav-main ul a:link,
#nav-main ul a:visited {
    background-image: url(../img/pm/icons/nav/bullet.gif);
    background-color: transparent;
}
#nav-main ul a:hover {
    background-color: #f6b471;
    background-image: url(../img/pm/icons/nav/bullet-alt.gif);
}
#nav-main ul a:active,
#nav-main ul a:focus {
    background-image: url(../img/pm/icons/nav/bullet.gif);
}
#nav-main ul a.current-page {
    font-weight: bold;
    background-color: #f6b471 !important;
    background-image: url(../img/pm/icons/nav/bullet-alt.gif);
}
#nav-main ul ul a.current,
#nav-main ul ul a.current-path {
    background-color: #fff;
    background-image: none;
}
#nav-main ul a.current:link,
#nav-main ul a.current:visited {
    background-color: #f6b471;
    background-image: url(../img/pm/icons/nav/bullet-alt.gif);
}
#nav-main ul .first a {
    border-top: 1px solid #fff;
}
/* 3. level */
#nav-main ul ul a,
#nav-main ul .first ul a {
    background-position: 2em .4545em;
    border-top: 0;
    padding-left: 3.3636em;
    padding-top: 0;
}
/* 4. level */
#nav-main ul ul ul a,
#nav-main ul .first ul ul a {
    background-position: 3.3636em .4545em;
    padding-left: 4.8182em;
}

/* Navigation: Service and Language */

.nav-hz {
    list-style-type: none;
}
.nav-hz li {
    display: inline;
}
.nav-hz li a,
.nav-hz li strong {
    display: block;
    float: left;
    line-height: 1.1;
    width: auto;
}
.service-box {
	display: inline;
	margin-left: 250px;
    background: #F0F0F0;
	float: left;
	min-width: 730px;
}
#nav-language,
#nav-service {
    padding: 2px 5px 4px 0;
   line-height: 1em;
}
#nav-service {
	float: left;
	text-align: right;
	width: 594px;
}

#nav-language {
	float: left;
	width: 126px;
	display: inline;
}

#nav-language li,
#nav-service li {
    border-right: 1px solid;
    float: left;
    padding: 0 8px;
}
#nav-service li.last {
    border-right: 0;
}


/* Navigation: Footer */

#footer {
    border-top: 1px solid #f0f0f0;
    clear: both;
    padding: 9px 0;
}
#footer li.first {
    margin-right: 0;
	position: relative;
	left: 0;  /* changed from position absolute and right=404px due to UNESCO-263 ('Nach oben' to line up with the grey line at the bottom of the page, with 404px it sits outside the main content) */
}
#footer li.first a {
    background: #fff url(../img/pm/icons/links/top.gif) no-repeat 0% 60%;
    border: 0;
    padding-left: .9125em;
}
#nav-footer {
    margin-left: 242px;
}
#nav-footer li {
    border-right: 1px solid;
    float: left;
    line-height: 1.2;
    padding: 0 8px;
}
#nav-footer li.first {
    border: 0;
    float: right;
    padding-right: 250px;
}
#nav-footer li.last {
    border: 0;
}

/* Breadcrumb */

#breadcrumb {
	background-color: #f0f0f0;
    overflow: hidden;
    padding: .3636em .9091em;
	 width: 710px;
	 margin-left: 250px;
}
#breadcrumb ol,
#breadcrumb ol a,
#breadcrumb ol strong,
#breadcrumb span,
#breadcrumb li {
    display: inline;
    float: none;
}
#breadcrumb ol {
    list-style: none;
}
#breadcrumb ol a, #breadcrumb ol strong {
    background: transparent url(../img/pm/icons/arrow.gif) no-repeat 0 7px;
    font-weight: normal;
    padding: .1818em 6px 0 10px;
}

/* Links */

a.ic,
a.ic:link,
a.ic:visited,
a.ic:hover,
a.ic:active,
a.ic:focus {
    background: #f0f0f0 url(../img/pm/icons/links/link.gif) 0 .35em no-repeat;
    display: block;
    font-weight: bold;
    padding: 0 0 .2em 1.5em;
}
#marginal a.ic {
    background-color: #fff;
    font-weight: normal;
}
#marginal .linkblock a.ic {
    background-color: #f0f0f0;
}
#marginal .contact .eml,
#main address a.ic,
.linkblock a.ic,
.linkblock a.ic:link,
.linkblock a.ic:visited,
.linkblock a.ic:hover,
.linkblock a.ic:active,
.linkblock a.ic:focus {
    border-bottom: 1px solid #FFFFFF;
}
#marginal li.even.more a.ic {
    background-color: #f0f0f0;
}

/* link with icon (extern), used in combination with class .ic */
a.ext:link, a.ext:visited, a.ext:hover, a.ext:active, a.ext:focus {
    background-image: url(../img/pm/icons/links/external.gif);
}
/* link with icon (download), used in combination with class .ic */
a.dwn:link, a.dwn:visited, a.dwn:hover, a.dwn:active, a.dwn:focus,
a.vid:link, a.vid:visited, a.vid:hover, a.vid:active, a.vid:focus {
    background-image: url(../img/pm/icons/links/download.gif);
}
/* link with icon (page back), used in combination with class .ic */
a.pgb:link, a.pgb:visited, a.pgb:hover, a.pgb:active, a.pgb:focus {
    background-image: url(../img/pm/icons/page/back.gif);
}
/* link with icon (page forward), used in combination with class .ic */
a.pgf, a.pgf:link, a.pgf:visited, a.pgf:hover, a.pgf:active, a.pgf:focus {
    background-image: url(../img/pm/icons/page/forward.gif);
}
/* link with icon (page down), used in combination with class .ic */
a.pgd:link, a.pgd:visited, a.pgd:hover, a.pgd:active, a.pgd:focus {
    background-image: url(../img/pm/icons/page/down.gif);
}
/* link with icon (page up), used in combination with class .ic */
a.pgu:link, a.pgu:visited, a.pgu:hover, a.pgu:active, a.pgu:focus {
    background-image: url(../img/pm/icons/page/up.gif);
}
/* link with icon (top of page), used in combination with class .ic */
a.pgu:link, a.pgu:visited, a.pgu:hover, a.pgu:active, a.pgu:focus {
    background-image: url(../img/pm/icons/links/top.gif);
}
/* link with icon (rss feed), used in combination with class .ic */
a.feed:link, a.feed:visited, a.feed:hover, a.feed:active, a.feed:focus {
    background-image: url(../img/pm/icons/links/rss.gif);
    padding-top: 1px;
}
/* link with icon (email), used in combination with class .ic */
a.eml:link, a.eml:visited, a.eml:hover, a.eml:active, a.eml:focus {
    background-image: url(../img/pm/icons/links/email.gif);
}

/* Misc */

.aural,
.jump,
#nav .quicksearchform label,
#main legend {
    height: 1px;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: -999em;
    width: 1px;
}
#promo {
    border-bottom: 1px dashed #999;
    margin-bottom: 1.8182em; /* 20px */
}
#promo .box {
    border: 2px solid #ef7800;
    margin-bottom: 1.8182em; /* 20px */
    padding: 1em 1em 0;
}
#promo .box .mod {
    border-bottom: 0 !important;
}
#promo .mod {
    border: 0;
    margin: 0;
    padding: 0;
}
.linkblock,
#marginal .events ul,
#marginal .messages ul {
    margin: 1em 0;
}
.mod {
    border-bottom: 1px dashed #999;
    margin: 1.8182em 0; /* 20px */
    padding-bottom: .7em;
}
.mod.nav-pager { /* changes for the glossary page */
	border-bottom: none;
	padding-bottom: 0;
}
.mod.banner {
    padding-top: .5em;
}
.teaser h2,
#marginal h3 {
    font: 1.0909em verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    margin-bottom: .69em;
}
#marginal .mod.last {
    border: 0;
}
#main ul,
#main ol {
    margin: 1em 0 1em 2em;
}
#main ul {
    list-style: disc;
    list-style-position: outside;
}
#main .linkblock {
    list-style: none !important;
    margin-left: 0;
}
#main .linkblock li {
    margin-bottom: 0;
}

/* Meldung */

#main .richtext h2 {
    margin: .1em 0 0;
    padding-bottom: .3125em;
}
#main .richtext p {
    margin-bottom: 0;
    padding-bottom: 1.3636em; /* 15px */
}
#main .richtext ul {
	margin-top: 0;
	padding-bottom: 3px;
}
#main .event-header p,
#main .message-header p {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
#main .event-header img,
#main .message-header img {
    border-top: .2em solid #fff;
}
#main .richtext .linkblock {
    margin-top: 0;
}
#main h2 {
    margin: 0;
    padding-bottom: .5556em;
}

/* Lists (Event and Message) */
#main .event-list,
#main .message-list{
    border-bottom: 1px dashed #999;
    margin-bottom: 1.25em;
    padding-bottom: 1em;
}
#main .event-list ul,
#main .message-list ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#main .event-list ul.simple li,
#main .message-list ul.simple li {
    margin: 0;
}
#main .event-list ul.simple li a,
#main .message-list ul.simple li a {
    background-color: transparent;
    border-bottom: 0;
    margin-top: 0;
}
#main .event-list ul.simple span,
#main .message-list ul.simple span {
    font-weight: normal;
}
#main .event-list ul.linkblock,
#main .message-list ul.linkblock {
    margin: 1em 0;
}
#main .event-list ul span.summary {
    font-weight: bold;
}
/* modules: event list */
#main .event-list ul .simple span.time,  #main .event-list ul .simple span.location{
    border-right: 1px solid #405370;
    margin-right: .35em;
    padding-right: .7em;
}
/* module: message list */
#main .message-list ul .simple span {
    border-left: 1px solid #405370;
    margin-left: .35em;
    padding-left: .7em;
}
#main div.message ul {
	margin-bottom: 5px;
	padding-bottom: 0 !important;
}
#list div.message ul {
	padding-bottom: 4px !important;
}

/* Basics: Marginal */

#marginal p {
    margin-bottom: 0;
}
#marginal .first,
#marginal .first h3 {
    margin-top: 0;
}
#marginal div.teaser_image .teaser,
#marginal div.teaser_image a,
#marginal .contact address,
#marginal div.events .more a,
#marginal div.messages .more a {
    margin-top: 1em;
}
#marginal div.events a,
#marginal div.messages a {
    line-height: 17px;
}
#marginal div.teaser_image a {
    font-weight: bold;
}
#marginal div.teaser_image h3 {
    margin: 0;
}
#marginal div.teaser_image a {
    background-color: transparent;
}

#marginal .special-teaser {
    padding-bottom: 20px;
}
#marginal .special-teaser div {
    background: #F5C49B url(../../../img/pm/background/spezialteaser.jpg) repeat-x bottom left;
    padding: 8px;
}
#marginal .special-teaser img {
	background: url(../../../img/pm/background/spezialteaser-border.jpg) repeat-x bottom left;
	border-bottom: 2px solid #f5c49b;
	border-top: 2px solid #ef7800;
	padding: 0 2px;
}

/* Glossary Links */

a.glossary {
    border-bottom: 1px dashed #000;
    color: #000;
}

/* Teasers */

div.teaser h2,
div.download h2,
div.external h2 {
    margin-top: 0;
}
#main .left {
    float: left;
    margin-right: 1em !important;
}
#main .right {
    float: right;
    margin-left: 1em !important;
}
#main img.teaser {
    float: left;
    margin: .25em 1em 1em 0;
}

#content div.message a.ic {
    background-color: transparent;
}
div.message p.details {
    margin: 0;
    padding-bottom: 0 !important;
}
div.message ul {
    margin-bottom: 11px;
    margin-left: 0 !important;
    position: relative;
    top: 1px;
}
div.message li {
    list-style: none;
    margin-bottom: 0 !important;
}

/* Images */

#main .image-normal {
    clear: both;
    margin: .25em 0 1em;
}
#main .image-normal span a {
    line-height: 0;
}
#main .image-normal .subline span {
    color: #555;
    margin: 0;
}
#main .image-normal span.subline {
    background: #f0f0f0;
    font-size: .9091em;
    padding: 6px;
}
#main .image-normal,
#main .image-normal a,
#main .image-normal span {
    display: block;
}
#main .portrait,
#main .portrait img,
#main .landscape,
#main .landscape img,
#main .image-normal img {
    width: 200px !important;
}
#main img.teaser,
#marginal div.teaser img {
    width: 150px;
}
#marginal div.portraitteaser img,
#main .portraitteaser img {
    width: 115px;
}
#marginal div.teaser_only_image img,
#marginal div.banner img {
    width: 190px !important;
}
#main p .image-normal {
    margin-bottom: 1em;
    margin-top: 1em;
}
#main .image-normal a.lens {
    background-image: url(../img/pm/icons/links/lens.gif);
    background-position: 0 0 !important;
    border-bottom: 0;
    float: right;
    margin-top: .1818em;
    padding: 0;
    width: 12px;
    height: 12px;
}

/* Forms */

legend.aural {
    font-size: 0;
    height: 0;
}
input.checkbox,
input.radio {
    display: inline;
}
input.radio {
    vertical-align: text-bottom;
}

input.file,
input.text,
textarea {
    background: #fff;
    border: 1px solid #999;
    padding: .2em .1em;
}
input.submit,
input.reset {
    background: #dcdcdc;
    border: 1px outset #e9e9e9;
    color: #333;
    font-weight: bold;
    padding: .25em .1em;
}
input.reset {
    margin-right: 0.625em;
}
input.submit:active,
input.submit:focus {
    background: #acd5f3;
    color: #000;
}

input.text:active,
input.text:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    background: #d1e8f8;
    color: #000;
}

.error {
    background: transparent;
    color: #d5322b;
}

/* standard form elements */

.standardform fieldset {
    background: #f2f2f2;
    color: #494949;
    margin-bottom: 1.5em;
}
.standardform legend {
    display: none;
}
.standardform .intro,
.standardform .form-entry,
.standardform .form-submit {
    padding: .9091em; /* 10px */
}
.standardform .form-entry,
.standardform .form-submit {
    padding-left: 0; /* 5px + 5px from label */
}
.standardform .form-entry h2,
.standardform .form-entry p {
    line-height: 1.5em;
    margin-top: 0;
    padding-bottom: 0 !important;
    padding-left: .4545em; /* 5px */
}
.standardform .form-entry a {
    margin-left: .4545em;
}
.standardform .form-entry .form-field a {
    margin-left: 0;
}
.standardform .form-label {
    clear: left;
    float: left;
    width: 12.7273em; /* 140px */
    line-height: 1em;
}
.standardform .form-submit .form-label {
    min-height: 1px;
}
.standardform .form-label span,
.standardform .form-label label {
    margin-right: .4545em;
    padding-left: .4545em; /* 5px */
}
.standardform .form-label label {
    display: block;
    line-height: 1.7em;
}
.standardform .form-label label dfn[title] {
    border-bottom: 0;
}
.standardform .form-field,
.standardform .form-field select.fullrow {
    width: 29.5455em; /* 325px */
}
.standardform .form-field {
    float: left;
}
.standardform .form-field select,
.standardform .form-field input.text,
.standardform .form-field textarea {
    border: 1px solid #999;
    color: #565656;
    padding: 2px;
}
.standardform .form-field input.text,
.standardform .form-field textarea {
    width: 29.0909em; /* 320px */
}
.standardform .form-field input.small {
    float: left;
    width: 5em !important;
}
.standardform .form-field input.medium {
    float: right;
    width: 23.1818em; /* 255px */
}
.standardform .form-submit .form-field input {
    float: right;
}
.standardform .form-field {
    line-height: 1.2em;
}
.standardform .form-field label {
    line-height: 1.4em;
    padding-right: 15px;
}
.standardform .form-field label.col2 {
    float: left;
    margin-bottom: .8em;
    width: 44%;
}
.standardform .form-field label.fullrow {
    display: block;
    margin-bottom: .8em;
}
.standardform .form-field select {
    display: inline;
    margin-right: .4545em;
    padding: 1px 0;
    width: auto;
}
.standardform .form-field select option{
    padding-right: 0.8em;
}
.standardform input.submit,
.standardform input.reset {
    padding-left: 1.2em !important;
    padding-right: 1.2em !important;
}
.mod .standardform {
    border-bottom: 2px solid white; /* to remove the dotted line on the Formular page */
    margin-bottom: -9px;
    position: relative;
}

/* Messages (Error) */

.standardform .error .form-field select,
.standardform .error .form-field input.text,
.standardform .error .form-field textarea {
    border-color: #D5322B;
}
.standardform .error * {
    color: #d5322b;
}
.hint-box {
    border: 1px solid #d5322b;
    color: #d5322b;
    padding: .4545em; /* 5px */
}
.hint-box ul {
    list-style: disc;
    margin-left: 1.4545em;
    padding-bottom: 0;
}

/* Sitemap*/

#main .sitemap {
    border: 0;
    padding: 0;
}
#main .sitemap ul {
    list-style: none outside none;
    margin-left: 0;
}
#main .sitemap ul ul {
	padding-bottom: .2em;
}
#main .sitemap ul ul ul {
	padding-bottom: 0;
}
#main .sitemap ul li a{
    background: #f2f2f2 url(../img/pm/icons/links/link.gif) no-repeat;
    background-position: .4545em .4545em;
    display: block;
    padding: .2em 0 .2em 2.2em;
    text-decoration: none;
}
#main .sitemap ul ul a {
    background-position: .4545em .4545em;
    display: block;
}
#main .sitemap li ul{
    margin: .5em .5em .5em 2.3em;
}
#main .sitemap li ul ul {
    margin: 0 .5em 0 2.3em;
}
#main .sitemap li li{
    list-style: none;
    margin-left: -.5em;
}
#main .sitemap li li a {
    background-color: #fff;
    border-bottom: 0;
}
#main .sitemap li a {
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
    display: block;
    margin-bottom: 0.5em;
    margin-top: -0.5em;
    padding: 2px 10px;
    text-decoration: none;
}
#main .sitemap li a:hover {
    text-decoration: underline;
}

/* Contact */

#main .contact {
    margin-bottom: 1.25em;
    position: relative;
}
#main .noimage {
    padding-left: 0;
}
#main .contact h2 {
    display: inline; /* IE 1em bug fix */
}
#main .contact img {
    position: absolute;
    right: .625em;
    top: 0;
}
#main .contact .adr {
    display: block;
    margin-top: 0;
    margin-bottom: -.42em;
}
#main .contact .org {
    display: block;
    margin-top: 1.0909em;
}
#main .org .organization-name {
    display: block;
    font-weight: bold;
    position: relative;
    top: -1.1em;
}
#main .contact span.adr {
    clear: both;
    display: block;
}
input.submit {
    background: #dcdcdc !important;
    border: 1px outset #e9e9e9 !important;
    color: #333;
    font-weight: normal;
    padding: .25em .1em !important;
}
#main .contact .eml {
    margin-top: -8px;
}
.contact .additional {
    display: block;
    margin: -5px 0 5px;
}
#marginal .contact .additional {
    margin-bottom: 0;
}

/* Contact: Marginal */

#marginal .contact {
    position: relative;
}
#marginal .contact img {
    display: block;
    margin: 0 1em .625em 0;
}
#marginal .contact a {
    background-color: #f0f0f0;
    font-weight: bold;
}
#marginal .contact strong {
    font-weight: normal;
}
#marginal .contact .adr {
    display: block;
    margin-bottom: -.1364em;
}
#marginal .org .organization-name {
    display: block;
    margin-bottom: .1818em;
    margin-top: -.1em;
    padding-bottom: 0.9em;
    position: relative;
}

/* Navigation (Pager) */

#main .nav-pager div {
    background: #ebebeb;
    clear: both;
    margin-bottom: 1.8182em;
}
#main .nav-pager ul {
    margin: 0  auto !important;
    padding: 0.3125em 5em 0 5em !important;
    width: auto;
    text-align: center;
}
#main .nav-pager li {
    display: inline;
}
#main .nav-pager ul:after,
#main div.teaser {
    clear: both;
    content: " ";
    display: block;
}
#main .nav-pager li a,
#main .nav-pager li strong {
    border-left: 1px solid #000;
    padding: 0 .45em;
}
#main .nav-pager li.first a,
#main .nav-pager li.first strong {
    clear: none;
    border-left: 0;
    padding-left: 0;
}
#main .nav-pager .back,
#main .nav-pager .forward {
    float: left;
    padding: 1px 0 0 0;
    margin: 0 0 3px 0;
    width: auto;
}
#main .nav-pager .forward {
    float: right;
}
#main .nav-pager .pgb {
    background-color: transparent;
    background-position: .2727em .4em;
    border-bottom: 0;
    padding-top: .1em;
    padding-bottom: 0;
}
#main .nav-pager .pgf {
    background-color: transparent;
    background-position: 94% .4em !important;
    border-bottom: 0;
    padding: .1em 1.8182em 0 0;
}

/* ABC Pager */

#main .nav-pager-abc {
    border: 0;
    background: #ebebeb;
    height: 25px;
    margin-bottom: 15px;
}
#main .nav-pager-abc ul {
    text-align: center;
    margin: 0;
    position: relative;
    top: 5px;
}
#main .nav-pager-abc li {
    display: inline;
}
#main .nav-pager-abc li a,
#main .nav-pager-abc li strong {
    border-left: 1px solid #000;
    padding: 0 .2em 0 .4em;
}
#main .nav-pager-abc li.first a,
#main .nav-pager-abc li.first strong {
    clear: none;
    border-left: 0;
    padding-left: 0;
}
#main .mod.nav-pager-abc {
    padding-bottom: 0;
}

/* Navigation (Keyword) */

#main .nav-keyword {
    padding-bottom: 1.25em;
}
#main .nav-keyword ul{
    list-style-type: none;
    margin: 0;
}
#main .nav-keyword li {
    float: left;
    width: 49.5%;
    margin: 0 1px 0 0;
    padding: 0;
}
#main .single-col li {
    float: none !important;
    width: auto !important;
}

/* Dynamic Lists */

#list .mod,
#dyn-list .mod {
    border-bottom: 0;
    margin-bottom: 20px !important;
    padding: 0 !important;
}
#list .contact address,
#list .mod img.teaser,
#list .mod ul,
#list .mod p,
#list #nav-keyword ul,
#dyn-list .contact address,
#dyn-list .mod img.teaser,
#dyn-list .mod ul,
#dyn-list .mod p,
#dyn-list #nav-keyword ul {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
}
#nav-keyword ul {
    margin-left: 0;
}
#dyn-list .nav-pager {
    margin-bottom: 30px !important;
}
#list .nav-pager p,
#list .nav-pager ul,
#dyn-list .nav-pager p,
#dyn-list .nav-pager ul {
    padding-bottom: 0 !important;
}
#dyn-list .nav-pager-abc ul {
    padding-bottom: 0 !important;
}
#list .archive-list li a,
#dyn-list .archive-list li a,
#dyn-list #nav-keyword .ic {
    background-position: .2323em .38em;
    border-bottom: 1px solid #fff;
    padding: .0909em 0 .1818em 1.8182em;
}
#list li,
#dyn-list li {
    list-style: none;
}
#dyn-list h2.keyword {
    font-size: 1.4545em;
    margin-bottom: 10px;
}
#list .event a.ic,
#list .message a.ic,
#list .project a.ic,
#list .action a.ic,
#list .download a.ic,
#list .external a.ic,
#dyn-list .event a.ic,
#dyn-list .message a.ic,
#dyn-list .project a.ic,
#dyn-list .action a.ic,
#dyn-list .download a.ic,
#dyn-list .external a.ic {
    background-color: transparent;
    background-position: 0 3px; /* changed from 5px to 3px in order to make the icons in '#list .message a.ic' line up with text in the middle */
}
#list .archive-list,
#dyn-list .archive-list,
#list .teaser,
#list .download,
#list .external,
#dyn-list .teaser,
#dyn-list .download,
#dyn-list .external {
    margin-top: 0;
}
#list .mod ul li,
#dyn-list .mod ul li {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top:0 !important;
    padding-bottom: 0 !important;
}
#list .teaser,
#dyn-list .teaser {
    border-bottom: none !important;
}
#list .archive-list {
    padding-bottom: 10px !important;
}
#list .archive-list ul,
#dyn-list .archive-list ul {
    margin: 0 !important;
    padding-top:0;
    padding-bottom: 0;
}
#list .faq-list {
	padding-bottom: 20px !important;
}
#dyn-list .faq-list {
	padding-bottom: 10px !important;
}
#list .faq-list p,
#dyn-list .faq-list p {
	padding-bottom: 0 !important;
}
#list .faq,
#dyn-list .faq {
	border-bottom: 1px solid #fff;
    margin-bottom: 0;
    padding: 0 !important;
}
#list .action,
#list .project,
#list .event,
#list .message,
#dyn-list .action,
#dyn-list .project,
#dyn-list .event,
#dyn-list .message {
    margin-top: 0;
    margin-bottom: 20px !important;
    padding-top:0;
    padding-bottom: 0;
}
#list .event p,
#dyn-list .event p {
    padding-top: 10px;
}
#list .event p.details,
#list .action p,
#list .project p,
#dyn-list .event p.details,
#dyn-list .action p,
#dyn-list .project p {
    margin: 0;
    padding: 0 !important;
}
#list .details,
#dyn-list .details {
    font-size: .9em; /* 10px */
}
#list .archive-list li,
#dyn-list .archive-list li {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#list dl,
#dyn-list dl {
    margin: 0;
    padding-bottom: 10px;
}
#list dl dd,
#dyn-list dl dd {
    margin-bottom: 15px;
    padding: 0;
}
#list .message,
#dyn-list .message {
    padding-bottom: 20px !important;
}
#list .message p,
#dyn-list .message p {
    padding-bottom: 0 !important;
}
#dyn-list .message,
#dyn-list .event {
    border: 0;
    padding-bottom: 10px !important;
}

/* manual list */

#list dl,
#list .contact,
#list .mod,
#list .event,
#list .action,
#list .project {
    border-bottom: 1px dashed #999 !important;
}
#list dl {
    padding-bottom: 0 !important;
    margin-bottom: 15px !important;
}
#list .teaser,
#list .download,
#list .external,
#list .contact {
    padding-bottom: 10px !important;
}
#list .action,
#list .project {
    padding-bottom: 15px !important;
}
#list .keyword-separator {
    display: none;
}
#dyn-list .mod ul,
#list .mod ul {
    margin-top: 0;
}
#main .download ul,
#main .external ul {
	margin: 0 !important;
	padding-bottom: 0 !important;
}

#main p a.pgu {
	background-color: transparent !important;
	background-position: right center !important;
	border-bottom: 1px dashed #999999;
	display: block;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-bottom: 0pt;
	padding-right: 18px;
	padding-top: 0pt;
	text-align: right;
}
#main dl dd {
    margin-bottom: 1.5em;
}
#main dl dt {
    margin-top: .5em;
}


/* claim */
#claim {
	background: url(../img/pm/background/eyecatcher.jpg) no-repeat 0 3px;
	height: 170px;
	width: 980px;
	margin-left: 0;
	padding-left: 30px;

}
#claim h2,
#claim h2 a,
#claim h2 a:focus,
#claim h2 a:link,
#claim h2 a:visited,
#claim h2 a:hover,
#claim h2 a:active {
	background-color: transparent !important;
	position: absolute;
	padding-bottom: 20px;
	color: #e6801e;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	margin-top: -60px !important;
	width: 700px;
}
#claim h3 {
	color: #000;
	font-size: 1em;
	font-weight: bold;
	margin-top: -90px;
	position: absolute;
}
