body { color: black;
       font-family: sans-serif;
}
.page-bg { background-color: #fcf0db; }
.hd-text { font-weight: bold;
           font-style: italic;
           color: #513500;
 }
h1 { font-size: 150%;
	text-align: center;
	text-decoration: underline;
	white-space: nowrap;
}
h2 { font-size: 125%;
	white-space: nowrap;
}
h3 { font-size: 100%;
     white-space: nowrap;
}
a { text-decoration: none;
	color: #6F520F;
	font-weight: bold;
}
a.text { color: blue; }
a:hover { text-decoration: underline; }
.navicont { position: fixed;
            width: 222px;
            left: 20px;
            top: 65px;
            text-align: right;
            z-index: 100;
            }
.navi-act { text-decoration: underline; }
.navi:visited { color: #6B4F0F; }
.navi:hover { text-decoration: underline; }
.navidiv { padding-top: 10px;
		font-size: 12pt;
        font-style: italic;
		font-weight: bold;
}
.content { position: absolute;
           left: 257px;
           top: 39px;
           right: 57px;
           padding-bottom: 50px;
           z-index: 10;
}
.deko { width: 107px;
        height: 97px;
        position: fixed;
        z-index: 1;
}
.deko-l { left: 0px; }
.deko-r { right: 0px; }
.deko-o { top: 0px; z-index: 20; }
.deko-u { bottom: 0px; }
.image-left { margin: 15px 35px 15px 0px;
              float: left;
}
.lay-head { height: 38px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index:50;
	opacity: 0.8;
}
.lay-foot { height: 60px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index:50;
	opacity: 0.9;
}
.logo-foot { width: 160px;
        height: 50px;
        position: fixed;
        right: 150px;
        bottom: 5px;
        z-index: 1;
}
.image-right { margin: 15px 0px 15px 15px;
              float: right;
}
.lnk-img { margin: 0px 15px 0px 0px;
           border: 0px;
           float: left;}
.lnk-txt { margin-left: 50px; }
.lnk-item { clear: both;
            padding-top: 20px; }

