/* @override 
	http://dev-saner.ch.weisscomm.nine.ch/de/pub/css/all.css?1
	http://dev-saner.ch.weisscomm.nine.ch/de/fondation/pub/css/all.css?1
	http://dev-saner.ch.weisscomm.nine.ch/pub/css/all.css?1
*/
/*screen*/
@media all {
/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   ---------------------------------------------------------*/
/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/
@font-face {
	font-family: 'helvetica_lt_stdbold';
	src: url('/pub/fonts/helveticaltstd-bold-webfont.eot');
	src: url('/pub/fonts/helveticaltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('/pub/fonts/helveticaltstd-bold-webfont.woff') format('woff'),  url('/pub/fonts/helveticaltstd-bold-webfont.ttf') format('truetype'),  url('/pub/fonts/helveticaltstd-bold-webfont.svg#helvetica_lt_stdbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'helvetica_lt_stdregular';
	src: url('/pub/fonts/helveticaltstd-roman-webfont.eot');
	src: url('/pub/fonts/helveticaltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),  url('/pub/fonts/helveticaltstd-roman-webfont.woff') format('woff'),  url('/pub/fonts/helveticaltstd-roman-webfont.ttf') format('truetype'),  url('/pub/fonts/helveticaltstd-roman-webfont.svg#helvetica_lt_stdregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'times_lt_stdregular';
	src: url('/pub/fonts/timesltstd-roman-webfont.eot');
	src: url('/pub/fonts/timesltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),  url('/pub/fonts/timesltstd-roman-webfont.woff') format('woff'),  url('/pub/fonts/timesltstd-roman-webfont.ttf') format('truetype'),  url('/pub/fonts/timesltstd-roman-webfont.svg#times_lt_stdregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
* { max-height: 100000px; }
html {
	height: 100%;
	margin: 0;
}
/* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/
/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body {
	margin: 0;
	color: #000;
	font: 12px/14px Helvetica, Arial, sans-serif;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	height: 100%;
	min-width: 960px;
}
img { border-style: none; }
/* set styles for default page links */
a {
	text-decoration: none;
	color: #f00;
}
a:hover { text-decoration: underline; }
/* main container styles */
#wrapper {
	margin: 0 auto;
	overflow: hidden;
	min-height: 100%;
}
.w1 { padding: 0 0 39px; }
/* header styles */
#header {
	overflow: hidden;
	padding: 26px 0 0;
	width: 960px;
	margin: 0 auto;
}
/* page logo styles */
.logo {
	background: url(../pub/img/logo.png) 100% 0 no-repeat;
	display: block;
}
.logo .name {
	font: 18px/22px 'times_lt_stdregular', Arial, Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
	padding: 0 0 2px 2px;
	color: #000;
	border-bottom: 1px solid #dfdfdf;
}
.logo .slogan {
	display: block;
	color: #ff2626;
	font-family: 'helvetica_lt_stdregular', Arial, Helvetica, sans-serif;
	padding: 4px 0 0;
}
.logo a {
	display: block;
	padding: 0 63px 6px 0;
}
.logo a:hover { text-decoration: none; }
/* main navigation styles */
#nav {
	margin: 0;
	padding: 28px 0 9px;
	border-bottom: 1px solid #dfdfdf;
	list-style: none;
	overflow: hidden;
}
#nav li:first-child { padding: 0; }
#nav li {
	float: left;
	padding: 0 0 0 58px;
}
#nav li a {
	color: #000;
	display: block;
	font-family: 'helvetica_lt_stdregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#nav li.active a {
	color: #ff2610;
	font-weight:normal;
	font-family: 'helvetica_lt_stdbold', Arial, Helvetica, sans-serif;	
}
#nav li.hover a {
	color: #ff2610;
	text-decoration: none;
}
/* main informative part styles */
#main {
	width: 100%;
	padding: 82px 0;
	min-height: 440px;
}
/* Navigation styles */
.navigation {
	height: 100%;
	margin: 0 auto;
}
.navigation ul {
	min-width: 440px;
	max-width: 850px;
	min-height: 440px;
	max-height: 850px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.navigation li {
	float: left;
	width: 33.333%;
	max-width: 33.333%;
	min-height: 146px;
	min-width: 146px;
}
.navigation li a {
	background: #310091;
	font: 1.083em/1.108em 'helvetica_lt_stdregular', Arial, Helvetica, sans-serif;
	height: 100%;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
}
.navigation li a em {
	display: table;
	text-align: center;
	font-style: normal;
	width: 100%;
	height: 100%;
}
.navigation li a.info { background: #64aa19; }
.navigation li a.exhibition { background: #14a078; }
.navigation li a.special { background: #c80050; }
.navigation li a.current { background: #fae61e; }
.navigation li a.current:hover { color:#000; }
.navigation li a.foundation { background: #1e78dc; }
.navigation li a.art { background: #dc6400; }
.navigation li a.contact { background: #ffa028; }
.navigation li a.sale { background: #40125f; }
.navigation li a em span {
	display: table-cell;
	vertical-align: middle;
}
.navigation li a em > span span { display: none; }
.navigation li a:hover { text-decoration: none; }
.navigation li a:hover em > span span { display: block; }
/* sub navigation styles */
#subnav {
	margin: 0;
	padding: 0px 0 6px;
	border-bottom: 1px solid #dfdfdf;
	list-style: none;
	overflow: hidden;
}
#subnav li {
	float: left;
	padding: 7px 25px 0 0px;
}
#subnav li a {
	color: #000;
	display: block;
	font-family: 'helvetica_lt_stdregular', Arial, Helvetica, sans-serif;
}
#subnav li.active a {
	color: #ff2610;
	font-weight:normal;
	font-family: 'helvetica_lt_stdbold', Arial, Helvetica, sans-serif;	
}
#subnav li a:hover {
	color: #ff2610;
	text-decoration: none;
}

/* footer styles */
#footer {
	width: 960px;
	position: relative;
	height: 12px;
	line-height: 12px;
	border-top: 1px solid #dfdfdf;
	padding: 10px 0 16px;
	margin: -39px auto 0;
	font-family: 'helvetica_lt_stdregular', Arial, Helvetica, sans-serif;
}
#footer address {
	float: left;
	font-style:normal;
}
#footer a { color: #000; }
.impressum { float: right; }
.inner #wrapper,
.subpage #wrapper { width: 960px; }
.inner #main,
.subpage #main {
	padding: 33px 0 0;
	overflow: hidden;
}
#main h1 {
	font-size: 32px;
	line-height: 38px;
	margin: 0 0 53px;
}
/* Exhibition list */ 
.list-exhibition {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list-exhibition li {
	margin: 0 0 15px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.list-exhibition li a {
	display: block;
	overflow: hidden;
	background: url(../pub/img/arrow01.png) no-repeat 100% 8px;
	padding: 4px 0 5px;
}
.list-exhibition li a:hover {
	background-color: #fbfbfb;
	text-decoration: none;
}
.list-exhibition strong {
	font-size: 18px;
	line-height: 21px;
	display: inline-block;
	vertical-align: top;
	color: #000;
	width: 49.8%;
}
*+html .list-exhibition strong,
.list-exhibition time { display: inline; }
.list-exhibition time {
	display: inline-block;
	vertical-align: top;
	padding: 6px 0 0;
	font-size: 12px;
	color: #000;
}
/* main content styles */
#content { width: 54%; }
.subpage #main h1 { margin: 0 0 13px; }
#content p { margin: 0 0 19px; }
#content header {
	line-height: 17px;
	font-size: 14px;	
}
.twocolumns {
	overflow: hidden;
	padding: 10px 0 33px 1px;
}
.twocolumns .column {
	margin: 0 12px 0 0;
	width: 47.8%;
	float: left;
}
.twocolumns .column.add { margin-top: -2px; }
#content .twocolumns p { margin: 0 0 16px; }
.twocolumns ul {
	margin: -10px 0 2px;
	padding: 0;
	list-style: none;
}
.twocolumns ul li {
	padding: 0 0 1px 16px;
	background: url(../pub/img/square.png) no-repeat 0 50%;
}
.twocolumns .list { margin: 0; }
.twocolumns .list li {
	background: none;
	padding: 0 0 15px;
}
/* press list styles */
.list-press {
	margin: 0;
	padding: 0 28px 0 0;
	list-style: none;
	overflow: hidden;
}
.list-press li {
	margin: 0 0 15px;
	overflow: hidden;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}
.list-press li a {
	display: block;
	overflow: hidden;
	background: url(../pub/img/arrow02.png) no-repeat 100% 8px;
	padding: 6px 0 5px;
	color: #000;
}
.list-press li a:hover {
	background-color: #fbfbfb;
	text-decoration: none;
}
.list-press .name {
	overflow: hidden;
	display: block;
}
.list-press .size {
	float: right;
	padding: 0 32px 0 20px;
}
/* gallery */
.carousel {
	position: relative;
	float: right;
	padding: 4px 0 0;
	width: 383px;
	clear: right;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 383px;
}
.carousel .mask div.slideset {
	width: 99999px;
	float: left;
}
.carousel .mask .slide {
	width: 383px;
	float: left;
}
.carousel img {
	display: block;
	height: auto;
	width: 100%;
}
.slide .over {
	bottom: 0;
	left: 0;
	background: url(../pub/img/bg-over.png);
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
}
.carousel figure {
	margin: 50px 0 0;
	font-family: 'helvetica_lt_stdregular', Helvetica, Arial, sans-serif;
	position: relative;
}
.carousel figcaption {
	padding: 22px 0 0;/*0 150px 22px 0;*/
	text-align: center;
	position: relative;
	z-index: 9999;
}
.carousel figcaption strong{
	font-family: 'helvetica_lt_stdbold';
	font-weight:normal;
}
.carousel .btn-next {
	background: url(../pub/img/bg-next.png) no-repeat;
	height: 26px;
	overflow: hidden;
	position: absolute;
	right: -1px;
	text-indent: -9999px;
	top: 53px;
	width: 26px;
	display: none;
}
.carousel .btn-next:hover { background: url(../pub/img/bg-next.png) no-repeat -26px 0; }
ul.pagination {
	top: 2px;
	right: 0;
	list-style: none;
	margin: 0;
	z-index: 99999;
	padding: 0;
	position: absolute;
}
.pagination li {
	float: left;
	padding-left: 6px;
}
.pagination li a {
	background: url(../pub/img/bullet.png) no-repeat -15px 0;
	display: block;
	height: 9px;
	overflow: hidden;
	text-indent: -9999px;
	width: 9px;
}
.pagination li a.active,
.pagination li a:hover { background: url(../pub/img/bullet.png) no-repeat 0 0; }
}

/*MAP*/
.map{
	overflow:hidden;
	padding:5px 0 0;
	position:relative;
	height: 300px;
	width: 383px;/*420px;*/
	float: right;
	line-height:1.35;
}
.button1,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #7e7d74;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: normal;
	padding: 2px 5px;
}

.button1:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #000;
	background: #e8e8e8;
	border: 0; 
}

.button1:active,
button1:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	color: #3a3a3a;
	background: #e8e8e8;
	border: 0;
}

.routeform {
	float: right;
	clear: right;
	padding-top: 20px;
}



@media print {
.body {
    width: auto;
    border: 100mm;
    margin: 100mm;
    padding: 100px;
    float: none !important;
}
#header {
            display: none;
}
/*#wrapper {
	margin: 30mm;
	overflow: hidden;
}*/
img { border-style: none; }
/*image*/
.slide .over { display: none;}
#splash {
	width: 100%; height: auto;
}
/* set styles for default page links */
a {
	text-decoration: none;
	color: #f00;
}
#content p {font-size: 12pt; line-height: 16pt;};
a{	text-decoration: none; }
#footer {
            position: fixed;
            bottom: 0;
        }

}

