body { 
   color: black;
   font-family: tahoma, arial, helvetica, sans-serif;
   font-size: 0.9em;
	padding: 0;
	margin: 0;	
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-image: url(/images/palustris_back.png);
	background-position: center;
	background-attachment: fixed;
}
h1, h2, h3, h4, h5, h6 {
   font-family: arial, tahoma, helvetica, sans-serif;
   font-weight: lighter;
}

h1 { font-size: 160%; }
h2 { font-size: 150%; }
h3 { font-size: 140%; }
h4 { font-size: 130%; }
h5 { font-size: 120%; }
h6 { font-size: 110%; }

/* Standard links */
a:link {	font-weight: bold;	text-decoration: underline; color: #900B09; }
a:visited {	font-weight: bold;	text-decoration: underline; color: #900B09; }
a:hover {	font-weight: bold;	color: #900B09;	background-color: #CCCCBB; }
a:active {	text-decoration: none; color: #003F87; }

a img {
	border: 0;
}
a:hover.img {
	background-color: transparent;
}
.propright {	text-align: right; }
.propcenter {	text-align: center; }
.propbold {	font-weight: bold; }

.indhold {
	position: relative;
	width: auto;
	min-width: 150px;
	margin: 0px 135px;
	padding: 25px 4px 4px 4px;
	top: 0;
	z-index: 3;
}
.menuleft, .menuright {
	position: absolute;
	/*min-width: 125px;*/
	width: 125px;
	height: 100%;
	top: 0;
	background-repeat: repeat;
	background-image: url(/images/small_shade.png);
	background-attachment: scroll;
	padding: 25px 4px 4px 4px;
}
.menuright {
	right: 0;
	left: auto;
	border-left: solid 1px #cccccc;
	z-index: 1;
}
.menuleft {
	right: auto;
	left: 0;
	border-right: solid 1px #cccccc;
	z-index: 2;
}
.box {
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
}
