body {
	background-color:#FFFFFF;
	font-family: serif;
}

h1 {
	font-size:36px;
	color:#000000;
	margin: 15px 0 0 20px;
}

h2 {
	font-size:20px;
	color:#000000;
	margin: 0 0 10px 60px;
}

h3 {
	font-size:20px;
	color:#000000;
	/*margin: 5px 0 0 5px;*/
}
h3.initcap:first-letter {
	font-size: 200%;
	line-height: 100%;
}

h4 {
	/*font-size:16px;*/
	color:#000000;
}

p.initcap:first-letter {
	font-size: 300%;
	line-height: 100%;
}
p.initcap:first-line {
	line-height: 100%;
}

/*************************************************************/
#header {
	border-bottom: 2px solid black;
}

/*************************************************************/
#topmenu li {
    list-style: none;
    text-align: left;
    font-weight: bold;
    /* display: inline-block; */ /* fuer Safari */
    display: inline;
    padding: 0.3em;
    border: 1px solid black;
    margin: 1px;
    /* background-color:#F0F0F0; */
}
#topmenu li.self {
    text-decoration: underline;
    /* background-color:#F0F0F0; */
}
#langselect p {
    text-align: right;
}
#langselect a:link, #langselect a:visited {
    color: black;
    /* text-decoration: underline; */
    /* background-color:#F0F0F0; */
}

#topmenu a:link, #topmenu a:visited {
    text-decoration: none;
    color: blue;
}

/* for table version */
.topmenuentry a:link, .topmenuentry a:visited {
    text-decoration: none;
    color: blue;
    text-align: left;
    font-weight: bold;
    display: inline-table;
    padding: 0.3em;
    /*margin: 0 0 -10px 0;*/
}


/*************************************************************/
#rightmenu {
	border: 1px solid black;
	background-color:#F0F0F0;
	width:15em;
	float:right;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#rightmenu ul {
    margin: 5px;
    padding-left: 0.8em; padding-bottom: 0.8em; padding-top: 0em;
    text-align: left;
    /*border: 1px solid black;*/
}
#rightmenu li {
	list-style: none;
}
#rightmenu a:link, #rightmenu a:visited {
    color: blue;
}
#rightmenu .subcat {
    margin-left: 1.5em;
    list-style: circle;
}
#rightmenu .subsubcat {
	margin-left: 1.0em;
    list-style: disc;
	padding-bottom: 0em;
}
.rightmenuheading {
	font-size:22px;
	margin-left: 5px;
}

#rightmenu .feedback {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
	font-style: italic;
	font-size: 120%;
}
#rightmenu .feedback a:link, #rightmenu .feedback a:visited {
    color: black;
}


/*************************************************************/
#toc ul {
    list-style: none;
    margin-left: 0em;
    text-indent: 0em;
}
.subsec li {
    margin-left: 2em;
}
ul.worklist {
    list-style: none;
    margin-left: 0em;
    text-indent: 0em;
}

ul.workinfo {
    list-style: none;
}
.workinfo dt {
    font-weight: bold;
}

/*************************************************************/
#performances ul {
    margin: 0px;
	padding: 1ex 0ex 2ex 1em;
}
#performances li {
	list-style: none;
    margin: 0px;
	padding-left: 0em;
}

/*************************************************************/
#soundsamples ul {
    margin: 0px 0px 1.5ex 30px;
	padding: 0ex 0ex 0ex 0ex;
}
#soundsamples li {
	list-style: disc;
    margin: 0px;
	padding-left: 0em;
}
#soundsamples img {
    border: 0px;
}
