/* CSS Document */

/* -------------Reset Anweisung--------------- */
* {margin: 0px; padding: 0px; border: 0px;}
/* --------------Basisangaben------------------ */
html, body {
	height: 100.1%;
	font-size: 62.5%;
}
body {
	text-align: center;
	font: 1.2em/1.8em Verdana, Helvetica, Arial, sans-serif;
	background-color:#f0781c;
}

h1 {
	color:#e07804;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding-top:40px;
	margin-bottom:10px;
	line-height: 1.3em;
}
h2 {
	color:#e07804;
	font-weight:bold;
	font-size:1.1em;
}
p {
	color:#e7d1a2;
}
span.h2text {
	 color:#e07804;
	font-size:1.1em;
	font-weight:bold;
}
#wrapper {
	width:925px;
	text-align:left;
	margin:20px auto 0px;
	background:url(../images/bg_main2.jpg) repeat-y;
}
* html #wrapper {
	margin-top:60px;
}
/*---------------------Header------------------*/
#header {
	background: url(../images/Baobab_header-image2.jpg) no-repeat;
	width:925px;
	height:420px;
}
#logo {
	padding-top:70px;
	padding-left:80px;
}
/*---------------------Navigation--------------*/
#nav {
	background:url(../images/bg_nav2.jpg) no-repeat;
	width:323px;
	height:35px;
	text-align:center;
	padding-top:5px;
	padding-left:6px;
	position: relative;
	margin-top:260px;
	margin-left:580px;
}
#nav li {
	display:inline;
}
#nav li a {
	color:#dbbe87;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	margin-right:15px;
}
#nav a:hover {
	color:#f39603;
}
body#home a#homenav, body#zauber a#fruchtnav, body#inhalt a#inhaltnav {
	color:#f39603;
}
body#impressum a.implink {
	font-weight:bold;
	text-decoration:underline;
}

/*---------------------Content-----------------*/
#content {
	background:url(../images/bg_main2.jpg) repeat-y;
	width:925px;
	text-align:center;
}
#content:after {
    content: '\00A0';
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}
.maintext {
	width:750px;
	margin-left:80px;
	text-align:left;
	padding-bottom:5px;
}
* html .maintext {
	width:750px;
	margin-left:30px;
	margin-right:30px;
	text-align:left;
	padding-bottom:5px;
}
*+html .maintext {
	width:750px;
	margin-left:30px;
	margin-right:30px;
	text-align:left;
	padding-bottom:5px;
}
/*---------------------Dose-------------------*/
/*#dose {
	width:486px;
	height:214px;
	position:relative;
	z-index:1;
	top:-35px;
	left:300px;
}*/
#dose {
	width:486px;
	height:214px;
	position:relative;
	z-index:1;
	top:-20px;
	left:280px;
}
#dose2 {
	width:486px;
	height:214px;
	position:relative;
	z-index:1;
	top:30px;
	left:280px;
}
body#zauber #dose {
	top:60px;
}
body#inhalt #dose {
	top:60px;
}
body#impressum #dose {
	top:60px;
}
* html #dose {
	top:50px;
	left:200px;
}
* html body#inhalt #dose, * html body#impressum #dose, * html body#zauber #dose {
	top:45px;
	left:200px;
}
*+html body#home #dose {
	top:60px;
	left:200px;
}
*+html #dose {
	top:50px;
	left:200px;
}
/*---------------------Bilder-----------------*/
.bildboxl {
	font-style:italic;
	float:left;
	margin:10px 20px 20px 0px;	
}
.bildboxr {
	font-style:italic;
	float:right;
	margin:5px 0px 20px 20px;
}
p.bu {
	line-height:1.2em;
	margin-top:5px;
}
/*---------------------Footer------------------*/
#footer {
	background:url(../images/bg_footer.jpg) no-repeat;
	width:925px;
	height:71px;
	padding-top:20px;
	margin:0px auto;
}
p.footext {
	margin-left:80px;
	color:#5b2606;
	float:left;
}
* html p.footext {
	margin-left:45px;
	color:#5b2606;
	float:left;
}
a.implink {
	font-weight:normal;
	float:right;
	margin-right:40px;
	color:#5b2606;
	text-decoration:none;
}
a.implink:hover {
	color:#84644a;
	text-decoration:underline;
}
/*---------------------Impressum-----------------*/
a.email  {
	color:#e7d1a2;
	text-decoration:none;
	font-weight: bold;
}
a.email:hover {
	color:#e07804;
}
	

