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;
}

ul {
	list-style: circle;
}
.logo {
	position: absolute;
	top: 3px;
	left: 30px;
	width: 66px;
	height: 125px;
	color: Black;
	background-image: url(images/mymom2.gif);
}

.header {
    margin-top: 10px;
    margin-left: 160px;
    } 

.box {/*this is a box for copyright and disclaimer at the bottom */
  background: #FFFFFF;
  color : #000099;
  font-size: smaller;
  font-family: "Comic Sans MS", Verdana, sans-serif;
  padding : 1px;
  margin: 2px 145px;
  border-color : #7B68EE;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
    }
.navigatleft {
	position: absolute;
	top: 133px;
	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*/
    }
