* { margin: 0; padding: 0; }
	
	table {
		/*font-family: "Trebuchet MS", "Segoe UI", Verdana, Arial, sans-serif;*/
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 13px;
	}
	
	table td {
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 13px;	
	}
	
	.clear { clear: both; background: none; }
	
	.header {
		background: #E5E4E2; 
		color: #336699; 
		text-align: center;
		background-image:url(http://www.yahee365.de/pushauction/062015/images/shape.svg);
		background-size: 60%;
  		background-repeat:no-repeat;
  		background-position:520px 50%;
		}
	
	.dark {
		color: #666666;
		}
	
	.yahee {
		padding-top: 25px;
		height: 0px;
		text-transform: uppercase;
		font-family: 'Lato', sans-serif;
		font-weight: 900;
		font-size: 100px;
		}
	
	.headermail {
		padding-top: 0px;
		font-family: 'Lato', sans-serif;
		font-weight: 900;
		font-size: 25px;
		}
		
	.navibar {
		background: #006B9F;
		width:100%; 
		height:48px; 
		font-size:13px;
		}
	
	.navi a, .navi a:visited, .navi a:link, .navi a:active {
		display:block;
		height:33px;
		width: auto;
		font-weight:bold;
		text-decoration:none;
		color:#E5E4E2;
		padding: 15px 15px 0;
		}

	.navi a:hover {
		text-decoration:underline;
		color:#336699;
		background: #E5E4E2;
	}
	
	.navi td {
		border-collapse: collapse;
    	border-top: 1px solid #336699;
    	border-bottom: 1px solid #336699;
		}
	
	.main {
		color: 666666;
		/*margin-left:auto;
		margin-right:auto;*/
		}
		
	.main table {
		border-collapse: collapse;
		}
		
	.main td {
    	/*border-left: 1px solid #336699;
    	border-right: 1px solid #336699;
    	*/
		}
		
	.content td {
		border: none;
		}
		
	.leftcolumn {
		width: 570px;
		vertical-align: top;
		}
	
	.rightcolumn {
		vertical-align: top;
		}
		
	.icon {
	  	width: 20px;
	  	margin: 7px 9px 9px;
		}
		
	.bigbar {
		width: 550px;
		height: 34px;
		/*background-color: #336699;*/
		background: -moz-linear-gradient(left,  rgba(51,102,153,1) 0%, rgba(88,144,193,1) 50%, rgba(125,185,232,0.02) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,102,153,1)), color-stop(50%,rgba(88,144,193,1)), color-stop(99%,rgba(125,185,232,0.02)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(51,102,153,1) 0%,rgba(88,144,193,1) 50%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(51,102,153,1) 0%,rgba(88,144,193,1) 50%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(51,102,153,1) 0%,rgba(88,144,193,1) 50%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(51,102,153,1) 0%,rgba(88,144,193,1) 50%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */	
		/* Radius */		
		-webkit-border-radius: 15px 0px 0px 15px;
		-moz-border-radius: 15px 0px 0px 15px;
		border-radius: 15px 0px 0px 15px;
		margin-left: 5px;
		margin-top: 5px;
		}
		
	.smallbar {
		width: 330px;
		height: 34px;
		/*background-color: #336699;*/
		background: -moz-linear-gradient(left,  rgba(51,102,153,1) 0%, rgba(88,144,193,1) 50%, rgba(125,185,232,0.02) 99%, rgba(125,185,232,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,102,153,1)), color-stop(50%,rgba(88,144,193,1)), color-stop(99%,rgba(125,185,232,0.02)), color-stop(100%,rgba(125,185,232,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  rgba(51,102,153,1) 0%,rgba(88,144,193,1) 50%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  rgba(51,102,153,1) 0%,rgba(88,144,193,1) 50%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  rgba(51,102,153,1) 0%,rgba(88,144,193,1) 50%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* IE10+ */
		background: linear-gradient(to right,  rgba(51,102,153,1) 0%,rgba(88,144,193,1) 50%,rgba(125,185,232,0.02) 99%,rgba(125,185,232,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#007db9e8',GradientType=1 ); /* IE6-9 */	
		/* Radius */		
		-webkit-border-radius: 15px 0px 0px 15px;
		-moz-border-radius: 15px 0px 0px 15px;
		border-radius: 15px 0px 0px 15px;
		margin-left: 15px;
		margin-top: 5px;
		}
		
	.bartitle {
		color: #E5E4E2;
		padding-top: 7px;
		padding-left: 40px;
		}
		
	.circles {
		width: 30px;
		height: 30px;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		background-repeat:no-repeat;
		background-size: 65%;
		background-position: center;
		background-color: #E5E4E2;
		border: 2px solid #336699;
		float: left;
		}
		
	.shopping {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/shopping-cart.svg);
		}
		
	.camera {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/camera.svg);
		}
		
	.user {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/user.svg);
		}
		
	.book {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/open-book.svg);
		}
		
	.payment {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/credit-card.svg);
		}
		
	.shipping {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/calendar.svg);
		}
		
	.deliverycosts {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/delivery.svg);
		}
		
	.battery {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/battery.svg);
		}
		
	.back {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/back.svg);
		}
		
	.happy {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/happy.svg);
		}
		
	.returns {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/package.svg);
		}
		
	.contact {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/contact.svg);
		}
		
	.info {
		background-image:url(http://www.yahee365.de/pushauction/062015/images/icons/info.svg);
		}
			
	.bigbox {
		width: 500px;
		border: 1px solid #666666;
		border-top: none;
		border-right: none;
		margin-left: 40px;
		padding: 10px;
		font-size: 13px;
		color: #666666;
		}
		
	.bigger {
		font-size: 16px;
		}
		
	.bigbox a, .bigbox a:visited, .bigbox a:link, .bigbox a:active {
		font-weight:bold;
		text-decoration:none;
		color:#006B9F;
		}
	
	.bigger a, .bigger a:visited, .bigger a:link, .bigger a:active {
		font-weight:bold;
		text-decoration:none;
		color:#006B9F;
		font-size: 16px;
		}
		
	.bigger em {
		font-weight: bold;
		font-style: normal;
		color:#FFFFFF;
		font-size: 16px;
		display: inline-block;
		padding: 10px;
		background-color: #006B9F;
		}
		
	.bigbox em {
		font-weight: bold;
		font-style: normal;
		color:#FFFFFF;
		font-size: 16px;
		display: inline-block;
		padding: 10px;
		background-color: #006B9F;
		}
		
	.bigbox tr.thinbottom {
		border-bottom: 1px solid #666666;
		}
	
	.bigbox td {
		border-right: 1px solid #666666;
		}
		
	.smallbox {
		width: 280px;
		border: 1px solid #666666;
		border-top: none;
		border-right: none;
		margin-left: 50px;
		padding: 10px;
		font-size: 13px;
		color: #666666;
		}
		
	.bigbox p, .smallbox p {
		padding-bottom: 10px;	
		}
		
	.bigbox h1, .smallbox h1, .bigbox h2, .smallbox h2 {
		font-size: 16px;
		padding-bottom: 10px;	
		}
		
	.bigbox ul, .smallbox ul, .bigbox ol, .smallbox ol {
		padding-left: 15px;
		padding-bottom: 10px;
		}
		
	.bigbox p a, .smallbox p a, .bigbox li a, .smallbox li a, .bigbox li b, .smallbox li b {
		text-decoration: none;
		color: #336699;	
		}
		
	.bottomspace {
		height: 25px;
		}
		
	.bottomline {
		background: #336699;
		}
	
	.copyright {
		background: #336699;
		color: #E5E4E2;
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		text-align: center;
		font-size: 12px;
		}
		
	.copyright a {
		color: #E5E4E2;
		text-decoration: none;
		}
		
.galerie {
	height: 570px;
}

.galerie12 {
	height: 635px;
}
		
.galerie #vollbild {
	padding-bottom: 10px;
	text-align:center;
}

#vollbild {
	margin-top: 10px;
	background-color: #FFF;
	border: 1px solid #336699;
	height: 490px;
	overflow: hidden;

	max-height: 490px;
	width: 495px;
	max-width: 495px;
}

.galerie #vollbild img, #vollbild img {
	/*
	margin-top: 15px;
	max-height: 600px;
	max-width: 510px;
	width: 470px;
	*/
	max-height: 490px;
	max-width: 495px;
}

.galerie #vorschaubilder {
	float: left;
	width: 440px;
}

.preview {
	float: left;
	width: 50px;
	height: 50px;
	padding: 5px;
	margin-top: 10px;
}

.tabstop {
	margin-left: 10px;
	}

#vorschaubilder img {
	border: 1px solid #E5E4E2;
	}

#vorschaubilder img:hover {
	border: 1px solid #336699;
	}

img.zoom {
 transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
}
img.zoom:hover {
 cursor: zoom-in;
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(5.0, 5.0);
 -moz-transform: scale(5.0, 5.0);
 -webkit-transform: scale(5.0, 5.0);
 -o-transform: scale(5.0, 5.0);
 -ms-transform: scale(5.0, 5.0);
}	

#servicetext {
	padding: 10px; 
	text-align: left; 
	font-size:13px; 
	color: #666666;
	}
	
#servicetext b {
	font-size:16px;
	}
	
#servicetext a {
	color: #666666;
	text-decoration: none;
	}
	
.button {
	padding: 2px 0;
	}
	
.lightblue {
		color: #99C3D8;
		font-weight: bold;
		}