@CHARSET "ISO-8859-1";

/* @IF_CD_INSTALLER@

.onlyOnline {display:none;}

@ENDIF@ */

/********************************************************************
 GENERAL
********************************************************************/

body {
	background-color: #fff;
	font-family: Verdana,Arial,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:left;
	color: #777;
}

a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: #777;
}

img{ border: 0px; }

p {
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.5em;
	font-size: 11px;
}

#StartBox {
	visibility:hidden;
}

/********************************************************************
 BASIC STRUCTURE
********************************************************************/

div#MainBox {
	margin:0 auto;
	padding:61px 0 0;
	width:985px;
}

div#left{
	float:left;
	width:280px;
	height: 725px;	
}

div#right{
	float:left;
	width:705px;	
}

div#FooterBox {
	clear:both;
	color:#ACACAC;
	font-size:10px;
	height:12px;
	padding:4px 0;
	text-align:left;
}

#Footer{
	width: 977px;
	margin: 0 auto;
}

.copyright {
	float: left;
}

.copyright a{
	color: #acacac;
}

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

.languageSelection {
	float: right;
	padding-right: 10px;
}

.flags {
	float: right;
}

/********************************************************************
 PAGE Fotostudio
********************************************************************/

/****************************** LEFT *******************************/
div#Logo {
	height:105px;
}

div#Logo img{
	float: right;
}

#SwitchPanel{
	margin:20px 0;
	font-size: 10px;
}

#ProductTitle, #ColorObjectsTitle, #FavouriteTitle{
	border-top:1px solid #EDEDEB;
}
	
#ProductTitle a, #ColorObjectsTitle a, #FavouriteTitle a{
	background-image:url("images/up.gif");
	background-position:right center;
	background-repeat:no-repeat;
	color:#444444;
	display:block;
	font-size:10px;
	padding:3px 20px 4px 3px;
	text-align:right;
	text-transform:uppercase;
}

#ProductTitle a, #FavouriteTitle a{
	background-image:url("images/down.gif");	
}

#ProductSelectionBox{
	display: block;
	margin: 10px 0;	
}

.Filter{
	padding: 0 0 10px 0;	
}

.Filter td{
	padding: 2px 0;	
}

.Filter select{
	border:1px solid #CCCCCC;
	color:#444;
	font-size:11px;
	width:150px;
}

#ProductList {
	height:195px;
	overflow:auto;
	width:280px;
}

#ProductList ul{
	margin:0;
	padding:0;
	width:263px !important;
}

#ProductList li{
	float: left;
	height: 61px;
	list-style-type: none;
	margin: 0 4px 4px 0;
	width: 61px;
}

#ProductList li a{
	float: left;
}

#ProductList li a span{
	float: left;
	height: 59px;
	width: 59px;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
}

.showPositionProductList{
	display:block;
	margin-top:5px;
}

#decorColorTitle{
	font-size:10px;
	margin-top:15px;
	float: left;
}

#resetButton {
	float:right;
	margin-top:15px;
	position:relative;
}

#resetButton a {
	padding: 0 4px;
	text-decoration:underline;
}

#resetButton a:hover{
	text-decoration: none;	
}

#moreOptions{
	margin:43px 0 10px;
}

#ColorBox{
	display: none;
	margin: 10px 0;	
}

#ColorHidden {
	display: none;
	height:100px;
	padding:10px;
}

#ColorObjects{
	height: 15px;
	margin-bottom: 10px;
}

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

#ColorObjects li{
	float: left;
	list-style: none;	
}

#ColorObjects li a{
	display: block;
	padding: 0 10px 0 0;	
}

#ColorObjects li a.selected{
	font-weight: bold;	
}

#ColorSelector{
	height:215px;
	overflow:auto;
	width:280px !important;
}

#ButtonContact{
	padding: 10px;
	text-align: right;	
}

#ButtonContact a{
	padding:3px;
	color: #444;
}

#ButtonContact a:hover{
	color: #808080;
}

/***************************** RIGHT *******************************/
div#ContentBox{
	position:relative;
}

#MenuBox{
	z-index: 2;	
}

div#Menu {
	height:27px;
	left:66px;
	position:absolute;
	width:635px;
}

div#Menu ul{
	margin: 0;
	padding: 0;
	float: left;		
}

div#Menu ul li{
	list-style-type: none;
	padding-right: 50px;
	float: left;
}

div#Menu ul li a{
	padding: 5px 6px;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	color: #444
}

div#Menu ul li a.highlightColor{
	font-weight: bold;
}

div#Menu ul li a.unselected{
	color: #808080;
}

#closeWindow{
	background-image:url("images/btnClose.gif");
	background-position:right center;
	background-repeat:no-repeat;
	float:right;
	font-size:11px;
	position:relative;
}

#closeWindow a{
	display:block;
	padding:5px 15px 5px 5px;
}

#closeWindow a:hover{
	text-decoration: underline;
}

#ImageBox {
	height:629px;
	left:72px;
	position:absolute;
	top:27px;
	width:629px;
}

#paper{
	height: 629px !important;
	width: 629px !important;
}

#CurrentBox {
	left:72px;
	padding:5px 0;
	position:absolute;
	top:660px;
	width:633px;
	font-size: 10px;
}

#CurrentProduct{
	float:left;
	margin-right:15px;
	margin-top:3px;
}

#CurrentProduct span{
	padding:0 5px 0 0;
}

#CurrentProductButtons a{
	padding:2px;
	text-decoration: underline;
}

#CurrentProductButtons a:hover{
	text-decoration: none;
}

#Rotation {
	float:right;
	margin-top:3px;
	position:absolute;
	right:60px;
}

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

#Rotation li {
	list-style: none;
	float: left;
}

#Rotation li a{
	display: block;
	font-size: 10px;
	padding: 0 5px;
}

#Rotation li a.selected{
	font-weight: bold;
	color: #444
}

#ImageToolBox {
	left:651px;
	position:absolute;
	top:666px;
	width:52px;
}

#ImageToolBox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ImageToolBox li {
	float: left;
	padding: 0 0 0 10px;
	height: 16px;
	width: 16px;
}

#ImageToolBox li a {
	display: block;
	line-height: 16px;
	cursor: pointer;
	height: 16px;
	width: 16px;
}

a#fullscreen{
	background-image: url("images/icon_100.gif");
}

a#print{
	background-image: url("images/icon_print.gif");
}

/********************************************************************
 PAGE easybo
********************************************************************/
#left.easyBoPage{
	height: 570px;
}

#EasyboContent{
	position: relative;	
}

div#EasyboText {
	padding:129px 0 0 70px;
}

div#EasyboText ul li{
	padding: 5px 0;
	font-size: 11px;	
}

div#EasyboAction {
	margin:20px 0;
}

div.easyboLogin a, div.easyboLogout a {
	margin-bottom: 10px;
	text-decoration: underline;
	display: block;
	font-size: 11px;
}

.LoginTitle{	
	border-top:1px solid #EDEDEB;
	font-size:10px;
	text-align:right;
	text-transform:uppercase;
	display: block;
	padding: 3px 5px 4px 3px;
	color: #444;
	margin-bottom: 10px;
}

.boxtitle{
	color:#808080;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;	
}

.register a {
	height:16px;
	margin-top:20px;
	padding:1px;
	text-align:center;
	display: block;
	font-weight: bold;
	text-decoration: underline;
	float: left;
	font-size: 11px;
}

.register a:hover {
	text-decoration: none;
}

/********************************************************************
  Gallery
********************************************************************/

div#transparent {
	display:none;
	left:72px;
	position:absolute;
	top:27px;
	width:629px;
	z-index:11;
}

div#transparent_background {	
	background-color:#FFFFFF;
	height:180px;
	opacity:0.8;
	filter: alpha(opacity=80); /* IE's opacity*/
	position:absolute;
	right:0;
	top:0;
	width:629px;
	z-index:99;
}

div#transparent_contents {
    background-color:transparent;
	height:160px;
	padding:10px;
	position:relative;
	width:609px;
	z-index:101;
}

#dynCategories{
	float:left;
	margin:0;
	padding:0;
	width:140px;	
}

#dynCategories li{
	list-style: none;
}

#dynCategories li a{
	display: block;
	padding: 3px;
	font-size: 10px;
	color: #444
}

#dynCategories li a.selected{
	font-weight: bold;
}

#showPanel img{
	margin: 0 5px 0 0;
}

div#carousel {
	left:150px;
	position:absolute;
	width:468px;
}

#carousel ul{
     margin: 0;
     padding: 0;
     position: absolute;
}

#carousel li{
    float:left;
	height:72px;
	list-style:none outside none;
	padding:0 4px 4px 0;
	width:113px;
}

#carousel li a span{
	float: left;
	height: 70px;
	overflow: hidden;
	width: 111px;
    filter: alpha(opacity=80);
    opacity: 0.8;
    border: 1px solid #444;
}

img.carousel {
	cursor: pointer;
	height: 111px;
	width: 111px;
}

.showPositionGallery{
	left:126px;
	position:absolute;
	top:95px;
	font-size: 10px;
}

/********************************************************************
 Slider
********************************************************************/
#slider{
	cursor:pointer;
	left:4px;
	top:15px;
	width:273px;
	clear: both;
}

.handle0 {
	background-image: url("images/regler_unten.gif");
	background-position: bottom;
}

.handle1 {
	background-image: url("images/regler_oben.gif");
}

/********************************************************************
	Produktanfrage Overlay
********************************************************************/
#ContactOverlay{
	/* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
    
    background-image:url("images/overlay_bg.gif");
	background-repeat:repeat-x;
	height:465px;
	padding:20px;
	width:802px;
}

#ContactOverlay .close{
	background:transparent url('images/close.gif') no-repeat scroll 0 0;
	cursor:pointer;
	height:37px;
	position:absolute;
	right:-15px;
	top:-15px;
	width:37px;	
}

#FavoritesBox {
	height:430px;
	overflow:auto;
	position:absolute;
	width:800px;
	font-size: 11px;
	color: #444;
}

#NoFavorites{
	position:relative;
	text-align:center;
	top:200px;
}

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

#FavoritesBox li {
	display:block;
	float:left;
	height:215px;
	list-style:none;
	margin:0 0 0;
	width:190px;
}

.favorites {
	float:left;
	position:relative;
	width:128px;
}

.favorites a {
	display: block;
	color: #444;
}

.favorites a img{
	display:block;
	margin-bottom:5px;
	width: 128px;
	height: 128px;
}

a.buttonTiny {
	display: block;
	background-image:url(images/remove.gif);
	background-repeat:no-repeat;
	float:left;
	height:16px;
	width:16px;
	margin-left: 10px;
}

#txtHinweis{
	font-size:10px;
	position:absolute;
	top:465px;
}
