* {font-family:Verdana; 
   font-size:10px;
   padding: 0px;
   margin: 0px;}

html, body {
	height: 100%;
}

body {
	
	background-image: url('./images/holz.png');
}
#ich{
	width: 375px;
	height: 410px;
	padding: 50px 130px 0px 100px;
	margin: auto;
	background-image: url('./images/about_Me.png');
	background-repeat: no-repeat;
}
#ich p{
	font-size: 1.1em;
	padding-bottom: 15px;
	color: black !important;
}
.dummy {
	border: 1px solid;
	text-align: center;
}

.error-msg {
	color: red;
	font-weight: bold;
}

.link {
	text-decoration: underline;
	cursor: pointer;
}

/**
 * 	General stuff
 */
.clear {
	clear:both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/**
 * 	Container
 */
#global-container {
	width: 960px;
	margin: 46px auto 0px auto;
	/*background-color: #fff;*/
	
	background-repeat: repeat-y;
	background-position: 30px 0px;
}
#additional-background-global-container {
	background-repeat: repeat-y;	
	background-position: 17px 0px;
}

#left {
	width: 176px;
	float: left;
	/*background-image: url('./images/stoff.png');
	background-repeat: repeat-y;
	height: 900px;*/
}

#right {
	width: 784px; /* containerwidth - borders */
	float: left;
	padding-top: 12px;
}

#footer {
	color: #eee;
	text-align: right;
	padding: 3px 5px;
	font-size: 9px;
	margin-left: 170px;
	width: 740px;
}

#footer a {
	color: white;
}

/**
 * 	Product page
 */

.emotion-pic {
	width: 269px;
	height: 321px;
	margin-left: 22px;
	margin-right: 7px;
	border-radius: 4px;
	float: left;
	background-image: url('./products/emotion/e.png');
	background-repeat: no-repeat;
	background-position: left;
}

.product {
	width: 120px;
	height: 166px;
	margin: 0px 7px 7px 7px;
	color: green;
	float:left;
	padding-left: 15px;
	/*background-image: url('./images/papierchen.png');*/
	cursor: pointer;
}
.product .pic:hover {
	box-shadow: 0 0 1px 1px #444;
}

.product .pic {
	height: 148px;
	border-radius: 4px;
	background-repeat:no-repeat;
	background-position: left bottom;
}

.product .stempel.active {
	width: 60px;
	height: 47px;
	background-image: url('./images/vergriffen_stempel_klein.png');
	margin-top: -52px;
	margin-left: 52px;
}

.rotate1 {
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}

.rotate2 {
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

/**
 * 	Sidebar Left
 */
#logo {
	margin-top: -31px;
	height: 156px;
	background-image: url('./images/logo.png');
	background-position: right center;
	background-repeat: no-repeat;
}

#menu {
	margin-top: 30px;
}

#menu li {
	list-style-type:none;
}

#menu li a {
	height: 42px;
	width: 148px;
	padding-top: 5px;
	padding-right: 20px;
	display: block;
	text-align: right;
	background-repeat:no-repeat;
	background-position:right center;
	color: white;
	font-size: 14px;
	text-decoration: none;
	font-family: Times New Roman, Times;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li:nth-child(1) a { background-image: url('./images/kapitel1.png'); padding-top: 10px; }
#menu li:nth-child(2) a { background-image: url('./images/kapitel2.png');}
#menu li:nth-child(3) a { background-image: url('./images/kapitel3.png');}

#menu li ul {margin-top: -10px; margin-bottom: 20px;}

#menu li li a {
	background-image: none !important;
	height: 15px;
}

#menu li li a img:hover {
	box-shadow: 2px 1px 1px 1px white;
}

/*
 * In lightbox
 */
#order .deleteItem {
	display:none;
}

#lightbox h1 {
	margin: 5px 0px 10px 0px;
	font-size: 10px;
}

#lightbox h2 {
	margin: 3px 0px 5px 0px;
	font-size: 10px;
}


#lightbox .breadcrumb, #lightbox .breadcrumb strong {
	font-size: 10px;
}

#lightbox .content {
	min-height: 200px;
	padding: 0px;
	float:left;
	width: 398px;
}

#lightbox .sidebar {
	float:left;
	width: 181px;
	margin-left: 6px;
}

#lightbox .description {
	color: white;
	width: 180px;
	margin-top: 50px;
}

#lightbox .description h4 {
	padding-top: 2px;
}

#lightbox .info-box {
	height: 107px;
	width: 207px;
	position:absolute;
	bottom: 23px;
	right: 34px;
	background-image: url('./images/lightbox/preis_anhaenger.png');
	background-repeat: no-repeat;
	background-position: -25px 0px;
}

#lightbox .info-box .info-box-content {
	height: 85px;
	padding-top: 14px;
	padding-left: 60px;
}

#lightbox .info-box .info-box-content .title {
	text-align: right;
	padding-right: 27px;
}

#lightbox  .price-box {
	padding-top: 8px;
	padding-left: 30px;
}

#lightbox .price-box p {
	color: black;
}

#lightbox .navigation {
	margin-top: -44px;
}

#lightbox .navigation .button{
 height: 46px;
 background-position: left bottom;
 background-repeat: no-repeat;
 display: block;
 float:right;
 cursor: pointer;
}
.button:hover{
 margin-top: -1px;
}
.button:active{
 margin-top: 1px;
}

#lightbox .navigation .button1{
	margin-right: 8px;
	margin-top: 8px;
}

.button-back {
	width: 69px;
	background-image: url('./images/lightbox/button-back.png');
}
.button-back-crop {
	width: 69px;
	background-image: url('./images/lightbox/button-back-crop.png');
}

.button-to-basket {
	width: 96px;
	background-image: url('./images/lightbox/button-to-basket.png');
}
.button-next {
	width: 96px;
	background-image: url('./images/lightbox/button-next.png');
}
.button-order {
	width: 96px;
	background-image: url('./images/lightbox/button-order.png');
}

#lightbox .tab {
}

/*
 * Product Detail
 */
#page-detail {
	padding-bottom: 10px;
}

#page-detail .breadcrumb{

}
#page-detail .content {
	background-repeat:no-repeat;
	background-position: left center;
}

#page-detail .thumb {
	max-width: 130px;
	display: block;
}

#page-detail .thumbBorder {
	max-width: 90px;
	margin-top: 23px;
	margin-right: -30px;
	float:right;
	cursor: pointer;
	border: 1px solid #444;
	box-shadow: 0 0 3px 3px #222;
	overflow: hidden; 
	border-radius: 3px;
}


#page-detail .next, #page-detail .previous{
	width: 45px;
	height: 491px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
	display: block;
}
#page-detail a.next:hover {
	background-image: url('./images/lightbox/icon-next-blue.png');
}

#page-detail a.previous:hover {
	background-image: url('./images/lightbox/icon-previous-blue.png');
}


#page-detail .thumb:hover /*, #page-detail a.next:hover, #page-detail a.previous:hover*/{
	background-color:rgba(75,75,75,0.2);
}

/*
#page-detail a.next:active, #page-detail a.previous:active{
	background-color:rgba(220,220,220,0.5);
}
*/


#page-detail .next{
	background-image: url('./images/lightbox/icon-next.png');
	float:right;
}

#page-detail .previous {
	background-image: url('./images/lightbox/icon-previous.png');
	float:left;
}

#page-detail .navigation .sold-product {
	background-image: url('./images/vergriffen_stempel_klein.png');
	width: 59px;
	height: 51px;
	background-repeat: no-repeat;
	margin-left: 150px;
	display:block;
}



/*
 * Basket
 */
#basket .content {
	background-repeat:no-repeat;
	background-position: center center;
	background-image: url('./images/lightbox/korb.png');
	height: 491px;
}

#basket .basket-item {
	margin-bottom: 30px;
	margin-right: 15px;
	float:left;
	width: 100px;
}

#basket .basket-item .postit {
	height: 87px;
	text-align: center;
}
#basket .basket-item .pic {
	width: 98px;
	margin-top: -10px;
	border-radius: 3px;
	box-shadow: 0 0 3px 3px #eee;
}

#basket .basket-item .label {
	height: 30px;
	margin-left: 10px;
	margin-top: -40px;
}

#basket .basket-item .tpl_price {
	position: relative;
	top: 27px;
	left: 46px;
}

#basket .basket-item .deleteItem {
    padding-right: 5px;
	color:red;
	font-weight:bold;
	text-decoration: none;
	text-align: right;
	display:block;
	height: 10px;
	position: relative;
	z-index:999;
}

.basket-items {
	width: 270px;
	margin-left: 90px;
	margin-top: 72px;
} 



/*
 * Order
 */
input.small {
	width: 40px;
}

input, textarea {
	opacity:0.7;
	background-color: white;
	border: none;
	color:#555;
	padding-left: 5px;
	padding-right: 5px;
}
input[type=text] {
	height: 18px;
}
textarea {
	height: 148px;
}

.prefill {
	display:none;
}

.line {
	margin-bottom: 6px;
}

#order .content {
	width: 600px;
}

#order .letter-left-side, #order .letter-right-side {
	float: left;
}

#order .letter-left-side {
	width: 265px;
	margin-left: 15px;
}

#order .letter-left-side textarea {
	width: 212px;
	margin-left: 26px;
}

#order .letter-right-side {
	width: 201px;
	margin-left: 26px;
}

#order .letter-right-side  input[type=text] {
	width: 168px;
}

#order .letter {
	background-image: url('./images/lightbox/letter.png');
	background-position: 0px 84px;
	background-repeat: no-repeat;
	width: 530px;
	height: 468px;
	margin-left: 56px;
	margin-top: 18px;
}

#order .bill {
	height: 150px;
	width: 400px;
	float: left;
	margin-top: 95px;
	padding: 15px 40px;
}

#order a {
	color: black;
}

#order .bill td, #order .bill th {
	text-align: left;
	padding: 2px 2px;
}

#order .bill .price {
	text-align: right;
}

#order .bill .total {
	padding-top: 5px;
}

#order .bill .total.price {
}

#order .bill #bill-items {
	border-spacing: 0px;
	border-collapse: collapse;
}

#order .bill .bill-text {
	margin-top: 10px;
	margin-left: 20px;
}

#order .bill .bill-text .title{
	margin-bottom: 10px;
}

#agb {
	background-image:  url('./images/lightbox/paper_AGB.png');
	background-repeat: no-repeat;
	width: 306px;
	height: 449px;
	position: absolute;
	left: 100px;
	padding: 15px 40px;
	z-index: 9999;
}

#agb .top {
	margin: 10px 0px;
	text-align: right;
	height: 20px;
}

#agb .close {
	background-image:  url('./images/lightbox/close_AGB.png');
	background-repeat: no-repeat;
	height: 14px;
	width: 13px;
	float: right;
}

#agb .text {
	overflow-y: scroll;
	height: 380px;
}

#lightbox #agb h1, #lightbox #agb p {
	color: black;
}

/*
#order .bill {
	background-image: url('./images/lightbox/bill.png');
	width: 359px;
	height: 275px;
	display:none;
}

#order .bill-text {
	float:right;
	position: absolute;
	bottom: 285px;
	right: 317px;
	/ Chrome & Safari  /
-webkit-transform: rotate(-15deg);  
/ Firefox  /
-moz-transform: rotate(-15deg);  
/ Opera  /
-o-transform: rotate(-15deg); 
/ IE/
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#order .bill-text td {
	font-size: 9px;
	vertical-align: top;
}

#order .bill-text td.right {
	text-align: right;
}*/

#order .navigation {
	width: 576px;
	margin-top: -62px;
	position: absolute;
	bottom: 22px;
}

#thanks .thanks-background {
	width: 373px;
	height: 346px;
	background-image:  url('./images/lightbox/thanks.png');
	margin: 100px auto 0px auto;
}

#thanks-contact .thanks-contact-background {
	width: 373px;
	height: 346px;
	background-image:  url('./images/lightbox/thanks-contact.png');
	margin: 100px auto 0px auto;
}

/*
 * LIGHTBOX
 */
#lightbox .simple-tab .content {
	width: 560px;
	margin: 20px;
}

#lightbox h1 {
	color: white;
	font-size: 14px;
	padding-bottom: 15px;
}

#lightbox p {
	color: white;
	padding-bottom: 5px;
}

#lightbox input[type=text], #lightbox textarea {
	width: 400px;
}



/*
 * LIGHTBOX JQUERY UI DEFAULT
 */
#lightbox {
	background-image: url('./images/lightbox/background-lightbox.png');
	padding: 10px;
}

.ui-dialog .ui-dialog-content {

}

.ui-dialog-titlebar-close:hover {
	background-image: url('./images/lightbox/close_blue.png');
}

.ui-dialog-titlebar-close {
	background-image: url('./images/lightbox/close.png');
	height: 19px;
	width: 16px;
	z-index: 100;
	margin: 0px;
		padding: 0px;
	position:absolute;
	right: 15px;
	top: 22px;
	text-indent: -99999px;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; }
.ui-helper-clearfix:after { clear: both; }
.ui-helper-clearfix { zoom: 1; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Overlays */
.ui-widget-overlay { background: #666666 url('./images/ui-bg_diagonals-thick_20_666666_40x40.png') 50% 50% repeat; opacity: 0.5;filter:Alpha(Opacity=50); }
/*.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*
*/

.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { display:none } 
/*.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }*/
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0;  overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
