/* -------------------------------------------------- */
/*GLOBAL STUFF*/
/* -------------------------------------------------- */

* {
	margin: 0px;	
	padding: 0px;
}
html, body, div, p, h1, h2, h3, h4, img, ul, li, a, dl, dt, dd, fieldset, form, legend, hr {	
	margin: 0px;	
	padding: 0px;	
	border: 0px none;
}

body {
	font-family:  Arial, sans-serif;	
	/*text-align: center;*/
	font-size: 62.5%;	/* 1em = 10px , 1.4em = 14px */	
	/*line-height: 1.6em;*/
	color: #000;
	z-index: 0;
}

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

.clearboth {
	clear:both;
}



/* -------------------------------------------------- */
/*POSITIONING */
/* -------------------------------------------------- */

/* With 2 columns, require a minimum width of 980px to ensure there is enough horizontal space. */
body {
	margin: 0px;
	padding: 0px;
	/* min-width: 975px; */
}



/* center and margin */
#page {
	/*text-align: center;*/

	width: 980px; /* for fixed layout */
}

#container {
	/*margin: 0 auto;*/
	text-align: left;
	/*max-width: 1300px;*/



/*
	position: relative;
	top: 0px;
	left:0px;
*/
}



#firstnav {
	position: absolute;
	top:0px;
	left:0px;


	width: 190px;
	z-index: 250;

	background: #ed7020;
}


#secnav {
	position: absolute;
	top:15px;
	left:125px;
	width: 245px;
	z-index: 240;

}

#thirdnav {
	position: absolute;
	top: 120px;
	left:170px;
	width: 240px;
	z-index: 230;

}

/*
#secnav, #thirdnav{
	display: none;
}

.secondlv #secnav{
	display: block;
}

.thirdlv #secnav, .thirdlv #thirdnav{
	display: block;
}
*/


#firstnav ul {
	padding: 20px 0px 20px 20px;
}
#secnav ul {
	padding-left: 85px;
	padding: 25px 0px 15px 85px;
	background: #FF9744;
}
#thirdnav ul {
	padding: 65px 10px 50px 40px;
	background: #F9BF75;
}
#metanav ul {
	padding-top: 0px;
}


/* Define 99.9% width to avoid the body being too narrow for near-empty pages and horizontal scrolbars*/

/*
#imagecol {
	float: left;
	width: 99.9%;
	margin: 0px 0px 0px -495px; 

	line-height: 16em;
}

#squeeze {
	margin: 0px 0px 0px 495px; 
	position: relative;
	padding: 2em;
}



#imagecol img {
	width: 14em;
	margin: -2em;
	vertical-align: middle;

	z-index: 5;
	position: relative;
	display: inline;
}

#imagecol img:hover {
	z-index: 20;
	width:auto;
	margin: -31em -8em;
}
*/


/* We ensure the sidebars are still clickable using z-index */
#contcol {
  /*margin: 0 0 5em;*/
  width: 495px;
/*  float: left; */
  z-index: 2;
  position: relative;
	top:0px;
	left: 495px;
}


#cont img {
	z-index: 5;
}


#contpadding {
	padding: 25px;
	padding-left: 0px;
}




#header{
	overflow:hidden;
}
#search, #logo {
	width:50%;
	float:left;
}
#search{
	padding-top:8px;
}

#logo {
	text-align: right;
}

#langnav {
	position:relative;
	top: -18px;
	clear:both;
	height: 30px;
}


#cont {
	/* overflow: hidden;*/
}


#footer {
	position: absolute;
	visibility: hidden;
	float: none;
	clear: both;
	margin: 10px 0 0 495px;
	padding-bottom: 1em;
	font-size: 12px;
	width: 495px;
}

#footer li, #footer div, #footer p {
	float: left;
}
#footer p {
	padding-right: 8px;
}

.footer li {
	padding: 0px 8px 0px 8px;
	border-left: 1px #999 solid;
}

.home .footer li {
	border-color: #FFF;
}


/* -------------------------------------------------- */
/*NAVIGATION*/
/* -------------------------------------------------- */
.nav {
	font-size: 12px;
}

.nav a {
	color: #FFF;
}

#extras a {
	color: #000;
}

.nav a:hover, .nav a.act {
	color: #000;
}

.nav li {
	list-style:none;
	/*height: 20px;*/
	line-height:14px;
	padding-bottom:6px;
}


/*

#firstnav ul {
	position: absolute;
	left: 0px;
	background: #ed7020;
	padding: 20px 0px 20px 20px;
	width: 120px;

	z-index: 995;
}

#firstnav ul ul {
	margin-top:-213px;
	padding-top: 200px;
	left: 140px;
	background: #E70;
	z-index: 990;

	display: none;
}

#firstnav li{
	padding-bottom: 5px;
}

#firstnav li.active ul{
	display: block;
}
*/




#langnav li {
	display: inline;
}

#langnav a {
	color:#666;
}

#langnav .na {
	color:#BBB;
}

#langnav .active {
	/*font-weight:bold;*/
}

#breadcrumb, #breadcrumb a{
	color:#666;
}

#breadcrumb a:hover{
	color:#000;
}


.footer, .footer a {
	color:#666;
}

.home .footer, .home .footer a {
	color:#FFF;	
}

.footer a:hover, .footer a.act {
	color: #000;
}


#extras a:hover, #langnav a:hover {
	color: #ed7020;
}


/* -------------------------------------------------- */
/* DESIGN */
/* -------------------------------------------------- */

body.home {
	background: #ed7020;
	color: #FFF;
}
.home a, .home .footer a {
	color: #FFF;
}

.home a:hover {
	color: #000;
}

.home .conthover, .home .conthover a{
	color: #000;
}

.home input {
 	border: 1px #FFF solid;
	background: #ed7020;
}

.home #langnav a {
	color:#000;
}

.home h1 {
	border-top: 0px none;
	color: #FFF;
	padding-top:0.5em;
	padding-bottom: 14px; 
	margin-bottom: 7px;

	font-size: 70px;
	letter-spacing: -2px;
	line-height: 60px;

	border-bottom: 1px #FFA156 solid;
}

.home h2, .home h3 {
	/*border-top: 1px #FFA156 solid;*/
	border-top: 0px none;
	margin: 0px;
	padding:0px;
}

.home .hline {
	border-top: 1px #FFA156 solid;
	padding-bottom: 6px;
}



input, textarea , select{
	color: #666;
	border: 1px #BBB solid;
	font-size: 11px;
	padding: 0px 2px;
}
select{
	font-size: 10px;
	margin: 1em 0px;
}
#search input {
	width:106px;
}

#curtitle{
	border-bottom: 1px #ed7020 solid;
}




/* -------------------------------------------------- */
/*CONTENT */
/* -------------------------------------------------- */


.home .bodytext {

}

.home .bodytext a{
	font-family: "Times New Roman", serif;
	font-size: 16px;
}

#cont a {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;

	border-top: 1px #BBB solid;
	padding-top: 6px;
	margin-top: 8px;
}

h3 {
	/*font-size: 24px;
	padding-top: 12px;
	padding-bottom: 5px;
	margin-top: 8px;*/
}

#curtitle h1, #extratitle h1 {
	font-size: 70px;
	letter-spacing: -2px;
	line-height: 60px;

	padding-bottom: 20px;
}

#curtitle h1, div.csc-header-n1 h1, .js-firstHeader {
	border-top:0px none;
}

.news-single-item h3 {
	border-top:0px none;
	margin-top: 0px;
	padding-top:0px;
}

.news-single-backlink {
	margin-top: 8px;
}


#cont, td, #breadcrumb {
	font-size: 12px;
}

#cont p{
	line-height: 16px;
}

p.datum {
	font-style: italic;
}

div.csc-default {
	clear:both;
}

div.tx_museumplus .nbsp{
    margin-top: 14px;
}


hr {
	border:0px none;
	color: #FFF; /* for IE */
}

.home hr {
	color: #ed7020; /* for IE */
}



/* Image Interaction */
dl {
	display: inline;
	width: 1px !important;
}

dd {
	display: none;

	position:absolute;
	z-index: 210;

	background:url(trsp_white.png);
	width:260px;
	padding: 5px;

	color:#000;
}

div.tt_products_order_confirmation dd {
	display: inline;
	padding: 0px;
	padding-left: 150px;
	background-image: none;
}

#cont img {
	position: absolute; 
	display: none;
}


#cont #win img {
	display: block;
}


.conthover, .conthover a{
	color: #ed7020;
}


/* -------------------------------------------------- */
/*	SHOP     */
/* -------------------------------------------------- */

/*
h2.category_title {
	display:none;
}
*/


input.inputImage {
	border: 0px none;
	vertical-align: text-bottom;
}

div.product_note {
	font-size: 10px;
	padding: 1.5em 0px;
}
#cont div.product_note p{
	line-height: 12px;
}



dl.summary {
	position:relative;
	display: block;
	width: auto !important;
	overflow: hidden;
}

.singleview dl.summary {
	width: 300px !important;
}

dl.summary dt {
	position:relative;
	display: block;
	float:left;
	clear:both;
	padding-right: 0.5em;
}

dl.summary dd {
	position:relative;
	display: block;
	float:left;
	background-image: none;
	padding: 0px;
	width: 200px;
}


#tx-ttproducts-pi1-basket dl.summary {
	overflow: hidden;
}
#tx-ttproducts-pi1-basket dl.summary dt{
	width: 100px;
}
#tx-ttproducts-pi1-basket dl.summary dd{
	width: 340px;
}


.order_form {
	text-align: right;
	margin-top: -18px;
}

.home .order_form{
	margin-top: 6px;
}

.order_form input, .quantity input{
	width: 16px;
}
.order_form input.inputImage{
	width: 15px;
}

caption {
	padding-bottom: 10px;
}

.outofstock {
	display: none;
}


.home .available {
	display: none;
}



.vergriffen .available, .out.print .available{
	display: none;
}
.vergriffen .outofstock, .out.print .outofstock {
	display: block;
	padding-right: 37px;
}

.list_link {
	padding-top: 2em;	
}

.form_control {
	padding-top: 1em;	
}

.form_control input{
	color: #FFF;
	background: #ed7020;
	border: 0px none;
}

caption {
	text-align: left;
}
.basket_items {
	width: 100%;
}

legend {
	font-weight: bold;
	padding-top: 2em;
}

.tt_products_basket_info label {
	display: inline-block;
	width: 140px;
}

.tt_products_basket_info input {
	margin-top: 6px;
	padding: 0px 2px;
	width: 200px;
}

input#delivery_agb {
	width:auto;
}

.tt_products_basket_info textarea {
	width: 350px;
}

div.notes label, div.payment label{
	display:none;
}

label.checkbox {
	width: 400px;
}



.csc-mailform-field {
	margin-top: 5px;
}

.csc-mailform-field label {
	width: 100px;
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
}

.csc-mailform-field label[for="mailformagreed"] {
	width: 312px;
	display: inline-block;
	vertical-align: top;
	padding-top: 2px;
}

#mailformSprache {
	margin-top: -15px;
	padding-left: 100px;
}

#mailformagreed {
	vertical-align:bottom;
	text-align: right;
}

.csc-mailform-radio legend {
	display: none;
}

#mailformformtype_mail {
	margin-top: 15px;
}



/* -------------------------------------------------- */
/*	SITE SEARCH     */
/* -------------------------------------------------- */

div.ac_results {
	background: #FF9744;
	color: #FFF;
	font-size: 12px;

	width: 220px !important;
}
div.ac_results ul {
	border: 0px none;
}

div.ac_results .over {
	background: #FF9744 !important;
	color: #000;
}

div.ac_results ul li.odd, div.ac_results ul li.even {
	background:transparent;
}

div.ac_results li {
	padding:0px 5px;
} 


div.tx-indexedsearch-res div {
	border-top: 1px #BBB solid;
	padding-top: 2px;
	margin-top: 5px;
}

#cont td.tx-indexedsearch-descr {
	font-style: normal;
}

#cont strong.tx-indexedsearch-redMarkup {
	color: #ed7020;
	font-weight: normal;
}

#cont td.tx-indexedsearch-title, #cont td.tx-indexedsearch-percent {
	font-family: "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
}






/* -------------------------------------------------- */
/*	MUSEUMPLUS STYLES			      */
/* -------------------------------------------------- */


.year h1,  .abc h1, #exhib .exhiblist h1{
	border-top: 0px none;
	padding-top: 1em;
	color: #ed7020;
}

#cont .exhiblist a{
	color: #ed7020;
}


#exhib h1{
	padding-top: 0px;
	border-top: 0px none;
}
.artpiece {
	padding-bottom: 6px;
	border-bottom: 1px #BBB solid;
}


.mpsearch {
	padding-top: 20px;
}

.mpsearch input {
	margin: 5px 10px 0 0;
}


#cont .listitem a:hover {
	color: #ed7020;
}

#tabnav {
	margin: 10px 0px;
	border-bottom: 1px #666 solid;
}

#tabnav a {
	padding: 1px 7px 0px 7px;
	margin-left: 9px;
	border: 1px #666 solid;
	border-bottom: 2px #FFF solid;
	color: #666;
	/*font-weight: bold;*/
	text-decoration: none;
}
#tabnav a:hover {
	border: 1px #000 solid;
	border-bottom: 2px #FFF solid;
	color: #000;
}


#tabnav #secondtab, #tabnav #thirdtab {
	border-bottom: 0px none; 
}

#tabconts {
}

#desc {
	overflow: hidden;
}

#artpieces {
	/*display: none;*/
	overflow: hidden;
}

#extras{
	/*display: none;*/
	overflow: hidden;

}

#extras p, #extras .nav li {
	line-height: 20px;
}


#artpieces h1 {
	/*border-top: 1px #BBB solid;*/
	/*padding-top: 2px;
	margin-top: 5px;*/
	font-size: 16px;
}


#cont div.csc-textpic-imagewrap{
	margin-right: -1px !important;
}

#cont span.rgmediaimages-player{
	margin-top: 40px;
	display: block;
}


#win {
	position: absolute;
	left: -980px;
	top: 0;
	background-color: #FFFFFF;
	height: 100%;
	width: 980px;
/*	border-right: solid 1px #888888; */
	z-index: 300;

	font-size: 12px;
}


#win_navi, #win_count {
	position: absolute;	
	top: 35px;
	height: 22px;
	line-height: 17px;
}

#win_count, #win_navi, #win_close {
	z-index:310;
}

#win_count {
	left: 565px;
	width: 40px;
	
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}

#win_navi  {
	position: absolute;
	left: 625px;
	width:  200px;
	line-height: 18px;
	padding-top:2px;
}

#win_count span, #win_navi a:hover {
	color: #ed7020;
}


#win_close {
	position: absolute;
	right: 10px;
	top: 30px;
	height: 32px;
	width: 32px;
	background: url('/fileadmin/template/close_n.png') no-repeat;
	cursor: pointer;
}


#win_cont {
	position: absolute;
	left:0px;
	top: 0px;
	width: 980px;
	height: 710px;
}


#win_mm {
	position: absolute;
	left: 0;
	top: 0;
	height: 710px;
}

#win_mm_big{
	position: absolute;
	left: 0;
	width: 565px;
	top: 0px;
	height: 570px;
}

#win_mm_big dd{
	background: none;
	display: inline;
	font-size: 10px;
}

#win_mm .small{
	margin-top: 570px;
	float: left;
	padding-right: 5px;
	cursor: pointer;
}

#win_mm .small img.active{
    border: solid 1px grey;
}

#win_text {
	position: absolute;	
	left: 565px;
	top: 145px;
	width: 395px;
	/*height: 710px;
	font-size: 13px;*/
}

#win_text h1, #win_text h2 {
	border: 0px none;
	margin: 0px;
	padding: 0px;
}

#win_text h1{
	
}

#win_text h2{
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#win_text .bodytext{
	border-top: 1px solid #ed7020; 
}

/*
#artpieces dl {
	display: inline;
	width: 1px !important;
}

#artpieces dd {
	display: none;
}

*/



#kulturprozent p{
	font-size:10px;
	padding-top: 1px;
	padding-left: 70px;
	line-height: 12px;
}

#sticker {
	position: absolute;
	top: 105px;
	left: -245px;
	z-index: 200;
}



