#container_shop {
	position: relative;
    background: #f7f4ed url(../img/papier.gif)  left top repeat-y;
	height: 1000px;
}

#footer_shop{
    position: relative;
	clear: both;
	height: 79px;
	border: 0px solid blue;
    background: #BDAC96 url(../img/footer_hg.gif) bottom no-repeat;
}
hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #DCD2C5;
 border-bottom: solid 1px #f7f4ed; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

.inline{

background-color: #f7f4ed;
border: 0px solid green;
}

   .text
   {
      color: #494131;
      font:  normal 1em Verdana, Arial, sans-serif;
   }
   .heading,
    .albumHeading
   {
      font: bold 1.1em Georgia, 'Times New Roman', serif;
         color: #ea5a00;
         margin: 0px 0 10px 0;
         letter-spacing: 0.1em;
   }
   div.pageHeading 
   {
      font-family: sans-serif;
      font-size:1em;
      font-style:normal;
      font-variant:normal;
      font-weight:normal;
   }
   .infoText
   {
      color: #EA5A00;
      font-size:1em;
      /*font-style:normal;*/
      /*font-variant:normal;*/
      /*font-weight:normal;*/
   }
   #link div 
   {
      /*font-family: sans-serif,;*/
      /*color: black;*/
      color: #000000;
      /*font-color: blue;*/
      /*font-size:16px;*/ 
      /*font-style:normal;*/
      /*font-variant:normal;*/
      /*font-weight:normal;*/
   }
   a:hover
   {
      color: blue;
      text-decoration: none;
   }
   a
   {
      color: #000000;
      text-decoration: none;
   }
   #link a
   {
      color: #494131;
      text-decoration: underline;
   }
   #link a:hover 
   {
      color: #EA5A00;
      text-decoration: underline;
   }
   #tooltip a
   {
      color: #EA5A00;
      text-decoration: underline;
   }
   #tooltip a:hover 
   {
      color: #000000;
      text-decoration: none;
   }
   .tooltip
   {
      font-size:1em;
      color: #494131;
      position: absolute;
      display: none;
      background-color: #E8E0D5;
      border-width: 2px;
      border-style: solid;
      border-color: #EA5A00;
      padding: 2px;
   }

    .button{
	float: right;
	clear: both;
    background: #F7F4ED url(../img/icon_link.gif) no-repeat 9% 59%;
    font: bold 1em Verdana, Arial, sans-serif;
    border: none;
	color: #EA5A00;
    padding-left:10px;
    margin-right: 30px;
	margin-top: 10px;
	text-decoration: underline;
	}
		 
   .button:hover
   {
      color: #494131;
      cursor:pointer;
	  text-decoration: underline;
   }

