html, body {
	height:100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
/*	background-color: #fff; */
	background-color: #B33718;  
}
/* Weil folgende Eigenschaften für beide Elemente identisch sind, 
werden diese gleich gemeinsam definiert. */
 
#spacer, #center {
  position:absolute;
  margin:0;
  padding:0;
}

#spacer{
  /* sorgt dafür, dass wenn nötig Scrolleisten erscheinen */
  width:100%;        /* ganauso breit, wie der Anzeigebereich */
  height:100%;       /* ganauso hoch, wie der Anzeigebereich */

  /* jetzt werden die notwendigen oder gewünschten Mindestmaße definiert. */
  min-width:980px;   /* Breite von #center (+ ein paar Pixel Rand) */ 
  min-height:585px;  /* Höhe von #center (+ ein paar Pixel Rand) */
}

* html #IEspacer {
  /* sorgt dafür, dass es im IE auch bei deaktiviertem Javascript funktioniert */ 
  width:980px;          /* Breite von #center (+ ein paar Pixel Rand) */ 
  height:585px;         /* Höhe von #center (+ ein paar Pixel Rand) */
}

#center {
  /* ist das Element, welches zentriert werden soll */
  padding:0;        /* es sind auch andere Angaben möglich, die dann 
  allerdings bei der Breite und Höhe mit berücksichtigt werden müssen. */ 

  /* Angaben zu Breite und Höhe, diese können auch in em angegeben werden. */
  width:978px;      /* Breite insgesamt 450px (448px + 2 x 1px Border) */
  min-height:583px; /* Mindesthöhe insgesamt 300px (298px + 2 x 1px Border),
  bei genau dieser Höhe funktioniert die vertikale Zentrierung */
  
  /* jetzt wird die linke obere Ecke vertikal und horizontal zentriert */
  position:absolute;
  top:50%;  
  left:50%;                
  margin:-290px 0 0 -487px;
  border: 0px solid #e1e1e1;
}
img {
	border: 0px;
}
#top {
	width: 975px;
	height: 96px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(img/bg_top.gif);
	background-color: #FDF2D1;
	border: 0px solid black;
}
#logo {
	width: 230px;
	height: 90px;
	float: left;
	border: 0px solid black;
}
#logo img {
	padding-left:30px;
}
#ticker {
	width: 474px;
	padding-top:46px;
	float: left;
	border: 0px solid black;
}
#ticker form {
	padding-top:26px;
	float: left;
	border: 0px solid black;
}
#ticker input {
	width: 474px;
	background-image: url(img/bg_ticker.jpg);
	border: 0px solid black;
}

#breadcrumb {
	width: 474px;
	padding-top:74px;
	float: left;
	border: 0px solid black;
}
#spielhaus {
	width: 265px;
	height: 90px;
	float:right;
	border: 0px solid black;
}
#foot {
	width: 975px;
	height: 37px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #F2DDA8;
	background-image: url(img/bg_foot.gif);
	background-repeat: no-repeat;
	border: 0px solid black;
}
#footleft {
	width: 300px;
	height: 29px;
	margin-top:7px;
	margin-left:20px;
	float:left;
	border:0px solid black;
}
#footleft div {
	margin-top:7px;   
/*	margin-bottom:7px;*/
}
#footright {
	width: 565px;
	height: 29px;
	margin-top:7px;
	margin-right:20px;
	float:right;
	text-align:right;
	border: 0px solid black;
}
#footright div {
	margin-top:7px;
}
#imprint {
	width: 975px;
	text-align:right;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border: 0px solid black;
}
#middle {
	width: 975px;
	height: 447px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image: url(img/bg_middle.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 0px solid black;
}
/* Styles fuer Start */
#inhaltstart {
	width: 516px;
	height: 447px;
	background-color:#FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	background-image: url(img/bg_inhaltstart.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	border: 0px solid red;
}
#rightstart {
	width: 205px;
	height: 447px;
	margin: 0px 0px 0px 0px;
	float:right;
	border: 0px solid orange;
}
/* Styles fuer Intros */
#inhaltintro {
	width: 716px;
	height: 447px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	border: 0px solid red;
}
#intropages {
	width: 719px;
	height: 18px;
	margin: 10px 0px 5px 0px;
	padding: 2px 0px 0px 0px;
	text-align:right;
	background-image: url(img/bg_intropages.jpg);
	background-repeat: no-repeat;
	border: 0px solid red;
}
#bausatz1r {
	width: 109px;
	height: 112px;
	margin: 0px 9px 20px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	background-image: url(img/bg_bausatz_1r.gif);
	background-repeat: no-repeat;
	border: 0px solid red;
}
#bausatz2r {
	width: 109px;
	height: 111px;
	margin: 0px 9px 20px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	background-image: url(img/bg_bausatz_2r.gif);
	background-repeat: no-repeat;
	border: 0px solid red;
}
#bausatz1r img {
	padding: 4px 0px 0px 4px;
}
#bausatz2r img {
	padding: 4px 0px 0px 4px;
}
#bs {
	padding: 2px 0px 0px 4px;
}

/* Styles fuer Bausatz Detail */
#inhalt {
	width: 552px;
	height: 447px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	border: 0px solid red;
}
#bausatzbild {
	width: 235px;
	height: 227px;
	margin: 5px 0px 15px 0px;
	text-align:center;
	float:left;
	background-image: url(img/bg_bild.gif);
	background-repeat: no-repeat;
	border: 0px solid orange;
}
#bausatzbild img {
	margin: 5px 0px 10px 0px;
}
#preis {
	width: 98px;
	height: 35px;
	margin-right:7px;
	display:inline;
	float:right;
	text-align:right;
	border:0px solid black;
}
#preis img {
	margin: 0px!important;
	padding: 0px!important;
	border:0px solid black;
}
#preis2 {
	width: 150px;
	height: 40px;
	margin-right:7px;
	display:inline;
	float:right;
	text-align:right;
	border:0px solid black;
}
#preis2 img {
	margin: 0px!important;
	padding: 0px!important;
	border:0px solid black;
}
#shopbutt {
	width: 116px;
	height: 23px;
	margin-left:7px;
	float:left;
	display:inline;
	text-align:center;
	background-image: url(img/shopbutt.gif);
	background-repeat: no-repeat;
	border: 0px solid black;
}
#shopbutt div {
	padding-top:4px!important;
}
#bausatztext {
	width: 283px;
	height: 227px;
	margin: 5px 0px 15px 15px;
	float:left;
	border: 0px solid orange;
}

#lieferinfo {
	width: 540px;
	height: 135px;
	margin: 0px 0px 0px 0px;
	clear:both;
	background-image: url(img/bg_liefer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 17px;
	border: 0px solid orange;
}
#lieferinfo p {
	width: 500px;
	display:block;
	padding: 0px 10px 0px 10px;
	border: 0px solid orange;
}

#bausatzright {
	width: 169px;
	height: 447px;
	margin: 0px 0px 0px 0px;
	float:right;
	background-image: url(img/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 49px;
	border: 0px solid orange;
}
/* 
#bausatzright p {
    width: 108px;
	height: 400px;
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
	border: 1px solid orange;
}
#bausatzright p img {
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 1px 0px;
}  */
#bausatzvar {
	width: 108px;
	height: 94px;
	margin: 3px 3px 0px 5px;
	padding: 0px 0px 0px 0px;
	float:left;
	display: inline;
	background-image: url(img/bg_bausatz_var.gif);
	background-repeat: no-repeat;
	border: 0px solid red;
}
#bausatzvar img {
	padding: 3px 0px 2px 3px;
}
#fantasie {
	width: 101px;
	margin: 6px 3px 0px 8px;
	padding: 0px 0px 0px 0px;
	float:left;
	display: inline;
	border: 0px solid red;
}
#h2 {
	width: 200px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:left;
	border: 0px solid red;
}
#backbutt {
	width: 71px;
	height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	float:right;
	background-image: url(img/backbutt.gif);
	background-repeat: no-repeat;
	border: 0px solid red;
}

/* Styles fuer Spielhausseite */
#inhaltspielhaus {
	width: 730px;
	height: 447px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float:left;
	border: 0px solid red;
}
#spielhausbild {
	width: 240px;
	height: 367px;
	margin: 5px 0px 15px 0px;
	text-align:center;
	float:left;
	clear:both;
	background-image: url(img/bg_spielhausbild.gif);
	background-repeat: no-repeat;
	border: 0px solid orange;
}
#spielhausbild img {
	margin: 5px 0px 10px 0px;
}
#terminbutt {
	width: 116px;
	height: 23px;
	margin-left:7px;
	float:left;
	display:inline;
	text-align:center;
	background-image: url(img/shopbutt.gif);
	background-repeat: no-repeat;
	border: 0px solid black;
}
#terminbutt div {
	padding-top:4px!important;
}
#spielhaustext {
	width: 460px;
	height: 127px;
	margin: 5px 0px 15px 15px;
	float:left;
	border: 0px solid orange;
}
#infospielhaus {
	width: 462px;
	height: 214px;
	margin: 9px 0px 15px 15px;
	float:left;
	background-image: url(img/bg_infospielhaus.gif);
	background-repeat: no-repeat;
	background-position: 0px 17px;
	border: 0px solid orange;
}
#infomenu {
	width: 460px;
	height: 17px;
	padding: 0px 0px 0px 0px;

}

#infos {
	width: 438px;
	height: 188px;
	padding: 10px 10px 0px 10px;
	border-top: 2px solid #B33718;
	z-index: auto;
}
#grundaus {
	width: 438px;
	height: 188px;
	padding: 10px 10px 0px 10px;
	border-top: 2px solid #B33718;
	z-index: auto;
	display: none;
}
#zusatzsort {
	width: 438px;
	height: 188px;
	padding: 10px 10px 0px 10px;
	border-top: 2px solid #B33718;
	z-index: auto;
	display: none;
}


/* Styles fuer Textseiten */
#bildleiste {
	width: 540px;
	height: 200px;
	overflow:hidden;
	border: 0px solid orange;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
}
#bildleiste img {
	margin-right: 2px;
	margin-left: 2px;
}
#bildleiste2 {
	width: 540px;
	height: 130px;
	overflow:hidden;
	border: 0px solid orange;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
}
#text {
	width: 540px;
	height: 127px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 0px solid orange;
}
#text2 {
	width: 540px;
	height: 227px;
	padding-right:10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 0px solid orange;
	overflow:auto;
}
#textlang {
	width: 540px;
	height: 350px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	clear:both;
	border: 0px solid orange;
}
#right {
	width: 175px;
	height: 447px;
	margin: 0px 0px 0px 0px;
	float:right;
/*	background-image: url(img/bg_right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 49px;
	border: 0px solid orange;  */
}
#right p {
	padding: 0px 0px 0px 6px;
	margin: 0px 0px 0px 0px;
}
#right p img {
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 1px 0px;
}

/* Styles fuer DIV Zertifizierung */
#leftdown   { 
  font-family:Verdana, Arial, sans-serif;
  font-size:10px;
  width:162px;  
  height:70px;
  margin: 10px 0px 10px 35px;
  padding-top: 40px;
  text-align:center;
  border: 0px solid yellow;
  
}
/* Fader Home */
.next { position: absolute; top: 0px; left: 0px; opacity: 0; filter:alpha(opacity=0); }
#meinFader { margin-top:0px;padding-top:0px;position: relative; }
#meinFader3 { margin-top:0px;padding-top:0px;position: relative; }
#meinFader2 { margin-top:0px;padding-top:0px; margin-left:9px;height: 167px;border: 0px solid black;position: relative; }

