/*
---------------------------------
	Default
---------------------------------
*/
html body	{
	overflow:hidden;
	margin:0;
	padding:0;
	color: #EFEFF1;
	background-color: #efeff1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
body.white { background-color: #efeff1;}
body.navy { background-color: #efeff1;}

.bg_home { background: #FFF url(./img/bg_home.jpg) no-repeat left center; }



#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	display: block;
	}

#wrapper {
	position: absolute;
	text-align:left;
	margin-left: -400px;
	left: 50%;
	top: -240px;
	width: 800px;
	height: 480px;
	background-color: #EFEFF1;
	}

#home {
	position: absolute;
	left: 0;
	top: 18px;
	}


/*---------------------------------
	menu/logo
---------------------------------*/
#menu {
	position: absolute;
	top: 10px;
	left: 10px;
	}
#menu #logo{
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 18px;
	padding-top: 6px;
	padding-left: 6px;
}
#menu #logo p {
	line-height: 18px;
	top: -5px;
}
#menu #logo a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
#menu #logo a:hover {
	color: #000000;
	}
#menu #logo active, #menu a.active, #menu a.active:hover {
	color: #000000;
	}
#menu #logo .active {
	color: #000000;
}
#menuFlash {
	position: absolute;

	}
#getFlash {
	position: absolute;
	margin:0;
	padding:5px;
	top: 100px;
	left: 0px;
	background-color: #FFFFFF;
	color: #900;
	}
#getFlash A {
	color: #333;
	border-bottom: 1px dotted #999;
	}
#getFlash A:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #333;
	border-bottom: 1px solid #FFF;
	}
#header {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 31px;
	width: 385px;
	}

h1	{
	text-indent: -9000px;
	height: 20px;
	width: 100px;
	overflow: hidden;
	}


/*---------------------------------
	Content
---------------------------------*/
#homeaddress {
	position: absolute;
	top: 0px;
	left: 0px;
	}

#cArtists {
	position: absolute;
	margin:0; padding:0;
	top: 140px;
	left: 326px;
	width: 458px;
	height: 340px;
	}

#cArtists td {
  text-align:left;
  vertical-align:top;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
  }
 #cArtists b {
	color: #333;
 }

/*--	Content1	--*/
#subhead1 {
	position: absolute;
	margin:0;
	padding:0;
	top: 143px;
	left: 13px;
	width: 294px;
	height: 200px;
	text-align: left;
	font-size:11px;
	color: #666;
	font-variant: small-caps;
	}

#subhead1 #subinfo {
	/* margin-top: 4px; */
	color: #666;
	}

#content1 {
	position: absolute;
	margin:0; padding:0;
	top: 140px;
	left: 326px;
	width: 250px;
	height: 270px;
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	}
#content1 em {
	font-weight: bold;
	font-style: normal;
	color: #000;
	}
#content1 b{
	font-weight: normal;
	}

#slideshow {
	position: absolute;
	margin:0; padding:0;
	top: 10px;
	left: 324px;
	width: 477px;
	height: 460px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	}
#slideshow b {
	color: #000;
	font-weight: bold;
	}
#detailImage {
	/*visibility: hidden;*/
	display: none;
	position: absolute;
	top: -25px;
	left: 30px;
	margin: 0; padding: 0;
	width: 730px;
	height: 540px;
	line-height:540px;
	}
#detailImage #caption {
	display:inline;
	margin-right: 14px;
	font: 11px Arial, Sans-serif;
	color: #333;
	}
#detailImage #caption a {
	color: #333 !important;
	border-bottom: 1px dotted #666 !important;
	}
#detailImage #caption a:hover {
	color: #000 !important;
	border-bottom: 1px solid #FFF !important;
	}

#content1 td {
	font-size: 11px;
	line-height: 24px;
	}

/*--	Content2	--*/
#subhead2 {
	position: absolute;
	margin:0; padding:0;
	top: 8px;
	left: 326px;
	width: 420px;
	height: 57px;
	text-align: left;
	font-size:10px;
	color: #666;
	}

#content2 {
	position: absolute;
	margin:0; padding:0;
	top: 20px;
	left: 260px;
	width: 485px;
	height: 250px;
	font-size: 11px;
	line-height: 24px;
	color: #999;
	}
#content2 td {
	font-size: 11px;
	line-height: 24px;
	color: #999;
	}
#content2 b {
	font-weight: normal;
	}
#content2 i {
	font-style: normal;
	color: #666;
	}

#pdfLink {
	position: absolute;
	top: 309px;
	left: 0;
	font-size: 10px;
	}

.captionlarge {
	display: none;
	}

#scrollerContent a, 
#pdfLink a,
#detailImage #caption a,
#cArtists a,
#submenu a {
	color: #666;
	text-decoration: none;
	}
#scrollerContent a:hover,
#pdfLink a:hover,
#detailImage #caption a:hover,
#cArtists a:hover,
#submenu a:hover{
	color: #000 !important;
	border-bottom: none;
	}
#body #horizon #wrapper #content1 #scrollerContainer #scrollerContent #Artists {
	line-height: 10px;
}


#scrollerContent.exhibitionsList p {
	line-height: 11px;
	margin: 0;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	}
#scrollerContent.exhibitionsList b {
	font-weight: bold;
	color: #000;
}

#scrollerContent #bioL p {
	text-indent:-25px;
	padding: 0 0 0 25px;
	margin: 0;
	}

/* scroller */
#scrollerContainer {
position:absolute; width:404px; height:265px; clip:rect(0,404px,265px,0); overflow:hidden; z-index:6;
}
#scrollerContent {
	position:absolute;
	left:0;
	top:0;
	width:400px;
	padding-left: 2px;
}
#scrollerButtons {
	position: absolute;
	top: 0;
	left: 447px;
	width: 30px;
	height: 270px;
	}
#scrollerButtons #up {
	position: absolute;
	top: 0px;
	left: 0;
	width: 15px;
	height: 15px;
	z-index: 2;
	cursor:pointer;
	background-image: url(./img/arrowup.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#scrollerButtons #track {
	position:absolute;
	top: 20px;
	width:15px;
	height:227px;
	z-index: 3;
	background-image: url(./img/scrollbar_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#scrollerButtons #drag {
	position: absolute;
	top: 20px;
	left: 0;
	width: 15px;
	z-index: 4;
	cursor:pointer;
	background-image: url(./img/scrollbar.gif);
	background-repeat: repeat;
	background-position: left top;
	}
#scrollerButtons #down {
	position: absolute;
	top: 252px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url(./img/arrowdown.gif) top left no-repeat;
	z-index: 5;
	cursor:pointer;
	}
	
#submenu {
	font-size: 11px;
	font-weight: bold;
	padding: 0; 
	margin: 20px 0 0 0;
	text-transform: uppercase;
	}
#submenu li {
	list-style: none;
	}
#submenu li.active, #submenu li a.active, #submenu li a.active:hover {
	color: #000;
	/* border-bottom: none; */
	}

.ucase {
	text-transform: uppercase;
}
.detailCap {
	text-transform: uppercase;
	font:bold 9px/12px Arial, Helvetica, sans-serif;
	color: #666;
}

/*---------------------------------
	style
---------------------------------*/
.logo {color: #CC0000}

a img {
	border-width:0;
	border-style:none;
	}

a {
	text-decoration:none;
	color: #666;
	}
a:hover {
	text-decoration:none;
	color: #000;
	}


h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000;
	}

h3 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #666;
	}
.a_inaktiv {
	text-decoration:none;
	color: #666;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}


/*---------------------------------
	eE Credit
---------------------------------*/
#credit {
	position: absolute;
	text-align: left;
	/* bottom: 50px */
	bottom: 25px;
	left: 25px;
	width: 200px;
	font: 9px Arial, Helvetica, Sans-serif;
	color: #FFF;
	}
#credit A {
	text-decoration: none;
	color: #FFF;
	}
#credit A:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #333;
	}
 
/*---------------------------------
	Form
---------------------------------*/
form {
	margin: 0;
	padding: 0;
	}

.textfield {
	font: 11px/16px Arial, Helvetica, sans-serif;
	border:1px solid #cacaca;
	background-color: #FFFFFF;
	padding: 2px;
  }
.submitmod {
	font: 11px Arial, Helvetica, sans-serif;
	color: #300;
	padding: 0 3px 3px 3px;
	}
select {
	background-color:#FFF;
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	border-style:none;
	border:1px #666 solid;
	}

:focus {outline:none; }
.jahreszahl_bio {
	color: #000000;
}
.copyright {
	font-size: 9px;
	color: #999999;
}

