@charset "UTF-8";

@import url("reset.css");
@import url("master.css");
@import url("filetypes.css");

/*****
 *
 *     Layout Styles
 *
 *****/
#page {
  border-right: 2px solid #eee;
  overflow: hidden;
  width: 960px;
}

#content, #content-max {
  display: inline; /* fix IE6 double margin bug */
  float: left;
  height: 100%;
  margin: 10px 30px 0 28px;
  width: 588px;
}

#content-max { margin-right: 0; width: 900px; }

#foot {
  clear: both;
  display: block;
  margin: 25px 0 30px 0;
  padding: 5px 10px 0 0;
  text-align: right;
  width: auto;
}

/*****
 *
 *     Head/Identity Styles
 *
 *****/
#logo {
  float: left;
  height: 105px;
  left: 12px;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 184px;
}

#identity {
  background: transparent url(../images/BArch_Banner_13012010.jpg) no-repeat right 45px;
  float: right;
  height: 105px;
  text-align: right;
  width: 756px
}

/***** Setup little table of contents on key/tab usage *****/
.skip a {
  left: -1000px;
  overflow: hidden;
  position: absolute;
  top: -100px;
  width: 10em;
  z-index: 2;
}

.skip a:focus,
.skip a:active {
  background: #eee;
  font-size: 0.85em;
  position: absolute;
  left: 0;
  padding: 10px;
  top: 0;
  width: 13em;
  z-index: 10000;
}

/* Service menu */
#identity ul {
  float: right;
  margin: 0;
  padding: 0;
}

#identity ul li {
  background: none;
  color: #231f20;
  float: left;
  font-size: .95em;
  margin: 0;
  padding: 13px 0;
}

#identity ul li a { color: #231f20; padding: 5px; text-decoration: none; }
#identity ul li a:hover, #identity ul li a:focus {  text-decoration: underline; }
#identity ul li.lang { padding-left: 35px; padding-right: 35px; }
#identity ul li span { color: #969696; padding: 5px;  }

/*****
 *
 *     First navigation level Styles
 *
 *****/
#navi-primary {
  background: #093f88 url(../images/nav_head_bg.gif) repeat-x left top;
  float: left;
  margin: 1px 0 0 0;
  padding: 0;
  width: 945px;
}

.pad-search { padding-left: 15px !important; }

#navi-primary li {
  background: none;
  float: left;
  margin: 0;
  padding: 0;
}

#navi-primary li a:link,
#navi-primary li a:active,
#navi-primary li a:visited {
  border-right: 1px solid #fff;
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  font-size: 1.1em;
  padding: 5px 15px;
  text-decoration: none;
}

#navi-primary li.not-translated,
#navi-primary li.not-translated a:link,
#navi-primary li.not-translated a:active,
#navi-primary li.not-translated a:visited { color: #b4b4b4; }

#navi-primary li a:hover,
#navi-primary li a:focus { text-decoration: underline; }

#navi-primary li a.selected,
/* Complete status sets for i.e. old browsers (IE5) */
#navi-primary li a:active.selected,
#navi-primary li a:visited.selected {
  background-color: #fff;
  color: #00325d;
  text-decoration: none;
}


/*****
 *
 *     Second navigation level Styles
 *
 *****/
#navi-secondary {
  background: #fff;
  border-bottom: 1px solid #eee;
  float: left;
  margin: 0;
  padding: 3px 0 6px 20px;
  width: 940px;
}

#navi-secondary li { background: none; float: left; margin: 0; padding: 0; }

#navi-secondary li a:link,
#navi-secondary li a:active,
#navi-secondary li a:visited {
  color: #231f20;
  border-right: 1px solid #eee;
  display: block;
  float: left;
  font-size: .9em;
  padding: 3px 9px 3px 10px;
  text-decoration: none;
}

#navi-secondary li a:link.last,
#navi-secondary li a:active.last,
#navi-secondary li a:visited.last { border-right: 0; }

#navi-secondary li a:hover,
#navi-secondary li a:focus { text-decoration: underline; }
#navi-secondary li a.selected { font-weight: bold; }

/***** Breadcrumbs *****/
#breadcrumbs {
  background: transparent url(../images/fade_lightgrey.gif) repeat-x 0 bottom;
  float: left;
  font-size: .7em;
  margin: 0;
  padding: 8px 5px 8px 28px;
  width: 100%;
}


/***** Toolbar *****/
#toolbar {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

#toolbar ul {
  float: right;
  list-style: none;
  margin: 0 15px 0 0;
}

#toolbar ul li {
  background: none;
  color: #9d8066;
  float: left;
  font-size: .85em;
  margin: 0;
  padding: 5px 0;
  vertical-align: bottom;
}

#toolbar ul li a {
  color: #5F5F5F;
  padding: 0 3px;
}

#toolbar ul li span { color: #5F5F5F; padding-left: 3px; }
#toolbar ul li.sizetypo a { font-weight: bold; padding: 0; }


/*****
 *
 *     Forms
 *
 *****/
fieldset label.left {
  float: left;
  font-size: .75em;
  width: 190px;
}

fieldset input.button {
  border: 0;
  margin-bottom: 8px;
  padding: 0 8px;
  vertical-align: top;
}

fieldset input.submit {
  background: #093f88 url(../images/nav_head_bg_reverse.gif) repeat-x left top;
  color: #fff;
  cursor: hand;
  font-weight: bold;
  padding: 3px 10px;
}

fieldset input.size-1 { font-size:1em; }

fieldset .float-left {
  float: left;
  margin-right: 10px;
  width: auto;
}

fieldset .width60 { width: 60px; } /* ~7 digits */
fieldset .width250 { width: 252px; } /* width250 + width60 = width330*/
fieldset .width330 { width: 330px; }
fieldset .widthMax { width: 99%; }
fieldset .height170 { height: 170px; }
fieldset .small-text { margin-left: 15px; }
fieldset .spam-hidden { display: none; }
form p.inline-text {
  background: #eee;
  margin: -4px 0 1px 0;
  padding: 5px 10px;
}

fieldset.submit-form {
  background: #f7f2e9 url(../images/rounded_right_bottom.gif) no-repeat right bottom;
  border-top: 4px solid #ede2cf;
  margin-bottom: 35px;
  padding: 10px 10px 0 10px;
}

fieldset.newsletter-form .nl-email {
  float: left;
  Width: 65%;
}

fieldset.newsletter-form .nl-subscribe {
  float: left;
  Width: 35%;
}

fieldset.newsletter-form br {
  clear: both;
}

/***** Form validation *****/
p.infoValid { display: none; } /* hidden wrapper for user messages */
p.error {
  color: #990000;
  font-weight: bold;
  margin: 2px 0;
  overflow: hidden;
  padding: 0;
}

input.error,
textarea.error,
select.error { border-color: #990000; }

label.error { color: #990000; }


/*****
 *
 *     Content stuff
 *
 *****/
h3.inline { margin-top: 0; }

p.teasy {
  color: #231F20;
  font-weight: bold;
  margin: 0 0 25px 0;
}

p.note {
  font-weight: bold;
  margin-top: 45px;
  padding-left: 10px;
}

.small-text { font-size: .7em; }
.info-line {
  display: inline-block;
  background-color: #F7F2E9;
  border: 2px solid #F1C85F;
  margin-bottom: 35px;
  padding: 7px;
  width: 97%;
}

.warning, .success {
  margin: 24px 0;
  padding: 10px;
}

.warning { border: 2px solid #990000; }
.success { border: 2px solid #107C10; color: #107C10; }

.user-info {
  border: 2px solid #107C10;
  background-color: #F3F8F3;
  margin-bottom: 35px;
  padding: 10px;
}

.user-info a.intern {
  display: block;
  background: transparent url(../images/links_intern_green.gif) scroll no-repeat left 4px;
  margin-top: 5px;
  padding-left: 20px;
}


div.player-controls ul {
  position: static;
  list-style-type: none;
  height: 0;
}

div.player-controls a {
  position: absolute;
  left: -2000px;
}

div.player-controls a:active,
div.player-controls a:focus {
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 100;
  background-color: black;
  color: white;
}

/***** Sitemap *****/
ul.section { margin: 15px 0 25px 30px; }

/***** Definition lists *****/
dl.lastEntry { border: 0; }
dl dd.group {
  margin-top: 15px;
  padding-left: 35px;
}

dl dd.group ul {
  font-size: 1em;
  list-style: none;
  margin: 0;
}

dl dd.group ul li {
  background: none;
  margin: 0 0 3px 0;
  padding: 0;
}

dl dd.meta, dl.download dt span {
  color: #4C657B;
  font-size: .9em;
  margin-top: 1px;
}

dl dd span.meta {
  color: #4C657B;
  display: inline-block;
  font-size: .85em;
  width: 65px;
}

dl dd span.small-text {
  font-size: .9em;
}

dl.download dt span { margin-left: 5px; }

dl dt img, dl dd.img {
   border: 1px solid #e7dfd9;
   float: left;
   margin: 5px 16px 0 0;
   padding: 2px;
}

dl dt img.padded { margin-bottom: 3% !important; }

dl dt img:hover,
dl dt img:focus,
dl dd.img:hover,
dl dd.img:focus { border: 1px solid #990000; }

dl.directory-box {
  height: 130px;
  margin-right: 40px;
  min-height: 90px;
  max-height: 150px;
  width: 410px;
}

dl.autoheight {
  height: auto;
  min-height: 0;
  width: 100%;
}

/***** Definition lists: links & downloads *****/
dl.link, dl.download, dl.downloadAddon {
  border: 0;
  display: block;
  float: none;
  margin: 0 0 0 5px;
  padding: 0 0 10px 20px;
}

dl.link dt, dl.download dt, dl.downloadAddon dt { font-weight: normal; }
dl.link dd, dl.download dd { margin: 2px 0 0 0; }
dl.link dd.meta { margin: 0 0 10px 0; }

dl.intern { background: transparent url(../images/links_intern.gif) scroll no-repeat 2px 4px; }
dl.extern { background: transparent url(../images/links_extern.gif) scroll no-repeat 2px 3px; }

dl.downloadAddon {
  display: inline-block;
  background-color: #eee;
  background-position: 5px 9px;
  border-bottom: 1px solid #C0C0C0;
  margin: 0;
  padding: 5px 25px;
  width: 265px;
}

/* Small FF gimmick */
dl + div { margin-top: 15px; }

/***** Teaserblock für Recherche im Archivgut, Suche, Veranstaltung *****/
.teaserblock-recherche, .teaserblock-transparent, teaserblock-event {
  background: url(../images/rounded_right_bottom.gif) no-repeat right bottom;
  float: left;
  width: 800px;
}

.teaserblock-recherche dl,
.teaserblock-transparent dl { margin: 0; }
.teaserblock-recherche dl dt { margin-top: 10px; }
.teaserblock-transparent dl dd.img { border: 0; padding-left: 10px; }
.teaserblock-transparent dl dt { margin-top: 20px; }

.back-01 dl, .back-02 dl, .back-03 dl { border: 0; }

/***** Veranstaltungsdaten *****/
.event-details abbr {
  text-decoration: none;
  cursor: text;
}

/***** Image/Text module *****/
.size_s, .width190 { width: 192px; } /* size_? is for old documents */
.size_m, .width280 { width: 282px; }
.size_xl, .width560 { width: 567px; }
.size_xl, .width588 { width: 587px; }

.posleft, .posright { background-color: #EEE; }
.posleft { float: left; margin: 0 16px 16px 0; }
.posright { float: right; margin: 0 0 16px 16px; }
.posleft img, .posright img { border: 1px solid #F6F1EA;}

.posleft p,
.posright p {
  clear: left;
  float: left;
  font-size: .65em;
  margin: 0;
  padding: 0 4px;
  width: 77%;
}

.posleft p.info, .posright p.info { font-weight: bold; }
.width588 p { width: auto; }

.posleft .tool,
.posright .tool {
  border: 0 !important;
  float: right;
  margin: 2px 4px 2px 0;
  padding: 0;
}

/***** Two images *****/
.img-wrap { margin: 30px 0; }
.img-wrap .posleft { margin: 0; }
.img-wrap .posright { margin: 0; }

/***** Media/Video Player *****/
.media-player { margin: 25px 0; width: 100%; }
.media-player p {
  background-color: #EEE;
  font-size: .65em;
  margin: 0;
  padding: 3px;
  width: 580px;
}

/***** Paging *****/
.page-ctrl {
  background: transparent url(../images/fade_lightgrey.gif) repeat-x 0 bottom;
  clear: both;
  float: left;
  margin: 0;
  padding: 7px 0;
  width: 100%;
}

.page-ctrl li {
  background: none;
  float: left;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 375px;
}

.page-ctrl li.tableft { text-align: left; width: auto; }
.page-ctrl li.tabright { text-align: right; width: auto; }
.page-ctrl .page_previous {
  background: transparent url(../images/page_ctrl/prev_page.gif) no-repeat left center;
  padding-left: 20px;
}

.page-ctrl .page_next {
  background: transparent url(../images/page_ctrl/next_page.gif) no-repeat right center;
  padding-right: 20px;
}

.page-ctrl .page_previous_disabled {
  background: transparent url(../images/page_ctrl/prev_page_off.gif) no-repeat left center;
  color: #969696;
  padding-left: 20px;
}

.page-ctrl .page_next_disabled {
  background: transparent url(../images/page_ctrl/next_page_off.gif) no-repeat right center;
  color: #969696;
  padding-right: 20px;
}

.page-ctrl li span.selected,
.page-info li span.selected { color: #900; font-weight: bold; }

.page-info {
  border-top: 1px solid #eee;
  clear: both;
  display: inline-block;
  margin: 10px 0;
  padding: 5px 0 0 0;
  width: 100%;
}

.page-info li {
  background: none;
  float: left;
  padding: 0;
  margin: 0;
  width: 50%;
}

.page-info li.tableft { text-align: left; }
.page-info li.tabright { text-align: right; }

/***** Section Benutzung only *****/
.cat-wrap {
  background: transparent url(../images/fade_content.gif) repeat-x left bottom;
  float: left;
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
  width: 100%;
}

.cat-wrap .left {
  background: none;
  float: left;
  margin-right: 40px;
  width: 45%;
}

.cat-wrap ul li {
  background-position: left 10px;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 10px 0;
}

.cat-wrap h2 { margin: 10px; }

/***** Documents/Galleries *****/
#doc {
  background: transparent url(../images/fade_document.jpg) scroll repeat-x left bottom;
  float: left;
  height: auto;
  margin-bottom: 35px;
  padding: 15px 25px 15px 15px;
  width: 98%;
}

#doc p.description {
  display: block;
  height: auto;
  margin: 0;
  padding: 30px 0 0 0;
  width: auto;
}

#doc ul#doc-ctrl {
  clear: both;
  margin: 0;
  padding: 0;
  width: 500px;
}

#doc ul#doc-ctrl li {
  background: none;
  display: block;
  float: left;
  margin: 0 10px;
  padding: 0 0 5px 0;
  text-align: center;
  width: 70px;
}

#doc ul#doc-ctrl li.tableft { text-align: right; width: 170px; }
#doc ul#doc-ctrl li.tabright { text-align: left; width: 170px; }

#doc ul#doc-ctrl li .page_previous {
  background: transparent url(../images/page_ctrl/first_page.gif) no-repeat left center;
  padding-left: 25px;
}

#doc ul#doc-ctrl li .page_next {
  background: transparent url(../images/page_ctrl/last_page.gif) no-repeat right center;
  padding-right: 25px;
}

#doc h3 {
  font-size: .75em;
  padding: 0; }


/***** Single document and thumbnail preview *****/
#document {
  border: 1px solid #C0C0C0;
  display: block;
  float: left;
  height: auto;
  margin: 10px 25px 10px 0;
  padding: 5px;
  width: 500px;
}

#document:hover,
#document:focus,
#thumbs img:hover,
#thumbs img:focus { border: 1px solid #990000;}

#document img { margin-bottom: 5px; }
#document p {
  font-size: .6em;
  height: auto;
  margin-bottom: 5px;
  padding: 0 5px;
  width: auto;
}

#document p.missing-img {
  font-size: .75em;
  height: 500px;
}

#document .tool {
  display: inline;
  float: right;
  margin: 0 10px;
}

#document .media-player { margin: 0 0 5px 0; width: 100%; }

/***** Thumbnails *****/
#thumbs {
  clear: both;
  float: left;
  height: 160px;
  width: auto;
}

/***** Gallery thumbnail slider *****/
.infiniteCarousel { width: 845px; position: relative; }
.infiniteCarousel .wrapper {
  height: 100px;
  margin: 0 40px;
  overflow: auto;
  position: absolute;
  top: 0;
  width: 760px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
}

.infiniteCarousel ul a img { border: 1px solid #C0C0C0; padding: 2px; }

.infiniteCarousel .wrapper ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 9999px;
}

.infiniteCarousel ul li {
  background: none;
  display: block;
  float: left;
  height: 85px;
  padding: 5px;
  width: 85px;
}

.infiniteCarousel ul li a img { display: block; }

.infiniteCarousel .arrow {
  background: url(../images/arrow_right.gif) no-repeat 0 0;
  cursor: pointer;
  display: block;
  height: 100px;
  position: absolute;
  text-indent: -999px;
  top: 0;
  width: 40px;
}

.infiniteCarousel .forward { background: url(../images/arrow_right.gif) 3px 0; right: 0; }
.infiniteCarousel .back { background-image: url(../images/arrow_left.gif); left: 0; }

/***** Tables *****/
table.common { margin: 0 0 15px 0; width: auto; }
table.common caption {
  caption-side: top;
  font-size: .75em;
  font-weight: bold;
  margin: 0;
  padding: 2px !important;
  text-align: left;
}

table.common td,
table.common th {
  background: #F7F2E9;
  border: 0;
  empty-cells: hide;
  font-size: .75em;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

table.common th {
  background: #F1E8DA;
  font-weight: bold;
  vertical-align: bottom;
}

table.common td p,
table.common th p { font-size: 1em; }

/*** Ã–ffnungszeiten und Kontakt ***/
table.default { margin: 0 0 30px 0; width: 99%; }

table.default caption {
  caption-side: top;
  color: #093F88;
  font-size: .9em;
  font-weight: bold;
  margin: 0;
  padding: 5px !important;
  text-align: left;
}

table.default td,
table.default th {
  background: #F7F2E9;
  border: 0;
  empty-cells: hide;
  font-size: .75em;
  padding: 5px 5px 10px 5px;
  text-align: left;
  vertical-align: top;
}

table.default th {
  background: #F1E8DA;
  font-weight: bold;
  padding-bottom: 5px;
  vertical-align: bottom;
}

table.default td a.intern {
  background: transparent url(../images/links_intern.gif) scroll no-repeat left 2px;
  padding-left: 20px;
}

table.default .pdf { display: block; height: 20px; }

/*** Biographische Sammlung ***/
table.overview { margin: 0 0 30px 0; width: 100%; }
table.overview td,
table.overview th {
  border-bottom: 1px solid #e7dfd9;
  empty-cells: hide;
  font-size: .75em;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

table.overview th {
  background: #e7dfd9;
  font-weight: bold;
  vertical-align: bottom;
}

/*****
 *
 *     Sidebar(s)
 *
 *****/
#sidebar-right {
  display: inline;  /* fix IE6 double margin bug */
  float: right;
  overflow: hidden;
  margin-right: 10px;
  padding-top: 20px;
  width: 275px;
}

#sidebar-right .box {
  background: #f7f2e9;
  border-bottom: 4px solid #ede2cf;
  clear: both;
  display: block;
  margin-bottom: 3px;
  padding: 15px 10px;
}

#sidebar-right .box h3 {
  color: #231F20;
  font-size: .75em;
  margin: 0 0 3px 0;
}

#sidebar-right .box h4 { font-size: .75em; margin: 0 0 1px 0; }
#sidebar-right .box h5 { font-size: .75em; margin: 0 0 3px 0; }
#sidebar-right .box ul { margin: 0 0 0 5px; padding: 0; }
#sidebar-right .box ul li { margin-bottom: 0; }

#sidebar-right .box .teaser { clear: both; }

#sidebar-right .index { border: 2px solid #F1C85F; margin-bottom: 25px; }
#sidebar-right .index ul {
  list-style: none;
  margin: 0 0 0 5px;
  padding: 0;
}

#sidebar-right .index ul li { background-image: url(../images/list_style_yellowdot.gif); }

#sidebar-right .posleft { float: left; margin: 5px 8px 4px 0; }
#sidebar-right h3 a {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

#sidebar-right .box #inputSearch {
  background: #fff url(../images/research_zoom.gif) no-repeat left 2px;
  padding: 2px 2px 3px 25px;
}

/***** Accordion effect *****/
#sidebar-right #dynamic h4 {
  background: transparent url(../images/arrow_block_rightdown.gif) no-repeat left 5px;
  color: #093F88;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 5px;
  padding-left: 20px;
  text-decoration: underline;
}

#sidebar-right #dynamic h4.active { background-image: url(../images/arrow_block_down.gif); }
#sidebar-right #dynamic div { display: none; padding-left: 20px; }
#sidebar-right #dynamic div.active { display: block; }
#sidebar-right #dynamic h5 { color: #3d1d00; }

/***** Document context links *****/
#sidebar-context {
  display: inline;  /* fix IE6 double margin bug */
  float: right;
  overflow: hidden;
  margin-right: 35px;
  padding-top: 10px;
  width: 250px;
}

#sidebar-context h3 { margin: 0 0 10px 0; }
#sidebar-context ul.simple { list-style: none; }
#sidebar-context p a {
  border-bottom: 1px dotted #e7dfd9;
  display: block;
  margin-bottom: 8px;
  padding: 0 0 5px 22px;
}

#sidebar-context a.intern { background: transparent url(../images/links_intern.gif) scroll no-repeat 5px 4px; }
#sidebar-context a.extern { background: transparent url(../images/links_extern.gif) scroll no-repeat 5px 3px; }


/*****
 *
 *     Some extras
 *
 *****/
.hidden { display: none; }

.clearfix {
  border: 0;
  clear: both;
  display: block;
  font-size: 0;
  float: none;
  height: 0;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
}

/***** Backgrounds *****/
.back-01, .back-02, .back-03, .back-transparent {
  background-color: transparent;
  height: 100%;
  margin: 15px 0;
  padding: 10px;
}

.back-01 { background-color: #C4D1EB; }
.back-02 { background-color: #FFEEC8; }
.back-03 { background-color: #F7F2E9; }

/***** JQuery QTips *****/
.qtip-content { font-size: .75em; }

/***** Hide some headers from being displayed; text readers will recognize them *****/
.auxiliary {
  height: 1px;
  left: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -999em;
  width: 1px;
}

/*****
 *
 *     Footer
 *
 *****/
#foot p {
  border-top: 1px solid #EEE;
  font-size: .7em;
  margin: 10px 0 0 0;
  padding: 10px 0 5px 28px;
  text-align: center;
}

#foot p a:link,
#foot p a:active,
#foot p a:visited {
  color: #231f20;
  text-decoration: none;
}

#foot p a:hover,
#foot p a:focus { text-decoration: underline; }

#foot a.top {
  background: transparent url(../images/arrow_top.gif) no-repeat left center;
  font-size: .75em;
  padding-left: 12px;
}
