/* ##### Common Styles ##### */

body {
  color: white;
  background-color: white;
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 78%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
  font-size: 9.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted black;
  cursor: help;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header
{
	color: #617A45;
	background-image: url(picts/augen-grey.gif);
	background-repeat: no-repeat;
	background-color: white;
	background-repeat: no-repeat;
	height: 121px;
	background-position: 10px 0px;
	vertical-align: bottom;
	text-transform: inherit;
}

#header a
{
	color: #617A45;
	text-decoration: none;
	text-transform: inherit;
	display: table-cell;
  height: 121px;
  vertical-align: bottom;
}

.headerTitle {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 20px;
  top: .2em;
  font-size: 2.3em;
}

td {
  height: 121px;
  vertical-align: bottom;
}

.headerSubtitle {
	position: absolute;
	margin: 0;
	padding: 0;
	left: 13em;
	top: 116px;
	font-size: 1.5em;
	color: white;
}

/* ##### Side Bar ##### */

#side-bar {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  font-size: 12pt;
  color: #617A45;
}

#side-bar a
{
  color: #617A45;
  background-color: transparent;
  text-decoration: none;
}

.sideBarText {
  text-align: justify;
  margin: 0;
  padding: 1ex 1.5ex;
  display: block;
  border-top: 1px solid black;
}

#side-bar a {
  padding: 0em 1em 0em 1em;
  text-decoration: none;
}

#side-bar a:hover {
  padding: 0em 1em 0em 1em;
  text-decoration: none;
  background: #91AA75;
  color: white;
}

.thisPage {
  padding: 0em 1em 0em 1em;
  background: #617A45;
  color: white;
}


/* ##### Main Part ##### */

#main {
  text-align: left;
  line-height: 1.5em;
  margin: 0;
  padding: 2em 1em 3em 0;
  background-color: #617A45;
}

p {
  margin: 1em 0 1.5em 0;
  padding: 0;
}

#main div {
  color: white;
  margin: 0 0 1em 0;
  padding: 2ex 2em 0.25em 2em;
}

#main h1
{
	font-family: "trebuchet ms", verdana, tahoma, sans-serif;
	font-size: 156%;
	font-weight: bold;
	margin: 0.25em 0 0 0;
	padding: 0;
}

#main a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#main a:hover {
  text-decoration: none;
}

#main dt {
  font-weight: bold;
}

.whitebg
{
	background-color: white;
	padding: 5px;
}

img
{
	border: 0;
	vertical-align: middle;
}

/* ##### Footer ##### */

#footer
{
	margin: 0;
	padding: 0 1em 0 0;
	font-size: 10pt;
	clear: both;
	float: right;
	text-align: right;
}

#footer a {
  color: #617A45;
  background-color: transparent;
  text-decoration: none;
  padding: 0 1em 0 1em;
}

#footer a:hover {
  color: white;
  background-color: #91AA75;
}

.subFooter {
  font-size: 85%;
  line-height: 1.5em;
  margin: 0;
  padding: 1ex 4mm;
}

.subFooter a {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.subFooter a:hover {
  text-decoration: none;
}

    /* curly quotes */
q:before,	q[lang|="en"]:before,	q:lang(en):before	{ content: "\201C"; }
q:after,	q[lang|="en"]:after,	q:lang(en):after	{ content: "\201D"; }
q q:before,	q[lang|="en"] q:before,	q:lang(en) q:before	{ content: "\2018"; }
q q:after,	q[lang|="en"] q:after,	q:lang(en) q:after	{ content: "\2019"; }
