body {
	margin: 0;
	background-color: #fff;
	background-image: url(pics/baum.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 78%;
	line-height: 1.6em;
	color: #555;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	letter-spacing: 0.01em;
}

a {
	color: #066;
	text-decoration: underline;
}

a:hover {
	color: #0a6;
	text-decoration: underline;
}

h1 {
	margin: 0;
	margin-bottom: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #699;
}

h2 {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.1em;
	margin: 0;
	margin-bottom: 10px;
}

h4 {
	font-size: 1em;
	margin: 0;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 2px solid #90A23B;
}

div.clear {
	clear: both;
	line-height: 1px;
	height: 1px;
}

br.clear {
	clear: both;
	background-color: transparent;
	display: block;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

br[clear=all] {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	display: block;
}

img {
	border: none;
}

#header {
	margin: 0;
	height: 61px;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo {
	margin: 10px 100px 0 210px;
	padding: 0;
	text-align: left;
}

#logo a {
	font-size: 1.8em;
	letter-spacing: 0.6em;
	text-decoration: none;
}

#navigation {
	margin: 80px 0 0 35em;
	padding: 0 0 0 260px;
	width: 200px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	list-style: none;
}

#navigation ul li a {
	display: block;
	margin: 0;
	width: 160px;
	padding: 0 10px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #7aa;
}

#navigation ul li a.active {
	background-color: #7aa;
	color: #fff
}

#navigation ul li a:hover {
	background-color: #888;
	color: #fff;
}

#navigation ul ul li {
	margin: 0;
	border: none;
	padding: 0;
	list-style: none;
        font-size: 0.8em;
}

#navigation ul ul li a {
	display: block;
	margin: 0;
	width: 160px;
	padding: 5px 10px 5px 10px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	border-color: #fff;
	line-height: 1.3em;
	background-color: #dde;
}

#left {
	float: left;
}

#content {
	float: left;
	margin: 70px 20px 0 210px;
	width: 35em;
}

#content.largeContent {
	/*margin-right: 20px;*/
}

#right {
	float: left;
}

#footer {
	text-align: right;
	border-top: 1px solid #066;
	margin: 20px 0 26px 0;
	font-size: 0.8em;
}



/* standard content */

/*

#content span.contentSubtitle {
  display: block;
  font-size: 0.9em;
}

#content div.topicText {
  margin: 0px;
  padding: 0px;
  padding-bottom: 10px;
}

#content div.subTopics {
  clear: both;
  margin-top: 0px;
}
#content table.subTopicLine tr {
  vertical-align: top;
}
#content td.topicSpacer {
  padding: 6px;
  border: none;
}
#content .subTopic {
  border-top: 2px dotted #97A948;
  padding-top: 10px;
  padding-bottom: 10px;
}

*/

/* image in content */

/*

#content div.topicImageLeftBreakNone {
  float: left;
  margin-right: 10px;
  width: auto;
  height: 100%;
}
#content div.topicImageRightBreakNone {
  float: right;
  margin-left: 10px;
  width: auto;
  height: 100%;
}
#content div.topicImageLeftBreakSide {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: auto;
}
#content div.topicImageRightBreakSide {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  width: auto;
}
#content div.topicImageCenter {
  margin-bottom: 10px;
}

*/

/* special links */

a.more {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 1em;
  color: #4A541E;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.search {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 1em;
  color: #4A541E;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}

a.back {
  display: block;
  float: right;
  text-align: right;
  font-weight: bold;
  font-size: 1em;
  color: #4A541E;
  text-decoration: none;
  padding-top: 3px;
  padding-right: 13px;
  padding-left: 10px;
  background-image: url(pics/more.gif);
  background-repeat: no-repeat;
  background-position: right;
}
