body {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 0.7em;
	line-height: 2em;
	
}

#content {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 880px;
	background: url(hintergrund_orchidee.jpg) no-repeat 450px 200px;
	
}

#top {
	background: url(top_logo.gif) no-repeat;
	width: 843px;
	height: 207px;
}

#top h1 {
	display: none;
}

#left {
	background: url(menu_back_holz.gif) repeat-y 26px 0;
}

#menu_outside {
 	padding: 20px 0 0 0;
	float: left;
}

#navi {
	background: url(menu_back_feld.gif) repeat-y;
	width: 180px;
	margin: 0 0 0 61px;
	list-style-type: none;
	padding: 4px 0 4px 0;
	
}

#navi li {
	margin: 0px;
	padding: 0px;
}
#navi a {
	color: #9d8f36;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	margin-right: 8px;
	padding: 3px 0 3px 10px;
	display: block;
}

#navi a:hover {
	background-color: #e2dbaf;
}

#navi a.selected {
	background-color:  #9d8f36;
	color: #fff;
}

#navi a.selected:hover {
	background-color:  #9d8f36;
	color: #fff;
}

#navi_bottom {
	background: url(navi_bottom.gif) no-repeat;
	width: 180px;
	height: 10px;
	margin: 0 0 5px 61px;
}

#images {
	background: url(image_hg.gif) no-repeat;
	width: 200px;
	margin: 0 0 0 61px;
}

#images_bottom {
	background: url(image_bottom.gif) no-repeat;
	width: 235px;
	height: 10px;
	margin: 0 0 0 26px;
}

#inhalt {
 	margin: 10px;
	float: left;
	width: 380px;
	color: #555;
}

#inhalt h1 {
	font-size: 130%;
	color: #9d8f36;
}

#inhalt h2 {
	font-size: 110%;
	color: #9d8f36;
}

b {
	color: #9d8f36;
}

#inhalt a {
	color: #9d8f36;
}

#inhalt a:hover {
	color: #e2dbaf;
}

#inhalt ul {
 	margin-left: 0px;
	padding-left: 18px;
}

#inhalt .tab {
	display:block;
	float:left;
	width: 60px;
}

input {
	width: 300px;
	border: 1px solid #9d8f36;
	margin-right:3px;
}

textarea {
	width: 300px;
	height: 100px;
	border: 1px solid #9d8f36;
	margin-right:3px;
}

.button {
	width: 148px;
	background-color: #9d8f36;
	color: #fff;
	font-weight: bold;
}

#right {
	float:left;
	margin-top: 20px;
	margin-left: 20px;
}

#right h1 {
	font-size: 120%;
	background-color: #9d8f36;
	color: #fff;
	width: 135px;
	text-indent: 5px;
	margin: 0px;
}

#right_menu {
 	width:140px;
	background: url(subnavi_back.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#right a {
	color: #9d8f36;
	margin-left: 5px;
}

#right a:hover {
	color: #e2dbaf;
}

#right a.selected {
	font-weight: bold;
}

#right_bottom {
	width:140px;
	height: 5px;
	background: url(subnavi_bottom.gif) no-repeat;
	
}

.clearer {
	clear: both;
}


