ul, div {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	background: #FFF;
}

#top {
	position: absolute;
	width: 100%;
	height: 146px;
	top: 0;
	background: #96B476;
}

#mainframe {
	position: absolute;
	top: 0;
	left: 50%;
	width: 966px;
	height: 554px;
	margin: 0 0 0 -483px;
	border: 0;
	background: url(../images/head.gif) no-repeat;
}

#navi {
	width: 638px;
	height: 35px;
	margin: 148px 0 0 195px;
}

a {
	text-decoration: none;
	color: #96B476;
}

a:hover { text-decoration: underline; }

#navi a {
	display: block;
	float: left;
	margin: 0 0 0 2px;
	width: 158px;
	height: 35px;
}

#navi a.first { margin: 0; }

a#home { background: url(../images/home.gif); }
a#imkereibedarf { background: url(../images/imkereibedarf.gif); }
a#naturkosmetik { background: url(../images/naturkosmetik.gif); }
a#kontakt { background: url(../images/kontakt.gif); }

a#home:hover { background: url(../images/home_on.gif); }
a#imkereibedarf:hover { background: url(../images/imkereibedarf_on.gif); }
a#naturkosmetik:hover { background: url(../images/naturkosmetik_on.gif); }
a#kontakt:hover { background: url(../images/kontakt_on.gif); }

body#b_home a#home { background: url(../images/home_on.gif); }
body#b_imkereibedarf a#imkereibedarf { background: url(../images/imkereibedarf_on.gif); }
body#b_naturkosmetik a#naturkosmetik  { background: url(../images/naturkosmetik_on.gif); }
body#b_kontakt a#kontakt { background: url(../images/kontakt_on.gif); }

#content {
	width: 638px;
	margin: 0 0 0 168px;
	padding: 15px 0 0 25px;
	min-height: 600px;
	color: #626262;
	font-size: 16px;
}

#content ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-image: url(../images/bullet_s.gif);
}

#content li {
	margin: 5px 0 0 0;
	padding: 0 0 3px 0;
	font-size: 16px;
}

.c_image {
	margin: 0 20px 0 -5px;
	float: left;
}

.ital { font-style: oblique; }

.ital_or {
	font-style: oblique;
	color: #E67935;
}

.ital_gr {
	font-style: oblique;
	color: #96B476;
}

.orange { color: #E67935; }
.green { color: #96B476; }

.oez {
	font-weight: bold;
	color: #96B476;
	margin: 10px 0 0 0;
}

#footer {
	position: relative;
	bottom: 0;
	width: 638px;
	height: 100px;
	text-align: right;
	width: 100%;
	background: url(../images/footer.gif) no-repeat;
	color: #FFF;
	padding: 79px 0 0 0;
	margin: 30px 0 0 0;
}

#footer a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}