* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{
	margin: 0;
	padding: 40px 20px 40px 0px;
	background-color: #ffffff;
	width: 100%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.4;
}
h1,h2,h3{
	font-weight: normal;
}
a			{ color: #000000; text-decoration: none; }
a:hover		{ color: #999999; outline: none; }
a:visited	{ color: #000000; text-decoration: none; }
a:active 	{ color: #999999; outline: none; }
a:focus		{ outline: none; }

#pageWrapper{
	width: 100%;
	min-height: 800px;
    /*overflow: hidden;*/
    position: relative;
}
#navWrapper{
	position: fixed;
	width: 25%;
	min-width: 280px;
    top: 20%;
	/*border: 1px solid red;*/
}
#nav{
	position: absolute;
	right: 60px;
}
#nav li, #nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav a, #navTitle{
	display: block;
	border-top: 1px solid black;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	color: #000;
	cursor: pointer;
	font-size: 24px;
	height: auto;
	letter-spacing: 0;
	line-height: 1em;
	padding: 12px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
}
#nav li{
	padding: 2px 0;
}
#navTitle{
	border-top: none;
	margin-bottom: 40px;
}
#navTitle a{
	border-top: none;
	font-size: 36px;
}
#nav li.first a{
	border-top: none;
}
#container{
	position: absolute;
	left: 25%;
	width: 75%;
}

#footer {
	/* ACHTUNG TEMPORAER */
	display: none;
	position: relative;
	left: 25%;
	width: 75%;
	height: 100px;
}
.item{
	position: relative;
	width: 33.2%;
	padding: 25px;
	cursor: pointer;
	/* border: 1px solid green; */
}
.item img.itemPic{
	height: auto;
	width: 100%;
	border: 0 none;
	vertical-align: middle;
}
/*detail View */
div.detailLeft{
	width: 60%;
	max-width: 670px;
	min-width: 300px;
	float: left;
	/*border: 1px solid green;*/
}
div.detailRight{
	width: 40%;
	float: left;
	padding-left: 50px;
	/*border: 1px solid red;*/
}
div.detailRight div.textWrap{
	max-width: 300px;
}
.clear{
	clear: both;
}
div.detailLeft img{
	height: auto;
	width: 100%;
}
div.detailTitle{
	font-size: 1.3em;
}
div.detailDimensions, div.detailMaterials, div.detailText{
	margin: 6px 0px 6px 0px;
}
/* exhibitions */
table.exhibitions td{
	vertical-align: top;
}
table.exhibitions a, table.exhibitions a:hover, table.exhibitions a:visited{
	text-decoration: underline;
}
table.exhibitions td.title{
	font-size: 1.3em;
}
div.exhibitions p{
	line-height: 1 em;
	margin: 5px 0px 5px 0px;
}
div.exhibitions a, div.exhibitions a:hover, div.exhibitions a:visited{
	text-decoration: underline;
}
div.exhibitions a:visited:hover{
	color: #999999;
	text-decoration: underline;
}

/* media Screens */
@media screen and (max-width: 1200px){
	.item{ width: 50%; }
}
@media screen and (orientation : portrait) and (max-device-width: 600px), screen and (max-width: 900px){
	#container{
		position: relative;
		left: auto;
		width: auto;
	}
	#navWrapper, #nav{
		position: relative;
		width: auto;
		height:50px;
		margin-bottom: 100px;
		min-width: none;
	    top: auto;
		right: auto;
	}
	#navWrapper{
		padding-left: 20px;
	}
	#nav{
		border-bottom: 1px solid black;
	}
	#nav li, #navTitle{
		float: left;
		padding: 0px;
	}
	#navTitle, #nav a{
		font-size: 16px;
		border-top: none;
		width: auto;
		margin-left: 30px;
		padding: 0px;
		margin-bottom: 0px;
		line-height: 1em;
	}
	.item{
		padding: 30px 30px 30px 45px;
	}
	div.detailLeft, div.detailBackButton{
		padding-left: 20px;
	}
}
@media screen and (orientation : portrait) and (max-device-width: 600px), screen and (max-width: 600px){
	.item{
		width: 100%;
	}
	div.detailLeft{
		float: none;
		width: 100%;
		padding-left: 5px;
	}
	div.detailBackButton{
		padding-left: 5px;
	}
	div.detailRight{
		float: none;
		width: 100%;
		padding-left: 5px;
	}
}
/* on mouse over mit verlauf
.item a span.shade{
	display: none;
	position: absolute;
    left: 0px;
    top: 0px;
	height: 100%;
	width: 100%;
}
.item a:hover span.shade{
	display: block;
	background: 
       linear-gradient(to top left,
           rgba(0,20,0,1) 5%,
           rgba(0,0,0,0) 50%,
           rgba(0,20,0,1) 95%);
}
span.shade img.buttonOutside{
	position: absolute;
    left: 20px;
    top: 20px;
    
}
span.shade img.buttonInside{
	position: absolute;
    right: 20px;
    bottom: 20px;
    
}
*/
/*.item a:hover span.shade{
	display: block;
	background: 
       linear-gradient(to top left,
           rgba(0,20,0,1) 5%,
           rgba(0,0,0,0) 48%,
           rgba(0,0,0,1) 50%,
           rgba(0,0,0,0) 52%,
           rgba(0,20,0,1) 95%);
}*/