html {
  height:100%;
  width:100%;
  /* text-align:center; */
}

body {
  background-color:#DBD7BD;
  margin:0px;
  padding:0px;
  /* text-align:center; */
  font-family:Verdana, Arial, Helvetica;
  font-size:11px;
}

img {
  border:0px;
}

a:focus {outline:none;}

#main {
  width:885px;
  min-height:300px;
  margin-left: auto;
	margin-right: auto;
  position:relative;
  top:0px;
  z-index:2;
}


#wuerfel {
  width:305px;
  height:300px;
  background-image:url(../sys_img/suche/eisw_bg.jpg);
  background-repeat:no-repeat;
  background-position:top;
  margin-top:50px;
  margin-left:240px;
}

#suche1 {
  width:170px;
  height:21px;
  border:4px solid #6B6B6B;
  margin-left:40px;
  margin-top:50px;
  padding:5px 5px 0px 10px;
  background:transparent;
}



#suche2 {
  width:185px;
  height:21px;
  margin-left:40px;
  margin-top:20px;
  background:transparent;
  position:relative;
  z-index:2;
  cursor:pointer;
}

#lupe {
  position:absolute;
  top:240px;
  left:50%;
  z-index:1;
  margin-left:-30px;
}

#outerdock {
  width:64px;
  position:absolute;
  top:290px;
  left:50%;
  margin-left:-494px;
  z-index:20;
}

* html #outerdock { margin-left:-493px; }

#ergebnislayer {
  height:85px;
  margin-top:38px;
}

* html #ergebnislayer {
  height:65px;
  margin-top:60px;
}

* html #sliderSuche { margin-top:10px; }

#c00 {
  border:4px solid #6B6B6B;
  height:34px;
  width:185px;
  background-position:0px 2px;
}

* html #suche2 {
  width:185px; 
}

* html #c00 {
  height:26px; 
}

#c0, #c1, #c2, #c3, #c4 {
  width:185px;
  height:27px;
  margin-left:0px;
  border-left:4px solid #6B6B6B;
  border-right:4px solid #6B6B6B;
  border-bottom:1px solid #6B6B6B;
  padding:2px 0px 2px 0px;
  background-color:#FFFFFF;
}

#c0:hover, #c1:hover, #c2:hover, #c3:hover, #c4:hover {
  display:block;
  background-color:#D2CAB4;
}

* html #c0, * html #c1, * html #c2, * html #c3, * html #c4 { 
  width:185px;
  margin-left:0px;
  background-color:#FFFFFF; }

#c4 {
  border-bottom:4px solid #6B6B6B;
}

.cl0 {
  background-image:url(../sys_img/suche/s_ueberall.png);
  background-repeat:no-repeat;
  background-color:#FFFFFF;
}

.cl1 {
  background-image:url(../sys_img/suche/s_shop.png);
  background-repeat:no-repeat;
}

.cl2 {
  background-image:url(../sys_img/suche/s_fragen.png);
  background-repeat:no-repeat;
}

.cl3 {
  background-image:url(../sys_img/suche/s_zeug.png);
  background-repeat:no-repeat;
}

.cl4 {
  background-image:url(../sys_img/suche/s_cartoons.png);
  background-repeat:no-repeat;
}

.tabstart {
  width:885px;
  min-height:100px;
  background-image:url(../sys_img/suche/mainbg_str.gif);
  background-repeat:repeat-y;
 
}

.tabmain {
  height:300px;
  padding-left:60px;
}



