/*	###################	Colors

	#FFFFFF	: weiss
	#000000 : schwarz
	
	################### */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 10px;
	font-family: inherit;
	vertical-align: baseline;
}

/*	###################	Grundlegendes		######################	*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFE683;
	
}

#wrapper {
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;

}

#startseite {
	background-image: url(../image/spiritofnaturestartseite.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 150px;
	padding-bottom: 379px;
	max-height: 800px;
	
}

/*	###################	Kopfteil			######################	*/

#header {
	background-image: url(../image/bg-gelb.gif);
	background-repeat: repeat-x;
	background-position:left top;
	width: auto;
	height: 140px;
}

#header a {
	float: left; 
	margin-top: 74px;
}

#kiesel {
	background-image: url(../image/kiesel.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 186px;
	height: 189px;
	z-index: 10;
}

/*	###################	Inhalt				######################	*/

#content {
margin-bottom: 20px;
}

#navi {
	margin-top: 15px;
	margin-left: 40px;
	width: 146px;
	float: left;
}

#navi ul {
}

#navi ul li{
	margin-bottom: 18px;
	list-style: none;
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
}

#navi ul li a{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

#navi ul li a.active{
	color: #ffcc00;
	font-weight: bold;
}

#navi ul li a:hover {
	color: #ffcc00;
	font-weight: bold;
}

#subnavi {
	margin-top: 75px;
	margin-bottom: 30px;
}

#subnavi ul {
}

#subnavi ul li {
	margin-bottom: 0px;
	list-style: none;
	text-decoration: none;
}

#subnavi ul li a{
	text-decoration: none;
	color: #000000;
	font-size: 9px;
}

#subnavi ul li a.active{
	font-weight: bold;
	color: #000000;
}

#subnavi ul li a:hover {
	color: #000000;
	font-weight: bold;
}

#inhalt_pix{
	float: left;
	margin-top: -20px;
	width: 215px;
	margin-bottom: 15px;
}

#inhalt_left_bg {
	float: left;
	margin-top: -20px;
	width: 215px;
	margin-bottom: 20px;
	background-color: #ffebc2;
	width: 215px;
	height: 435px;
	padding-top: 10px;
	padding-left: 10px;
	font-size:14px;
	font-weight: bold;
	color: #000033;
	
}

#inhalt_reisen_header {
	float: left;
	width: 735px;
	margin-bottom: 50px;
	color: #000033;
}

#inhalt_reisen{
	float: left;
	margin-top: -20px;
}

.table_left {
	background-color: #ffffe0;
	width: 235px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.table_right {
	width: 500px;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.table_zusatz {
	background-color: #ffebc2;
	width: 235px;
	font-weight: bold;
	padding-left: 10px;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.table_right_zusatz {
	padding-left: 20px;
	vertical-align: middle;
	color: #000033;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.table_preise {
	width: 100px;
	vertical-align: middle;
	color: #000033;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#inhalt_text {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #000033;
	margin-top: -20px;
	width: 500px;
	line-height: 18px;
}

/*	###################	Footer				######################	*/

#footer {
	background-image: url(../image/footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: auto;
	height: 150px;
	clear: both;
}

/*	###################	Texte				######################	*/

p {
	font-size: 13px;
}

/* Ueberschriften */

h1 {
	font-size: 16px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 13px;
}

.png {
}