/* Webdesign: RALF WEBER grafik | design - www.ralfweber.biz */



/* ##### Allgemeine Formatierungen ##### */

html, body, h1, h2, h3, h4, p, a, ul, li, div{
  margin:0;
  padding:0;
  border:0;
  outline:none;
  list-style-type:none;
}

html{
  background:#c7aacb url(http://www.ahamkara.de/image/body_background.jpg) repeat-x;
}

body{
  position:relative;
  width:800px;
  min-height:585px;
  background:#c7aacb url(http://www.ahamkara.de/image/body_background.jpg) repeat-x;
  margin:0 auto;
  padding:50px 0 0 0;
}

a, a:visited{
  color:#8e5b90;
}

a:focus, a:hover{
  color:#fb0;
}

h2{
  font:bold 19px/20px Garamond, "Goudy Old Style", Serif;
  color:#8e5b90;
  background:url(http://www.ahamkara.de/image/h2_background.gif) no-repeat;
  padding:8px 0 8px 40px;
}

h3{
  margin:19px 0 0 0;
  font:bold 15px/18px Garamond, "Goudy Old Style", Serif;
  color:#666;
  text-align:center;
}

h4{
  font:bold 19px/20px Garamond, "Goudy Old Style", Serif;
  color:#8e5b90;
  background:url(http://www.ahamkara.de/image/h4_background.gif) no-repeat;
  padding:14px 0 3px 40px;
}

p{
  font:13px/16px Arial, Helvetica, "Sans-Serif";
  color:#666;
  margin:0 0 7px 16px;
}

strong{
  font-weight:bold;
}

address{
  position:absolute;
  top:504px;
  left:415px;
  font:bold 13px/20px Arial, Helvetica, "Sans-Serif";
  color:#77627b;
  clear:both;
}

.preis{
  font:bold 13px/16px Arial, Helvetica, "Sans-Serif";
  color:#999;
}

.zentriert{
  text-align:center;
  color:#8e5b90;
}

#wrapper{
  position:relative;
  height:546px;
  width:800px;
  text-align:left;
  background:transparent url(http://www.ahamkara.de/image/wrapper_background.gif) no-repeat;
}

p .information{
  color:red;
}

/* ##### Formatierungen Navigation ##### */

#navigation{
  position:absolute;
  top:205px;
  left:200px;
  z-index:10;
}

#navigation a, #navigation a:visited{
  height:40px;
  width:128px;
  font:bold 17px/42px Garamond, "Goudy Old Style", Serif;
  color:#6e6e6e;
  text-decoration:none;
  padding-left:15px;
  background:url(http://www.ahamkara.de/image/button.gif) 0 -44px no-repeat;
  display:block;
}

#navigation a:focus, #navigation a:hover{
  color:#8e5b90;
  background:url(http://www.ahamkara.de/image/button.gif) 0 0 no-repeat;
}

#homeseite #home,
#massagenseite #massagen,
#patzakseite #patzak,
#anfahrtsseite #anfahrt,
#impressumsseite #impressum{
  color:#8e5b90;
  background:url(http://www.ahamkara.de/image/button.gif) 0 0 no-repeat;
}

#inhalt{
  position:absolute;
  top:24px;
  left:350px;
  height:470px;
  width:400px;
}

#foto_links{
  margin:20px 10px 8px 0;
  float:left;
}

#foto_rechts{
  margin:0 5px 8px 10px;
  float:right;
}

#logo{
  position:absolute;
  top:50px;
  left:100px;
  height:150px;
  width:190px;
}

#buddha{
  position:absolute;
  top:170px;
  left:-45px;
  height:430px;
  width:280px;
  background:url(http://www.ahamkara.de/image/buddha.gif) no-repeat;
  z-index:5;
}

#extern a{
  text-decoration:none;
}