body {
	background-color: #E6E6FA;
	background-image: url(images/patblm2.gif);
	background-repeat: repeat-y;
	color: Navy;
	font-family: Verdana, "Comic Sans MS", sans-serif;
	margin: 0px;
	}

h2 {
	border-bottom: thin solid Black;
}

h2.emphasis {
	font-style: italic;
}

.keyword {
	font-weight: bold;
}

p.prim {
	font-size: medium;
	font-weight: normal;
	text-align: left;
}

p.seco {
	font-size: medium;
	font-weight: normal;
	color: #4B0082;
}

p.detail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	text-align: center;
}

p.notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: Black;
	text-align: center;
}

p.thir {
	font-size: small;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 5px;
}

#navlist {
	position: relative;
	left: 3px;
	top: 5px;
	width: 130px;
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navlist li {
	margin: 0px 2px 2px 2px;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 4px;
	/* border: 1px solid #333; */
	width: 125px;
	background-color: #b27aee; /* */
}

#navlist a:link,{
	color: Navy;
	/*/*/color: navy;
	text-decoration: none; /* */
   /* background-image:  url(images/bud1.gif); /* */
}

#navlist a:visited {
	color: Navy;
	/*/*/color: navy;
	text-decoration: none; /* */
   background-color: #893bee; /* */
	/* background-image:  url(images/buv1.gif); /* */
}
#navlist a:hover {
	/* border: 1px solid #333; */
	background-color: #d69aa2;
	/* background-image:  url(images/buh1.gif); */
	color: black;
}

ul {
	list-style: circle;
}

.header {
    margin-top: 5px;
    margin-left: 160px;
    } 

.box {/*this is a box for copyright and disclaimer at the bottom */
  background: #FFFFFF;
  color : #000099;
  font-size: smaller;
  font-family: Verdana, "Comic Sans MS", sans-serif;
  padding : 4px;
  margin: 2px;
  border-color : #7B68EE;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  
  }
.navigatleft {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 135px;
	height: auto;
	line-height: 170%;
	color: Black;
}

.inhalt {/*this is the main content area*/
    margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    margin-right: 20px;/*breathing space for the text*/
    padding: 5px;/*space to separate navigation and content*/
    width: auto;
    border: 0.1px solid #FFFFFF; 
   /*to insure that NN4.xx renders the background-color of the content area*/
    }
