/* body */
body {
	margin:0em;
	padding:0em;
	font-family:verdana, arial, helvetica, sans-serif;
	background-color:#fff;
	color:#000;
	font-size:80%;
}

.active{
	background-color: #eee;
}

/* default link styles */
a {
	color: #000;
}
a:visited{
	color: #000;
}
a:active{
	text-decoration:underline;
}
/* initialize header elements and #Slogan to default values */
h1, h2, h3,h4{
	margin:0em;
	padding:0em;
	font-weight:bold;
}
h1{
	font-size:160%;
}
h2{
	font-size:120%;
}
h3,h4{
	font-size:100%;
}
/* hide elements */
#DocumentHeader, img, hr, .invisible{
	display:none;
}
/* blocks */
/* block Kopfzeile */
#DocumentHeader {
	padding-left:1.3em;
	padding-top:1em;
}
/* block Inhalt */
#DocumentBody {
}
.index{
	width: 20em;
	text-align:center;
}
#DocumentBody h1 {
	margin-bottom:1em;
	color:#000;
	background-color: #eee;
	font-weight:normal;
}
#DocumentBody h2 {
	margin-top:4em;
	background-color: #eee;
}
#DocumentBody h1.subheadline, #DocumentBody h2.subheadline{
	margin-top:0em;
	padding-top:0em;
	font-weight:bold;
}
#DocumentBody h1.subheadline{
	font-size:120%;
}
#DocumentBody h3, #DocumentBody h4 {
	margin-top:2em;
	font-weight:normal;
	text-decoration:underline;
}
#DocumentBody h4 {
	font-style:italic;
}
#DocumentBody p {
	margin:.5em 0em .5em 0em;
	padding:0em;
}
#DocumentBody p.small{
	font-size:80%;
}
#DocumentBody ul{
	margin-top:1.2em;
	line-height:1.5em;
	color:#000;
}
#DocumentBody a:hover{
	background-color:#eee;
}
/* site map */
#DocumentBody ul.section{
	line-height:1.8em;
	padding:0em 0em 0em 2em;
	margin:0em;
}
#DocumentBody ul.section a, #DocumentBody ul.subsection a{
	color:#000;
}
#DocumentBody ul.subsection{
	margin:0em;
	padding:0em 0em 0em 4em;
	line-height:1.6em;
	text-decoration:none;
}
#DocumentBody .abstract{
	margin-bottom:1em;
	font-style: italic;
}
#DocumentBody .meaning{
	margin-bottom:1em;
	font-size:80%;
	font-style: italic;
}
#DocumentBody .question{
	font-style: italic;
}
#DocumentBody .poem{
	font-style: italic;
	padding-left:3em;
}
#DocumentBody .Aromed4{
	padding-left: 4.5em;
}

/* block Hauptbereich */
#Navigation {
	display:none;
	position: absolute;
	top: 17em;
	left: 0em;
	padding:1em;
}
#Navigation ul{
	text-align:left;
	list-style-type: square;
	color: #F2BA70;
	margin:0em;
	padding: 0em 0em 0em 1.5em;
}
#Navigation a{
	color: #66c;
	font-weight: normal;
}
#Navigation a:hover{
	background-color:#eee;
}

/* block Fusszeile */
#DocumentFooter{
	display:none;
	margin-left:13em;
	margin-bottom:1em;
}
#DocumentFooter a {
	font-size:80%;
}
#DocumentFooter a:hover{
	background-color:#eee;
}
#DocumentFooter span{
	font-size:60%;
}
/* tables */ 
table{
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}
th, td{
	text-align:left;
	vertical-align:top;
}
td.center{
	text-align:center;
}
caption{
	text-align:left;
	padding-top:1em;
	padding-bottom:1em;
	font-style:italic;
	line-height:normal;
}
td ul{
	list-style-type: none;
	padding:0em;
	display:inline;
}
/* forms */ 
fieldset{
	padding:2em;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}
fieldset label{
	font-weight:bold;
}
/* address */
address{
	margin-top:1em;
	margin-left:2em;
}

/* W3C buttons without pixel */
/* idea and code from http://www.sovavsiti.cz/css/w3c_buttons.html */
div.w3cButton {
	display:none;
  position: relative;
  margin: 1em 0;
  font-family: helvetica,arial,sans-serif;
  font-size: 90%;
  font-weight: bold;
}
div.w3cButton a {
  display: block;
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
}
div.w3cButton a.w3c1 {
  width: 3em;
  border-left: 1px solid #cecece;
  text-align: center;
}
div.w3cButton a.spec {
  position: absolute;
  left: 3em;
  top: 0;
  width: 6em;
  border-right: 2px solid #4a4a4a;
  padding-left: 0.5em;
}
div.w3cButton a.w3c1:link,
div.w3cButton a.w3c1:visited,
div.w3cButton a.w3c1:hover {
  background-color: #fff;
  color: #0c479d;
  text-decoration: none;
}
div.w3cButton a.spec:link,
div.w3cButton a.spec:visited,
div.w3cButton a.spec:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
