/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body {
	background-color: #CECEDB;
	background-image: url(images/bkgnd5b.jpg);
	color: Navy;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}
p.chapter {
margin: 0px 0px 0px 0px; 
text-indent: 0.5in;
}
p.fence {
	text-indent: 25px;
}
h2 {
	border-bottom: thin solid Gray;
}

h2.emphasis {
	font-style: italic;
}

.keyword {
	font-weight: bold;
}

.navigatleft {
	position: absolute;
	top: 35px;
	left: 8px;
	width: 165px;
	height: auto;
	/* line-height: 160%; */
	color: Black;
}
.navigatright {
	position: absolute;
	top: 30px;
	right: 8px;
	width: 150px;
	height: auto;
}

#navlist {
	position: relative;
	left: 5px;
	top: 50px;
	width: 155px;
}

#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 0px 0px 0px;
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 12px;
	/* border: 1px solid #333; */
	width: 140px;
	/* background-color: #999; */
	background-image:  url(images/bud1.gif); /* */
}

#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-image:  url(images/buv1.gif); /* */
}
#navlist a:hover {
	/* border: 1px solid #333; */
	/* background-color: #FF6600; */
	background-image:  url(images/buh1.gif);
	color: black;
}


#currentlink a:link, #currentlink a:visited, #currentlink a:hover {
	/* border: 1px solid #333; */
	/* background-color: #FF6600; */
	background-image:  url(images/buc1.gif);
	color: #7F0080; /* */
}

.inhalt {/*this is the main content area*/
    margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    margin-right: 10px;/*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*/
    }

.inhalt2 {/*this is the main content area with 2 margins*/
    margin-left: 160px;
    /*to position the content area to the right of the navigation*/
    margin-right: 160px;/*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*/
    }
	 
	 .box {/*this is a box */
  background: #FFFFFF;
  color : #000099;
  font-size: small;
  padding : 4px;
  margin: 2px;
  border-color : #FF0000;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  
  }

