html {
	min-height: 100.05%;
}

body {
	font: 11px verdana;
	margin:	0;
	padding: 0;
	line-height: 18px;
    background-color: #EBECEC;
	background: url(../pix/gfx/dreck.gif);
	}


#container {
	margin-left: 10%;
	margin-right: 12%;
	text-align: left;
}



#menu {
	float: left;
	clear: both;
	padding-left: 11px;
    padding-right: 15px;
	margin-right: 13px;
	border-right: 1px dotted #bbb;
	text-align: right;
	width: 80px;
	}

#grundstueck {
	float: left;
	padding-left: 5px;
}


a.textlink	{
	background-color: black;
	color: white;
	text-decoration:	none;
    padding: 0px 2px 2px 2px;
	margin:	0px 2px 2px 2px;
    }

a.textlink:hover {
	text-decoration: none;
	background-color: black;
	color: white;

}

	
.menuon {
		background:url(../pix/gfx/pfeil_home.gif) left no-repeat;
		}

a {
	text-decoration:	none;
	color:	black;
    padding: 0px 2px 2px 2px;
	margin:	0px 2px 2px 2px;
	}



#gold {
	background-color:	gold;
	}

#gelb {
	background-color:	yellow;
 	}
#zitrone {
	background-color:	#FFFF80;
 	} 
 
   
/******************************/

a img {
	border: 0;
  }

div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}

div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(../pix/gfx/shad_bottom.png) repeat-x bottom left;
}

div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../pix/gfx/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../pix/gfx/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../pix/gfx/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../pix/gfx/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}



