﻿
@charset "utf-8";
/* CSS Wamhoff */

html {
	padding: 0;
	margin:0;
	background: url(/img/wamhoff_bg_html.jpg) repeat-x top center #d3e8e7;
	overflow-y:scroll;
}

body {
	font-family:Arial, helvetica, sans-serif;
	font-size: 12px;
	margin:0;
	-webkit-hyphens: auto; /* Saf 5.1+ */
	-moz-hyphens: auto; /* Fx 6.0+ */
	-ms-hyphens: auto; /* IE 10+ */
	hyphens: auto; /* None yet */
}

input, select, textarea {
	box-sizing:border-box;
}

@font-face {
	font-family: 'HNL';
	src: url('/fonts/helveticaneueltstd-ltcn-webfont.eot');
	src: url('/fonts/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/helveticaneueltstd-ltcn-webfont.woff') format('woff'),
	url('/fonts/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'),
	url('/fonts/helveticaneueltstd-ltcn-webfont.svg#HelveticaNeueLTStd47LtCn') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HNM';
	src: url('/fonts/helveticaneueltstd-mdcn-webfont.eot');
	src: url('/fonts/helveticaneueltstd-mdcn-webfont.eot?#iefix') format('embedded-opentype'),
	url('/fonts/helveticaneueltstd-mdcn-webfont.woff') format('woff'),
	url('/fonts/helveticaneueltstd-mdcn-webfont.ttf') format('truetype'),
	url('/fonts/helveticaneueltstd-mdcn-webfont.svg#HelveticaNeueLTStd67MdCn') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media (max-width: 700px) {
	.formular tr td {display:block;}
}

.suchbild img {width: 150px;height:auto; float:left; margin:0 15px 0 0;}

h1 {
	color:#339999;
	font-family: 'HNM';
	font-size: 30px;
	font-weight: normal;
}
h3 {
	color:#fff;
	font-family: 'HNM';
	text-decoration: underline;
	font-weight: normal;
	font-size: 16px;
}


.container {
	width: 95%; margin:auto;
	max-width: 1000px;
}

.header {
	position: relative; 
	background:#fff; 
	width:100%; 
	margin-top: 17px; 
	border-top:3px solid #FEC129;
}

.logo { margin: 30px 0 0 17px;}
.logo img { margin-bottom: -4px;}

@media (max-width: 900px) {
	.logo img { width:190px;}
}

@media (max-width: 600px) {
	.logo img { width:150px;}
}


















#basketButton {
		background: url("/img/bg_basketbutton.png") left center repeat-x;
		width: 130px;
		float:right;
		height: 40px;
		color: #fff;
		cursor: pointer;
		border: 0;
		outline:0;
		border-radius: 4px;
		
	}



.artikelbilder {
	background:#F4F6F8;
	border-top:1px solid #399;
}


























/* ----- Mobile Ansicht ----- */
@media (max-width: 1000px) {

	.start {
		position: relative;
		background: #399;
		height: 545px;
	
	}
	
	
	.content {
		border: 1px solid #fff;
	}
	
	.showmobilemenu {
		position: absolute;
		background: #399;
		right: 0px;
		bottom: 0px;
		width: 30px;
		height: 30px;
	}
	.showmobilemenu img{
		width: 30px;
		height: 30px;
	}

	.hidemobilemenu {
		display: none;
		position: absolute;
		background: #399;
		right: 0px;
		bottom: 0px;
		width: 30px;
		height: 30px;
	}
	.hidemobilemenu img{
		width: 30px;
		height: 30px;
	}
	.mobilemenu {
		display: none;
		position: absolute;
		background: #399 !important;
		opacity: 1.0;
		min-height: 900px;
		width: 100%;
		z-index: 10000;
	}
	.mobilemenu ul li {
		background: #fff url(/img/bg_mainnavi_bullet.gif) no-repeat 15px;
		border-bottom: 1px solid #399;
		height: 28px;
		list-style: none;
		margin:0 20px 0 -20px;
		padding: 6px 0 0 50px;

	}

	.mobilemenu ul li a {
		color: #000;
		text-decoration: none;	
		font-family: 'HNM';
		font-size: 16px;
	}
	.mobilemenu ul li a:hover {
		text-decoration: underline;	
	}	

	.mobilesuchfeld {
		position:relative;
		width: 100%;
		
	}
	.mobilesuchfeld div {
		margin: 10px 20px 5px 20px;
		background: #fff;
		border-radius: 5px;
		height: 28px;
	}
	.mobilesuchfeld div input#querystring{
		background: url(/img/bg_search-input.gif) no-repeat left 7px transparent;
		margin: 2px 0 0 20px;
		border-radius: 5px;
		border: 0;
		height: 20px;
		width: 85%;
		outline: 0;
	}	
	
	.mobilesuchfeld .submit_search{
		display: none;
	}
	
	.dropmenu {	
		display: none;
	}
	.suchfeld {
		display: none;	
	}
	
	
	.topmenu {
		position: absolute;
		width: 300px;
		left: 250px;
		bottom: 0px;
		float: right;
		
	}

	.topmenu ul li{
		list-style: none;
		display: inline;
		margin-right: 20px;
	}

	.topmenu ul li a {
			color: #399;
			text-decoration: none;	
			font-family: 'HNM';
			font-size: 12px;
	}

	.topmenu ul li a:hover {
		text-decoration: underline;
	}

	
	
	.content_r {
		width: 100%;
		margin-top: 10px;
	}
	.sidebar {
		width: 100%;
		padding-top: 0px;
		
	}
	.sidebar_box {
		background: #F4F6F8;
		border-top: 1px solid #399;
		width: 100%;
		padding: 10px 10px;
		font-size: 11px;
	}
	.sidebar_box a {
		display: block;
		color: #000;
		font-size: 12px;
		margin-bottom: 3px;
	}
	
	.teaser {
		box-sizing:border-box;
		position: absolute;
		bottom: 0px;
		width: 100%;
		padding:25px;
		background:#339999;
	}
	.inteaser {
		width: 100%;
		display:flex;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	
	.inteaser > div {width:100%;background:#1b928c;display:flex;margin-bottom:10px;}
	.inteaser > div > .bild {width:35%; background-position:center center; background-size:cover;}
	
	.teaserdaten {
		width:65%;	
		color: #fff;
		padding:5px;
	}
	
	.teaserdaten h3 {margin:0;}
	.teaserdaten h3 a {color:#fff;}
	
	.teaserdaten table td {vertical-align:top; font-size:10px;}
	.teaserdaten table tr td:first-child {padding-right:15px;}
	
	button.details {
		background: #197570;
		border: 0;
		border-radius:0;
		color: #fff;
		font-size: 1.0em;
		font-weight: bold;
		margin-top: 5px;
		padding: 3px 50px 3px 10px;
		font-size:12px;
		outline:0;
	}
	
	
	
	.sitemapausgabe {
		padding: 10px 0 10px 10px;
		background-color: #F4F6F8;
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.sitemapausgabe:hover {
		background-color: #E4E8EF;
	}	
	.sitemap_bild {
		order: 1;
		width: 25%;
		background-size: cover;
		background-position:center center;
		border:2px solid #399;
		text-align: center;
		vertical-align: middle;
	}
	.sitemap_bild a {
		color: #fff;
		text-decoration: none;
		font-size: 9px;
		
	}	
	.sitemap_bild img {
		width: 80px;
	}	
	
	.sitemap_mitte {
		order: 2;
		width: 50%;
		padding: 0 0 0 10px;
		-border: 1px solid lime;
	}

	.sitemap_mitte h3,.sitemap_mitte  a {
		margin: 3px 0 0 0;
		text-decoration: none;
		color: #333;
	}
	.sitemap_mitte h3 a:hover{
		text-decoration: underline;
		color: #000;
	}
	.sitemap_mitte ul {
		font-size:0.9em;
		padding-left: 0px;
		margin-top: 0px;
	}
	.sitemap_mitte ul li {
		margin-top: 4px;
		list-style: square inside;
		border-bottom: 1px solid #E4E8EF;
		color: #399;
		display:flex;
		padding:3px 0;
	}
	.sitemap_mitte ul li strong {
		display: inline-block;
		width: 40%;
		color: #399;
	}
	.sitemap_mitte ul li span {
		width: 60%;
		padding-right:10px;
		color: #000;
	}
	
	
	
	.sitemap_rechts {
		order: 3;
		width: 25%;
	}
	.sitemap_rechts ul {
		margin-top: 26px;
		background-color: #fff;
		border-left: 1px solid #399;
		padding-left: 0px;
	}	
	.sitemap_rechts ul li a {
		color: #399;
		text-decoration: underline;
		font-weight: bold;
	}
	.sitemap_rechts ul li {
		list-style: none;
		height: 17px;
		margin-top: 4px;
		border-bottom: 1px solid #E4E8EF;
	}	
	.sitemap_rechts ul li strong {
		padding-left: 12px;
		display: inline-block;
		width: 57px;
	}
	.detailbutton {
		text-decoration:none;
	}
	.action {	
		margin-top: -5px;
		background: #FEC129 url(/img/bg_mainnavi_bullet.gif) no-repeat 15px;
		padding: 4px 0 0 42px;
		height: 22px;
		color: #fff;
	}
	.detailbutton div:hover{
		background-color: #399;
		text-decoration: underline;
	}
	
	
}



/* -----/Mobile Ansicht ----- */








/* ----- Handy Ansicht ----- */
@media (max-width: 600px) {
	
	.start {
		position: relative;
		background: #399;
		height: 480px !important;
		-border:1px solid red;
	}	
	
	
	.topmenu {
		display: none;
	}
	.slider {
		
	}
	.mobilemenu ul li a {
		color: #000;
		text-decoration: none;	
		font-family: 'HNM';
	}
	
	.sitemapausgabe {
		padding: 10px 0 10px 10px;
		background-color: #F4F6F8;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	
	
	.sitemap_bild {
		order: 2;
		width: 48%;
		background-size: cover;
		background-position:center center;
		border:1px solid #399;
		text-align: center;
		
	}
	
	.sitemap_mitte {
		order: 1;
		width:100%;
		padding: 0px;
		
	}
	.sitemap_mitte ul li span {
		display: block;
		margin-left: 0px;
	}
	
	.sitemap_mitte ul li {
		margin-top: 4px;
		list-style: none !important;
		display:flex;
	}
	.sitemap_mitte ul li strong{

	}
	
	.sitemap_rechts {
		order: 3;
		width: 50%;
	}
	.sitemap_rechts ul {
		margin-top: 26px;
		background-color: #fff;
		border-left: 1px solid #399;
		padding-left: 0px;
		margin-bottom: 50px;
	}	
	.sitemap_rechts ul li a {
		color: #399;
		text-decoration: underline;
		font-weight: bold;
	}
	.sitemap_rechts ul li {
		list-style: none;
		height: 17px;
		margin-top: 4px;
		border-bottom: 1px solid #E4E8EF;
	}	
	.sitemap_rechts ul li strong {
		padding-left: 12px;
		display: inline-block;
		width: 57px;
	}
	.detailbutton {
		text-decoration:none;
	}
	.action {
		margin-top: 15px;
		padding-top: 2px;
	}

	
	.artikeloptionen {
		text-align: center !important;
	}	
}
/* -----/Handy Ansicht ----- */


































/* ----- Desktop Ansicht ----- */
@media (min-width: 1000px) {
	
	.start {
		position: relative;
		background: #399;
		height: 595px;
	
	}
	
	
	.showmobilemenu {
		display:none;	
	}
	.hidemobilemenu {
		display:none;	
	}
	.mobilemenu {
		display:none;	
	}
	.dropmenu { 
		position: absolute; 
		width: 243px;
		margin-left: 23px; 
		background: rgba(32,113,110,0.7);
		z-index: 1000;
		padding:10px 0 15px 0;
	}

	.dropmenu ul li {
		background: #fff url(/img/bg_mainnavi_bullet.gif) no-repeat 15px;
		list-style: none;
		margin:0 20px -2px -20px;
		padding:0;

	}

	.dropmenu ul li a {
		color: #000;
		display:block;
		text-decoration: none;	
		font-family: 'HNM';
		font-size: 16px;
		padding: 6px 0 6px 50px;
	}
	.dropmenu ul li a:hover {
		text-decoration: underline;	
	}
	li.an {
		background: #399 url(/img/bg_mainnavi_bullet.gif) no-repeat 15px !important;
	}
	li.an a {
		color: #fff !important;
	}
	li.sub {
			background: #D6E5E4 !important;
			height: 50px !important;
			padding: 3px 0 0 50px !important;
			display: none;
			opacity: 1;
	}
	li.suban {
		display: none;
	}
		li.sub2,li.sub2an {
		display: none;
	}
	li.sub a{
			font-size: 14px !important;
	}	
	
	
	.mobilesuchfeld {
		display: none;
	}
	.suchfeld {
		position:relative;
		margin: 13px 0 0 35%;
		width: 370px;
		position: absolute;
		
	}
	.suchfeld div {
		border-bottom: 1px  solid #399;
	}
	input#querystring {
		color: #666;
		font-size:11px;
		padding: 1px 0 0 30px;
		background: url(/img/bg_search-input.gif) no-repeat left transparent;
		border: 0 none;
		width: 256px;
		height: 25px;
		outline: 0;
	}
	.submit_search {
		position: absolute;
		right: -10px;
		padding: 0;
		margin-top: 2px;
		border: 0 none;
		height: 25px;
		width: 19px;
		background: url(/img/bg_arrow_search.gif) no-repeat;
	}
	.top_infokorb {
		position: absolute;
		right: 40px;
		bottom: 10px;
		-border: 1px solid #399;
		padding-right: 20px;
		background: url(/img/bg_arrow-small_down.gif) right no-repeat;
	}
	.top_infokorb a {
		color: #000;
		text-decoration: none;	
		font-family: 'HNM';
		font-size: 14px;
		
	}
	.top_infokorb a:hover {
		text-decoration: underline;
	}
	
	.topmenu {
		position: absolute;
		-margin: 13px 0 0 35%;
		width: 300px;
		left: 31%;
		bottom: 0px;
		float: right;
		-border: 1px solid red;
		
	}
	.topmenu ul li{
		list-style: none;
		display: inline;
		margin-right: 20px;
	}
	.topmenu ul li a {
		color: #399;
		text-decoration: none;	
		font-family: 'HNM';
		font-size: 14px;
	}
	.topmenu ul li a:hover {
		text-decoration: underline;
	}

	
	.sidebar {
		padding-top: 0px;
		width: 300px;
		
	}
	
	.sidebar_shopartikel {
		padding-top: 110px;
		width: 300px;
		
	}
	.sidebar_box {
		background: #F4F6F8;
		border-top: 1px solid #399;
		width: 240px;
		padding: 10px 10px;
		font-size: 11px;
	}
	.sidebar_box .t1 {
		display:block;
		padding:0 0 2px 0px;
	}
	
	.sidebar_box .t2 {
		display:block;
		padding:4px 0 4px 10px;
		border-bottom:1px solid #ccc;
	}
	
	.sidebar_box .t2:hover { background:#fff;}
	.sidebar_box .t2 a { color:#888;}
	
	.sidebar_box .t3 {
		display:block;
		padding-left:20px;
	}
	
	.sidebar_box .t3 a { color:#888;}

	.sidebar_box a:hover { color:#339999 }
	
	.sidebar_box a {
		display: block;
		color: #000;
		font-size: 12px;
		margin-bottom: 3px;
	}
	.content_r {
		-border: 1px solid red;
		width: 70%;
		margin-top: 10px;
		float:right;
	}
	
	.sidebar_box:empty {display:none;}
	
	
	.teaser {
		box-sizing:border-box;
		position: absolute;
		bottom: 0px;
		width: 100%;
		padding:25px;
		background:#339999;
	}
	.inteaser {
		width: 100%;
		display:flex;
		justify-content:space-between;
	}
	
	.inteaser > div {width:48%;background:#1b928c;display:flex;}
	.inteaser > div > .bild {width:35%; background-position:center center; background-size:cover;}
	

	
	.teaserdaten {
		width:65%;	
		color: #fff;
		padding:5px 10px;
	}
	
	.teaserdaten h3 {margin:0;}
	.teaserdaten h3 a {color:#fff;}
	
	.teaserdaten table td {vertical-align:top; font-size:10px;}
	.teaserdaten table tr td:first-child {padding-right:15px;}
	
	button.details {
		background: #197570;
		border: 0;
		border-radius:0;
		color: #fff;
		font-size: 1.0em;
		font-weight: bold;
		margin-top: 5px;
		padding: 3px 50px 3px 10px;
		font-size:12px;
		outline:0;
	}


	.sitemapausgabe {
		padding: 10px 0 10px 10px;
		background-color: #F4F6F8;
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		margin-bottom: 10px;
	}
	.sitemapausgabe:hover {
		background-color: #E4E8EF;
	}
	.sitemap_bild {
		order: 1;
		width:23%;
		background-size: cover;
		background-position:center center;
		border:2px solid #399;
		text-align: center;
	}
	.sitemap_bild a {
		color: #fff;
		text-decoration: none;
		font-size: 9px;
		
	}
	.sitemap_bild img {
		width: 138px;
		height: 88px;
	}
	.sitemap_mitte {
		order: 2;
		width: 55%;
		padding: 0 0 0 10px;
	}

	.sitemap_mitte h3,.sitemap_mitte  a {
		margin: 3px 0 0 0;
		text-decoration: none;
		color: #333;
	}
	.sitemap_mitte h3 a:hover{
		text-decoration: underline;
		color: #000;
	}
	.sitemap_mitte ul {
		font-size:0.9em;
		padding-left: 0px;
		margin-top: 0px;
	}
	.sitemap_mitte ul li {
		margin-top: 4px;
		list-style: square inside;
		border-bottom: 1px solid #E4E8EF;
		color: #399;
		display:flex;
		padding:3px 0;
	}
	.sitemap_mitte ul li strong {
		display: inline-block;
		width: 35%;
		color: #399;
	}
	.sitemap_mitte ul li span {
		width: 65%;
		padding-right:10px;
		color: #000;
	}


	.sitemap_rechts {
		order: 3;
		width: 23%;
	}
	.sitemap_rechts ul {
		margin-top: 26px;
		background-color: #fff;
		border-left: 1px solid #399;
		padding-left: 0px;
	}
	.sitemap_rechts ul li {
		list-style: none;
		height: 17px;
		margin-top: 4px;
		border-bottom: 1px solid #E4E8EF;
	}
	.sitemap_rechts ul li strong {
		padding-left: 12px;
		display: inline-block;
		width: 57px;
	}
	.sitemap_rechts ul li a {
		padding: 0px;
		margin: 0px;
		color: #399;
		text-decoration: underline;
		font-weight: bold;
	}
	.detailbutton {
		text-decoration:none;
	}

	.action {	
		margin-top: -5px;
		background: #FEC129 url(/img/bg_mainnavi_bullet.gif) no-repeat 15px;
		padding: 4px 0 0 42px;
		height: 22px;
		color: #fff;
	}
	.detailbutton div:hover{
		background-color: #399;
		text-decoration: underline;
	}
	

	.shopartikel {
		left: 0px;
		width: 100%;
	}
	
	
	.artikeloptionen {
	}	
	
}

.infokorb_artikel {
	position: relative;
	width: 100%;
	background: #F4F6F8;
	border-top: 1px solid #399;
	margin-bottom: 5px;
	display: flex;
}
.infokorb_thumb {
	order: 1;
	flex-basis: 25%; 
}
.infokorb_thumb img {
	width: 100px;
}

.infokorb_details {
	order: 2;
	flex-basis: 65%; 
	padding-left: 15px;
}
.infokorb_options {
	order: 3;
	flex-basis: 10%;
	-border-left: 1px solid #fff;
}
.infokorb_options input[type="image"] {
	margin: 28px 0 0 21px;
}
form#warenkorb button#senden {
	float: right;
	background: #399;
	border: 1px solid #399;
	opacity:0.8;
}
form#warenkorbback button#senden{
	float: right;
	background: #399;
	border: 1px solid #399;
	opacity:0.8;
}
form#warenkorb button#zurueck {
	float: left;
	background: #399;
	border: 1px solid #399;
}
form#warenkorb button#senden:hover,button#zurueck:hover {
	background: #399;
	opacity: 1.0;
}
/* -----/Desktop Ansicht ----- */




























.navizeile {
	border: 1px solid #fff;
	width: 100%;
	height: 85px;
}


h1.artikelbezeichnung {
	color: #000;
	font-family: 'HNM';
	font-size: 30px;
}



.artikelinfos {
	margin: 50px auto 0 0;
}

.artikelinfos tr {
	border-bottom: 2px solid #ddd;
}
.artikelinfos td {
	color: #339999;
	border-bottom: 2px solid #ddd;
}
.artikelbeschreibung {
	margin: 60px 0 0 0px;
	width: 100%;
}
.artikelbeschreibung div, .artikelinfos div {
	border-top: 1px solid #399;
	padding: 10px;
}
.artikelbeschreibung div span, .artikelinfos div span {
	position: absolute;
	background: #399;
	color: #fff;
	padding: 10px 30px;
	margin: -44px 0 0 -10px;
}


.flaggen {
	float: right;
	margin-top: 15px;
}
.flaggen img {
	margin-right: 15px;
	border: 1px solid #fff;
}
.flaggen img:hover {
	border: 1px dashed #c7c7c7;
}



.start2 {
	position: relative;
	background: url(/img/bg_shadow.png) no-repeat bottom left;
	height: 150px;
}
.start2 div{

}
.slider {
	background: url(/sliderimages/wamhoff-holzbearbeitungsmaschinen.jpg) left top no-repeat;
	height: 130px;
}

.content { 
	position: relative;
	padding: 0 20px; 
	margin-top: 0px; 
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: #fff;
	-border-top:3px solid #FEC129; 
	color: #000; 
	font-face: Arial !important;
}
.content_start { 
	padding: 0 20px; 
	margin-top: 15px; 
	background: #fff;
	border-top:3px solid #FEC129; 
	color: #399; 
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.footer {
	
	margin-bottom: 50px;
	text-align: center;
}

.footer div {
	font-size: 0.9em;
	color: #399;
	text-decoration: none;
	display: inline;
}

.footer div a {
	font-size: 0.9em;
	margin: 0 10px;
	color: #8098b0;
	text-decoration: none;
	display: inline;
}



/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/img/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/img/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#399;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}







.alert { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #ff0000; cursor: default; }
.normtext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #212124; font-weight: normal; cursor: default; }
.highlighttext { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #E70800; font-weight: bold; cursor: default; }
.tabellenrechnung { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #ffffff; font-weight: bold; cursor: default; }

.eingabe {
	font-family: 'Fira Sans', sans-serif;
	font-weight:300;
	padding:5px;
	color:#000;
	border:1px solid #bbb;
	border-radius:5px;
}

.needeingabe {
	font-family: 'Fira Sans', sans-serif;
	font-weight:300;
	padding:5px;
	color:#f00;
	border:1px solid #f00;
	border-radius:5px;
}
button {
	padding:15px 20px;
	color:#fff;
	background:#399;
	cursor:pointer;
	border:0;
	border-radius:5px;
    transition:all .4s;
}
button:disabled {
	padding:5px 10px;
	color:#fff;
	background:#aaa;
	cursor:default;
	border:0;
	border-radius:5px;
}

@media (max-width:800px) {
	.eingabe, .needeingabe, button {
		padding:10px;
		font-size:1.2em;
		border-radius:10px;
		margin:0 2% 2% 0;
	}
}

.fileinfo {
	display:block;
	margin-bottom:1em;
	text-decoration:none;
	tranbsition:all .3s;
	border-radius:4px;
}
.fileinfo img {
	float:left;
	margin-right:10px;
}

.fileinfo:hover {
	color:#6a223c;
}

.preis  { color: #2183B4; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif; cursor: default;}
.text { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #2183B4;; cursor: default; }




.sizeh1 { font-family: Arial, Helvetica, sans-serif; font-size: 22px; color: #B7CEDE; font-weight: bold; cursor: default; background-color: #f5f5f5; border: solid 1px #1368b1}
.sizeh2 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #B7CEDE; font-weight: bold; cursor: default; background-color: #f5f5f5; border: solid 1px #1368b1}
.sizeh3 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #B7CEDE; font-weight: bold; cursor: default; background-color: #f5f5f5; border: solid 1px #1368b1}
.sizeh4 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #B7CEDE; font-weight: bold; cursor: default; background-color: #f5f5f5; border: solid 1px #1368b1}


.tabelleninhalt { font-size: 11px; color: #000000; cursor: default; background-color:#ffffff; vertical-align:top;}
.border { border: 0px solid #bbbbbb; }
.cmswhite  { color: #ffffff; font-size: 10px; font-family: Arial, Helvetica, sans-serif;}

.res_img img {width:100%; height:auto;}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #f00; 
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	-background: #f3f3f2;
	background: #feffd5;
	border:1px solid #ecebeb;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 25px;
	height: 25px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */

#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }