#column-left {
	padding-top: 160px;
	position: absolute;
/*	border: 1px solid black; */
	margin: 0em 0em 0.5em 0em;
	float: none; 
	padding: 0;
	width: 11.6em;
	overflow: hidden;
	z-index: 20;
}

#column-content {
/*	width: 100%;*/
	position: absolute;
/*	border: 1px solid black;*/
	float: right;
	margin: 0em 1.0em 0em 0em;
	padding:0;
}


#symbol {
	overflow: hidden;
	width: 11.5em;
	height: 7.4em;
}

 
.leftbox {
	/* 1=oben, 2=rechts, 3=unten, 4=links */
	background: white;
	margin: 0.5em 0.2em 1em 0.4em;
	padding: 0.1em 0em 0.1em 0.3em;
	width: 11.4em;
	border: 1px solid #d9ac0f;
	overflow: hidden;
	color: black;
	font-size: 95%;
		
}

.leftbox p {
	line-height: 1em;
}

.leftbox a {
	text-decoration: none;
	color: #a67601;
	font-weight: normal;
}

.leftboxhead {
	color: black;
	text-decoration: underline;
}

.infolink {
	text-decoration: none;
	color: #a67601;
	font-weight: normal;
	font-size: 90%;
	
}

#menubar {
	position:absolute;
	top: 6.3em;
	left: 13.0em;
	margin: 0;
  padding-top: 0.5em;
	height: 30px;
	white-space:nowrap;
	width: 76%;
	overflow: visible;
	background: none;
	font-size: 95%; 
	z-index: 10;
}

.menuitemnormal {
	background: #ffffff;
	border: 1px solid #d9ac0f; 
	vertical-align: bottom;
	padding: 0.1em 0.4em 0.1em 0.4em;
}

.menuitemnormal a {
	text-decoration: none;
	color: #a67601;
	font-weight: normal;
}

.menuitemselected {
	background: #d9ac0f; 
	border: 1px solid #d9ac0f; 
	vertical-align: bottom;
	padding: 0.1em 0.4em 0.1em 0.4em;
}

.menuitemselected a {
	text-decoration: none;
	color: white; 
	font-weight: bold;
}

.navitemnormal {
	/* 1=oben, 2=rechts, 3=unten, 4=links */
	text-decoration: none;
	color: #a67601;
	padding: 0.1em 0.1em 0.1em 0.1em;
	font-weight: normal;
}

.navitemselected {
	text-decoration: none;
/*	border-left: 4px solid #d9ac0f; */
	padding: 0.1em 0.1em 0.1em 0.1em;
	color: #a67601;
	font-weight: normal;
	vertical-align: center;
}



#content {
	margin: 7.8em 2.0em 0em 12.2em;
	padding: 0em 2em 1em 1em;
	position: relative;
	/* 1=oben, 2=rechts, 3=unten, 4=links */
	background: White;
	border: 1px solid #aaaaaa;
	line-height: 1.5em;
	z-index: 2;
}


body {
	font: x-small sans-serif;
	background: #fbf5df url("/images/paper.jpg") 0px 0px no-repeat;
	color: Black;
	margin: 0;
	padding: 0;
	font-size:10pt;
}

p {
    margin: 0.4em 0em 0.5em 0em;
    line-height: 1.5em;
}

p img { margin: 0; }

.portrait {
	border: 0px;
	float: right;
	margin-top: 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}


hr {
    height: 1px;
    color: #aaaaaa;
    background-color: #aaaaaa;
    border: 0;
    margin: 0.2em 0 0.2em 0;
}

h1, h2, h3 {
    color: black;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    /*  border-bottom: 1px solid #aaaaaa; */
}

.subhead {
	color: #d9ac0f;
}

h4, h5, h6 {
    color: #d9ac0f;
    background: none;
    font-weight: normal;
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    /*  border-bottom: 1px solid #aaaaaa; */
}


a {
	color: #a67601;

}



