/***********************************************************************
 * colors:
 * - site area:     text color:       bar color:        bar hiliting:
 *   - home:        rgb(101,150,184)  rgb(131,190,194)  rgb(206,213,223)
 *   - home (2):    #919191           #dcdcdc           #b9b9b9
 *   - weseta:      rgb(67,47,41)     rgb(67,47,41)     rgb(239,236,225)
 *   - fischbacher: rgb(81,82,90)     rgb(104,106,117)  rgb(218,230,235)
 *   - werbe:       rgb(54,112,144)   rgb(54,112,144)   rgb(206,213,223)
 *   - service:     rgb(172,41,79)    rgb(172,41,79)    rgb(233,195,201)
 * - general colors:
 *   - links:       #9e9e9e
 *   - hover links: #3a3a3a
 * 
 * 
 *******************************************************/

/* ****************** */
/* GENERAL FORMATTING */

html, body {
	margin: 0;
	padding: 0;
	background-color: rgb(255,255,255);
	font-family: helvetica, verdana, sans-serif;
	text-align: center;
}
a, a:link, a:visited {
/*	color: #9e9e9e; */
	color: #666;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #3a3a3a;
	text-decoration: none;
}
a.blocklink {
	color: #000;
	text-decoration: none;
}
a img {
	border-width: 0;
}
div {
	margin: 0;
	text-align: left;
}

sup {
	font-size: 64%;
	vertical-align: text-top;
}

/* ****************** */
/* PAGE PARTS         */

/* LOGO */

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height: 140px;
	background-image: url("logo.png");
	background-position: 419px 25px;
	background-repeat: no-repeat;
}

.fischbacher #logo, .weseta #logo, .serivce #logo, .werbe #logo {
	background-image: none;
} 

#logo h1 {
	margin: 0;
	padding: 0;
}

#printlogo {
	display: none;
	visibility: hidden;
}

#einzellogo {
	margin: 25px 0 0 419px;
}

#doppellogo {
	margin: 26px 0 0 0;
	display: none;
}

.fischbacher #einzellogo {
	display: none;
}

.fischbacher #doppellogo {
	display: inline;
}

/* ****************** */
/* NAVIGATION         */

#navigation, #subnavigation {
	width: 100%;
	height: 1.67em;
	font-size: 12px;
	line-height: 1.67em;
	text-align: center;
}
#navigation {
	border-bottom: 4px solid rgb(131,190,194);
	border-bottom: 4px solid #dcdcdc;
}
.weseta #navigation {
	border-color: rgb(67,47,41);
}
.fischbacher #navigation {
	border-color: rgb(104,106,117);
}
.werbe #navigation {
	border-color: rgb(54,112,144);
}
.service #navigation {
	border-color: rgb(172,41,79);
}
#subnavigation {
	position: relative;
	top: 4px;
}
#navigation ul, #subnavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	line-height: 1.67em;
}
#navigation div, #subnavigation ul {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	padding: 0;
}
#navigation ul {
	width: 710px;
	float: left;
}
#navigation ul#langs {
	width: 60px;
	text-align: right;
}
#navigation li, #subnavigation li {
	display: inline;
	margin-right: 4ex;
	padding: 0;
}
#navigation a, #subnavigation a {
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li.active {
	border-bottom: rgb(206,213,223) solid 4px; 
	border-bottom: #b9b9b9 solid 4px; 
/*	border-bottom: transparent solid 4px; */
	padding-bottom: 0.34em;
	z-index: 50;
}
#navigation ul#langs li {
	margin-right: 0;
	margin-left: 1.5ex;
}

li.active a {
/*	color: rgb(101, 150, 184); */
/*	font-weight: bold; */
}
.weseta li.active a {
	color: rgb(67,47,41);
}
.fischbacher li.active a {
	color: rgb(81,82,90);
	color: #000;
}
.werbe li.active a {
	color: rgb(54,112,144);
}
.service li.active a {
	color: rgb(172,41,79);
}

.weseta #navigation li.active {
	border-color: rgb(239,236,225);
}
.fischbacher #navigation li.active {
	border-color: rgb(218,230,235);
}
.werbe #navigation li.active {
	border-color: rgb(206,213,223);
}
.service #navigation li.active {
	border-color: rgb(233,195,201);
}


/* ****************** */
/* MAIN               */

#main {
	width: 770px;
	min-height: 496px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 13px;
}

#main.productlist {
	min-height: 150px;
}

/* ****************** */
/* SCREEN             */

#screen {
	height: 360px;
	overflow: hidden;
	text-align: center;
}

#screen img {
	width: 770px;
}

.smallscreen #screen {
	height: 150px;
}

/* FRAMED SCREENS */

.framed {
	border: #cfcfcf solid 1px;
}
#screen.framed {
	width: 768px;
	height: 358px;
}
.vertical #screen.framed {
	width: 288px;
	height: 471px;
	overflow: hidden;
}
.vertical #screen.framed img {
	height: 472px;
}
.smallscreen #screen.framed {
	height: 148px;
}

/* FLASH SCREENS */

object {
	display: block;
}

/* ****************** */
/* CONTENT            */

#content {
	font-size: 9pt;
	margin-top: 15px;
	padding-bottom: 1.8em;
}

h2 {
	font-size: 15pt;
	font-weight: normal;
	color: rgb(101,150,184);
	color: #919191;
	margin: 0 0 8px 0;
}

.weseta h2, a.weseta {
	color: rgb(67,47,41);
	text-decoration: none;
}
.fischbacher h2, a.fischbacher {
	color: rgb(81,82,90);
	text-decoration: none;
}
.werbe h2, a.werbe {
	color: rgb(54,112,144);
	text-decoration: none;
}
.service h2, a.service {
	color: rgb(172,41,79);
	text-decoration: none;
}

h3 {
	margin: 0 0 0.8ex 0;
	font-size: 100%;
	clear: both;
}
h4 {
	margin: 0 0 0.8ex 0;
	font-size: 90%;
	font-style: normal;
}

h3 .date {
	color: #3a3a3a;
	font-size: 80%;
	margin-left: 2ex;
}
h3 .date:before {
	content: "(";
}
h3 .date:after {
	content: ")";
}
p + h3, div + h3, .bottomlinks {
	margin-top: 1.4ex;
	padding-top: 1.7ex;
	border-top: 1px solid rgb(131,190,194);
}


p, ul, ol, dl, table {
	margin: 0;
	line-height: 1.3em;
}
p, ul, ol, dl {
	margin-bottom: 1ex;
}
table {
	margin-top: 0;
	margin-bottom: 1ex;
}

td {
	vertical-align: top;
	text-align: left;
}

/* FLOATING HEADING */

#content > * {
	margin-left: 240px;
}
#content > h2 {
	width: 210px;
	float: left;
	margin: 0;
	font-size: 16pt;
}

/* THREE-COLUMN CONTENT */

.threecolumns #content > div {
	width: 240px;
	float: left;
	margin: 0;
}
.threecolumns #content > div + div {
	margin-left: 25px;
}

.productlist #content {
	min-height: 30px;
}

/* VERTICAL-SCREEN CONTENT */

#main.vertical {
	border-top: rgb(104,106,117) 2px solid;
	border-color: #fff !important;
	min-height: 494px;
}

.weseta #main.vertical {
	border-color: rgb(67,47,41);
}

.fischbacher #main.vertical {
	border-color: rgb(104,106,117);
}

.werbe #main.vertical {
	border-color: rgb(54,112,144);
}

.service #main.vertical {
	border-color: rgb(172,41,79);
}

.vertical #screen {
	margin: 0;
	float: left;
	width: 290px;
	height: 473px;
	overflow: hidden;
	text-align: left;
}
.vertical #screen img {
	height: 473px;
	width: auto;
}

.vertical #content {
	margin-left: 30px;
	width: 450px;
	float: left;
}

.vertical #content > * {
	margin-left: 0;
}

.vertical #content > h2 {
	margin: 7px 0 17px 0;
	float: none;
	width: 100%;
}

/* GENERAL FORMATTING */

.floatPic {
	float: left;
	border: 0;
	margin-right: 1.6ex;
	margin-bottom: 1.3ex;
}

.floatPic.right {
	float: right;
	margin-right: 0;
	margin-left: 1.6ex;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}

/* BOTTOM LINKS */

.bottomlinks {
	margin-top: 1em;
	text-align: left;
}

.bottomlinks ul, .bottomlinks li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.bottomlinks li {
	padding: 0 0.6ex;
}

.bottomlinks li.active a {
	font-weight: bold;
	text-decoration: none;
}

.weseta h3, .weseta .bottomlinks {
	border-color: rgb(67,47,41);
}

.fischbacher h3, .fischbacher .bottomlinks {
	border-color: rgb(104,106,117);
}

.werbe h3, .werbe .bottomlinks {
	border-color: rgb(54,112,144);
}

.service h3, .service .bottomlinks {
	border-color: rgb(172,41,79);
}

/* PRODUCT INFORMATION */

.articledesc {
	font-size: 0.96em;
	line-height: 1.17em;
}

.articledesc td {
	padding: 0 0.8ex;
}

.articledesc td + td {
	border-left: 1px dotted #999;
}


.articledesc .toprow td {
	font-size: 81%;
}

.fwt--product, .fwt--length, .fwt--size, .fwt--cut, .fwt--lining, .fwt--kind, .fwt--color {
	font-style: italic;
	padding-left: 0.4ex;
	line-height: 1em;
}

.fwt--description {
	
}

/* ARTICLE TABULARS */

table.articletab {
	border-collapse: collapse;
	margin: 1.3ex 0;
	font-size: 9pt;
	clear: both;
}

.articletab .headcol {
	width: 8.3em;
}

.articletab th {
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}
.articletab td, .articletab th {
	border: 0px #9e9e9e solid;
	padding: 5px 3px 0 3px;
	line-height: 1em;
}

.articletab th {
	padding-top: 2px;
}

.articletab .emptyrow td {
	line-height: 1px;
	padding-top: 11px;
}

.articletab .toprow td {
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: 81%;
	border-top: 1px #fff solid;
}

.articletab td + td, .articletab th + th {
	border-left-width: 1px;
}

/* SITE MAP */

ul.sitemap, .sitemap ul {
	list-style-type: square;
	margin: 1ex 0;
	padding-left: 1.7em;
}

.sitemap ul {
	margin: 0;
}
.sitemap li {
	margin: 0.4ex 0 0 0;
}

.sitemap li {
	padding: 0.1em 0;
	line-height: 1.1em;
}

/* COLOR CHARTS */

.colorchart {
	padding: 2ex 0;
	margin: 0 -1px 0 0;
	border: 0px solid #9e9e9e;
}

.colorchart h4 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 108%;
	color: rgb(101,150,184);
}

.weseta .colorchart h4 {
	color: rgb(67,47,41);
}

.fischbacher .colorchart h4 {
	color: rgb(81,82,90);
}

.werbe .colorchart h4 {
	color: rgb(54,112,144);
}

.service .colorchart h4 {
	color: rgb(172,41,79);
}

.colorchart .colorchartlink {
	margin-left: 1ex;
	font-size: 93%;
	font-weight: normal;
}

.colorchart .colorchartlink.close {
	display: none;
}

.colorchart ul, .colorchart li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.colorchart li {
	padding: 0 1px 1px 0;
	float: left;
}

.colorchart li div {
	width: 11px;
	height: 19px;
	background-position: -5px -5px;
}

.colorchart li img {
	display: none;
}

.colorchart p, .colorchart .disclaimer {
	display: none;
}

#content > .colorchart.loose {
	position: absolute;
	z-index: 700;
	top: 0px;
	left: 170px;
	margin: 190px 0 0 0;
	background: url(topshadow.png) no-repeat top left;
	padding: 5px 8px 0 7px;
}
.colorchart.loose > div {
	background: url(bottomshadow.png) no-repeat bottom left;
	padding: 0 8px 9px 7px;
	margin: 0 -8px 0 -7px;
}
.colorchart.loose > div > div {
	background: url(midshadow.png) repeat-y;
	padding: 0 8px 0 7px;
	margin: 0 -8px 0 -7px;
}
.colorchart.loose > div > div > div {
	background-color: #fff;
	width: 576px;
	margin-left: -1px;
}

.colorchart.loose h4 {
	padding: 6px 1ex;
	color: rgb(81,82,90);
	font-size: 120%;
	cursor: move;
	border-bottom: 1px dotted rgb(81,82,90);
}

.colorchart.loose .colorchartlink.close {
	display: inline;
}

.colorchart.loose .colorchartlink.open {
	display: none;
}

.colorchart.loose li {
	padding: 7px 7px;
}

.colorchart.loose li div {
	width: 82px;
	height: 58px;
}

.colorchart.loose p {
	padding-top: 5px;
	font-size: 90%; 
	display: block;
}

.colorchart.loose .disclaimer {
	padding: 7px;
	margin: -7px 0 0 0;
}

#__FWTlightboxVeil {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background-color: #333;
	opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 600;
	width: 100%;
	height: 100%;
}

/* LIGHT BOX IMAGES */

.scaledImage img {
	cursor: pointer;
}
.scaledImage span {
	display: none;
}

.scaledImage.loose {
	position: absolute;
	z-index: 700;
	top: 0;
	left: 0;
	margin-top: 5%;
	width: 100%;
}

.scaledImage.loose span {
	display: block;
	width: 32%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 2px;
	padding: 1.4ex 1% 1ex 1%;
	font-size: 9pt;
}

.scaledImage.loose img {
	width: 32% !important;
	height: auto !important;
	padding: 1%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	float: none;
}

.scaledImage.loose.landscape span {
	width: 63%;
}

.scaledImage.loose.landscape img {
	width: 63% !important;
}


/* MAIL FORM */

.mailform {
	width: 450px;
}

.mailform .tabWrap, .mailform table {
	margin: 0;
}

.mailform td {
	background-color: rgb(240,240,240);
	padding: 4px;
	vertical-align: middle;
}


/* ****************** */
/* PRODUCT LISTS      */

#productlist {
	width: 784px;
	border-right: 14px solid #fff;
	margin-left: auto;
	margin-right: auto;
	font-size: 9pt;
}

#productlist > div {
	float: left;
	width: 182px;
	height: 230px;
	margin: 0 14px 14px 0;
	text-align: left;
}

#productlist > div:hover {
	background-color: rgb(218,230,235);
}

#productlist > div:hover img {
	opacity: 0.82;
	filter: alpha(opacity=82);
}

#productlist div div {
	width: 182px;
	height: 150px;
	overflow: hidden;
}

#productlist img {
	margin: 0 !important;
	width: 182px;
}

#productlist h4 {
	width: 180px;
	margin: 7px 0 4px 0;
	min-height: 2em;
	font-size: 100%;
	font-weight: bold;
}

#productlist h4 a {
	color: rgb(81,82,90);
	text-decoration: none;
}

#productlist p {
	text-align: left;
}

/* PRODUCT LIST LARGE */

#productlist.large {
	width: 785px;
	border-right: 15px solid #fff;
}

#productlist.large > div {
	height: 310px;
	width: 142px;
	margin: 0 15px 15px 0;
	
}

#productlist.large div div {
	height: 230px;
	width: 142px;
}

#productlist.large img {
	width: 142px;
}

#productlist.large h4 {
	width: 140px;
}

/* WITHOUT MUCH TEXT */

#productlist.large.notext > div {
	height: 265px;
}

#productlist.notext h4 {
	min-height: 1em;
}


/* ****************** */
/* NEWS TEASERS       */

#teasers {
	font-size: 9pt;
	margin-left: 240px;
	padding-bottom: 2em;
	position: relative;
	top: -1.8em;
}

#teasers > div {
	border-top: 1px solid rgb(67,47,41);
	padding-top: 1.2ex;
	margin-top: 0.4ex;
	clear: both;
}

/* ****************** */
/* BOTTOM NAVIGATION  */

#bottomnav {
	clear: both;
	font-size: 9pt;
	margin-left: 240px;
	position: relative;
	top: -1.62em;
	padding-top: 0.62em;
}

.vertical #bottomnav {
	margin-left: 320px;
}

/* ****************** */
/* FOOTER             */

#footer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 9pt;
	color: #9e9e9e;
	clear: both;
	padding-top: 13px;
	padding-bottom: 4em;
	border-top: #9e9e9e 1px solid;
}
#footer ul, #footer li, form {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer li {
	margin-left: 0.7ex;
}
#footer li.active a {
	color: #666;
}
#footer #tools {
	width: 530px;
	text-align: right;
	float: left;
}
#footer #search {
	width: 240px;
	text-align: left;
	float: left;
	position: relative;
	top: -4px;
}
#search input {
	font-size: 8pt;
	height: 1.2em;
	width: 90px;
	padding: 1px;
	display: inline;
	border: solid #939393 1px;
}
#search .submit {
	margin-left: 4px;
	text-decoration: none;
}

a.editLink {
	margin-right: 2em;
	color: #fff;
}

a.editLink:hover {
	color: rgb(211,211,211);
}

/* LANGUAGE WARNING */

#language-warning {
	font-size: 77%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#language-warning p {
	width: 770px;
	margin: 0 auto;
	background-color: #dedede;
	color: #7b7b7b;
	text-align: center;
	padding: 2px 0;
	opacity: 0.9;
}


.scaledImage.loose span a {
	white-space: nowrap;
}


@media print {
	#logo, #navigation, #subnavigation, #footer {
		display: none;
	}
	#printlogo {
		display: block;
		visibility: visible;
		text-align: right;
/*		border-bottom: thin solid #3a3a3a; */
		padding-bottom: 0.8em;
		margin-bottom: 1.5em;
	}
	
	object {
		display: none;
	}
	
	.bottomlinks {
		display: none;
	}
	.articletab th, .articletab td {
		font-size: 8pt;
	}
	.articletab tr + tr td, .articletab th {
		border-top-width: 1px;
	}
	#content .colorchart.loose, .colorchart {
		position: relative;
		top: 0;
		left: 0;
		width: auto;
		height: auto;
		border-width: 0;
		padding: 2ex 0;
	}
	.colorchart.loose * div {
		padding: 0 !important;
		background: none !important;
	}
	.colorchart li img {
		display: block;
		width: 82px;
		height: 58px;
	}
	.colorchart li {
		padding: 7px 7px;
	}
	.colorchart li div {
		width: 82px;
		height: 58px;
	}
	.colorchart p {
		padding-top: 5px;
		font-size: 90%; 
		display: block;
	}
	.colorchart .colorchartlink {
		display: none;
	}
	
	#__FWTlightboxVeil {
		visibility: hidden;
	}
}

