html {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background-color: #fff;
  color: #000;
  line-height: 1.3em;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
  word-spacing: -0.1em;
  line-height: 1.3em;
  font-size: 11px;
  letter-spacing: 0.03em;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	margin:0;
  padding:0;
}

/* CSS clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* generic classes */
body .hidden {
  display:none;
}

.bold {
  font-weight:bold;
}

.justified,
.text.justified {
  text-align: justify;
}

/* send the page link */
a.order,
a.send {
  text-transform:uppercase;
  display:inline-block;
  margin:20px 0;
}

a.more {
  text-transform:uppercase;
  font-weight:bold;
}


/* page layout */
div#page {
  margin:20px 0 0 60px;
  padding:0;
  min-width: 1150px;
  overflow: visible;
}

/*div#content>div.right {
  max-width: 460px;
  overflow:visible;
}
*/
div.left, div.right {
  /*margin:0;*/
  padding:0;
  margin-bottom: 16px
}

div.left {
	text-align:right;
	width:460px;
	float:left;
	margin-right:20px;
}

div.right {
	text-align:left;
	width:auto;
	float:left;
  overflow: hidden;
}

/* default link styles */
a, a:visited {
  color:#000;
}

.nav>span,
.nav>a,
a, .link {
  text-decoration:none;
  font-weight:bold;
  word-spacing: -0.1em;
  letter-spacing: 0.03em;
  line-height: 1.3em;
  font-size: 11px;
}

.nav>span.normal {
  font-weight:normal;
}

a:hover, a.selected, .link:hover {
    font-weight:bold;
  color: #666666;
}

/* navigation */

/* main navigation */
div#navigation {
  margin-bottom:0px;
}

.nav>span,
.nav>a {
  display:block;
}

.nav span,
.nav a {
  text-transform:uppercase;
}

.nav .subheading {
  color:#666666;
}


div#navigation div.left {
  text-align: right;
}

.nav>span>a.navIndex {
  font-weight:bold;
  font-size: 11px;
  position: absolute;
  white-space: nowrap;
  overflow: visible;
}

.nav>span>a.navIndex:hover {
  font-weight:bold;
  font-size: 11px;
}

/* right swapping navigation */
div.swap {
  min-height:       65px;
}

div.swap div.swap_normal {
  font-weight:bold;
}

div.swap.float {
	float: left;
}

div.swap div.swap_hover {
	display:          none;
}

div.swap:hover div.swap_normal {
	display:          none;
}

div.swap:hover div.swap_hover {
	display:          block;
  min-height:       65px;
}

div.swap div.swap_nolink {
	display:          block;
  font-weight:      normal;
}

.nav.event {
  margin-bottom: 0px;
}

#top-link {
  display: none;
}
/* text styles */
.text {
}

/* artist subnavigation */
#content.artists.works div.right a.works,
#content.artists.dossiers div.right a.dossiers,
#content.artists.biography div.right a.biography,
#content.artists.bibliography div.right a.bibliography,
#content.artists.texts div.right a.texts,
#content.artists.exhibitions div.right a.exhibitions,
#content.artists.news div.right a.news,
#content.artists.editions div.right a.editions,
#content.artists.books div.right a.books,
#content.artists.issues div.right a.issues,
#content.artists.events div.right a.events {
  font-weight:bold;
  color: #666666;

}

#content.artists div.right div.biography a,
#content.artists div.right div.bibliography a {
  display:inline;
}

#content.artists div.right .mini {
  padding:0 1ex;
  font-size: 11px;
}

.nav a.backlink {
	padding-top: 1px;
}

.nav a.backlink.inactive {
	color: #666666
}

/* selection - start */
div.browser {
  position:absolute;
}

div.selection {
	width:            30em;
}

div.selection div.selection_entries {
	display:          none;
	background:       #fff;
  color:            #000;
}

div.selection div.selection_entries a {
	display:          block;
	height:           14px;
}

div.selection a:hover {
	font-weight:      normal;
}

div.selection:hover div.selection_entries {
	display:          block;
}

div#content.artists div.right div.prepend a {
  display:block;
}

div#content.artists div.right div.time_string {
  display:none;
}

div#content.artists.events div.right div.time_string,
div#content.artists.exhibitions div.right div.time_string {
  display:block;
}

div.item {
  margin-bottom:20px;
}

#texts_text,
#news_text {
  text-align:left;
  clear: both;
}

div.right.nav {
  margin-top:-0px; /*-3*/
}

div.right.items_slides {
  margin-top:-0px; /*-3*/
}

/* pdf download links */
div.download.pdf {
  padding:20px 0;
}

div.download.pdf>a {
  margin-left:1em;
}

div.left table td {
  vertical-align:top;
}

.link.archive {
  margin-bottom:1em;
  display:block;
}

div.nav_item {
  padding:0;
  margin:0;
  line-height:1;
}

img+div.text {
  margin-top:1em;
}

div.item.dossier {
  margin-top:-3px;
}

div.item.dossier img {
  border:1px solid #bbb;
}

div.shop.show div.text {
  text-align:left;
}

/* #tid4692 updates / addons */
#print_send {
  position:absolute;
  left:60px;
  top:20px;
  text-transform:uppercase;
}

#print_send .share .chicklets {
  padding-top:8px;
  display:none;
  margin-left:-2px;
}

#print_send .share .chicklets>span {
  margin-right:6px;
}

#print_send .share:hover .chicklets {
  display:block;
}

#print_send>div {
  float:left;
  font-weight:bold;
  margin-right:19px;
  cursor: pointer;
}

div.groupSpacer {
  margin-bottom:0px;
}
div.groupLeft {
  margin-top:-4px;
}
div.groupRight {
  margin-top:0px;
}
div.left div.groupTitle,
div.left div.groupTitle a {
  text-transform:uppercase;
  font-weight:bold;
}
div.left div.groupTitle a:hover {
  font-weight:bold;
}
div.left div.groupComment {
  font-weight:normal;
}

div.exhSpacer {
  margin-bottom:16px;
}
div.exhLeft {
  /*margin-top:-5px;*/
  line-height: 1.3em;
}
div.exhRight {
  line-height: 1.3em;
}
div.left div.exhTitle,
div.left div.exhTitle a {
  text-transform:uppercase;
  font-weight:bold;
  font-size: 11px;
}
div.left div.exhTitle a:hover {
  font-weight:bold;
  font-size: 11px;
}
div.left div.exhComment {
  font-weight:normal;
  font-size: 11px;
  letter-spacing: 0.03em;

}
div.exhHeader {
  text-transform:uppercase;
  font-weight:bold;
  padding-bottom:5px;
  font-size: 11px;
}

div.exhHeaderThumb {
  text-transform:uppercase;
  font-weight:bold;
  font-size: 11px;
}

.nav.event {
  margin-bottom: 14px;
}

div.right img {
  margin-top:0px;
  opacity:1;
}

div.right img:hover {
  opacity:0.8;
}

div>a.ucase {
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
}
div>a.ucase:hover {
  font-weight:normal;
}

div.textLeft {
  text-align:left;
}

div.orderLeft {
  float:left;
  text-align:left;
}

div.orderRight {
  float:right;
  text-align:right;
}

img.imgBorder {
  border: 1px solid #bbb;
}

img.missing, img.dossier {
  display: none;
}

a.inactive {
  font-weight:bold;
  color: #000000
  text-transform:none;
}
a.inactive:hover {
  font-weight:bold;
  color: #666666
  text-transform:none;
}

a.active {
  font-weight:bold;
  text-transform:none;
  color: #666666;
}
a.active:hover {
  font-weight:bold;
  text-transform:none;
}


div.item div.languages {

  margin-bottom:0;
  text-align:right;

}

div.item div.languages>a {
  /*margin-left:1em;*/
}


.artisthover:first-child {
  margin-top:0px;
}

.left .image {
  margin-top:0px;
}

div.text.title.textLeft,
div.location.textLeft{
  font-weight: bold;
}

div.textTitle.textLeft {
  font-weight: normal;
}

div.navSpacer {
  padding-bottom:16px;
}

div.prepend>div.nav {
  margin-top:-0px; /* -2*/
}

div.location.textLeft.workgroups {
  font-weight:normal;
}

div.links.list.pdf {
  text-align:left;
}
div.textJustify {
  text-align:justify;
}
div.slideshowCount {
  float:left;
  width:40px;
  margin-top:0;
  margin-left:0;
  text-align:left;
}
div.slideshowTitle {
  float:right;
  text-align:right;
  width:420px;
}

div.showDetails.textLeft.artist,
div.showDetails.textLeft.title,
div.showDetails.textLeft.date {
  font-weight: normal;
}

div.showDetails.textLeft.titlebold {
  font-weight: bold;
}

.clearer {
    clear:both;
    background:#000;
}
.spacer18 {
    margin-bottom:0px;
}
div.groupRight.workGroup {
  margin-top:0px;
}

#top-link  { /* HTML ist auskommentiert */
    display:none;

    position:relative;
    left:0px;
    top:15px;

    color:#fff;
    font-weight:bold;
    text-decoration:none;
    border:1px solid #fff;
    background:#fff;
    padding:5px;
}

// mbe: test für erweiterung thumbnailliste, 17.04.2013
.addImg {float: left; width: 100px;}