.overflowHidden, 
.themenweltPCTextDiv,
.onlineShopBG, 
.teaserTextDiv, 
.spielAnleitungDiv  {
	overflow: hidden;
	word-wrap: break-word;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #ffdc00;
	height: 100%;
	margin: 0;
	padding: 0;
}
body, input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
}
.whiteBody {
	text-align: center;
	vertical-align: middle;
	margin-top: 15px;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
	background-color: #FFFFFF;
}
h1 {
	text-align: left;
	vertical-align: top;
	margin-top: 0px;
	font-size: 20px;
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 8px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
a,
a:hover,
a:visited,
a.noUnderline,
a:hover .noUnderline,
a:visited .noUnderline,
a.underline,
a.underline:hover,
a.underline:visited,
a.underline:hover	{
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.noUnderline:hover {
	text-decoration: none;
}
a.underline,a.underline:hover,a.underline:visited,a.underline:hover {
	text-decoration: underline;
}
strong, b {
	font-weight:bold;
}
table {
	font-size: 11px;
	font-family: Arial, Helvetica, Sans Serif, Verdana;
}
input, textarea {
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
	font-size:1em;
}
iframe {
	border:none !important;
}
.reset, .reset * {
	padding:0 !important;
	margin:0 !important;
	list-style-type:none;
	list-style-image:none;
}

/*################################ Tabellen ###################################*/

.standardTable table, table.standardTable {
	width:100%;
	border-collapse:separate;
}
.standardTable td {
	padding:0.4em 5px !important;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background-color:#f7f7f7;
	overflow:hidden;
	vertical-align:middle !important;
}
/*-------------------- einzelne Regeln wegen IE8 CSS Parser Bug :-(= ----------------------------*/
.standardTable tr.trDark td {
	background-color:#DFDFDF;
}
.standardTable tr:nth-child(2n + 1) td {
	background-color:#DFDFDF;
}
.standardTable td.first {
	border-left:1px solid #ffffff;
	border-radius:6px 0 0 6px;
}
.standardTable td:first-child {
	border-left:1px solid #ffffff;
	border-radius:6px 0 0 6px;
}
.standardTable td.last {	
	border-right:1px solid #ffffff;
	border-radius:0 6px 6px 0;
}
.standardTable td:last-child {	
	border-right:1px solid #ffffff;
	border-radius:0 6px 6px 0;
}
.standardTable tr:hover td {
	border-color:#787878;
	background-color:#cccccc;
}
.standardTable tr:hover td,
.standardTable tr:hover td * {
	color:#464646;
}

/*################################ Formulare ###################################*/

.formularContainer label,
.formularContainer input,
.formularContainer select {
	float:left;
	margin-bottom:0.5em;
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
	font-size:1em;
}
.formularContainer input[type="image"] {
	height:auto !important;
	width:auto !important;
}
.formularContainer br, .checkboxContainer br, .radioButtonContainer br {
	clear:both;
}
.formularContainer label {
	padding:1px 0;
}
input[type="text"],
select,
textarea {
	border:1px inset #CCC;
}
input[type="text"],
textarea {
	padding:0 2px;
}
*html input {
	border:inherit;
}
*+html input[type="text"],
*+html select {
	border-bottom-color:#e3e9ef;
	border-left-color:#abadb3;
	border-right-color:#e3e9ef;
	border-top-color:#abadb3;
	border-style:solid;
}

.checkboxContainer input {
	margin:0.2em 0.5em 0 0;
	width:auto !important;
	float:left;
}
*+html .checkboxContainer input {
	margin:-0.1em 0.5em 0 -4px;
	background:transparent !important;
}
*html .checkboxContainer input {
	margin:-0.1em 0.5em 0 -4px;
	background:transparent !important;
}
.checkboxContainer label,
.radioButtonContainer label {
	display:block;
	width:auto !important;
	padding-right:0.5em;
}
.radioButtonContainer input {
	margin:0 0.5em 0 0;
	width:auto !important;
	background:transparent !important;
}
*+html .radioButtonContainer input {
	margin:0 0.5em 0 -4px;
}
.trennerPunkt {
	display:block;
	width:10px;
	float:left;
	text-align:center;
	font-weight:bold;
}
/* FIX for IE IMG in Label Bug HTML:<label for=""><img... /><span></span></label */
label.labelWithIMG {
	position:relative;
	overflow:hidden;
}
label.labelWithIMG span {
	position:absolute;
	left:0;
	top:0;
	width:1000px;
	height:1000px;
	background:transparent url(/static/images/empty.gif) no-repeat -5000px;
}	

/*####################################### Allgemeines ################################*/

.imgBorder {
	border:2px solid #dfdfdf;
}
.formAllgemein {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.habaBG {
	width: 1024px;
	height: 768px;
	background-color: #ffdc00;
	margin: 0px auto;
	text-align: left;
	vertical-align: top;
}
.habaBG2 {
	width: 1024px;
	height: 768px;
	background-color: #ffdc00;
	margin: 0px auto;
	text-align: left;
	position:relative;
}
.header {
	width: 1024px;
	height: 80px;
	left: 0px;
	top: 0px;
	position: relative;
}
.inhalt {
	width: 1024px;
	left: 0px;
	top: 0px;
	position: relative;
}
.footer {
	width: 924px;
	height: 25px;
	left: 50px;
	top: 0px;
	position: relative;
}
.buehne {
	width: 954px;
	height: 415px;
	left: 35px;
	top: 0px;
	position: relative;
	background-color: #ffffff;
}
.buehneSeite {
	width: 15px;
	height: 400px;
}
.buehneAnzeige {
	width: 924px;
	height: 400px;
	border: none;
}
.teaser {
	width: 1024px;
	height: 230px;
	left: 0px;
	top: 0px;
	position: relative;
}
.suche {
	width: 110px;
	/*height: 20px;*/
}
.backgroundOpacy {
	z-index:90;
	background:#FFDC00;
	width:100%;
	height:100%;
	position:fixed;
	top: 0px;
	left: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	opacity: .75;
}
*html .backgroundOpacy {
	position:absolute;
	height:300%;
}
#produktContainer {
	background:white none;
}

/*############################################ Platzhalter #################################*/

.platzHalter {
	width: 1024px;
	height: 10px;
	left: 0px;
	top: 0px;
	position: relative;
	background-color: #ffffff;
}
.platzHalterBalken {
	width: 1px;
	height: 10px;
}
.platzhalter10px {
	height: 10px;
}
.platzhalter5px {
	height: 5px;
}
.zeile10px {
	height: 10px;
	width: 924px;
}

/*############################ Sonstige Container ##############################*/

.dijitDialog .dijitDialogPaneContent {
	border-style: solid none none;
}
.errorMessage {
	color: #d60f0f;
	padding-left: 10px;
}
.errorMessageBorder {
	border-color: #d60f0f;
	border-width: 2px;
	border-style: solid;
}
.divStandard {
	position: relative;
}

/*###################################### Backgrounds ##############################*/

.bgGelb,
.bgOrange,
.bgRot,
.bgGruen,
.bgBlau {
	width: 100%;
}
.bgGrau {
	background-color: #DFDFDF;
}
.bgWeiss {
	background-color: #FFFFFF;
}
.bgGelb {
	background-color: #ffdc00;
}
.bgOrange {
	background-color: #f9b200;
}
.bgRot {
	background-color: #d60f0f;
}
.bgGruen {
	background-color: #7ab51d;
}
.bgBlau {
	background-color: #68b0dd;
}
.bgGrauMesse,
.bgWeissMesse {
	height: 18px;
}
.bgSpielwaren {
	min-height:61px;
	background:transparent url(../bilder/onlineshops/Legende_Spielwaren_left.jpg) top left no-repeat;
}
.bgMoebel {
	min-height:61px;
	background:transparent url(../bilder/onlineshops/Legende_Moebel_left.jpg) top left no-repeat;
}

/*###################################### MouseOvers ##############################*/

.pointer {
	cursor:pointer;
}
table.zeileHervorheben tbody tr:hover,
table.zeileHervorheben tbody tr:focus,
table.zeileHervorheben tbody tr:active,
.zeileHervorheben > div:hover,
.zeileHervorheben > div:focus,
.zeileHervorheben > div:active {
	background-color:#ffdd00 !important;
}
.imgHover a, a.imgHover {
	background-repeat:no-repeat;
	display:block;
	float:left;
}
.imgHover a:hover img, a:hover.imgHover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.imgHover br {
	clear:left;
}
.imgHover.png a {
	background-position:-999999em 0;
}
.imgHover.png a:hover {
	background-position:0 0;
}
.imgHover.fullContent {
	clear:both;
}
.bgFuerText, .bgFuerText * {
	text-indent:-20000px;
	/*overflow:hidden;*/
	font-size:1% !important;
	line-height:1% !important;
}
.bgFuerText img, .bgFuerText br {
	display:none;
}
ul.bgFuerText {
	list-style-type:none;
}
ul.bgFuerText li {
	/*display:inline;*/
	float:left;
}
ul.bgFuerText li a {
	display:block;
}
*+html ul.bgFuerText li a * {
	background-image:url(../bilder/empty.gif);
	cursor:pointer;
}
.multipleLinks a span, a.multipleLinks span {
	display:block;
	background-repeat:no-repeat;
}
*+html .multipleLinks a span, *+html a.multipleLinks span {
	background-image:url(../bilder/empty.gif);
	background-repeat:repeat !important;
}
.transparentHover *, .transparentHover {
	background-repeat:no-repeat;
	background-position:top left;
}
.transparentHover:hover,
.transparentHover *:hover,
.transparentHover.textLinkMitBild a:hover span,
.transparentHover a:hover.textLinkMitBild span {
	background-position:bottom left;
}
.hideText * {
	display:none;
}

/*###################################### Textformatierungen ##############################*/

ul.noBullet, ul.noBullet li {
	list-style-type:none !important;
	list-style-image:none !important;
}
.mainStage .textContainer {
	text-align:justify !important;
	padding:0 2em;
	margin:0.8em 0;
}
.mainStage .textContainer h1 {
	margin:1em 0;
}
.mainStage .textContainer h2 {
	margin:1em 0;
}
.mainStage .textContainer p {
	margin:0.8em 0;
}
.mainStage .textContainer ul {
	list-style-type:disc;
	margin:0.8em 0 0.8em 2em;
}
.mainStage .textContainer li {
	margin:0.4em 0;
}
.mainStage .textContainer a img {
	display:block;
}

.allBoldedRed b {
	color:#d60f0f;
}
.textUnterBild {
	float:left;
}
.textUnterBild span {
	display:block;
	padding:0.8em 0.5em;
	overflow:hidden;
	text-align:center;
}
.textUnterBild img {
	display:block;
}
.textfuerbild {
	display:none;
	text-indent: -999999px !important;
	font-size: 1% !important;
	line-height: 1% !important;
	margin: 0 !important;
	padding: 0 !important;
	background-repeat:no-repeat !important;
}
.textfuerbild ul, ul.textfuerbild {
	display:none;
	list-style-type:none;
	margin:0;
	padding:0;
	list-style-image:none !important;
}
.textUnderlined {
	text-decoration:underline !important;
}

.produktContent .einklinker {
	margin-left:-15px;
}
.einklinker.pdfDownload a,
.einklinker.pdfDownload li {
	display:inline;
}
.einklinker.pdfDownload li {
	padding:0.8em 8em 0.8em 3em;
	background-color:#ffdd00;
	-moz-border-radius:0 0.8em 0.8em 0;
	border-radius:0 0.8em 0.8em 0;
	border-top:2px solid #f9b200;
	border-right:2px solid #f9b200;
	border-bottom:2px solid #f9b200;
	/*-moz-box-shadow:0.3em 0.3em 0.2em #888;
	box-shadow:0.3em 0.3em 0.2em #888;*/
}
ul.einklinker {
	padding-top:1.5em !important;
	padding-bottom:1.5em !important;
}

/*###################################### Boxes ##############################*/
h1.headOverImg,
a.habaLinkBox,
.habaBorderBox {
	display:inline-block;
	padding:10px 30px !important;
	border:1px solid #dfdfdf;
	border-radius:6px;
	background-color:white;
	background-color:rgba(255,255,255,0.9);
	overflow:hidden;
}
.ieFix h1.headOverImg,
.ieFix a.habaLinkBox,
.ieFix .habaBorderBox {
	background-color:white;
}
h1.headOverImg,
.habaBorderBox.left {
	border-left:none;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
}
h1.headOverImg.right,
.habaBorderBox.right {
	border-right:none;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
h1.headOverImg {
	padding:15px 30px;
	margin-right:50px !important;
	position:absolute;
	top:20px;
	left:0;
	font-weight:lighter !important;
	font-size:1.6em !important;
	letter-spacing:0.2em;
}
.habaLinkBox {
	cursor:pointer;
}
a.habaLinkBox {
	padding:15px;
	position:relative;
	background-color:#f2f2f2;
	border:1px solid #dfdfdf;
	color:#787878 !important;
	overflow:visible;
}
a.habaLinkBox:before {
	content:"";
	width:10px;
	height:15px;
	position:absolute;
	top:10px;
	left:-10px;
	background-position:-30px 0;
}
.habaLinkBox:hover,
a.habaLinkBox:hover:before,
*:hover > a.habaLinkBox,
*:hover > a.habaLinkBox:before {
	border-color:#7ab51d;
	background-position:-30px -30px;
}
a.habaLinkBox.right:before {
	right:-10px;
	left:auto;
	background-position:-45px 0;
}
a.habaLinkBox.right:hover:before {
	background-position:-45px -30px;
}
a.habaLinkBox.top:before,
a.habaLinkBox.bottom:before {
	width:15px;
	height:10px;
}
a.habaLinkBox.top:before {
	top:-10px;
	left:10px;
	background-position:-80px 0;
}
a.habaLinkBox.top:hover:before {
	background-position:-80px -30px;
}
a.habaLinkBox.bottom:before {
	top:auto;
	left:10px;
	bottom:-10px;
	background-position:-60px 0;
}
a.habaLinkBox.bottom:hover:before {
	background-position:-60px -30px;
}
.textContainer .habaBorderBox.left {
	margin-left:-2em;
}
.textContainer .habaBorderBox.right {
	margin-right:-2em;
}

/*###################################### LOGOS ##############################*/

.iconICal,
.habaLinkBox:before,
.iconVideoHD:before,
.iconVideoSD:before,
.externalLink:after,
span.externalLink {
	background-image:url(../bilder/Allgemein/haba_graphics_sprite.png);
}

.logoHABA {
	min-height:60px;
	min-width:140px;
	background:transparent url(../bilder/Allgemein/logos/logo_haba_standard.png) no-repeat top left;
}
.logoWEFI {
	min-height:33px;
	min-width:140px;
	background:transparent url(../bilder/Allgemein/logos/logo_WEHRFRITZ_standard.png) no-repeat top left;
}
.logoPROJEKT {
	min-height:38px;
	min-width:140px;
	background:transparent url(../bilder/Allgemein/logos/logo_PROJECT_standard.png) no-repeat top left;
}
.logoJAKO {
	min-height:40px;
	min-width:140px;
	background:transparent url(../bilder/Allgemein/logos/logo_JAKO-O_standard.png) no-repeat top left;
}
.logoFITZ {
	min-height:33px;
	min-width:128px;
	background:transparent url(../bilder/Allgemein/logos/logo_FIT-Z_standard.png) no-repeat top left;
}
.logoQIERO {
	min-height:47px;
	min-width:124px;
	background:transparent url(../bilder/Allgemein/logos/logo_QIERO_standard.png) no-repeat top left;
}
.iconICal {
	display:block;
	width:26px;
	height:27px;
	background-position:0 0;
}
.iconICal:hover {
	background-position:0 -28px;
}
.iconAnimated, .iconAnimated:before,
.iconAndreMadeIt, .iconAndreMadeIt:before {
	-webkit-transition:background-position 0.2s ease-in-out;
	-moz-transition:background-position 0.2s ease-in-out;
	-o-transition:background-position 0.2s ease-in-out;
	-ms-transition:background-position 0.2s ease-in-out;
	transition:background-position 0.2s ease-in-out;
}
.iconVideoHD:before, .iconVideoSD:before {
	content:'';
	display:inline-block;
	width:25px;
	height:12px;
	margin-right:10px;
	position:relative;
	top:0.1em;
}
.iconVideoHD:before {
	background-position:-30px -60px;
}
.iconVideoHD:hover:before {
	background-position:-30px -75px;
}
.iconVideoSD:before {
	background-position:-55px -60px;
}
.iconVideoSD:hover:before {
	background-position:-55px -75px;
}
a.iconVideoHD, a.iconVideoSD {
	padding-left:35px;
	position:relative;
}
a.iconVideoHD:before, a.iconVideoSD:before {
	position:absolute;
	top:0;
	left:0;
}
.ie7 ul > li.iconVideoHD,
.ie7 ul > li.iconVideoSD {
	list-style-type:square !important;
	list-style-position:inside;
}
.externalLink:after,
.ie7 span.externalLink {
	content:'';
	display:inline-block;
	width:12px;
	height:12px;
	margin-left:4px;
	background-position:0 -90px;
}

/*###################################### preloadAnimation ##############################*/
.preloadAnimationWrapper,
.preloadAnimationWrapper > div {
	position:absolute;
}
.preloadAnimationWrapper.big {
	width:373px;
	height:246px;
	background-image:url(../bilder/Allgemein/wait_Animation/bg_wait_animation.jpg);
}
.preloadAnimationWrapper.big > div {
	width:100px;
	height:100px;
	top:70px;
	left:140px;
	background-image:url(../bilder/Allgemein/wait_Animation/wait_animation_100.gif);
}
.preloadAnimationWrapper.middle {
	width:50px;
	height:50px;
	background-image:url(../bilder/Allgemein/wait_Animation/wait_animation_50.gif);
}
.preloadAnimationWrapper.small {
	width:25px;
	height:25px;
	background-image:url(../bilder/Allgemein/wait_Animation/wait_animation_25.gif);
}
.preloadAnimationWrapper.center {
	top:50%;
	left:50%;
}
.preloadAnimationWrapper.center.big {
	margin:-123px 0 0 -186px;
}
.preloadAnimationWrapper.center.middle {
	margin:-25px 0 0 -25px;
}
.preloadAnimationWrapper.center.small {
	margin:-12px 0 0 -12px;
}

/*###################################### Signs ##############################*/

.signLoehnert {
	min-height:30px;
	min-width:120px;
	padding-top:30px !important;
	background:transparent url(../bilder/ueber_haba/sicherheit_aktuell/bilder/loehnert_matthias_web.jpg) no-repeat top left;
}

/*###################################### ie7 Fixes ##############################*/
.ie7 .ie7InlineBlockFix {
	display:inline;
	zoom:1;
}

/*###################################### Sonstiges ##############################*/

.imgNoBorder {
	border: none;
}
td.teaser {
	width: 160px;
	height: 200px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
}
td.teaserStartSeite {
	width: 190px;
	height: 200px;
	text-align: center;
	vertical-align: top;
	background-color: #ffffff;
}
td.teaserText {
	height: 50px;
	vertical-align: top;
	text-align:left;
}
.imgBuehneStartSeite {
	width: 924px;
	height: 400px;
	border: none;
}
.imgTeaserStartSeite {
	width: 150px;
	height: 130px;
	border: none;
}
td.pixelLinie150 {
	width: 150px;
	height: 1px;
	background-image: url(/static/bilder/Strichlinie_quer.gif);
	background-repeat: repeat-x;
}
td.pixelLinie {
	height: 1px;
	background-image: url(/static/bilder/Strichlinie_quer.gif);
	background-repeat: repeat-x;
	width: 100%;
}
.teaserTextUeberschrift {
	font-weight: bold;
	height: 15px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.teaserTextNormal {
	height: 3em;
	font-size: 10px;
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.neu {
	position: absolute;
	top: 15px;
	left: 125px;
	width: 50px;
	height: 50px;
}
.produktNeu {
	position: absolute;
	top: 10px;
	left: 80px;
	width: 50px;
	height: 50px;
}
.produktDetailNeu {
	position: absolute;
	top: 2px;
	left: 172px;
	width: 50px;
	height: 50px;
	width: 50px;
}
.inputHeight25 {
	background-color: #ffdc00;
	height: 25px;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
	padding-top: 3px;
}
.inputHeight20 {
	background-color: #ffdc00;
	height: 20px;
	font-size: 10px;
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
}
.schattenEcke15x15 {
	width: 15px;
	height: 15px;
}

/*###################################### noscript Formatierung ##############################*/

.noJSMessage {
	display:none;
	padding:20px !important;
	background-color:#d60f0f;
	font-size:1.2em;
	line-height:1.4em;
	color:#ffffff;
	text-align:center !important;
}
.noJS .noJSMessage {
	display:block;
}
.noJSMessage:before {
	content:"";
	float:left;
	width:40px;
	height:40px;
	border-radius:20px;
	box-shadow:1px 1px 3px black inset ;
	background:#ffffff url(../bilder/main_page/forms/formIcons.png) no-repeat -195px 1px;
}

p.noScript, .warnHinweis {
	display:block;
	min-height:50px;
	padding-left:60px !important;
	margin:0.8em;
	background:transparent url(../bilder/Allgemein/warnung.png) no-repeat top left;
	font-size:1.1em;
	color:#d60f0f !important;
}
p.noScript strong, p.noScript span {
	display:table-cell;
	vertical-align:middle;
}
p.noScript span {
	height:50px;
}
.warnHinweis {
	min-height:40px;
	padding-top:10px !important;
	font-weight:bold;
}

/*
########################## 
# ReiterKategorieAnzeige #
########################## 
*/
.buehneRK {
	width: 954px;
	height: 165px;
	left: 35px;
	top: 0px;
	position: relative;
	background-color: #ffffff;
}

.buehneRKAnzeige {
	width: 924px;
	height: 150px;
	border: none;
}

.buehneRKSeite {
	width: 15px;
	height: 150px;
}

.detailRK {
	width: 954px;
	left: 35px;
	top: 0px;
	position: relative;
	background-color: #ffffff;
}

.detailRKAnzeige {
	width: 924px;
	height: 100%;
	border: none;
	background-color: #ffffff;
}

.detailRKSeite {
	width: 15px;
	height: 100%;
}

.infoRKSeite {
	width: 15px;
	height: 420px;
}

.schattenSeiteKontakt {
	width: 15px;
	height: 500px;
}

.rkNavigationLinksBG {
	background-image: url(/static/bilder/reiterKategorie/03_HABA_Produkte_Navi_Verlauf.jpg);
	background-repeat: repeat-x;
	width: 162px;;
	height: 450px;
	vertical-align: top;
	overflow:hidden;
}

.rkInfo {
	width: 732px;
	/*height: 410px;*/
	vertical-align: top;
}

.sprachAuswahlBG {
	width: 570px;
	height: 500px;
	background-color: #ffdc00;
	margin: 0px auto;
	text-align: center;
}

.sprachAuswahlLogo {
	width: 570px;
	height: 260px;
	left: 0px;
	top: 0px;
	position: relative;
}

.sprachAuswahl {
	width: 570px;
	height: 240px;
	left: 0px;
	top: 0px;
	position: relative;
}

table.sprachAuswahl {
	width: 570px;
	height: 260px;
	margin: 0px;
	padding: 0px;
}

td.sprachAuswahl {
	font-size: 13px;
	vertical-align: top;
	height: 20px;
	font-weight: bold;
}

.divPlatzhalter100 {
	height: 100px;
}

.divPlatzhalter20 {
	height: 20px;
}

a.spracheAuswahl,a.spracheAuswahl:hover,a.spracheAuswahl:visited {
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #787878;
}

a.spracheAuswahl:hover {
	text-decoration: underline;
}

.themenweltBG {
	width: 732px;
	background-color: #DFDFDF;
	padding-bottom:1em;
}

.themenweltPcLeerBG,.themenweltPcBG {
	width: 140px;
	height: 170px;
	vertical-align: top;
}

.themenweltPcBG {
	background-image: url(/static/bilder/produkt/03_HABA_Produkte_Produktminiatur.jpg);
	background-repeat: no-repeat;
}

.themenweltDetail {
	vertical-align: top;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	height: 100%;
}

.themenweltPCBild {
	width: 110px;
	height: 100px;
	border: none;
}

td.themenweltPCBild {
	height: 100px;
	vertical-align: top;
}

td.themenweltPCText {
	height: 31px;
	vertical-align: top;
}

.themenweltPCTextDiv {
	height: 31px;
	vertical-align: top;
}

a.themenweltPCText,a.themenweltPCText:hover,a.themenweltPCText:visited {
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
	text-decoration: none;
	font-size: 11px;
}

a.themenweltPCText:hover {
	text-decoration: underline;
}

.inhaltGrau {
	width: 732px;
	min-height: 345px;
	vertical-align: top;
	text-align: left;
	background-color: #dfdfdf;
}

td.inhaltWeiss,td.inhaltWeissAbstand10px {
	width: 732px;
	vertical-align: top;
	text-align: left;
	background-color: #ffffff;
}

td.inhaltWeissAbstand10px {
	padding: 10px;
}

td.themenweltPCZeile {
	text-align: left;
	height: 170px;
	vertical-align: top;
}

.themenweltDetailAnsicht {
	text-align: left;
	width: 732px;
}

.themenweltPCInfo {
	width: 140px;
}

.pcSeite {
	min-height: 375px;
	height: 375px;
	width: 15px;
}

td.produktInhalt {
	width: 717px;
	min-height: 335px;
	vertical-align: top;
	text-align: left;
}

.empty15x15 {
	width: 15px;
	height: 15px;
}

.produktDetailBMKlein {
	width: 75px;
	height: 75px;
}

.produktDetailMoodImage {
	width: 220px;
	height: 335px;
}

.borderLightGray {
	border: solid;
	border-color: #dfdfdf;
	border-width: 2px;
}

.produktDetailHeadline {
	font-weight: bold;
	font-size: 20px;
}

.headerFont {
	font-weight: bold;
	font-size: 20px;
}

.subHeaderFont {
	font-weight: bold;
	font-size: 20px;
}

.produktDetailText {
	font-size: 12px;
}

.produktDetailPlatzhalter {
	width: 1px;
	height: 8px;
}

.buttonKlein {
	width: 33px;
	height: 20px;
	border: none;
}

.buttonGross {
	width: 50px;
	height: 30px;
	border: none;
}

td.butttonGross {
	width: 100%;
	text-align: center;
	height: 30px;
}

.produktDetailButtonText25 {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	font-size: 10px;
}

.produktDetailButtonText26 {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	height: 26px;
	font-size: 10px;
	line-height: 11px;
}

.borderHeight {
	height: 15px;
}

table.allContentCenter {
	text-align: center;
}

table.produktText {
	font-size: 12px;
}

.grauerRandLinksBG {
	width: 15px;
	height: 100%;
	background-image: url(/static/bilder/schatten/weiss/Schatten_weiss_links.jpg);
	background-repeat: repeat-y;
}

.grauerRandRechtsBG {
	width: 15px;
	height: 100%;
	background-image: url(/static/bilder/schatten/weiss/Schatten_weiss_rechts.jpg);
	background-repeat: repeat-y;
}

.gelberRandLinksBG {
	width: 15px;
	height: 100%;
	background-image: url(/static/bilder/schatten/gelb/Schatten_gelb_links.jpg);
	background-repeat: repeat-y;
}

.gelberRandRechtsBG {
	width: 15px;
	height: 100%;
	background-image: url(/static/bilder/schatten/gelb/Schatten_gelb_rechts.jpg);
	background-repeat: repeat-y;
}

.platzHalterWidth13 {
	width: 13px;
	height: 1px;
}

.platzHalterWidth15 {
	width: 15px;
	height: 1px;
}

.platzHalterHeight12 {
	height: 12px;
	width: 1px;
}

.platzHalterHeight15 {
	height: 15px;
	width: 1px;
}

.platzHalterHeight18 {
	height: 18px;
	width: 1px;
}

.formText {
	vertical-align: top;
	text-align: left;
}

.formErrorText {
	vertical-align: top;
	text-align: left;
	color: #d60f0f;
}

.formTextFeld {
	width: 220px;
	height: 23px;
}

.formTextFeldError {
	width: 220px;
	height: 23px;
	border-color: #d60f0f;
	border-width: 2px;
	border-style: solid;
}

.formTextAreaFeld {
	width: 220px;
	height: 100px;
}

.formTextAreaFeldError {
	width: 220px;
	height: 100px;
	border-color: #d60f0f;
	border-width: 2px;
	border-style: solid;
}

.tooltip {
	font-weight: bold;
	color: #787878;
}

table.detailGesamt {
	width: 712px;
	margin: 10px;
}

.pixelLinieVertical {
	width: 1px;
	height: 100%;
	background-image: url(/static/bilder/Strichlinie_hoch.gif);
	background-repeat: repeat-y;
}

td.messeMonat {
	text-transform: uppercase;
	height: 20px;
	vertical-align: middle;
	font-weight: bold;
}

.kontinentBG {
	width: 700px;
	height: 730px;
	background-color: #ffdc00;
	margin: 0px auto;
	text-align: left;
	vertical-align: top;
}

.kontinentAnzeige {
	width: 700px;
	height: 100%;
	border: none;
	background-color: #ffffff;
}

.landBG {
	width: 884px;
	height: 560px;
	background-color: #ffdc00;
	margin: 0px auto;
	text-align: left;
	vertical-align: top;
}

.landAnzeige {
	width: 854px;
	height: 100%;
	border: none;
	background-color: #ffffff;
}

.landAuswahlBG {
	background-image: url(/static/bilder/reiterKategorie/03_HABA_Produkte_Navi_Verlauf.jpg);
	background-repeat: repeat-x;
	width: 824px;;
	height: 445px;
	vertical-align: top;
}

.bgLightGrey {
	background-color: #e6e6e6;
}

.onlineShopBG {
	background-repeat: no-repeat;
	width: 245px;
	height: 120px;
}

.produktSpielEigenschaften {
	vertical-align: top;
	font-weight: bold;
}

.statSeite_neu {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	font-weight: bold;
	color: #d60f0f;
	font-style: italic;
}

.statSeite_headline {
	font-size: 12px;
	font-weight: bold;
}

.themenweltAnsichtAusrichtung {
	height: 340px;
	vertical-align: top;
}

.imgNeu {
	width: 50px;
	height: 50px;
}

.spielAnleitungDiv {
	width: 120px;
	vertical-align: top;
	text-align: center;
}

ul{
	list-style-image: url(/static/bilder/Punkt_Liste.gif);
}


.freundSuccessBG{
	width: 630px;
	height: 360px;
	background-image: url(/static/bilder/weiterleiten/Mail_Freund_Bestaetigung.jpg);
	background-repeat: none;

}

.legendeOnlineShops{
	width: 40px;
	height: 61px;
}

.inputText11px{
	font-size: 11px;
	font-family: Arial, Helvetica, Sans Serif, Verdana;
	color: #787878;
}
