/* *** General *** */
body {
  margin: 0 auto;
  padding: 0;
  background: #fff url(images/bg.png) top center repeat-y;
}

#wrap {
  background: #ffffff;
  color: #303030;
  margin: 0 auto;
  width: 800px;
}

a:link {text-decoration:none; color:#000;}
a:visited {text-decoration:none; color:#000;}
a:hover {text-decoration:underline; color:#000;}



/* *** Header *** */
#header {
  clear: both;
  margin: 0;
  padding: 20px 0 20px 0;
  /*border: 1px solid red;*/
  text-align: center;
}



/* *** Menu *** */
#menu {
  height: 30px;
	border-bottom: 1px dashed #948a54;
	border-top: 1px dashed #948a54;
	padding: 10px 0 0 0;
	margin: 0 10px 0 10px;
	text-align: center;
	font: normal 17px Times New Roman, Times Roman, Times, Nimbus Roman, serif;
	overflow: hidden;
}



/* *** Content *** */
#content {
  border: 0px solid black;
  padding: 20px 20px 50px 20px;
  margin: 0 10px 0 10px;
  font: normal 17px Times New Roman, Times Roman, Times, Nimbus Roman, serif;
  line-height: 170%;
  text-align: left;
  background: #fff url(images/flower.gif) right top repeat-y;
  color: #7b744b;
}

#content h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}

#content img {
  margin: 1px;
  border: 1px solid #c4bd97;
  display: inline;
}



/* *** Sonstiges *** */
#backtotop {
  padding: 0 20px 0 20px;
  text-align: right;
	background-color: transparent;
}

.biggreen {
	color: #abcb00;
	font-size: 1.2em;
	font-weight: bold;
}

.bigblack {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
}

.big {
	font-size: 1.2em;
	font-weight: bold;
}

.activemenu {
	color: #abcb00;
	text-decoration: underline;
}

.pricehead {
  border-bottom: 1px solid #d1cdb1;
	color: #abcb00;
	font-size: 1.0em;
	font-weight: bold;
	width: 740px;
	background: #fff url(images/headflower.gif) right bottom no-repeat;
	background-color: transparent;
}

.indent {
	padding-left: 30px;
}

.tabhead {
	font-weight: bold;
	border-bottom: 1px dashed #d9d6c3;
	height: 40px;
	vertical-align: bottom;
}




/* *** Footer *** */
#footer {
  margin: 10px 10px 50px 10px;
  padding: 10px 0 10px 0;
  border-top: 1px dashed #948a54;
  text-align: center;
  color: #a89f6c;
  font: 0.7em, Times New Roman, Times Roman, Times, Nimbus Roman, serif;
}

