@charset "utf-8";
/* CSS Document */

	*{
		padding: 0px; 
		margin: 0px;
		}

	html {
		height: 100%
		}
	body {
		height: 100%;
		background-color: #4c4c4c;
		font: 100.01%/1.4 sans-serif;
		text-align: left;
		font-family: 'Lato', Arial, Tahoma, Verdana, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: 400;
		line-height:16px;
		color: #fff;
		}

	#distance {
		float: left; 
		width: 1px; 
		}

	#container {
		clear: left;
		margin: 0px auto;
		max-width: 1000px;
		width:100%;
		background-image: url(../img/back.gif);
		background-repeat:repeat;
		position: relative;
		-moz-box-shadow: 1px 1px 5px #111;
		-webkit-box-shadow: 1px 1px 5px #111;
		-o-box-shadow: 1px 1px 5px #111;
		box-shadow: 1px 1px 5px #111;
		}

	#header-meta {
		clear: left;
		text-align: right;
		margin: 0px auto;
		max-width: 1000px;
		position: relative;
		padding:10px 0 10px 0;
		color: #aaa;
		}

	#header-meta a{
		color: #aaa;
		text-decoration: none;
		}

	#header-meta a:hover{
		color: #fff;
		cursor: pointer;
		}


	#header {
		clear: left;
		margin: 0px auto;
		max-width: 980px;
		width:98%;
		position: relative;
		padding:10px 1% 10px 1%;
		border-bottom:3px solid #F00;
		}

	#logo {
		position: relative;
		float:left;
	}

	#logo a img{
		max-width: 288px;
		width:100%;
	}
	
	#title {
		float:left;
		font-weight: 300;
		font-size:22px;
		letter-spacing: 1px;
		padding-left:24px;
		padding-top: 16px;
	}
	
	#signatur {
		position: relative;
		padding-top:10px;
		float:right;
	}

	div#main {
		position: relative;
		}
		
	div#slideshow {
		max-width: 1000px; 
		width:100%;
		min-height:293px;
		margin: 0;
		overflow: hidden; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
		position: relative; z-index: 5;
		}

	div#slideshow ul#nav {
		display: none;
		list-style: none;
		position: relative; z-index: 15;
		}

	div#slideshow ul#slides {
		list-style: none;
	}
		
	div#slideshow_small {
		width: 450px;
		float:left;
		position: relative; z-index: 5;
		}

	div#slideshow_small ul#nav {
		display: none;
		list-style: none;
		position: relative; z-index: 15;
		}

	div#slideshow_small ul#slides {
		list-style: none;
	}
		

	#content {
		position: relative;
		width:98%;
		max-width:980px;
		text-align: left;
		padding: 30px 0 0 2%;
		}

	.legend {
		position:relative;
		width:400px;
		float:left;
	}
	
	#contentbox {
		width:98%;
		max-width:960px;
		background-image:url(../img/back-teaser.gif);
		background-repeat: repeat;
		float:left;
		margin-bottom: 20px;
		}

	#contentbox img{
		float:right;
		margin-bottom: 20px;
	}

	#copy {
		width:60%;
		float:left;
		padding: 2%;
		color:#ccc;
		}

	#copy a.order{
		font-size: 20px;
		color:#fff;
		text-decoration: none;
		padding-top:50px;
		padding: 2px 0 2px 16px;
		background-image:url(../img/shape-red.png);
		background-repeat: no-repeat;
		background-position: 0 10px;
		}

	div#copy a{
		color: #fff;
		font-weight:bold;
		text-decoration: none;
		padding: 2px 0 2px 10px;
		background-image:url(../img/shape-red-small.png);
		background-repeat: no-repeat;
		background-position: 0 6px;
		}

	#copy ul li{
		margin-left:20px;
		margin-bottom:8px;
		}

	#copy img{
		float:left;
		margin-right:20px;
		margin-bottom: 10px;
		-moz-box-shadow: 1px 1px 5px #111;
		-webkit-box-shadow: 1px 1px 5px #111;
		-o-box-shadow: 1px 1px 5px #111;
		box-shadow: 1px 1px 5px #111;
		}


	div.zooms {
		width: 152px;
		float: left;
	}
	
	div.zooms img{
		margin-top: 10px;
	}
	
	div.zooms a{
		color: #fff;
		font-weight:bold;
		text-decoration: none;
		padding: 2px 0 10px 10px;
		background-image:url(../img/shape-red-small.png);
		background-repeat: no-repeat;
		background-position: 0 8px;
	}

	div.zoomleiste {
		margin-top: 40px;
		}

	div.portraitleiste {
		margin-top: 40px;
		}
		
	div.portraitleiste img{
		width: 18%;
		margin-right:20px;
		}
		
	div.portraitleiste img.last{
		width: 18%;
		margin-right:0;
		}
		
		
		
	a img {
		background-image:none;
		padding:0;
	}

	.imglink {
		background-image:none!important;
		padding:0!important;
	}
	
	.special {
		background-color:#F00;
	}

/* Navigation */

	div#navigation {
		position: relative;
		margin-top:1px;
		padding:10px 20px;
		background-image: url(../img/back-navi.gif);
		}
		
	#mainnavi {
	position: relative;
		}


	#mainnavi li {
		float: left;
		cursor: pointer;
		color: #ccc;
		font-size: 19px;
		display: inline;
		list-style-type: none;
		}

	#mainnavi li a {
		color: #ccc;
		text-decoration: none;
		line-height: 16px;
		padding: 8px 90px 10px 16px;
		background-image:url(../img/shape-red.png);
		background-repeat: no-repeat;
		background-position: 0 14px;
		}

	#mainnavi li a:hover {
		cursor: pointer;
		color: #FFF;
		}


	#mainnavi .current {
		color: #FFF;
		background-image:url(../img/shape-white.png);
		}
		
/*-------------------------------------------------------------------------- */

	#breadcrumb {
		position:relative;
		width: 100%;
		margin-bottom: 20px;
		float:left;
		font-size: 12px;
		color:#fff;
	}

	#breadcrumb a{
		color:#fff;
	}


	h1 {
		color:#fff;
		font-size: 32px;
		font-weight: 300;
		margin-bottom: 30px;
		margin-top:50px;
	}

	h2 {
		color:#fff;
		font-weight: bold;
		font-size: 14px;
		margin-bottom: 6px;
		padding-top:0;
		}
	h3 {
		color:#fff;
		font-size: 28px;
		font-weight: 300;
		margin-bottom: 30px;
		margin-top:20px;
	}
	
	.exhibition-title {
		font-style:italic;
		font-weight:bold;
		font-size: 16px;
	}
	
	div.teaserbox {
		float:left;
		width:43.877551%;
		max-width: 430px;
		padding:2.0408163%;
		min-height:160px;
		background-image:url(../img/back-teaser.gif);
		background-repeat: repeat;
		margin-right: 2.0408163%;
		margin-bottom: 20px;
		}
	
	.teaserbox img{
		float:left;
		max-width:192px;
		width: 44.651162%;
		margin: 4px 4.1860465% 10px 0;
		-moz-box-shadow: 1px 1px 5px #111;
		-webkit-box-shadow: 1px 1px 5px #111;
		-o-box-shadow: 1px 1px 5px #111;
		box-shadow: 1px 1px 5px #111;
		}
		
	
	.teaserbox-big {
		width:94%;
		max-width:940px;
		padding:2%;
		min-height:190px;
		background-image:url(../img/back-teaser.gif);
		background-repeat: repeat;
		float:left;
		line-height:16px;
		margin-right: 20px;
		margin-bottom: 20px;
		}

	a.link{
		color: #fff;
		font-weight:bold;
		text-decoration: none;
		padding: 2px 0 2px 10px;
		background-image:url(../img/shape-red-small.png);
		background-repeat: no-repeat;
		background-position: 0 6px;
		}
	
	.teaserbox-big img{
		float:left;
		max-width: 450px;
		margin: 0 10px 10px 0;
		-moz-box-shadow: 1px 1px 5px #111;
		-webkit-box-shadow: 1px 1px 5px #111;
		-o-box-shadow: 1px 1px 5px #111;
		box-shadow: 1px 1px 5px #111;
		}
	
	.teaserbox-big div.row div.pic{
		float:left;
		width: 160px;
		padding:5px;
		margin: 0 10px 10px 0;
		}
	
	.teaserbox-tgc {
		width:94%;
		max-width:940px;
		padding:2%;
		min-height:190px;
		background-image:url(../img/back-teaser.gif);
		background-repeat: repeat;
		float:left;
		line-height:16px;
		margin-right: 20px;
		margin-bottom: 20px;
		}
	
	.teaserbox-tgc img{
		float:left;
		margin: 0  0 20px 0;
		}
		
	div.copybox{
		float: right;
		width:51.16279%;
		max-width:220px;
		}

	.copybox p{
		color:#ccc;
		margin-bottom: 10px;
		} 
	
	div.copybox a{
		color: #fff;
		font-weight:bold;
		text-decoration: none;
		padding: 2px 0 2px 10px;
		background-image:url(../img/shape-red-small.png);
		background-repeat: no-repeat;
		background-position: 0 6px;
		}
		
	div.copybox a:hover{
		text-decoration: underline;
	}

	div.copybox2{
		float: right;
		width:48%;
		min-width:224px;
		color:#ccc;
		}

	div.copybox2 tr.dark{
		background-image: url(../img/back.gif); 
		}

	.copybox2 p{
		margin-bottom: 10px;
		} 
	
	div.copybox2 a{
		color: #fff;
		font-weight:bold;
		text-decoration: none;
		padding: 2px 0 2px 10px;
		background-image:url(../img/shape-red-small.png);
		background-repeat: no-repeat;
		background-position: 0 6px;
		}
		
	div.copybox2 a:hover{
		text-decoration: underline;
	}

	div.copybox3 {
		float: right;
		width:160px;
		}

	.copybox3 p{
		color:#ccc;
		margin-bottom: 10px;
		} 
	
	div.copybox3 a{
		color: #fff;
		font-weight:bold;
		text-decoration: none;
		padding: 2px 0 2px 10px;
		background-image:url(../img/shape-red-small.png);
		background-repeat: no-repeat;
		background-position: 0 6px;
		}
		
	div.copybox3 a:hover{
		text-decoration: underline;
	}



	div.teaserbox-big div.copybox{
		float: right;
		width:60%;
		}

	div.product-copybox {
		float: right;
		width:48%;
	}

	div.product-copybox.left{
		float: left;
		width:44%;
	}

	div.product-copybox a.order{
		font-size: 20px;
		color:#fff;
		text-decoration: none;
		padding-top:50px;
		padding: 2px 0 2px 16px;
		background-image:url(../img/shape-red.png);
		background-repeat: no-repeat;
		background-position: 0 10px;
	}

	div.product-copybox a.order:hover{
		text-decoration:underline;
	}
	
	div.product-copybox ul{
		padding-left: 20px;
	}

	div.product-copybox ul li{
		margin-bottom: 6px;
	}

	
	div.product-copybox.noshadow img{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}

	div.tgc-einzel {
		float: left;
		width:184px;
		margin-top: 30px;
	}

	div.tgc-einzel img{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}

	div.tgc-einzel a.order{
		font-size: 16px;
		color:#fff;
		text-decoration: none;
		padding: 2px 0 2px 16px;
		background-image:url(../img/shape-red.png);
		background-repeat: no-repeat;
		background-position: 0 7px;
	}

	div.tgc-einzel a.order:hover{
		text-decoration:underline;
	}

	div.tgc-einzel a.description{
		font-size: 13px;
		color:#fff;
		text-decoration: none;
		padding: 2px 0 2px 10px;
		background-image:url(../img/shape-red-small.png);
		background-repeat: no-repeat;
		background-position: 0 7px;
	}

	div.tgc-einzel a.description:hover{
		text-decoration:underline;
	}
	
	#footer {
		color:#333;
		background-color: #909090;
		padding: 20px 20px 10px 40px;
	}
	
	#footer div.block{
		float:left;
		color:#333;
		background-color: #909090;
		padding-right:66px;
	}
	
	#footer div.block ul li{
		list-style:none;
		color:#232323;
		text-decoration:none;
		font-size: 14px;
		line-height: 14px;
		padding: 0 0 10px 0;
	}
	
	#footer div.block ul li a{
		background-image:url(../img/shape-grey.png);
		background-repeat: no-repeat;
		background-position: 0 5px;
		padding-left: 12px;
		color:#232323;
		text-decoration:none;
		font-size: 14px;
	}
	
	#footer div.block ul li a:hover{
		background-image:url(../img/shape-grey-red.png);
		color:#fff;
	}
	
	
	#footer div.picture-block{
		float:left;
		color:#333;
		background-color: #909090;
		padding: 10px 50px 0 0;
	}
	
	#footer div.picture-block ul li{
		list-style:none;
		color:#232323;
		text-decoration:none;
		font-size: 14px;
		line-height: 16px;
		padding: 0 0 20px 0;
	}
	
	#footer div.picture-block ul li a{
		padding: 2px 0 6px 48px;
		color:#232323;
		text-decoration:none;
		font-size: 14px;
	}
	
	.getty {
		background-image:url(../img/icon-getty.png);
		background-repeat: no-repeat;
	}
	
	.topshots {
		background-image:url(../img/icon-topshots.png);
		background-repeat: no-repeat;
	}
	
	.motorracing {
		background-image:url(../img/icon-motorracing.png);
		background-repeat: no-repeat;
	}
	
	.automobile {
		background-image:url(../img/icon-automobile.png);
		background-repeat: no-repeat;
	}
	
	#footer div.picture-block ul li a:hover{
		color:#fff;
	}
	
	
	#footer div.block ul li ul {
		margin-top: 10px;
	}

	#footer div.block ul li ul li{
		line-height: 8px;
	}
	#footer div.block ul li ul li a{
		background-image:url(../img/shape-grey-small.png);
		background-repeat: no-repeat;
		background-position: 12px 5px;
		font-size: 12px;
		padding: 0 0 0 22px!important;

	}

	#footer div.block ul li ul li a:hover{
		background-image:url(../img/shape-grey-red-small.png);
	}
	
	#copyright {
		clear: left;
		margin: 0px auto;
		max-width: 1000px;
		position: relative;
		text-align:right;
		color: #aaa;
		padding: 10px 0 30px 0;
		}

	