/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font : 75%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color:#563600;
	/*background:#ffc999;*/background:#fefefc;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1{
	margin-bottom:20px;
	font-size:20px;
	font-weight:normal;
	line-height:25px;
}
h2{
	margin:20px 0 10px 0;
	font-size:18px;
	font-weight:normal;
	line-height:23px;
}
a{
	color:#563600;
	font-weight:bold;
	text-decoration:none;
	white-space:nowrap;
}
p, ul{
	margin-bottom:8px;
}
td{
	padding:1px 6px 1px 1px;
}
a:hover{
	text-decoration:underline;
}
.floatright{
	float:right;
	margin-left:12px;
}
.margintop{
	margin-top:14px;
}
.center{
	text-align:center;
}
#grid{
	width:728px;
	margin:5px auto;
}
img.schatten{
	-moz-box-shadow: 0 0 5px #b28853;
	-webkit-box-shadow: 0 0 5px #b28853;
	box-shadow: 0 0 5px #b28853;
}
.clear{
	clear:both;
}
.illuayurveda{
	position:relative;
	top:-20px;
	left:-21px;
}
#content{
	clear:left;
	border:1px solid #563600;
	padding:35px 20px 85px 20px;
	background:#FDE4B9 url(gfx/ornament.gif) no-repeat bottom center;
}
#content img{
	margin:10px 0;
}
#content.ayurvedaillu{
	background:#FDE4B9 url(gfx/illuayurveda.png) no-repeat 0px 12px;
	padding:190px 20px 35px 20px;
}
#menu {
	background:#FDE4B9;
	float:left;
	width:726px;
	border:1px solid #563600;
	margin-bottom:3px;
}
#menu li{
	float:left;
	padding:0 16px;
	border-right:1px solid #563600;
}
#menu li.aktiv{
	background:white;
}
#menu li.first{
	padding-left:20px;
}
#menu li.last{
	border-right:none;
	
}
#footer{
	text-align:center;
	padding:5px 0 10px 0;
	font-size:11px;
}