background-repeat:no-repeat;/*
    Skin module: GSB 3.0 Standard Color Scheme A (blue)
    Media type(s): projection, screen (projection for Opera in full screen mode)
*/

/*
    layout
*/
body, html, input, textarea, select {
    background: #fff;
    color: #333;
}
#wrapperContent {
    background: #fff; /* @ Safari 1.0, avoid overlapping background-image from #branding */
}



#content div.fixed-header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: white;
	z-index: 10;
}

#content div.middle {
	position: relative;
	overflow:hidden;
	width:760px;
	padding-top:100px;
}

/*
    links - order: LVHFA
*/
a:link, #navStart a:visited,
.navToTop a:visited,
#navFunctionsPrint a:visited {
    color: #1F3660;
}
a:visited {
    color: #1044aa;
}
a:link:hover, a:visited:hover,
#navStart a:hover,
#navStart a:focus,
.navToTop a:hover,
.navToTop a:focus,
#navFunctionsPrint a:hover,
#navFunctionsPrint a:focus {
    color: #000;
}
a[href]:link:focus, a[href]:visited:focus { /* hide from IE-Win, which does not support :focus and gets only the first part, i.e. gets it as :link. Do not group :hover and :focus either - IE-Win would ignore the whole group because of the attribute selector ... */
    color: #000;
}
a:link:active, a:visited:active, a:link:focus:active, a:visited:focus:active, #navStart a:active,
.navToTop a:active,
#navFunctionsPrint a:active {
    color: #843320;
}
a:link img,
.banner a:link {
    border-color: #1044aa;
}
a:visited img,
.banner a:visited {
    border-color: #76a4d6;
}
a:hover img,
a:focus img,
.banner a:hover,
.banner a:focus {
    border-color: #000;
}
a:active img,
.banner a:active {
    border-color: #843320;
}

/*
    branding
*/
#branding {
    
}

/*
   navigation
*/
/* primary */
#navPrimary {

}
#navPrimary li a,
#navPrimary li strong {

    border-left:1px solid #55D1FB !important;
    border-right:1px solid #55D1FB !important;
    color: #fff;
}
#navPrimary li em a
{

    color: #fff;
}


#navPrimary li a:hover,
#navPrimary li a:focus,
#navPrimary li a:active,
#navPrimary li strong, 
#navPrimary li em,
#navPrimary li{
    color: #fff;
   
}

/* secondary */
#navSecondary dt,
#navSecondary h2,
#navSecondary h2 *,
#navSecondary dl a,
#navSecondary dl strong {
    color: #1F3660;
}
#navSecondary dt, #navSecondary h2 {
    background-color: #C4DFF2;
}
#navSecondary dl a:hover,
#navSecondary dl a:focus,
#navSecondary dl a:active {
    background-color: #EFF6FF;
}
#navSecondary dl,
#navSecondary dl a,
#navSecondary div {
    background-color: #EFF6FF;
}
#navSecondary dl strong,  #navSecondary dl li em a {
    
    background-repeat:no-repeat;
    background-position:8px 6px !important;
}
#navSecondary dl li a, #navSecondary dl li a:hover {
    background-color: #EFF6FF ;
    
    background-repeat:no-repeat;
    background-position:8px 6px !important;
}


#navSecondary dl li li a, #navSecondary dl li li a:hover, #navSecondary dl li li strong{
    background-color: #EFF6FF ;
    
    background-repeat:no-repeat;
    background-position:13px 6px !important;
}
#navSecondary dl li li li a, #navSecondary dl li li li a:hover, #navSecondary dl li li li strong{
    background-color: #EFF6FF ;
    
    background-repeat:no-repeat;
    background-position:16px 6px !important;
}



#navSecondary dl a,
#navSecondary dl strong {
    border-bottom-color: #cfdce5;
    border-left-color: #9cbdde;
}
#navSecondary dl a:hover,
#navSecondary dl a:focus,
#navSecondary dl a:active,
#navSecondary dl strong {
    border-color: #1044aa;
}
#popupLinks li {
    background-color:#e7edf2;
}
/* selected item */
#navService strong,
#navServiceMeta strong,
#navBreadcrumbs strong {
    color: #000;
}

/*
    search
*/
#search .image { 

}

/*
    content
*/
/* headings */
h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    color: #444;
}
/* lists */
#content ul {
    
}
/* tables, address */
#content caption {
    background: #C4DFF2;
    color: #000040;
}
#content td,
#content th {
    border-color: #B3D1DA;;
}
#content th {
    background: #046786;
    color:white;
}
/* blocks, teaser, sitemap, glossary, faq, supplementary content */
.section, .sectionRelated, #glossarEntry,
#wrapperOuter .teaser,
#content .navIndex,
#content #searchResult,
#content #faq,
#content #faq dd,
#content #sitemap,
#content #sitemap h2 {
    border-color: #76a4d6;
}
#supplement h3 {
    background-color: #C4DFF2;
}

/* shopping cart */
#content #shoppingCart td .submit {
    color: #1044aa;
}

/*
    forms
*/
#content fieldset {
    border-color: #fff;
    background: #cfdce5;
}
#content legend {
    background: #9cbdde;
    color: #000000;
}
#content form div {
    background: #76a4d6;
}
input, select, textarea {
    border-color: #888 #76a4d6 #76a4d6 #888;
}
input:focus, select:focus, textarea:focus { /* @ EOMB */
    border-color: #000;
    color: #000;
}
#content .reset,
#content .submit {
    border-color: #888;
    background-color: #446ec4;
    
    color: #fff;    
}
#content .reset:hover,
#content .reset:focus {
    background-color: #fff;
    color: #446ec4;
}
#content .submit {
    background-color: #1044aa;
}
#content .submit:hover,
#content .submit:focus {
    background-color: #fff;
    color: #1044aa;
}
#content .reset:active,
#content .submit:active {
    color: #843320;
}
.error input,
.error select,
.error textarea {
    background-color: #f00;
    color: #fff;
}
.error .formLabel label,
.error .formLabel em {
    color: #f00;
}
#content form p.formError {
border-color: #fff;
}
/*
    icons
    
    NOTE: All link states (:link, :visited, :hover, :focus, :active) reside in *one* single image; keep link order: LVHFA.
    
*/
.more a,
.links a,
.external,
#navBreadcrumbs a,
#navBreadcrumbs strong {
    
}
#wrapperOuter .external {
    
}
.downloads a {  /* MUST preceed .links in this style sheet - usage is: .links.downloads */
    
}
#navService #navServiceDownloads a,
#navService #navServiceDownloads strong {
    
}
#navService #navServiceSitemap a,
#navService #navServiceSitemap strong {
    
}
#navService #navServiceIERSComponents a,
#navService #navServiceIERSComponents strong {
    
    background-repeat:no-repeat;
}
#navService #navServiceFaq a,
#navService #navServiceFaq strong {
    
}
#navService #navServiceGuestbook a,
#navService #navServiceGuestbook strong {
    
}
#navService #navServiceImpressum a,
#navService #navServiceImpressum strong {
    
}
#navService #navServiceLexicon a,
#navService #navServiceLexicon strong {
   
}
#navService #navServiceContact a,
#navService #navServiceContact strong {
    
    background-repeat:no-repeat;
}
#navService #navServiceAcronyms a,
#navService #navServiceAcronyms strong {
   
    background-repeat:no-repeat;
}


em.jpeg {

background-position:right; 
background-repeat:no-repeat; 
padding-right:15px; 
}
#siteInfo {
border-top-color: #585858;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted  #9cbdde;
}
#content table.metadata td {border:none; margin:0;padding:0.5em 0.5em 0.5em 2em;vertical-align:top;}
#content table.metadata td.left {background-color:#ddd; text-align:right;font-weight:bold;width:11em;vertical-align:top;}
.highlight {
   /*background-color:#ddd;*/
   /*background-color:#eff6ff;*//*hellblau*/
   background-color:#c4dff2;
}
#content .even {
   background-color:#ddd;
}
#content .odd {
   background-color:white;
}
.links a.MetaDownloadLink 
{
  padding:2px 0px 2px 2px;
  display:block; 
}
.availVersions {
  float:right;
  line-height: 150%;
  margin: 0.3em 0;
}

/*
    typo 
*/
*, #content #sitemap h2 *, #content .newsDate {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
code, kbd, samp, var {
    font-family: "Courier New", Courier, monospace;
    font-weight: bold;
    letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
.subheadline, .subheadline *,
#navSecondary dt,
#content #faq dt a,
#content caption {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
/* 12px - default */
#content *,
#navPrimary li {
    font-size: 75%;
}
#content * * {
    font-size: 100%;
}
#navSecondary dt,
#navSecondary h2,
#content caption,
#content legend span {
    font-size: 109.09%; /* = 12/11 * 100% */
}
#content h4 {
    font-size: 75%;
}
#content div h4 {
    font-size: 100%; /* = 12/12 * 100% */
}
/* 18px */
#content h1 {
    font-size: 112.5%;
}
#content div h1 {
    font-size: 150%; /* = 18/12 * 100% */
}
/* 16px */
#content h2 {
    font-size: 100%;
}
#supplement h3 {
    font-size: 100%;
    padding: 6px 12px 6px 12px;
}
#content div h2,
#content #faq dt {
    font-size: 133.33%; /* = 16/12 * 100% */
}
#supplement .teaser h3,
#supplement div h3 {
    font-size: 120%; /* = 16/11 * 100% */
}
/* 14px */
#content h3,
#content .newsDate {
    font-size: 87.5%;
}
#content div h3 {
    font-size: 116.67%; /* = 14/12 * 100% */
}
/* 11px */
#supplement *,
#navSecondary *,
#navServiceMeta li,
#siteInfo p,
#siteInfo ul {
    font-size: 68.75%;
}
#supplement * *,
#navSecondary * * {
    font-size: 100%;
}
#content #navBreadcrumbs li,
#content .formLabel .formHelp,
#content .picture span,
#content .illustration span,
#content .docData dd,
#content .docData dt,
#content #glossaryHits li a,
#content #sitemap li li a {
    font-size: 92%; /* = 11/12 * 100%, @ Opera: use rounded value - to small otherwise... */
}
/* leading */
#content, #supplement {
    line-height: 1.32;
}
/* headings */
#content h5,
#content h6 {
    font-weight: normal;
}
#content h6 {
    font-style: italic;
}

/*
    links - order: LVHFA
*/
a {
    background-repeat: no-repeat; /* default for icon styling */
    text-decoration: none;
}

a, a:link:hover, a:link:focus, a:link:active, a:visited:hover, a:visited:focus, a:visited:active {
    text-decoration: underline;
}
#navSecondary a, #navSecondary a:link:hover, #navSecondary a:link:focus, #navSecondary a:link:active, #navSecondary a:visited:hover, #navSecondary a:visited:focus, #navSecondary a:visited:active {
    text-decoration: none;
}
#navPrimary a, #navPrimary a:link:hover, #navPrimary a:link:focus, #navPrimary a:link:active, #navPrimary a:visited:hover, #navPrimary a:visited:focus, #navPrimary a:visited:active {
    text-decoration: none;
}
#navServiceMeta a, #navServiceMeta a:link:hover, #navServiceMeta a:link:focus, #navServiceMeta a:link:active, a:visited:hover, #navServiceMeta a:visited:focus, #navServiceMeta a:visited:active {
    text-decoration: none;
}

a img {
    border: 1px solid;
}

/*
    branding
*/
#branding {
    background: no-repeat 11.4em 1.25em;
}
#branding img,
#brandingnobg img {
    border: 0;
}

/*
   navigation
*/
/* primary */
#navPrimary { 
  width:960px;
  height:1.75em;
}
#navPrimary li a,
#navPrimary li em, 
#navPrimary li strong {
    background: repeat-x 0 0;
    font-weight: bold;
}
#navPrimary li a:hover,
#navPrimary li a:focus,
#navPrimary li a:active,
#navPrimary li em a,
#navPrimary li strong {
    background-position: 0 -200px;
    color: #444;
    text-decoration: none;
}
/* secondary */
#navSecondary dl a:hover,
#navSecondary dl a:focus,
#navSecondary dl a:active {
text-decoration:underline !important;
}

#navSecondary dl {
    margin: 0 0 3.64em;
}
#navSecondary dl a,
#navSecondary dl strong { /* strong is for current page */
    line-height: 1.2; /* @ Firefox, prevent vanishing margins caused by rounding bug */
    margin: .09em 0 0;
    padding: .36em .45em .36em 2.68em;
}
#navSecondary dl li ul,
#navSecondary dl li ul strong {
    padding-left: 1.6em;
}

#navSecondary dl li li a,
#navSecondary dl li li strong {
    padding-left: 2.67em;
}
#navSecondary dl li li li a,
#navSecondary dl li li li strong {
    padding-left: 3em;
}


#navSecondary dl em { /* em is for the page in the path */
    font-style: normal;
    font-weight: bold;
}
#navSecondary dl a:hover,
#navSecondary dl a:focus,
#navSecondary dl a:active {
    text-decoration: none;
}
#navSecondary dt,
#navSecondary h2 {
    padding: .67em 0 .67em 0.92em;
}
#navSecondary div {
    margin: 1.84em 0 0;
}
/* service, search */
#search form,
#navService ul {
    padding: .91em 0 1.18em 1em;
}
#search fieldset strong {
    font-weight: normal;
}
/* service */
#navService ul {
    padding-top: .18em;
}
#navService li {
    margin: .45em 0 0;
}
/* service meta */
#navServiceMeta, #navServiceMeta a {
    padding: 0 0em;
margin:0.5em 0 0.5em 0;
}
/* trail */
#content #navBreadcrumbs {margin-bottom:1em;}
#content #navBreadcrumbs ol {
    list-style: none;
    margin: 0;
    padding: .64em 0 1em;
}
#content #navBreadcrumbs li {
    margin: 0 .55em 0 0; white-space:nowrap;
}
#navBreadcrumbs a {
    white-space: nowrap;
}
/* selected item */
#navService strong,
#navServiceMeta strong,
#navBreadcrumbs strong {
    font-weight: normal;
}

/*
    search
*/
#search input {
    position: relative;
    left: 0;
    margin: 0 0 .45em;
    width: 9em;
}
#search .image {
   width: 12%;
   margin:0 0 -3px 0;
background: none;
}
#search legend {
    display: none;
}

/*
    content
*/

/* default */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content p,
#content blockquote,
#content table,
#content dl,
#content ol,
#content ul,
#content form,
#content .abstract,
#content .interview dd,
#content .interview dt {
    margin: 0 0 1em;
}
#content  ul li p {
    margin: 0.5em 0em 0em 0em;
}



/* headings */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    margin-top: 1.5em;
}
#content #pageTitle,
#content .isFirstInSlot,
#content .teaser h2,
#content #employeeContact h2,
#content #employeeAddress h2,
#content #employeeVitaTeaser h2,
#content .sectionRelated h2 {
    margin-top: 0;
}
#content .subheadline { /* MUST follow heading h1 */
    margin-top: -1.2em;
    margin-bottom: 1.67em; /* results in same margin as standalone h1 */
}
#content .teaser .subheadline {
    margin-top: -1em;
    margin-bottom: 1.33em; /* results in same margin as standalone h2 */
}
/* lists */
#content li,
#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
    margin: .3em 0;
}
#content  ul li {
    margin: em 0em .2em .0em;
}

#content  li ul {
    margin: 0em 0em 1em 0em;
}



#content ol {
    padding-left: 2.67em; /* should at least be enough for two digits */
}
#content ul {
    padding-left: 2.33em;
}
#content ul li {
    padding-left: .33em;
}
#content .links,
#content .links li,
#content .navIndex,
#content .navIndex li,
#content #glossaryHits,
#content #glossaryHits li,
#content #navContent,
#content #navContent li,
#content #sitemap ul,
#content #sitemap li {
    list-style-image: none; /* separate list-style properties @ Opera */
    list-style-type: none !important;
    padding-left: 0;
}
#content dt {
    float: left;
    padding: 0 1em 0 0;
    font-weight: bold;
}
#content dt,
#content dd {
    padding-bottom: .33em;
}
#content .interview dt {
    float: none;
    font-weight: normal;
}
#content .interview dd,
#content .interview dt {
    padding: 0;
}
/* tables */
#content .wrapperTable {
    overflow: auto;
    width: 100%;
}
#content table {
    width: 100%;
}
#content caption {
    padding: .42em 1em;
}
#content td,
#content th {
    border-style: solid;
    border-width: 1px 0;
    padding: .5em .2em .5em 1em;
    min-width:65px;
}
/* address */
#content address {
    clear: left;
    padding: 0 0 0 0em;
}
/* blocks */
#content .teaser {
   margin: 0 0 2em;
    border-bottom: 1px solid;
    padding: 0 0 .5em;
}
.section {
}
#content .sectionRelated {
   margin-top:25px;
}
#content .sectionRelated ul{
   margin-top:-15px;
   padding-bottom:5px;
}
.clear, .section:after {
    display: block;
    clear: both;
    content: " ";
}
/* images */
#content .illustration .wrapper { /* .illustration for photos (graphics with caption, source etc. */
    display: block;
    overflow: auto; /* provide scrollbar if image width exceeds available width */
    width: 100%;
}
#content .illustration .wrapper br {
    display: none;
}
#content .picture img,
#content .illustration img {
    display: block;
    border:none;
    margin: 0 0 .33em;
}
#content .picture {
    /*margin: .33em 1.67em 1em 0;*/
	margin: 0;
}
#content .picture a {
background:none;
padding:0;
}
#content #employeeContact .picture,
#content .altAlignment,
#content .BildRechtsTextLinks,
#content .rechts { /* .altAlignment MUST succeed .picture in this style sheet - usage is: .picture.altAlignment */
    float: right;
    margin-right: 0;
    margin-left: 1.67em;
}
#content .BildMitte,
#content .mitte {
    float: none;
    margin-left:auto;
    margin-right:auto;
}
#content .BildLinksOhne,
#content .linksOhne {
    float: none;
    margin-left:0;
    margin-right:auto;
}
#content .BildRechtsOhne,
#content .rechtsOhne {
    float: none;
    margin-left:auto;
    margin-right:0;
}
/* teaser */
#content .more {
    Xmargin: .25em 0 0;
}
#supplement .more {
    margin: .27em 0 0;
}
/* anchor navigation */
#content #navContent {
    margin: 0 0 2em;
}
/* publication */
.ShoppingCartAdd, #ShoppingCartAdd {
    clear: both;
}
#ShoppingCartAdd strong {
    font-weight: normal;
}
/* sitemap */
#content #sitemap,
#content #sitemap h2 {
    border-style: solid;
}
#content #sitemap {
    border-width: 0 0 1px;
    padding: 0 0 .67em;
}
#content #sitemap h2 {
    margin: .67em 0 0;
    padding: .5em 0 0;
    border-width: 1px 0 0;
}
#content #sitemap,
#content #sitemap li,
#content #sitemap ul {
    margin: 0;
}
#content #sitemap li {
    display: inline; /* @ IE-Win, avoid typical gap between <a> with "display: block;" in a list and use <a> to apply box model properties */
}
#content #sitemap a {
    display: block;
}
#content #sitemap li li a {
    margin: .36em 0 0 1.82em;
}
#content #sitemap li li li a {
     margin-left: 3.64em;   
}
/* glossary, search result */
#content .navIndex,
#content #searchResult {
    margin: 2em 0 0;
    border-style: solid;
    border-width: 1px 0;
    padding: 1em 0 .7em;
}
#glossarEntry {
    border-top: 1px solid;
}
#popup #glossarEntry {
    border:0;
}
#content .navIndex {
    overflow: hidden; /* to hide first <li>'s left border - no need for :first-child etc. */
}
.navIndex:after {
    display: block;
    clear: both;
    content: " ";
    height: 1px; /* avoid collapsing margins */
}
#content .navIndex li {
    float: left;
    line-height: 1;
    margin: 0 1px .33em -1px; /* negative margin-left to hide first <li>'s left border - no need for :first-child etc. */
    border-left: 1px solid; /* border-color is to be inherited from color */
    height: 1em;
    text-align: center;
}
#content #glossaryIndex li {
    width: 1.6em;
}
.navIndex a,
.navIndex strong {
    display: block;
    padding: 0 .67em 1px; /* padding-bottom @ IE-Win to render text-decoration correctly */
}
#glossaryIndex a,
#glossaryIndex strong {
    padding-right: 0;
    padding-left: 0;
}
#content #glossaryHits {
    overflow: auto;
    margin: 1em 0;
    height: 5.8em;
}
#content #glossaryHits li {
    display: block;
    margin: 0 20px 0 0; /* avoid vertical scrollbar in #glossaryHits */
}
#content #searchResult li {
    position: relative;
    padding: 0 0 0 70px;
}
#content #searchResult p {
margin-top: 0em;
margin-bottom: 0.5em;
}
#content #searchResult.metaData{
font-size:95%;
clear:both;
text-align:right;
}
.relevance{
position:absolute;
top:.33em;
left:0;
overflow:hidden;
border:1px solid;
width:50px;
height:7px;
text-indent:-200px;
}
.relevance100{
border-left-width:50px;
width:0;
}
.relevance90{
border-left-width:45px;
width:5px;
}
.relevance80{
border-left-width:40px;
width:10px;
}
.relevance70{
border-left-width:35px;
width:15px;
}
.relevance60{
border-left-width:30px;
width:20px;
}
.relevance50{
border-left-width:25px;
width:25px;
}
.relevance40{
border-left-width:20px;
width:30px;
}
.relevance30{
border-left-width:15px;
width:35px;
}
.relevance20{
border-left-width:10px;
width:40px;
}
.relevance10{
border-left-width:5px;
width:45px;
}
/* faq */
#content #faq {
    margin: 0;
    padding: 2em 0 0;
    border-top: 1px solid;
}
#content #faq dd {
    border-bottom: 1px solid;
    margin: 0 0 2em;
    padding: 0 0 1.5em;
}
#content #faq dt {
    float: none;
    margin: 0 0 .25em;
    padding: 0;
}
/* newsletter */
#content #newsletterUnsubscribe {
    margin-top: 4em;
}
/* shopping cart */
#content #shoppingCartMessage {
    margin: 0 0 2em;
}
#content #shoppingCartMessage strong {
    display: block;
    margin: 0 0 .33em;
}
#content #shoppingCart td,
#content #shoppingCart th {
    text-align: left;
}
#content #shoppingCart td input { /* quantity */
    width: 2em;
    text-align: right;
}
#content #shoppingCart td .submit {
    display: block; /* @ Firefox, enable text-decoration */
    margin: 0;
    border: 0;
    padding: .17em 0 0; /* padding-top: text baseline in line with quantity */
    background: none;
    font-weight: normal;
    text-align: left;
    cursor: pointer;
}
#shoppingCart td .submit:hover,
#shoppingCart td .submit:focus,
#shoppingCart td .submit:active {
    text-decoration: underline;
}
#content #shoppingCart .formHandle {
    padding-left: 0;
}

/*
    supplementary content
*/
#supplement h3 {
    margin: 0 0 0em;
}
#supplement .links,
#supplement .teaser {
    margin: 4px 12px 1.82em;
    padding: 0 0 1.64em;
    background-color:#EFF6FF;
}
#supplement div {
    background-color:#EFF6FF;
}

#supplement .links li {
    display: inline; /* @ IE-Win, avoid typical gap between <a> with "display: block;" in a list and use <a> to apply box model properties */
}
#supplement .links li a,
#supplement .links li em {
    display: block;
    font-style: normal;
}
#supplement .links li a {
    margin: .91em 0 0;
}
#supplement .banner {
    margin: 2.73em 0;
}
.banner * {
    display: block;
}
.banner a {
    border: 1px solid;
}
.banner img {
    border: 0;
}
.banner span {
    width: 100%;
    overflow: hidden;
}
.banner a span {
    cursor: pointer; /* @ Safari 1.0 */
}
#supplement .teaser dl,
#supplement .teaser p {
    margin: 0 0 .36em;
}
#supplement .teaser .picture {
    margin-bottom: .91em;
}
#supplement .teaser dd,
#supplement .teaser dt {
    display: inline;
}
#supplement .teaser .picture img {
    display: block;
}

/*
    forms
*/
label {
    cursor: pointer;
}
input, textarea, select {
    border: 1px solid;
    padding: .17em .83em;
}
select[multiple] { /* do not group selector with "input, textarea" as IE-Win would ignore rule */
    padding: .17em .83em;
}
select {
    padding: 0 0 0 .42em;
}
.checkbox, .radio, .reset, .submit {
    width: auto !important;
}
.checkbox, .radio {
    border: 0 !important;
    padding: 0 !important;
}
.image {
    border: 0 !important;
}
#content .reset,
#content .submit {
    margin: 0 .92em 0 0;
    border-style: ridge;
    border-width: 0 2px 2px 0;
    padding: .42em .83em;
    background: no-repeat 0 0;
}
#content .submit {
    font-weight: bold;
}
#content fieldset {
    border-bottom: .17em solid;
    padding: 0 0 1em;
}
#content legend {
    float: left;
    width: 100%;
    margin: 0 0 1em;
}
#content legend+p {
    clear: both;
}
#content legend span {
    display: block;
    padding: .42em 1em;
}
#content legend span span { /* setting a language is possible */
    display: inline;
    padding: 0;
}
#content form p,
#content form div {
    margin: 0;
    padding: .33em 1.67em;
}
#content .formNote {
    padding: .5em 0 0;
}
#content .formHandle {
    padding: 0 0 0 12em;
}
#content form fieldset p:after {
    display: block;
    clear: both;
    content: " ";
}
#content form div {
    padding-top: 1.33em;
    padding-bottom: 1.33em;
}
#content form .formLabel,
#content .formNote,
#content .formField {
    float: left;
    width: 12em;
}
#content form .formLabel {
    padding: .17em 0 0;
}
#content form .formChoices .formLabel {
    padding: .25em 0 0; /* depends on line-height for ".formChoices .formField span" */
}
#content form em {
    font-style: normal;
}
form .formLabel .formHelp { /* help text */
    display: block;
    line-height: 1.1;
    padding: .55em 1.82em 0 0;
}
#content form .formField {
    width: 60%;
}
#content form p.formError {
   border-bottom: 2px solid;
   padding-bottom: 1.82em;
   margin-bottom: 1.82em;
}
.formField input,
.formField textarea {
    width: 98%;
}
.formField select {
    width: 100%;
}

.formField textarea {
    white-space:normal;
}
.formChoices .formField span {
    line-height: 1.8;
    margin: 0 1em .3em 0;
    white-space: nowrap;
}
.error label,
.error .formLabel em,
.error .formField strong,
.error .formField input,
.error .formField select,
.error .formField textarea {
    font-weight: bold;
}
.error .formField strong { /* error message */
    display: block;
    padding: .25em 0 0;
}
.error .formField br {
    display: none;
}

/*
    footer
*/
#siteInfo {
margin-top: 0.25em;
border-top: 1px solid;
padding-top: 0.25em;
margin-left: 13.5em;
width:756px;
}
#siteInfo p, #siteInfo ul {
 margin: 0 0 .5em;
  margin-left: 0em;
}
#siteInfo ul { 
   margin-top: 0.5em;
}
#popupLinks li {
    padding:0.32em;
    padding-right:0.6em;
}
#navFunctionsPrint,
#navFunctionsClose {
    margin: 0 1.45em 0 0;
}

/*
    icons
    
    NOTE: All link states (:link, :visited, :hover, :focus, :active) reside in *one* single image; keep link order: LVHFA.
    
*/
.more a,
.links a,
#navBreadcrumbs a,
#navBreadcrumbs strong {
    padding-left: 11px;
    background: no-repeat 1px -147px;
}
.external,
.external:visited,
.external:hover,
.external:focus,
.external:active {
    padding-left: 11px;
    background: no-repeat -3px -2px;
}

.more a:visited,
.links a:visited,
#navBreadcrumbs a:visited {
    background-position: -49px -97px;
}
.more a:hover,
.more a:focus,
.links a:hover,
.links a:focus,
#navBreadcrumbs a:hover,
#navBreadcrumbs a:focus,
#navBreadcrumbs strong {
    background-position: -99px -47px;
}
.more a:active,
.links a:active,
#navBreadcrumbs a:active {
    background-position: -149px 3px;
}
#wrapperOuter .external {
    padding-left: 18px;
}
.downloads a { /* MUST succeed .links in this style sheet - usage is: .links.downloads */
    padding-top: 3px; /* avoid clipping and reuse positioning defined by .link */
    padding-left: 15px;
}

p.ShoppingCartAdd a,
#ShoppingCartAdd a,
#navService li a,
#navService li strong {
    padding: 2px 0 2px 20px; /* padding-top/-bottom to prevent clipping of icons */
}
#navService #navServiceDownloads a,
#navService #navServiceDownloads strong {
    background: no-repeat 3px -149px;
}
#navService #navServiceDownloads a:visited {
    background-position: -47px -99px;
}
#navService #navServiceDownloads a:hover,
#navService #navServiceDownloads a:focus,
#navService #navServiceDownloads strong {
    background-position: -97px -49px;
}
#navService #navServiceDownloads a:active {
    background-position: -147px 1px;
}
#navService #navServiceSitemap a,
#navService #navServiceSitemap strong {
    background: no-repeat 0px 0px;
}
#navService #navServiceImpressum a,
#navService #navServiceImpressum strong {
    background: no-repeat 0pc 0px;
}
#navService #navServiceContact a,
#navService #navServiceContact strong {
    background-position: 0px 0px;
}

#navService #navServiceFaq a,
#navService #navServiceFaq strong {
    background: no-repeat 0px 0px;
}

#navService #navServiceGuestbook a,
#navService #navServiceGuestbook strong {
    background: no-repeat 0px 0px;
}
#navService #navServiceLexicon a,
#navService #navServiceLexicon strong {
    background: no-repeat 0px 0px;
}

p.ShoppingCartAdd a,
#ShoppingCartAdd a,
#navService #navServiceShoppingCart a,
#navService #navServiceShoppingCart strong {
    background: no-repeat 0 0px;
}

#navService #navServiceNewsletter a,
#navService #navServiceNewsletter strong {
    background-position: 0px 0px;
}

#navFunctionsPrint a {
    padding-left: 17px;
    background-position: 0 0px;
}
#navFunctionsClose a { /* omit :visited here */
    padding-left: 17px;
    background-position: 0 -150px;
    font-size: 95%;
}

#navFunctionsClose a:hover,
#navFunctionsClose a:focus {
    background-position: -100px -50px;
}

#navFunctionsClose a:active {
    background-position: -150px 0;
}
#navFunctionsRecommend a {
    padding-left: 17px;
    background-position: 0px -2px;
   background-repeat: no-repeat;
}


#navStart a,
#navContent a { 
    padding-left: 13px;
    background-position: 0 -147px;
}
#navContent a:visited { /* omit :visited for "#navStart a" */
    background-position: -50px -97px;
}
#navStart a:hover,
#navStart a:focus,
#navContent a:hover,
#navContent a:focus {
    background-position: -100px -47px;
}
#navStart a:active,
#navContent a:active {
    background-position: -150px 3px;
}
/*
Inline toplinks
*/
p.navToTop {
text-align: right;
}
.navToTop a { 
    padding-left: 13px;
    background-position: 0 -147px;
}
.navToTop a:visited { /* omit :visited for ".navToTop a" */
    background-position: -50px -97px;
}
.navToTop a:hover,
.navToTop a:focus {
    background-position: -100px -47px;
}
.navToTop a:active {
    background-position: -150px 3px;
}
.ddTable {
display:table; 
}
#content .docMetadaten table td{
border:0 !important;
}
.docMetadaten table td:first-child {
background-color:#C0C0C0;
}
p.moddate {float:right; padding-top:0.0em; padding-right:0em;}
#content em {
font-style:italic;
}
.labelWidth {
width:80px;
float:left;
}
.diagrammBilder {
   float:left;
   padding-right:50px;
}
.diagrammBilder_spaltenname {
   width:320px;
   margin-bottom:15px;
   font-weight:bold;
}
pre {
font-family:Courier;
}

#content .row .teaser {width:47%; float:left; margin-right:15px;}
#content .row .teaser {border-width:0px; margin-bottom:1em; padding-top:0em;}
#content .row2 .teaser, #content .row3 .teaser {border-top:1px solid #76A4D6; padding-top:2em;}
#content .OrgUnit .ddTable {margin-bottom:1.2em;}
#content .OrgUnit dd {margin-left:14em;  margin-bottom:1em;}
#content .OrgUnit dt {clear:left;}
#content .OrgUnit dt p {margin-bottom:0;}
#content .OrgUnit dl {margin-top:1.5em; }
#content .OrgUnit p {margin-bottom:0;}
#content .OrgUnit h2 {font-size:100%;}
#content .OrgUnit ul.links {margin-bottom: 2em;}
#content .OrgUnit p.navToTop {margin-top:2em;}

#content .OlPublication ol {     
  counter-reset:listenpunkt_ebene1;     
  list-style-type:none;  
}  
#content .OlPublication ol li:before {     
  content: counter(listenpunkt_ebene1) ". ";     
  counter-increment:listenpunkt_ebene1;  
}  
#content .OlPublication ol li p {display:inline;}
#content .OlPublication ol ol {     
  counter-reset:listenpunkt_ebene2;     
  list-style-type:none;  
}  
#content .OlPublication ol ol li:before {     
  content: counter(listenpunkt_ebene1) "." counter(listenpunkt_ebene2) " ";     
  counter-increment:listenpunkt_ebene2;  
}
#content .OlPublication ol ol ol{     
  counter-reset:listenpunkt_ebene3;     
  list-style-type:none;  
}  
#content .OlPublication ol ol ol li:before {     
  content: counter(listenpunkt_ebene1) "." counter(listenpunkt_ebene2) "." counter(listenpunkt_ebene3) " ";     
  counter-increment:listenpunkt_ebene3;  
}
#content .OlPublication ol ol ol ol{     
  counter-reset:listenpunkt_ebene4;     
  list-style-type:none;  
}  
#content .OlPublication ol ol ol ol li:before {     
  content: counter(listenpunkt_ebene1) "." counter(listenpunkt_ebene2) "." counter(listenpunkt_ebene3) "." counter(listenpunkt_ebene4) " ";     
  counter-increment:listenpunkt_ebene4;  
}
.homepage #content .teaser p {
  margin: 0 0 .5em;
}
.homepage #content .teaser {
  margin-bottom: 0;
}
.homepage #content .row2 .teaser,
.homepage #content .row3 .teaser {
  padding-top: 1em;
}
.homepage #content .teaser h2 {
  margin-bottom: .5em;
}

#wrapperContent div.altGrid ol p {
  margin-bottom: 0;
}
#wrapperContent .altGrid ol ol {
  margin-bottom: .5em;
}
.teaserText {
  margin-bottom: 1.5em;
}
#content ol {
     counter-reset: section;
     list-style-type: none;
}
#content ol p { display: inline; }
#content ol li { counter-increment: section; }
#content ol li:before { content: counters(section, ".") ". "; }
#content ol ol,
#content ol ol ol,
#content ol ol ol ol { list-style-type: none; }

#content #navBreadcrumbs ol li:before {
  content: "";
}

#content .left {
text-align: left;
}
#content .center {
text-align: center;
}
#content .right {
text-align: right;
}
#content .justify {
text-align: justify;
}
#content .RichTextGlossarLink {
cursor: help;
text-decoration:none;
border-bottom:1px dotted;
color:#333333;
}

/*
    Global whitespace and font-family reset
*/
* {
    margin: 0;
    padding: 0;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}

/*
    Global structure
*/
html, body { /* xhtml as xml compatible */
    border: 0; /* remove border on html element in IE/Win */
    background: #fff;
    color: #000;
}
address {
    font-style: normal;
}

/*
    Text
*/
abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted; /* border-color is inherited from color */
    font-style: normal;
    cursor: help;
}
blockquote, cite, em, q {
    font-style: normal;
}
q:before {
    content: "";
}
q:after {
    content: "";
}
strong {
    font-weight: bold;
}

/*
    Lists
*/
ol {
    margin-left: 40px;
}
ul {
    list-style: none;
}

/*
    Tables
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    caption-side: top;
    empty-cells: show;
}
td, th {
    vertical-align: middle;
    text-align: left;
}

/*
    Links
*/
a {
    text-decoration: underline;
}

/*
    Objects, images
*/
img {
    border: 0;    
}

/*
    Horizontal rules
*/
hr {
    display: none;
}

/*
    Forms
*/
fieldset {
    border: 0 solid transparent; /* 'solid transparent' required by Opera */
}
legend {
    color: #000; /* IE/Win does not inherit color */
}
optgroup {
    font-style: normal;
    font-weight: bold;
}

#content tr.days {
	border-bottom: 1px solid;
	border-bottom-color: #B3D1DA;
}

#content td.uploaditem {
	background: #B3D1DA;
	padding:0;
	border: 2px solid;
	border-color: #046786;
}

#content span.uploaditem {
	background: #B3D1DA;
	padding:0;
	border: 2px solid;
	border-color: #046786;
	min-width:45px;
	height:45px;
	display:block;
	border-radius: 8px;
	margin: 2px;
}

#content span.day, span.day_unavailable {
	background: white;
	padding:0;
	min-width:45px;
	min-height:45px;
	display:block;
	border: 2px solid;
	border-color: lightgray;
	border-radius: 8px;
	margin: 2px;
}

#content span.day_unavailable {
	border-color: white;
	background: #f0f1f2;
	margin: 2px;
}

#content span.today {
	background: white;
	padding:0;
	min-width:45px;
	min-height:45px;
	display:block;
	border: 2px solid;;
	border-color: white;
	border-radius: 8px;
	margin: 2px;
}

.uploaditemtext {
	color: #046786;
	font-weight: bold;
	display:block;
}

.itemtextFill {
	color: white;
	font-weight: bold;
	display:block;

}

.itemtext {
	color: black;
	font-weight: bold;
	display:block;

}

#content td.today {
	background-color: lightgray;
	padding:0;
}

#content td.day {
	padding:0;
}

.monthvertical{
	width: 55px;
	float: left;
	border: 1px solid;
	border-color: #B3D1DA;

}

.monthvertcalitem{
	background: #046786;
	color: white;
	min-width:45px;
	min-height:40px;
	display:block;
	border: 2px solid;;
	border-color: white;
	font-weight: bold;
	margin: 2px;
}

.monthvertcalitemWeekday{
	background: lightgray;
	color: black;
	min-width:45px;
	min-height:45px;
	display:block;
	border: 2px solid;
	border-color: white;
	font-weight: bold;
	margin: 2px;
}

#content div.calendarMonthHeader {
	background: #046786;
	color: white;
	font-size: 16px;
	font-weight: bold;
	width:350px;
}

#content span.monthLineItem, span.monthLineItemUpload, span.monthLineItemToday, span.monthLineItemFill, span.monthLineItemWeekday {
	background: white;
	color: black;
	width: 46px;
	height: 55px;
	display: -ms-inline-grid;
	display: inline-grid;
	border: 2px solid;
	border-color: lightgray;
}

#content span.monthLineItemUpload {
	background: #B3D1DA;
	color: #046786;
	border-color: #046786;
}

#content span.monthLineItemToday {
	background: lightgray;
}

#content span.monthLineItemFill {
	color: white;
}

#content span.monthLineItemWeekday {
	height: 20px;
}

#content div.monthBox{
	width: 360px;
	height: 400px;
	float:left;
	padding: 5px;
}

.noBorder {
	border: 0px;

}
