@charset "utf-8";
/* ###################### RESET ###################### */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

h1,h2,h3,h4,h5,h6,strong,b,th,dt {
	font-size:100%;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th { 
	text-align:left; 
}

img,abbr,acronym {
	border:0; 
}

em,i,dfn,cite,var,address {
	font-style:normal;
}

pre,code {
	font-family:'courier new',courier,mono;
	font-size:1.0em;
}

q:before,q:after { 
	content:''; 
}

:focus {
	outline:0;
}



/* ###################### HELPER CLASSES ###################### */
.clearOnly {
	clear:both;
}

.clear {
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}

.left {
	float:left;
}

.right {
	float:right;
}

.noPadding {
	padding:0 !important;
}

.noMargin {
	margin:0 !important;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

.none {
	display:none;
}

.inline {
	display:inline;
}

/* Hide from IE Mac \*/.clearfix{ display:block; }/* End hide from IE Mac */



/* ###################### GENERAL DEFINITIONS ###################### */

html {
	height:100%;
	/*Defaults to ~16px across browsers*/
	/*font-size:100.01%;*/
	/*Defaults to ~12px across browsers*/
	font-size:75.01%;
}

body {
	height:100%;
	/* NOTE: the last entry "sans-serif" is a workaround to make safari3 display the size of its mono correctly! */
	font-family:'Courier New',Courier,monospace,sans-serif;
	font-size:1.0em;
	/*line-height calculates to 18px (~12px * 1.5 = ~18px)*/
	line-height:1.5em;
	color:#111;
	/*Testing the text-rythm at ~18px*/
	background:#fff;
}

h1,h2,h3 {
	font-family:'Times New Roman',Times,serif;
	text-transform:uppercase;
}

h1 {
	font-size:3.0em; /*~24px*/
	font-weight:bold;
	font-style:italic;
	line-height:1.1em; /*~31,2px*/
	/*letter-spacing:-0.01em;*/
	margin-bottom:0.25em;
}

* html h1 {
	line-height:1.3em;
}

h2 {
	font-size:2.0em; /*~18px*/
	font-weight:bold;
	font-style:italic;
	line-height:1.1em; /*~23,4px*/
	letter-spacing:0.05em;
	margin-bottom:0.5em;
}

h3 {
	font-size:1.5em; 
	font-weight:bold;
	font-style:italic;
	line-height:1.3em;
	letter-spacing:0.05em;
	font-weight:bold;
	margin-bottom:0.25em;
}

h4,h5,h6 {
	font-size:1.0em;
	font-weight:bold;
	margin-bottom:0.25em;
}

h1 span,h2 span,h3 span,h4 span,h5 span,h6 span {
	display:none;
}

p,ol,ul,dl {
	font-size:1.0em;
	margin-bottom:1.5em;
}

/* Only for Safari(?) 
 * NO: A bug in safari if a title for css-files is given (!)
body:first-of-type p,
body:first-of-type ol,
body:first-of-type ul,
body:first-of-type dl {
	font-size:1.3em;
}*/

a {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

h1 a,h2 a,h3 a {
	border:0;
}

a:hover {
	border-bottom:1px solid #000;
}

h1 a:hover,h2 a:hover,h3 a:hover {
	border-bottom:1px dotted #000;
}

strong,b {
	font-weight:bold;
}

em,i {
	font-style:italic;
}

table {
	border:1px solid #d1d1d1;
	background:#f5f5f5;
}

table caption {
	font-size:1.10em;
	font-weight:bold;
	padding:0 0 3px 3px;
}

table tr {

}

table th,
table td {
	padding:1px 4px 1px 4px;
	border:1px solid #d1d1d1;
	vertical-align:top;
}

table th {
	background:#fefefe;
}

table p {
	margin-bottom:0;
}



/* ###################### LAYOUT ###################### */
#page {
	position:relative;
	width:965px;
	min-height:100%;
	margin:0 0 0 35px;
}

/*IE hack*/
* html #page {
	/*Just to be sure...*/
	width:975px;
}

#primaryContent {
	float:left;
	width:370px;
	min-height:400px;
	margin:35px 25px 0 0;
}

/*Change #primaryContent if it's the only column*/
#primaryContent.solo {
	width:775px;
}

#secondaryContent {
	float:left;
	width:380px;
	min-height:600px;
	/*Because of the space above the headlines we need a smaller margin-top here*/
	/*EDIT: Now .csc-header-n1 does the job...*/
	/*margin:35px 25px 0 0;*/
	margin:35px 25px 0 0;
}

#secondaryContent .csc-header-n1 {
	margin-top:-7px;
}

#navigationArea {
	float:left;
	width:165px;
	margin:35px 0 0 0;
}

#navigationWrapper {
	position:fixed;
	width:155px;
	padding:10px 0 10px 10px;
	background:#000;
}

#navMain {

}

#searchbox {

}

#searchbox input.text {
	float:left;
	width:95px;
	height:16px;
	padding:2px 2px 1px 2px;
	border:0;
	margin:0;
	/* NOTE: the last entry "sans-serif" is a workaround to make safari3 display the size of its mono correctly! */
	font-family:'Courier New',Courier,monospace,sans-serif;
}

#searchbox input.image {
	float:left;
	margin:0 0 0 5px;
}

#navLang {
	font-family:'Times New Roman',Times,serif;
	font-size:1.1em;
	margin-top:5px;
	clear:left;
}

#navLang li {
	display:inline;
	color:#fff;
	font-style:italic;
	letter-spacing:0.15em;
}

#navLang li a {
	color:#fff;
}

#navLang li a:hover {
	border-bottom:1px dotted #fff;
}

#logo {
	/*position:absolute;
	right:0;
	bottom:210px;*/
	position:fixed;
	width:165px;
	height:130px;
	margin-top:380px;
}

#logo a {
	border:0;
}

#partner {
	/*position:absolute;
	right:0;
	bottom:210px;*/
	position:fixed;
	width:165px;
	height:130px;
	padding-top:5px;
	border-top:1px solid #000;
	margin-top:515px;
	text-align:center;
}

#partner span {
	font-size:0.9em;
	text-transform:uppercase;
}

#partner a {
	border:0;
}

#partner span a {
	border-bottom:1px dotted #000;
}

#partner img {
	margin-top:5px;
}



/* ###################### NAVIGATION ###################### */
ul#navMain {
	/* NOTE: the last entry "sans-serif" is a workaround to make safari3 display the size of its mono correctly! */
	font-family:'Courier New',Courier,monospace,sans-serif;
	font-style:italic;
	font-size:1.1em;
	line-height:1.45em;
	text-transform:uppercase;
	margin-bottom:5px;
}

ul#navMain li  {
	letter-spacing:0.05em;
}

ul#navMain ul {
	font-family:'Times New Roman',Times,serif;
	font-size:1.0em;
	text-transform:none;
	margin-bottom:0.2em;
}

ul#navMain ul li {
	letter-spacing:0.2em;
	padding-left:15px;
}

ul#navMain a {
	border:0;
	color:#efefef;
}

ul#navMain a:hover {
	border-bottom:1px dotted #efefef;
}

ul#navMain ul li.act a {
	border-bottom:1px solid #efefef;
}



/* ###################### GENERAL CONTENT ###################### */

#contentArea #primaryContent ul {
	list-style:disc outside; 
	padding-left:13px;
}

#contentArea #primaryContent ol {
	list-style:decimal-leading-zero outside; 
	padding-left:27px;
}



/* ###################### CSS STYLED CONTENT ###################### */

div.csc-textpic-caption-c .csc-textpic-caption {
	text-align:center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align:right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align:left;
}
/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float:left;
	display:inline;
}
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border:2px solid black;
	padding:0px 0px;
}
div.csc-textpic-imagewrap {
	padding:0;
}
div.csc-textpic img {
	border:none;
}
/* DIV:This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float:left;
}
/* ul:This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style:none;
	margin:0;
	padding:0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float:left;
	margin:0;
	padding:0;
}
/* DL:This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float:left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float:none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border:none;
}
/* FE-Editing Icons */
dl.csc-textpic-image {
	margin:0;
}
dl.csc-textpic-image dt {
	margin:0;
	display:inline;
}
dl.csc-textpic-image dd {
	margin:0;
}
/* Clearer */
div.csc-textpic-clear {
	clear:both;
}
/* Margins around images:*/

/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline; /* IE fix for double-margin bug */
	margin-right:10px !important;
}
/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline; /* IE fix for double-margin bug */
	margin-left:10px;
}
/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display:inline; /* IE fix for double-margin bug */
	margin-left:10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin:0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin:0;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:0px;
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom:0px;
	display:block;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear:both;
}

div.csc-textpic div.csc-textpic-imagerow div.csc-textpic-image {
	margin-bottom:10px;
}
/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left:0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right:0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right:10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left:10px !important;
}
/* Positioning of images:*/

/* Above */
div.csc-textpic-above div.csc-textpic-text {
	clear:both;
}
/* Center (above or below) */
div.csc-textpic-center {
	text-align:center; /* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin:0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align:left; /* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align:left; /* Remove IE-hack */
}
/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float:right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear:right;
}
/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float:left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear:left;
}
/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float:left;
}
/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float:right;
}
/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float:right;
	clear:both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height:1%;
}
/* End hide from IE5/mac */

/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float:left;
	clear:both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height:1%;
}
/* End hide from IE5/mac */
div.csc-textpic div.csc-textpic-imagerow-last {
	margin-bottom:0;
}

div.csc-textpic div.csc-textpic-imagerow-last div.csc-textpic-image {
	margin-bottom:0;
}



/* ###################### CSS STYLED CONTENT SPECIALS ###################### */

div.csc-textpic-image a {
	border:0;
}

p.csc-textpic-caption {
	font-size:0.85em;
	line-height:1.175em;
	text-transform:uppercase;
	letter-spacing:0.025em;
	color:#666;
	padding:7px 65px 0 0;
	margin-bottom:20px !important;
}

div.csc-frame-rulerAfter {
	padding-bottom:10px;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}

div.black {
	padding:10px 35px 15px 15px;
	margin-bottom:35px;
	background-color:#000;
}

/*IE6 hack*/
* html div.black {
	display:inline-block;
}
/*IE7 hack*/
*+html div.black {
	display:inline-block;
}

div.black * {
	color:#fff;
}

div.black h1,
div.black h2 {
	font-weight:normal;
}

div.black h2 {
	letter-spacing:0.1em;
}

div.black a {
	border-color:#fff;
}



/* ###################### FCEs ###################### */

.press {
	padding-top:10px;
}

.press .item {
	padding-bottom:10px;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}

.press .item img {
	float:left;
	width:60px;
	margin-right:30px;
}

.press .item p {
	font-size:0.95em;
	line-height:1.4em;
	margin-bottom:0;
}

.press .item a {
	color:#000;
	border-bottom:0;
	font-weight:bold;
}

.press .item a:hover {
	border-bottom:1px dotted;
}

/* Editions (Jahresgaben) */
.editions {
	padding-top:10px;
	width:380px;
}

.editions .item {
	padding-bottom:10px;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}

.editions .item div.c1 {
	float:left;
	width:60px;
	margin-right:30px;
}

.editions .item div.c2 {
	float:left;
	width:290px;
}

.editions .item p {
	font-size:0.95em;
	line-height:1.4em;
	margin-bottom:0;
}

.editions .item a {
	color:#000;
	border-bottom:0;
	font-weight:bold;
}

.editions .item .c2 a:hover {
	border-bottom:1px dotted;
}

/* BEN: Quickfix to disable the link to the image, should be removed from the DS in the long run */
.editions .item p.noMargin {
	display:none;
}


/* ###################### NEWS ###################### */

/*Latest on "Startseite"*/
.news-latest {
	margin-top:20px;
}

.news-latest h3 {
	margin-bottom:0;
}

.news-latest p {
	margin:0 60px 1.0em 0;
}

.news-latest a {
	color:#111;
	border:0;
}

.news-latest h3 a:hover {
	border-bottom:1px dotted #000;
}



/*Latest on "Veranstaltungen"*/
#news-events {
	margin-top:10px;
}

#news-events .item {
	padding-bottom:5px;
	border-bottom:1px solid #000;
	margin-bottom:5px;
}

#news-events p {
	margin:0 10px 0 0;
}



/*List on "Ausstellungen"*/
.news-list {

}

.news-list .content,
.news-list .image {
	float:left;
}

.news-list .content {
	width:370px;
	padding:0 0 5px 0;
	margin-top:-10px;
	margin-right:25px;
}

.news-list h1  {
	/*margin-bottom:0;*/
}

.news-list .gap {
	position:absolute;
	bottom:0px;
	right:150px;
	width:25px;
	height:1px;
	margin-bottom:-1px;
	background:#fff;
}

.news-list .image {
	width:150px;
	padding:0 0 20px 0;
}

.news-list .item {
	position:relative;
	width:545px;
	border-bottom:1px solid #000;
	margin-bottom:20px;
}

.news-list a {
	color:#111;
	border-bottom:0;
}

.news-list h1 a:hover {
	color:#111;
	border-bottom:1px dotted #111;
}

/*List on "Publikationen"*/
#news-publications h4 {
	margin-bottom:0;
}

#news-publications p {
	margin-bottom:0;
}

#news-publications p.subheader {
	margin-bottom:1.5em;
}

/*lib.newsCatSelector*/
form#newsCatSelector .select {
	float:left;
	width:194px;
	height:21px;
	padding:1px;
	border:1px solid #000;
	margin:0;
	/* NOTE: the last entry "sans-serif" is a workaround to make safari3 display the size of its mono correctly! */
	font-family:'Courier New',Courier,monospace,sans-serif;
}

form#newsCatSelector label {
	float:left;
	margin:0 3px 0 0;
}

form#newsCatSelector input.image {
	float:left;
	margin:0 0 0 5px;
}



/* ###################### SHOWROOM ###################### */
.showroom {
	width:373px;
	height:330px;
}

.showroom a {
	border:0;
}



/* ###################### INDEXED SEARCH ###################### */
.tx-indexedsearch {

}

.tx-indexedsearch input.text {
	float:left;
	width:194px;
	height:16px;
	padding:2px 2px 1px 2px;
	border:1px solid #000;
	margin:0;
	/* NOTE: the last entry "sans-serif" is a workaround to make safari3 display the size of its mono correctly! */
	font-family:'Courier New',Courier,monospace,sans-serif;
}

.tx-indexedsearch input.image {
	float:left;
	margin:0 0 0 5px;
}

.tx-indexedsearch table {
	border:0;
	background:none;
}

.tx-indexedsearch table td {
	padding-left:0;
	border:0;
}

.tx-indexedsearch ul.browsebox li {
	display:inline;
	margin-right:7px;
}

.tx-indexedsearch .results {
	padding-bottom:10px;
	border-bottom:1px solid #000;
	margin-bottom:10px;
}

.tx-indexedsearch .results h2 {
	margin-bottom:0;
}

.tx-indexedsearch .results table td.info {
	font-size:0.85em;
	line-height:1.175em;
	text-transform:uppercase;
	letter-spacing:0.025em;
	color:#666;
	padding-top:7px;
}

.tx-indexedsearch .tx-indexedsearch-sw,
.tx-indexedsearch .tx-indexedsearch-redMarkup {
	font-weight:bold;
	color:#CC3300;
}



/* ###################### FORMS ###################### */
.contactForm fieldset {

}

.contactForm legend {

}

.contactForm p {
	margin-bottom:0;
}

.contactForm ul {
	list-style-type: none;
}
	
.contactForm ul li {
	padding:0;
	margin:0;
	clear:left;
	float:none;
}

.contactForm label {
	display:block;
	width:150px;
	padding:2px 0 4px 0;
	float:left;
}

.contactForm input,
.contactForm textarea,
.contactForm select {
	float:left;
	width:194px;
	height:16px;
	padding:2px 2px 1px 2px;
	border:1px solid #000;
	margin:0;
	/* NOTE: the last entry "sans-serif" is a workaround to make safari3 display the size of its mono correctly! */
	font-family:'Courier New',Courier,monospace,sans-serif;
}

.contactForm textarea {
	height:64px;
	font-size:1.15em;
}

.contactForm select {
	width:200px;
	height:21px;
	padding:1px;
	border:1px solid #000;
	margin:0;
	/* NOTE: the last entry "sans-serif" is a workaround to make safari3 display the size of its mono correctly! */
	font-family:'Courier New',Courier,monospace,sans-serif;
	float:none;
}

.contactForm option {
	padding:1px;
}

.contactForm input.oneQuarter {
	width:47px;
	margin-right:4px;
}

.contactForm input.half {
	width:92px;
	margin-right:4px;
}

.contactForm input.threeQuarters {
	width:137px;
	margin-right:4px;
}

.contactForm input.checkbox {
	width:auto;
	margin:3px 0 0 0;
	border:0;
}

.contactForm input.image {
	width:auto;
	border:0;
}

.contactForm input#submit {
	width:auto;
	height:20px;
	padding:0 4px 2px 4px;
	border:0;
	margin-top:3px;
	color:#fff;
	background:#000;
}

.contactForm span.note {
	display:block;
	clear:left;
	padding:0 2px 2px 2px;
	border:1px solid #333;
	margin:0 30px 3px 150px;
	font-size:0.9em;
	line-height:1.1em;
	color:#666;
	background:#eee;
}

.error {
	color:red;
}

/* BEN: Additions for the edition-form */
form#editionForm {
	padding:10px 0 15px 15px;
	margin-bottom:35px;
	background:black;
}

form#editionForm h2,
form#editionForm p,
form#editionForm label {
	color:white;
}

form#editionForm label {
	width:135px;
}

form#editionForm input#submit {
	color:black;
	background:white;
}