@CHARSET "ISO-8859-1";


/* Aus alter jquery-lightbox-0.4/css/lightbox.css übernommen, bewirkt, dass
   die rechte Scrollbar immer an ist. Dadurch gibt es keinen "Sprung",
   wenn die Lupe verwendet wird.
   TODO testen, ob bei neuen Projekten noch notwendig */
html, body {
	height:100%;
}

/********************************************************************
 Overwrite Colors
********************************************************************/
body{
	background-color: #333333;
}

body, a{
	color: #333333;
}

.mainBorder, .jcarousel-skin-ie7 .jcarousel-item{
	border-color: #ffffff;	
}

select, #MainBox, #ProductList li a:hover, td.favorites a:hover{
	background-color: #e4d5be;	
}

#SwitchPanel, #FooterBox, .jcarousel-skin-ie7.jcarousel-container{
	background-color:#f5f1e8;
}

.jcarousel-skin-ie7 .jcarousel-item:hover{
    border-color: #002f5b;
}

.otherFontColor, .vista_toolbar a{
	color: #002f5b;
}

.innerBorder, .vista_toolbar, #ProductList{
	border-color: #ccc;	
}

.copyright, .copyright a{
	color: #666;	
}
/********************************************************************
 Overwrite Images
********************************************************************/
#Logo{
	background-image: url("images/bannerfloor.jpg");	
}

a.buttonTiny {
	background-image: url("images/remove.gif");
}

a.buttonXXL {
	background-image: url("images/button250x24.gif");
}

.vista_toolbar ul {
	background-image:url(images/back.gif);
}

.vista_toolbar li.selected a, .vista_toolbar a:hover{
	background: url(images/left.png) no-repeat left center;
}

.vista_toolbar li.selected a span, .vista_toolbar a:hover span{
	background:url(images/right.png) no-repeat right center;
}

.jcarousel-skin-ie7 .jcarousel-next-horizontal{
	background: transparent url(images/next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-ie7 .jcarousel-prev-horizontal {
    background: transparent url(images/prev-horizontal.gif) no-repeat 0 0;
}

/********************************************************************
 Overwrite Surface & Structure
********************************************************************/
div#ImageHint {
	border-color: #eeeeee;
}

div#ImageHint .title {
	color: #eeeeee;
	background-color:#002f5b;
}

/********************************************************************
 GENERAL
********************************************************************/
body {
	margin-top: 10px;
	padding-top: 0px;
	font-family: 'Verdana','Arial';
	font-size: 11px;
	text-align: center;
}

a:focus {
	outline: none
}

#StartBox {
	visibility:hidden;
}

#MainBox {
	width: 874px;
	height: 552px;
	border-width: 1px;
	border-style: solid;
	padding: 0px;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
}

#Logo {
	float: left;
	width: 872px;
	height: 60px;
	border-width: 1px 1px 2px 1px;
	border-style: solid; 
	padding: 0;
}

/*#AreaSelection {
	float: left;
	position: relative;
	top: 39px;
	left: 0px;
}

#AreaSelection ul  {
	margin: 0;
	padding: 0;
}

#AreaSelection li {
	float: left;
	list-style: none;
	width: 200px;
	text-align: center;
	border-collapse: collapse;
}

#AreaSelection li a {
	display: block;
	padding: 3px;
	border-top: #ffffff solid 2px;
	border-left: #ffffff solid 0px;
	border-bottom: #ffffff solid 2px;
	border-right: #ffffff solid 2px;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	background-color: #e6ded1
}

#AreaSelection li a:hover {
	color: #000000;
	border-bottom: #ffffff solid 2px;
}

#AreaSelection li.selected a {
	border-bottom: #e4d5be solid 2px;
	background-color: #e4d5be;
	color: #000000;
}*/


#FooterBox {
	clear: both;
	font-size: 10px;
	width: 852px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.copyright {
	float: left;
	text-align: left;
	padding-top: 4px;
}

.copyright a {
	text-decoration: none;
}

.copyright a:hover {
	text-decoration: underline;
}


.languageSelection {
	float: right;
	padding-top: 4px;
}

.languageSelection a {
	text-decoration: none;
}

.languageSelection a:hover {
	text-decoration: underline;
}


#ContentBox {
	float: left;
	position: relative;
	width: 852px;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
}

#CategorySelectionBox {
	width: 304px;
	height: 32px;
	padding: 0px;
}

#CategorySelectionBox select {
	font-family: 'Verdana','Arial';
	font-size: 11px;
	font-weight: bold;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
	margin: 7px 0 6px 0;
}

#RoomsceneSelectionBox {
	width: 304px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	padding: 0px 0px 0px 0px;
}

#SwitchPanelNav {
	width: 306px;
	height: 32px;
	padding: 0px;
}

#SwitchPanelNav .switchButton {
	width: 29%;
	text-align: center;
}

#SwitchPanel {
	width: 284px;
	height: 296px;
	padding: 10px;
	border-style: solid;
	border-width: 0 1px 1px 1px;
}

#CurrentProductBox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
	display: none;
}

#CurrentProductButtons {
	position: absolute;
	top: 260px;
	float: left;
	width: 285px;
}

#ProductSelectionBox {
	width: 100%;
	height: 100%;
	padding: 0px;
	display: block;
}

#ProductSelectionBox select, #ColorSelectionBox select {
	position: static;
	width: 135px;
	font-family: 'Verdana','Arial';
	font-size: 10px;
	border: #ffffff 1px solid;
	margin: 0px 0px 5px 5px;
}

#ProductList {
	width: 275px;
	height: 198px;
	margin: 5px 0 0 5px;
	font-family: 'Verdana','Arial';
	font-size: 10px;
	background-color: #ffffff;
	overflow: auto;
	border-style: solid;
	border-width: 1px;
}

#ProductList ul, #ProductList li, #InstallationBox ul, #InstallationBox li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#ProductList li a:link, #ProductList li a:visited, #ProductList li a:active {
	display:block;
	text-decoration:none;
	padding: 3px;
	line-height: 12px;
}

div#Rotation {
	clear: left;
	display: block;
	padding-top: 5px;
}

.rotationTitle {
	float: left;
	font-size: 10px;
	text-align: left;
	padding: 3px 10px 0 5px;
}

#Rotation select {
	width: 100px;
	font-family: 'Verdana','Arial';
	font-size: 10px;
	text-align: left;
	border: #ffffff 1px solid;
	margin: 0;
}

#FavoritesBoxOver{
	display: none;
}

div#FavoritesBox {
	display:block;
	height:250px;
	margin-bottom:10px;
	overflow:auto;
	padding:0;
	width:100%;
}

td.favorites {
	font-size: 10px;
	padding: 0px 3px 10px 0px;
}

td.favorites a {
	display: block;
	text-decoration: none;
}

div#ImageToolBox {
	position: absolute;
	top: 10px;
	left: 324px; 
	width: 535px;
}


div#ImageBox {
	position: absolute;
	top: 53px;
	left: 324px; 
	width: 536px;
	height: 402px;
	vertical-align: middle;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
	border-top: #ffffff solid 0px;
	padding: 0px 0px 0px 0px;
}

div#ImageBox img.photo {  
    padding: 0;  
    border-top:  1px solid #eee;  
    border-left:  1px solid #eee;  
    border-bottom:  1px solid #ccc;  
    border-right:  1px solid #ccc;  
    background-color: #eee;  
}


div#ImageHint {
	position: absolute;
	top: 59px;
	left: 330px;
	width: 150px;
	height: 28px;
	z-index: 10;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}

div#ImageHint .title {
	font-size: 10px;
	text-align: center;
	padding: 2px;
}

img.carousel {
	cursor: pointer;
}


.title {
	display: block;
	font-size: 10px;
	text-align: left;
	padding: 1px 3px 5px 3px;
}

td.key {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	padding: 1px 3px 1px 3px;
}

td.center {
	align: center;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
	padding: 1px 3px 1px 3px;
}

td.value {
	font-size: 10px;
	text-align: left;
	padding: 1px 3px 1px 3px;
}

a.buttonTiny {
	background-repeat:no-repeat;
	display:block;
	font-size:10px;
	height:16px;
	line-height:16px;
	margin:10px 0 5px;
	overflow:hidden;
	padding:0;
	text-align:center;
	text-decoration:none;
	width:16px;
}

a.buttonXXL {
	width: 250px;
	height: 24px;
	display: block;
	padding: 0px 0px 0px 0px;	
	text-align: center;
	font-size: 10px;
	line-height: 24px;
	text-decoration: none;
	background-repeat: no-repeat;
	overflow: hidden;
	margin: 3px;
}

.patternImage {
    width: 40px;
    height: 40px;
    padding: 5px 5px 5px 5px;
}


/****************************************************************
* easybo login
*****************************************************************/

#easyboInfo {
	float: left;
	width: 470px;
	height: 439px;
	padding: 5px 5px 5px 180px;
	background-image: url("images/easybo.jpg");
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#easyboInfo .title {
	margin-top: 5px;
	display: block;
	font-size: 16px;
	text-align: center;
}

#easyboInfo .register a {
	float: left;
	margin: 25px;
	padding: 5px 5px 5px 5px;
	border: 2px solid #cc0000;
	color: #cc0000;
	background-color: #ccddee;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
}

#easyboLogin {
	float: right;
	padding: 5px 10px 0px 10px;
	width: 170px;
	height: 444px;
	background-color: #f5f1e8;
}

#easyboLogin .title {
	font-size: 14px;
	text-align: center;
}

.textStart {
	font-weight: bold;
}


