@charset "UTF-8";
/* CSS Document */

body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #330000;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Trebuchet MS,  Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #cc9966;
	/*background-image: url(../images/background_only.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	}
h1 {
	font-size: 190%;
	color: #330000;
	margin-bottom: 0px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #330000;
	text-align: left;
}
h3 {
	color: #330000;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	}
p {
	line-height: 1.5;
	font-size: 85%;
}

td {
	font-size: 85%;
	text-align: left;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
}

/*highlights for links*/

a:link, a:visited {
	color: #CC6600;
	text-decoration: none;
	}

a:hover {
	color: #fff;
	background: #CC3300;
	}
	
 a:active {
 	color: #aaaaf7;
	}
	
a:link img, a:visited img {
	border-color: #CC6600;
	}
	
a:hover img, a:active img {
	color: #fff;
	}
	
.hover {
cursor: pointer;
border: thin;
border-color: #fff;
}

/*end link highlights*/

/*box display elements*/

dl {
  margin: 0px 0px 20px 20px;
}

dt, dl.small dt {
  font-weight: bold;
}

dd {
  margin: 0px 0px 0px 20px;
}

dl.small {
  font-size: 80%;
}

/*end box display elements*/

.twoColFixLtHdr #wrapper {
	/*position: absolute;*/
}
.twoColFixLtHdr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*float: left;*/
	margin-top: 0px;
	padding-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 30px;
	background-image: url(../../english/images/background_only.jpg);
	background-repeat: repeat-y;	/*background-attachment: fixed;*/
} 

.twoColFixLtHdr #header {
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 170px;
	margin-top: 5px;
	padding: 5px 0 0 0; 
	margin-left: 30px;
	width: 775px;
	background-image: url(../../english/images/header-background.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #search { 
	padding: 10px 10px 0 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 240px;
	float: left;
	overflow: visible;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 0px;
	/*margin-left: 30px;*/
	}
.twoColFixLtHdr	#sidebar1 p {
	padding: 0 0 15px 5px;
}
.twoColFixLtHdr	#sidebar1 h2 {
	padding: 0 0 15px 5px;
}
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 0px;
	/*margin-left: 30px;*/
	}
.twoColFixLtHdr	#sidebar2 p {
	padding: 0 0 15px 5px;
}
.twoColFixLtHdr	#sidebar2 h2 {
	padding: 0 0 15px 5px;
}
/*this is the sidebar with the background*/
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top: 0px;
	background-image: url(../../english/images/leftnav_bkgd.jpg);
	background-repeat: no-repeat;	
	/*margin-left: 30px;*/
	}
.twoColFixLtHdr	#sidebar3 p {
	padding: 0 0 15px 5px;
}
.twoColFixLtHdr	#sidebar3 h2 {
	padding: 0 0 15px 5px;
}

#sidebar_thumbs {
    height: 800px;
	overflow: auto;
	}
	
.twoColFixLtHdr #mainContent {
	width: 560px; 
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 235px;
	padding: 0 10px 0 5px;
}
.twoColFixLtHdr #fullContent {
	width: 660px; 
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding: 0 10px 0 5px;
}

.twoColFixLtHdr #right-block {
	margin-top: 0;
	margin-left: 5px;
	padding-top: 5px;
	width: 545px;/*this is because of ie adding up the padding and margins in the video div*/
}
.twoColFixLtHdr #promo-right {
	margin: 5px 5px 5px 5px;
	width: 150px;
	float: right;
}

#newsletter {
	width: 250px;
	float: right;
	padding: 5px 5px 0 5px;
	overflow: visible; 
}

#promotion1 {
	margin: 0 0 0 10px;
	float: left;
	width: 258px;
	background-image: url(../../english/images/div_background_06.png);
	height: 252px;
	padding-top: 15px;
	background-repeat: no-repeat;
	padding-left: 0;
	text-align: center;
} 

#promotion2 {
	margin: 0;
	float: right;
	width: 258px;
	background-image: url(../../english/images/div_background_06.png);
	background-repeat: no-repeat;
	height: 252px;
	/*margin-right: 12px;*/
	padding: 15px 5px 5px 0;
	text-align: center;
} 

.promotion_leftfloat {
	background-image: url(../../english/images/div_background_06.png);
	background-repeat: no-repeat;
	float: left;
	width: 258px;
	height: 252px;
	padding: 15px 5px 5px 0;
	margin: 0;
	text-align: center;
	}
	
	.promotion_rightfloat {
	margin: 0;
	float: right;
	width: 258px;
	background-image: url(../../english/images/div_background_06.png);
	background-repeat: no-repeat;
	height: 252px;
	/*margin-right: 12px;*/
	padding: 15px 5px 5px 0;
	text-align: center;
} 

.promotion_rightfloat2 {
	margin: 0;
	float: right;
	width: 242px;
	background-image: url(../../english/images/div_background_06.png);
	background-repeat: no-repeat;
	height: auto;
	/*margin-right: 12px;*/
	padding: 10px;
	text-align: justify;
} 

#video {
	width: 520px;
	height: 335px;
	margin-left: 10px;
	background-image: url(../../english/images/video-rectangle.png);
	background-repeat: no-repeat;
	/*margin-top: 250px;*/
	padding: 10px 5px 5px 5px;
	text-align: center;
}

.warning {
	font-weight: bold;
	color: #ff0000;
	}

/*begin the smooth gallery css */
#myGallery
{
width: 231px !important;
height: 183px !important;
}

#myGallery2
{
	width: 231px !important;
	height: 183px !important;
	padding-left: 10px;
}
.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}

.borderless a
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}
.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/







#myGallery
{
	text-align: left;
	margin: 0 auto;
}
#myGallery2
{
	text-align: left;
	margin: 0 auto;
}
/* end the smooth gallery css */

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: smaller;
	width: 780px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	top: 20px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}

.rightfloatfloat {
	float:right;
	clear:right; 
	margin:5px;
	}
.leftfloatfloat {
	float:left;
	clear:left; 
	margin:5px;
	}

.photo_caption {
	font-size: 90%;
	/*display: inherit;*/
	padding: 5px 7px 7px 5px;
}
.emphasis {
	font-size: 95%;
	font-style: italic;
}

/* ++++++++++ global structure styles end ++++++++++*/	
#myform{ /*CSS for sample search box. Remove if desired */
margin: 0;
/*margin-top: 2px;*/
padding: 0;
font-style: italic;
vertical-align:top; 
}

#myform .textinput{
width: 170px;
border: 1px solid gray;
height: 18px;
}

#myform .submit{
	/*font: normal 12px Verdana;*/
height: 20px;
	border: 1px solid #000;
	background-color: #CC3300;
	color: #FFFFFF;
}
/* ++++++++++ global structure styles end ++++++++++*/	
.searchform{ /*CSS for sample search box. Remove if desired */
margin: 0;
/*margin-top: 2px;*/
padding: 0;
}

.searchform_textinput{
width: 170px;
border: 1px solid gray;
height:18px;
vertical-align:top; 
}

.searchform_submit{
	/*font: normal 12px Verdana;*/
height: 20px;
	border: 1px solid #000;
	background-color: #CC3300;
	color: #FFFFFF;
}
/*CSS for sample search box. END */
#newsletter_input{ /*CSS for sample search box. Remove if desired */
margin: 0;
/*margin-top: 2px;*/
padding: 0;
	font-style: italic;
}

#newsletter_input .textinput{
	width: 170px;
	height: 15px;
	border: 1px solid gray;
	padding-top: 5px;
}

#newsletter_input .submit{
	/*font: normal 12px Verdana;*/
height: 20px;
	border: 1px solid #000;
	background-color: #CC3300;
	color: #FFFFFF;
	float: right;
}

/*end my form*/

#puppetlist {

}
#puppetlist ul{
list-style-type: none;
margin: 0;
padding: 0;
/*width: 100%;*/
}
#puppetlist li {
float: left;
}

#puppetlist img {
border: 2px solid #f3ecd0;
}

#puppetlist a:hover img {  
width : 100px; 
height : 100px;  
border : 1px solid #333; }

#large_image {
margin-botton: 5px;
}
.red {
	font-weight: bold;
	color: #CC0000;
}

.links {
font-size: 85%;
line-height: 1.5;
list-style: none;
}

.links dt {
	font-weight: bold;
	}

.featured {
	float: right;
	width: 220;
	margin-left: 10px;
	margin-bottom: 10px;
	}
.featured_left {
	float: left;
	width: 220;
	margin-right: 10px;
	margin-bottom: 10px;
	}
.product {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	}

.photos_sidebar {
	list-style: none;
	font-size: 80%;
	text-align: center;
	}
.photos_sidebar img {
	width: 200;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;	
	}
	
.buynow {
	margin: 10px;
	font-size: large;
	font-weight: bold;
	}
	
	#shadowfix {
	padding: 5px;	
}

/* Rules added when inserting checkboxes */
.chkRad {
	float: left;
}
.chkRad label {
	display:inline;
	}
.clearIt {
	clear:both;
	}
	
.outline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-bottom-color: #330000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
}

.120pxhigh {
	height: 120px;
}
.350pxwide {
  	width: 350px;
	}
.450pxwide {
  	width: 450px;
	}
	
	.400pxwide {
	padding-left: 20;
	float: left;
	width: 400px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: square;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	}
	
	
.550pxwide {
padding-left: 20;
  	width: 550px;
	}
#column1{
	float: left;
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
}
#column2{
	float: right;
	width: 300px;
	margin: 0 0 0 0;
	padding: 0 5px 0 0;
}

.italics
{
	font-style: italic;
}

bodysmall {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #330000;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Trebuchet MS,  Helvetica, Arial, sans-serif;
	font-size: x-small;
	background-color: #cc9966;
}

#language {
	background-image: url(../../english/images/buttons/Sprachauswahl.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	width: 29px;
	visibility: visible;
	position: relative;

}

#languagecell {
	margin: 2px;
	padding: 0px;
	background-color: none;
	width: 35px;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: center;
}

#languagetop {
	margin: 2px;
	padding: 0px;
	background-color: none;
	width: 35px;
    height: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
text-align: left;
}

#language tr {
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	background-color: none;

	
}#language th tr td {
		background-color: none;

}

