
html * {margin:0;padding:0}

html,body {margin:0;padding:0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align:center;
	color:#666666;
	color: black;
	height:101%;
	}

#pageback {
	text-align:left;
	width: 988px;
	margin: 10px auto;
	background-image:url(../img/border-content.png);
	background-repeat:repeat-y;
	background-position: right;
	position: relative;
	}

#page {
 	width: 978px;
	border: 1px solid #6B8297;
	}

#head {
	position: relative;
	height: 221px;
	width: 978px;
	overflow: hidden;
	background-image:url(../img/head.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	}


#lang {
	float: right;
	text-align: left;
	margin-right: 40px;
	text-transform: lowercase;
	padding-top: 9px;
	}
#lang a {
	text-decoration: none;
	}


#metaMenu {
	float: right;
	margin-right: 40px;
	}
#metaMenu ul {
	padding-top: 9px;
	list-style: none;
	}
#metaMenu ul li {
	float:left;
	}
#metaMenu ul li a {
	text-decoration: none;
	}
#metaMenu ul li a.act {
	font-weight: bold;
	}

#login {
	position: absolute;
	bottom: 0;
	right: 40px;
	}
#login a {
	display: block;
	color: white;
	text-decoration: none;
	background-image:url(../img/bg_login.png);
	padding: 5px 10px;
	}
#login a:hover {
	text-decoration: underline;
	}
#logo {
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	}

#mainMenu {
	height: 12px;
	padding: 16px 35px;
	text-transform: uppercase;
	}
#mainMenu ul {
	list-style: none;
	}
#mainMenu ul li {
	float:left;
	}
#mainMenu ul li a {
	text-decoration: none;
	}
#mainMenu ul li a.act {
	font-weight: bold;
	color: #AE242D;
	}

#contentArea {
	clear: both;
	position: relative;
	padding: 10px 0px 0 0px;
	margin: 0 35px;
	margin-bottom:35px;
	width: 908px;
	min-height: 350px;
	background-image: url(../img/colBorder.png);
	background-position: center top;
	background-repeat: repeat-y;
	}
#contentArea #mainLeft {
	width: 425px;
	float: left;
	padding-right:29px;
	padding-bottom: 1px;
/* background: lime; */
	}
* html #contentArea #mainLeft {
	padding-top: 5px;
	}
#contentArea #mainRight {
	width: 425px;
	float: left;
	padding-left: 29px;
/*  background: fuchsia; */
	}
* html #contentArea #mainRight {
	padding-top: 5px;
	}

#specialLink {
	position: absolute;
	bottom: -25px;
	left: -35px;
	}

#footer {
	clear: both;
	text-align: right;
 	padding-right: 12px;
	background-image:url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: white;
	}
#footer p {
	font-size: 10px;
	color: #405361;
	margin: 0px;
	line-height: normal;
	padding-top: 5px;
	}
#headBorder {
	position: absolute;
	top: 0;
	right: 0px;
	height: 20px;
	width: 8px;
 	border-left: 1px solid #6B8297;
/* 	background: lime; */
	background-image:url(../img/border_head.png);
	}










.clearLR { clear: both; }


/* Content */
/* Linkereien  Hauptbereich */
a:link {
	color: black;
	text-decoration: underline;
	}

a:visited {
	color: black ;
	text-decoration: underline;
	}

a:hover {
	color: #08284e ;
	text-decoration: none;
	}

a:active {
	color: #08284e ;
	text-decoration: none;
	}

img {
	border: 0px;
	}

div.csc-textpic img {
	padding-bottom: 5px;
	}



/* Ueberschriften */
.csc-firstHeader  {
	margin-top: -5px;
	}

h1 {
	font-size: 14px;
	color: black;
	margin: 0px 0px 15px 0px;
	}
*+html h1.csc-firstHeader { /* iE7*/
	margin-top: 0px;
	}
p.csc-subheader {
	font-size: 14px;
	color: black;
	margin: 0px 0 15px 0;
	font-weight: bold;
	}
h2 {
	font-size: 13px;
	color: black;
	margin: 10px 0 10px 0;
	}

h3 {
	font-size: 12px;
	color: black;
	margin: 20px 0 10px;
	}



 /* Texte */
p.bodytext {
	margin-top: 5px;
	margin-bottom: 5px;
/* 	font-size: 12px; */
 	line-height:1.5em;
/*  	letter-spacing: 0.01em; */
	}
p.infoText {
	font-size: 10px;
	}


.align-center {
	text-align: center;
	}

.align-right {
	text-align: right;
	}

.align-left {
	text-align: left;
	}

.align-justify {
	text-align: justify;
	}

#contentArea ul {
	padding-left: 15px;
	list-style-type: disc;
	line-height:1.5em;
	}
#contentArea ol {
	padding-left: 15px;
	line-height:1.5em;
	}

.csc-bulletlist-1 {}

.csc-bulletlist-2 {
	list-style-type: lower-latin;
	}

.csc-bulletlist-3 {
	list-style-type: upper-roman;
	}



.csc-textpicHeader {
	margin-bottom: 15px;
	}

/* bildunterschriften */
.csc-textpic-caption {
	font-size: 9px;
	text-decoration: none;
	text-align: left;
	padding: 5px 0 10px 0;
	}



/* Tabellen */
/*************************************
   Tabellen
 **************************************/
table {
	border: 0px;
	padding: 0px;
	}

.contenttable {
	background-color: #bbbbbb;
	}

.contenttable tr {
	}

.contenttable td {
	padding: 2px;
	}

/* Layout 0 */
/* fixe breite 1. spalte */
.contenttable-0 {
	width: 100%;
	text-align: center;
	}

.contenttable-0 .tr-0 {
	}

.contenttable-0 tr p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.contenttable-0 td {
	background-color: #E6E6E6;
	}

.contenttable-0 .td-0 {
	background-color: white;
	width: 150px;
	text-align: left;
	}


/* Layout 1 */
/* alles flieÃÂend */
.contenttable-1 {
	width: 100%;
	text-align: center;
	}

.contenttable-1 .tr-0 {
	}

.contenttable-1 tr p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.contenttable-1 .tr-even {
	background-color: #E6E6E6;
	}

.contenttable-1 .tr-odd   {
	background-color:  white;
	}


/* Layout 2 */
/* alternierende Farben, fixe breite 1. spalte */
.contenttable-2 {
	width: 100%;
	text-align: center;
	}

.contenttable-2 .tr-0 {
	font-weight: bold;
	}

.contenttable-2 tr p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.contenttable-2 .tr-even {
	background-color: #E6E6E6;
	}

.contenttable-2 .tr-odd   {
	background-color:  white;
	}

.contenttable-2 .td-0 {
	text-align: left;
	width: 150px;
	}

/* Layout 3 */
/* alternierende Farben, KEINE fixe breite 1. spalte */
.contenttable-3 {
	width: 100%;
	text-align: center;
	}

.contenttable-3 .tr-0 {
	font-weight: bold;
	}

.contenttable-3 tr p {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

.contenttable-3 .tr-even {
	background-color: #E6E6E6;
	}

.contenttable-3 .tr-odd   {
	background-color:  white;
	}

.contenttable-3 .td-0 {
	text-align: left;
	}



/* Formulare */
form { }
form fieldset {
	border: 0px;
  	}
form label {
	display: block;
	width: 150px;
	text-align: right;
 	padding-right: 10px;
 	margin-bottom: 4px;
	float: left;
	}
form select,
form textarea,
form input {
	float: left;
	margin-bottom: 4px;
 	width: 230px;
	border: 1px solid #79888D;
	}
form br {
	clear: left;
	}
form input.mf-submit {
	width: auto;
	margin-left: 160px;
	padding: 0 10px;
	}
form .req {}

/* Login */
div.csc-loginform {
	}
div.csc-loginform p.csc-form-label,
div.csc-loginform p.csc-form-label-req {
	padding: 0 5px 0 0;
	margin: 0;
	height: auto;
	width: 145px;
	text-align: right;
	float: left;
	}
div.csc-loginform p.csc-form-label-req  + input {
	}
div.csc-loginform input[type=submit] {
	width: auto;
	padding: 0 10px;
	margin-left: 150px;
	}




/* Rahmen */
.csc-frame-invisible {
	clear: both;
	position: relative;
/* 	border: 1px solid lime; */
	}
.csc-frame-invisible p.infoText {
	position: absolute;
	bottom: 10px;
	width: auto;
	}
* html .csc-frame-invisible  p.infoText {
	position: relative;
	}
.csc-frame-rulerAfter {
	border-bottom: 1px dashed #bbbbbb;
	margin-bottom: 10px;
	}
.csc-frame-rulerBefore {
	border-top: 2px dotted #bbbbbb;
	margin-top: 10px;
	}
.csc-linkToTop {
	text-align: right;
	}





/* FCE */
.block-4 {
	width: 425px;
	margin-bottom: 10px;
	height: auto;
	}
* html .block-4 {
 	width: 420px;
	}
.block-4 .image {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 96px;
/* 	background-color: lime; */
	margin-right: 10px;
	margin-bottom: 10px;
	}
* html .block-4	.image {
 	margin-right: 5px;
 	margin-bottom: 5px;
	}
.block-4 .grey-line {
	clear: both;
	background-color: #E3E4E9;
	height: 17px;
	width: 400px;
	padding: 0 7px;
	color: black;
	line-height: 16px;
	margin-bottom: 15px;
	}
* html .block-4 .grey-line {
	width: 385px;
	}

.block-4-login {
	width: 425px;
	margin-bottom: 10px;
	}
.block-4-login .image {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 96px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
* html .block-4-login .image {
	margin-right: 5px;
	margin-bottom: 5px;
	}
.block-4-login .login {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 96px;
	margin-right: 10px;
	margin-bottom: 10px;
	}
* html .block-4-login .login {
	margin-right: 5px;
	margin-bottom: 5px;
	width: 94px;
	}
.block-4-login .login p.bodytext {
	padding: 0;
	margin: 0;
	font-size: 10px;
	line-height: normal;
	}
.block-4-login .grey-line {
	clear: both;
	float: left;
	background-color: #E3E4E9;
	height: 17px;
	width: 293px;
	padding: 0 7px;
	margin-right: 10px;
	color: black;
	line-height: 16px;
	margin-bottom: 15px;
	}
* html .block-4-login .grey-line {
 	width: 285px;
	margin-right: 5px;
	}
.block-4-login .grey-login {
	float: left;
	background-color: #E3E4E9;
	height: 17px;
	width: 71px;
 	padding: 0 0 0 25px;
	background-image: url(../img/arrow-login.png);
	background-position: left top;
	background-repeat:no-repeat;
	color: black;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 15px;
	}
* html .block-4-login .grey-login {
 	width: 73px;
	}
.block-4-login .grey-login a {
	text-decoration: none;
	display: block;
	}
.block-4-login .grey-login a:hover {
	text-decoration: underline;
	}


.block-5 {
 	width: 420px;
	}
.block-5 .image {
	float: left;
	overflow: hidden;
	width: 76px;
	height: 76px;
	margin-right: 8px;
	margin-bottom: 8px;
	}
.block-5 .grey-line {
	clear: both;
	background-color: #E3E4E9;
	line-height: 16px;
	width: 406px;
	padding: 0 7px;
	color: black;
 	line-height: 17px;
	margin-bottom: 15px;
	}



/* Furnier Ext */
.flashTool {
	clear: both;
	height: 32px;
	width: 200px;
	display:block;
	}
.flashTool a {
	text-decoration: none;
	}
.flashTool a:hover {
	text-decoration: underline;
	}
.flashTool img {
	width: 31px;
	height: 32px;
	float: left;
	border: 0;
	}
.flashTool .descr {
	width: 90px;
	padding: 0;
	margin: 0;
	padding-left: 5px;
	font-size: 9px;
	float: left;
	line-height: 10px;
	}
.flashTool .descr:hover {
	text-decoration:underline;
	}


.user-furnierflash-pi1 {
	}
.container-fullscreen {
	z-index: 10000;
  	position: absolute;  
  	right: 0px; 
  	top: 0; 
	width: 100% !important;
	height: 100% !important;
 	visibility: hidden;
 	background-image:url(../img/flashbg.png);
}
#flash-layer { 
	position:fixed;
	}
#closeButton {
	background: white;
	display: block;
	right: 30px;
	top: 30px;
	position: absolute;

	text-align: center;
	vertical-align:middle;
	}




.twoCols {
	clear: both;
	margin: 10px 0;
	}
.twoCols .left {
	width: 200px;
 	padding-right: 3px;
	padding-bottom: 1px;
	float: left;
	}
* html .twoCols .left {
	padding-right: 2px;
	width: 196px;
	}
.twoCols .right {
	width: 200px;
 	padding-left: 3px;
	padding-bottom: 1px;
	float: left;
	}
* html .twoCols .right {
	padding-left: 2px;
	width: 196px;
	}


.intro {
	clear: both;
	width: 450px;
	margin-left: -30px;
	margin-bottom: 15px;
	}
* html .intro {
	margin-left: 0px;
	width: 425px;
	}
.intro .left {
	float: left;
	width: 130px;
	margin-right: 15px;
	text-align: right;
	}
* html .intro .left {
	width: 120px;
	margin-right: 5px;
	}
.intro  .left .quote {
	overflow: hidden;
	}
.intro  .left .quote {
	margin-top: 10px;
	font-size: 11px;
	font-style:italic;
	font-weight: bold;
	}
.intro  .left .quoteBy {
	margin-top: 5px;
	font-size: 10px;
	font-style:italic;
	}
.intro .right {
	width: 300px;
	float: left;
	}
* html .intro .right {
	width: 274px;
	}
.intro h1 {
	}



/* FCE Default CSS for pan containers*/
.fce-pan  {
	width:424px;
	margin-bottom: 10px;
	}
.fce-pan  .head a {
	text-decoration: none;
	display: block;
	}
.fce-pan .head {
	background-color: #E3E4E9;
	width: 424px;
	height: 17px;
	padding: 0;
	color: black;
 	line-height: 17px;
	margin-bottom: 5px;
	position: relative;
	text-align:center;
	}
img.img_left {
	position: absolute;
	left: 0;
	}
img.img_right {
	position: absolute;
	right: 0;
	}

.fce-pan .pancontainer	{
	position:relative; /* keep this intact */
	overflow:hidden; /* keep this intact */
	width:424px;
	height:200px;
}



.grey-anfrage {
	float: left;
	background-color: #E3E4E9;
	height: 17px;
	width: 100%;
 	padding: 0 0 0 25px;
	background-image: url(../img/arrow-login.png);
	background-position: left top;
	background-repeat:no-repeat;
	color: black;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 15px;
	}
.grey-anfrage  a {
	text-decoration: none;
	display: block;
	}
.grey-anfrage  a:hover {
	text-decoration: underline;
	}




/* miniZoomPan styles */
.zoomPan {

	}
.minizoompan
{
background: #fff;
position: relative; /* always set to relative or offset() won't work */
border: 1px solid lightgray;
padding: 0;
margin: 0;
}

.minizoompan span.loader { /* the loader label*/
position:absolute;
left:0;
top:0;
z-index: 1;
display: none;
color: #000;
background: #fff;
font: normal 9px Arial, Verdana;
padding: 3px;
}








/* Admin Panel */
body > form {
	text-align: left;
	}

