* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
form {
	font-size: inherit;
	font-family: inherit;
}
/* end reset */
/* clearfix */
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clear { 
	zoom: 1; 
} /* IE6 */
*:first-child+html .clear { 
	zoom: 1; 
} /* IE7 */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.bordered {
	border: 1px solid #ced0d2;
}
.borderleft {
	border-left: 1px solid #ced0d2;
}
.marginright {
	margin-right: 5px;
}
.marginleft {
	margin-left: 5px;
}
body {
	color: #464749;
	text-align: left;
}
html {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
/*@font-face {
  font-family: "Helvetica";
  src: url(../css/Helvetica.otf) format("truetype");
}*/
a {
	color: #464749;
	text-decoration: underline;
}
a:hover {
	color: #464749;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000000;
	font-size: inherit;
	margin-bottom: 20px;
	font-weight: bold;
}


/* LAYOUT */
#container {
	width: 638px;
	margin: 0;
	text-align: left;
}
#containertop, #containerbottom, #lefmenucolumn, #slogan, ul#topmenu, #footer, #fbFooter {
  display: none;
}

#containermiddle {
	background: url(../images/container-bg.png) repeat-y center;
	padding-bottom: 3px;
	position: relative;
	width: 638px;
}
#flashfrontpage {
	height: 534px;
	width: 638px;
	left: 2px;
	background: url(../images/flashintro.jpg) -156px 0 no-repeat;
	position: relative;
	z-index: 2!important;
}

#flashfrontpage object {
  margin: -35px 0 0 0;
  padding: 0;
  width: 638px;
}

.intro-link {
    display: block;
    width: 415px;
    height: 70px;
}

#choosecountry {
	height: 541px;
	width: 638px;
	left: 2px;
	background: url(../images/ornament.png) no-repeat center;
	position: relative;
}
.choosecountry {
	width: 200px;
	margin: 0 auto;
	position: relative;
	padding-top: 200px;
}
.choosecountry select {
	width: 198px;
	margin: 10px auto;
	border: 1px solid #ced0d2;
	position: relative;
	display: block;
}
.linkarrow {
	background-image: url(../images/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 10px;
}
.downloadarrow {
	background-image: url(../images/downloadarrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 12px;
}

a#logofrontpage {
	width: 124px;
	height: 30px;
	display: block;
	float: left;
	margin: 0;
	position: relative;
	z-index: 999999;
	top: 25px;
	left: 34px;
	text-decoration: none;
	background: url(../images/logo.png) no-repeat;
}
a#logo span, a#logofrontpage span {
	visibility: hidden;
}

/* RIGHT COLUMN */
#rightcolumncontent {
	width: 638px; /* 664px if scrollbars are removed from #maincontentwrapper, also uncomment padding-right */
	float: right;
	/*padding-left: 25px;*/
	/*padding-right: 33px;*/
	position: relative;
	z-index: 0;
}

/* COLUMNS */
#maincontentwrapper {
	width: 638px;  /*664px old - without scrollbars, change to 664px if the two bottom css lines are removed */
	position: relative;
	z-index: 0;
	/*margin-top: 89px;*/
	/* height: 442px;  remove this line to hide scrollbars, 425 if horizontal scroll is not used */
	overflow-y: auto;  /*remove this line to hide scrollbars */
}

#maincontentwrapper ul {
  padding: 0 0 0 14px;
  margin: 0;
  list-style-type: square;
}

#maincontentwrapper li {
  padding: 0 0 3px 0;
  margin: 0;
}

#maincontentwrapper li ul {
  padding-bottom: 7px;
}

/* IMAGEMENU IMPORTANT: If the element #imagemenu exists the div#maincontentwrapper gets the class .smallermaincontentwrapper so that the images are well adjusted */
.smallermaincontentwrapper {
	/*width: 665px!important;*/ 
	position: relative;
	/*margin-top: 89px;*/

	overflow: hidden;
	overflow-y: hidden!important; /* IE6 & IE7*/
	/*overflow-x: auto!important;*/
}

.weiter a {
  padding: 0 6px 0 0;
}
/*Dado*/
.onecolumncontent {
	width: 638px;
}

ul#imagemenu {
	list-style: none;
}
ul#imagemenu li {
	float: left;
	width: 210px;
	margin-right: 2px;
}
ul#imagemenu li img {
	float: left;
	width: 210px;
	height: 100%;
}
a.transparentimagelink {
	float: left;
	width: 210px;
	height: 23px;
	background: url(../images/transparent-overlay.png);
	text-align: center;
	margin-top: -23px;
	line-height: 23px;
	font-size: 13px;
	position: relative;
	z-index: 10;
	text-decoration: none;
	display: block;
}
.fade {
	position: relative;
	width: 210px;
}
.fade span.colorimage {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
span.colorimage, span.bwimage {
	float: left;
	height: 425px;
}
span.colorimage img, span.bwimag img {
	height: 425px;
}

/* THREE COLUMNS */
.threecolumnsleft {
	width: 210px;
	float: left;
	margin-right: 2px;
}
.threecolumnsmiddle {
	width: 210px;
	float: left;
	margin-right: 2px;
}
.threecolumnsright {
	width: 210px;
	float: left;
	margin-right: 2px;
}
.threecolumnsright.padding, .threecolumnsmiddle.padding, .threecolumnsleft.padding {
	width: 180px;
	float: left;
	margin-right: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
}
.fourthcolumn, .fifthcolumn, .sixthcolumn, .seventhcolumn {
	width: 210px;
	float: left;
	margin-right: 2px;
}

/* TWOCOLUMNS */
.twocolumnsleftwide {
	width: 442px;
  padding: 0 0 10px 0;
}
.twocolumnsleftwide.padding {
	width: 402px;
	padding: 0 0 10px 0;
}
.twocolumnsright {
	width: 196px;
	margin-left: 4px;	
}
.twocolumnsright.padding {
	width: 180px;
	margin-right: 2px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
}

.twocolumnslefthalf {
	width: 310px;
	float: left;
	margin-right: 2px;
}
.twocolumnsrighthalf {
	width: 310px;
	float: left;
}
.textwithborder {
	background: url(../images/textwithborder.gif) repeat-y top left;
	padding-left: 9px;
}
.fullheight {
	height: 423px;
}
.fullheight.padding {
	height: 420px;
}

#maincontentwrapper {
	font-size: 11px;
}

.ldisabled,.sdisabled {
	opacity: 0.3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	/*This is for IE8 */
	filter: alpha(opacity = 30);
	cursor: default;
}


/* FOOTER NAVIGATION */
.auswahl {
	height: 15px;
	line-height: 15px;
	display: block;
	width: 195px;
	padding-left: 25px;
	color: #464749;
	text-decoration: none;
	margin-bottom: 2px;
	margin-top: 3px;
}
.auswahl:hover, .auswahl.active {
	background-image: url(../images/laenderauswahl.gif);
	background-color: #7d7d7d;
	background-position: 14px 0;
	background-repeat: no-repeat;
	color: #ffffff;
}

.printfooter {
  text-align: left;
  border-top: 1px solid #CED0D2;
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
}

.printfooter table {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;  
}
/***************************************************** more added by dado ************************************************************/

/* FORM */
.form {
	background: #c6c8ca;
	padding: 25px;
}
.form input {
	border-top: 1px solid #5f6061;
	border-right: 1px solid #b3b5b7;
	border-left: 1px solid #cccccc;
	font-family: inherit;
}
.form input.textbox {
	border-top: 1px solid #5f6061;
	border-right: 1px solid #b3b5b7;
	border-left: 1px solid #cccccc;
	float: right;
	height: 14px;
	line-height: 14px;
	width: 210px;
}
.form select.select {
	float: right;
	width: 210px;
	line-height: 14px;
}
.form select.short {
	width: 100px!important;
	line-height: 14px;
}
.form select.select option {
	line-height: 14px;
}
.form input.checkbox, .form input.radio {
	border: none!important;
}
.form .button {
	border: none!important;
	width: 102px;
	height: 19px;
	background: url(../images/submit.gif);
	text-align: center;
}
.form textarea {
	border-top: 1px solid #5f6061;
	border-right: 1px solid #b3b5b7;
	border-left: 1px solid #cccccc;
	font-family: inherit;
	width: 100%;
}
.red {
	color: #761111;
}
/*.pressearchiv {
	float: left;
	clear: both;
	margin-bottom: 20px;
	
} Hide by aftab
*/
/*************************************************** added by aftab ******************************************************************/

.textwithborder p {
	padding-right:5px;
}

.prod-opt{	
	margin-top:5px;
	height:20px;
	margin-bottom:5px;
	/*padding: 5px;	*/
}

.prod-opt .content-left {
	float: left;
}

.prod-opt .content-middle {
	float: left;
}

.prod-opt .content-right {
	float: right;
}

div.transparentcontainer {
	float: left;
	width: 100%;	
	margin-top: -100px;
	height:100px;
	background: url(../images/transparent-overlay.png);
	text-align: center;		
	font-size: 11px;
	position: relative;
	z-index: 10;
	text-decoration: none;
	display: block;
	text-align:left;
}
.transparentcontainer .content {
	padding:10px 10px;
	height: 60px;
	overflow: hidden;
	text-align: justify;
}
.transparentcontainer .content a {
	text-decoration: none;
}
.transparentcontainer .weiter-link {
	padding-bottom: 0px;
}
.transparentcontainer .weiter-link a {
	float:right;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}


/* login form */

.threecolumnsmiddle-new {
	width: 440px;
	float: left;
	margin-right: 2px;
}
.form-bg {
	background-color:#d2d2d4;
	padding:10px;
	margin-top:16px;
}
.form-bg div {
	margin-left:90px;
}
.form-bg div.div-username {
	margin-bottom:4px;
}
.form-bg div.div-username label, .form-bg div.div-password label {
	padding-left:2px;
	color: #000000;
}
.form-bg div.div-username input, .form-bg div.div-password input {
	width:220px;
	border-top:1px solid #333;
}
.form-bg div.div-submit input {
	margin-left: 118px;
}

.form-bg div.div-password {
	margin-bottom:20px;
}
.button-submit {
	border: none!important;
	width: 102px;
	height: 19px;
	background: url(../images/submit.gif);
	text-align: center;
}


/*div.twocolumnsrightwide div#c58 { 
	background: url(../images/textwithborder.gif) no-repeat top left;
	padding-left: 9px;
}

div.twocolumnsrightwide div.tx-felogin-pi1 form {
	background-color:#d2d2d4;
	margin:0 20px 0 20px;
	padding-left:40px;
}*/

.pressearchiv {
	float: left;
	margin-bottom: 20px;
	width:220px;
}

.pressearchiv p {
	margin:10px 5px 5px 0;
}
a.new-class {
	text-decoration:none;
}
a.new-class:hover {
	text-decoration:underline;
}

/*****************/

div.bild-part {
	height: auto;
}

.bild-part img {
	float:left;
	margin-right:5px;
}
.no-leftborder {
	padding-left: 9px;
}

/* 11.07.2010 changes*/
#tooltip{
	position:absolute;
	border:1px solid #333;
	background: #EAEAEA;
	opacity: .80;
	padding:2px 5px;
	color:#000;
	display:none;
}

/***********************/

.csc-sitemap ul {
	list-style: circle;
}

.csc-sitemap ul a {
	text-decoration:none;
}

.csc-sitemap ul a:hover {
	text-decoration:underline;
}


.csc-sitemap ul ul {
	padding-left:20px;
}

/*Product css*/
.content-left{
width:100px;
display:inline-block;
margin-right:10px;
}

.content-middle{
width:40px;
display:inline-block;
margin-right:10px;
}

.content-right{
width:40px;
margin-top:-3px;
display:inline-block;
}

.content-right select option {
font-size:11px!important;
}

/* ********* FLASHBOOK individuell ********** */
.flashbuchContent {
  width: 638px; 
}

.flashbuchContent object {
  width: 638px; 
  height: 1000px;
}

#fbContainer {
  width: 638px;
  height: 1000px;
}

.flashbuchContent #fbContents {
  display: none;
}

.flashbuchContent .inner {
height:834px !important;
text-align:left;
width:846px;
}

/* ********* PRATYUSH ADDED CSS ********** */
/* IMAGE MAP ADDED CSS */
.imageMap {
  margin-bottom: 10px;
}

/* TITLE MADE BLACK */
.bodytext b, strong {
	color: #000000;	
}
/* ********* PRATYUSH ADDED CSS ********** */

/* Warenkorb CSS */
table.einkaufswagen {
	display: block;
}
table.einkaufswagen td {
	padding-right: 6px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px solid #999a9c;
}
table.einkaufswagen input.menge {
	width: 34px;
	height: 14px;
	display: block;
	margin: 0 auto;
	border-right: 1px solid #797777;
	border-top: 1px solid #797777;
	text-align: center;
}
table.einkaufswagen .center {
	text-align: center;
}
table.einkaufswagen tr.borderbottom td {
	border-bottom: 1px solid #000000;
}
table.einkaufswagen tr.noborder td {
	border-bottom: none!important;
}
table.einkaufswagen tr.bordertop td {
	border-top: 1px solid #000000;
	border-bottom: none!important;
}
table.einkaufswagen tr.spacer td {
	border-top: none!important;
	border-bottom: none!important;
	height: 2px!important;
	line-height: 2px!important;
}
table.einkaufswagen div.right {
	margin-right: -100px;
	text-align: right;
}
table.einkaufswagen div.right strong {
	color: #464749;
}
div#buttons {
	float: left;
	padding-left: 10px;
	margin-top: -20px;
	margin-right: -50px;
}
div#buttons input {
	font-size: 11px;
	color: #464749;
	margin-bottom: 5px;
}


