/* Formatvorgaben fuer die DTOe-Homepage */

body{
	text-align: center;
	margin: 10px 20px;
	min-width: 840px;
}

#rahmen{
	text-align: justify;
	margin: 0px auto;
}

#kopf{
	height: 120px;
	background-color: rgb(255,255,204);
	overflow: hidden;
}

#kopflinks{
	background-image: url(images/kopflinks.gif);
	background-repeat: no-repeat;
	height: 100%;
	width: 30px;
	float: left;
}

#kopfmitte{
	border-top: 1px solid #000;
	height: 100%;
}

#kopfrechts{
	background-image: url(images/kopfrechts.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
	width: 60px;
	float: right;
}

#logo{
	background-image: url(images/dtoelogo.png);
	background-repeat: no-repeat;
	height: 102px;
	width: 120px;
	margin-top: 18px;
	float: left;
	position: relative;
	left: -2px;
}

#name{
	overflow: hidden;
}

.namenszug{
	text-transform: uppercase;
	font-size: 18pt;
	font-weight: normal;
	margin-left: 35px;
	margin-top: 12px;
}

.inhaltsleiste{
	margin-left: 35px;
}

.titel33{
	font-size: 28pt;
}

.titel12{
	font-size: 12pt;
	text-transform: none;
}

#inhalt{
	background-color: rgb(204,255,204);
	border-left: 1px solid #000;
}

#verzeichnis{
	width: 171px;
	float: left;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 0px;
	line-height: 150%;
	position: fixed;
	left: 20px;
}

#aussage{
	background-image: url(images/schattenrand.gif);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: rgb(255,255,255);
	margin-left: 183px;
	padding: 12px;
}

#fuss{
	height: 52px;
}

#verzeichnisfuss{
	height: 100%;
	width: 184px;
	float: left;
}

#verzlinks{
	background-image: url(images/fusslinks.gif);
	background-repeat: no-repeat;
	height: 100%;
	width: 52px;
	float: left;
}

#verzrechts{
	background-image: url(images/schattenfuss.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: rgb(204,255,204);
	height: 100%;
	width: 132px;
	float: right;
}

#aussagefuss{
	background-image: url(images/schattenfuss.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: rgb(255,255,255);
	height: 100%;
	margin-left: 183px;
}

#ausslinks{
}

#aussrechts{
	background-image: url(images/fussrechts.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
	width: 56px;
	float: right;
}

#brief{
	width: 420px;
	padding-left: 49px;
}

p, h1, h2, h3, ul, ol, td, caption {
	font-family: Times New Roman;
	margin-right: 49px;
}

p{
	font-size: 12pt;
	margin-bottom: 12pt;
	text-align: justify !important; /* Umgehung des Fehlers bei IE < 7 */
	text-align: left; /* fuer IE < 7 */
}

p.autoren{
	font-size: 0.7em;
	text-align: center !important;
	margin-top: 12pt;
	margin-left: 49px;
}

p.verz1{
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-right: 0px;
	text-align: left !important;
	line-height: 150%;
	padding: 0px;
}

p.verz2{
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-right: 0px;
	margin-left: 10pt;
	text-align: left !important;
	line-height: 150%;
	padding: 0px;
}

h1{
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 30pt;
}

h2{
	font-size: 14pt;
	font-weight: bold;
	margin-top: 30pt;
}

h2.abstand{
	text-align: center;
	margin-top: 48pt;
}

h3{
	font-size: 12pt;
	font-weight: bold;
	margin-top: 30pt;
}

ul{
	list-style-type: disc;
	list-style-position: outside;
}

li{
	font-family: Times New Roman;
	font-size:12pt;
	margin-bottom:6pt;
	margin-right: 0pt;
	text-align: justify !important; /* Umgehung des Fehlers bei IE < 7 */
	text-align: left; /* fuer IE < 7 */
}

ul.eng>li{
	font-family: Times New Roman;
	font-size:12pt;
	margin-bottom:0pt;
	margin-right: 0pt;
	text-align: justify !important; /* Umgehung des Fehlers bei IE < 7 */
	text-align: left; /* fuer IE < 7 */
}

table{
	border: 0px;
	margin-bottom: 12pt;
	table-layout: fixed;
	border-spacing: 0px;
	margin-right: 49px;
}

caption{
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
}

td{
	font-size: 12pt;
	vertical-align: top;
}

.links{
	text-align: left;
}

.rechts{
	text-align: right;
}

.block{
	text-align: justify;
}

.mitte{
	text-align: center;
}

div.mittig{
	text-align: center;
	font-size: 12pt;
	margin-bottom: 12pt;
}

.pause{
	margin-top: 30pt;
}

.downedit{
	font-size: 0.7em;
	text-align: left;
}

.approb{
	text-align: center;
	font-size: larger;
}

.caps{
	font-variant: small-caps;
}

hr{
	width: 300px;
	margin-top: 42.0pt;
	text-align: center;
	border: 1px solid #ADADAD;
}

a{
	text-decoration: underline;
}

a:link{
	color: #00008B;
}

a:visited{
	color: #4A708B;
}

a:hover{
	color: #8B0000;
}

a.verz{
	text-decoration: none;
}

a.verz:hover{
	font-weight: bold;
}

em{
	font-style: italic;
}

/* Formate fuer Bandverzeichnis */

#gerade{
	/*background-color: rgb(240,255,255);*/
	background-color: #fff3ec;
	margin-right: 17px;
}

#ungerade{
	/*background-color: rgb(240,240,240);*/
	background-color: #f0f0f0;
	margin-right: 17px;
}

#bandangaben{
	font-family: Times New Roman;
	font-size: 12pt;
	margin-right: 20pt;
	margin-bottom: 12pt;
	text-align: justify !important; /* Umgehung des Fehlers bei IE < 7 */
	text-align: left; /* fuer IE < 7 */
}

#notenpart{
	font-family: Times New Roman;
	font-size: 12pt;
	margin-right: 20pt;
	margin-bottom: 12pt;
	text-align: left;
}

#inhaltsliste{
	margin-top: 12pt;
	margin-bottom: 12pt;
}

#besetzungsliste{
	margin-bottom: 12pt;
}

#nummernliste{
	margin-right: 0pt;
}

.band{
	font-weight: bold;
	position: relative;
	float: left;
}

.liste{
	font-weight: normal;
	text-align: right;
}

.titel{
	font-style: italic;
}

.hrsg{
	margin-bottom: 6pt;
}

.textpart{
	font-weight: normal;
	font-style: normal;
}

.verweis{
	font-size: 0.7em;
}

.werkabschnitt{
	font-weight: normal;
	font-style: normal;
}

.szene{
	font-weight: normal;
	font-style: normal;
}

.szenenort{
	font-weight: normal;
	font-style: normal;
}

.arie{
	font-weight: normal;
	font-style: normal;
}

.sammlung{
	font-style: italic;
}

.gattung{
	font-weight: bold;
}

.komponist{
	font-weight: normal;
	font-style: normal;
}

.librettist{
	font-weight: normal;
	font-style: normal;
}

.standort{
	font-weight: normal;
	font-style: normal;
}

.signatur{
	font-weight: normal;
	font-style: normal;
}

.werknummer{
	font-weight: normal;
	font-style: normal;
}

.rolle{
	font-style: normal;
}

.werk{
	font-style: italic;
}

.besetzung{
	font-weight: normal;
	font-style: normal;
}

div.besetzung{
	margin-bottom: 6pt;
}

.werkjahr{
	font-weight: normal;
	font-style: normal;
}

.anmerkung{
	font-weight: normal;
	font-style: normal;
}

.werkfolge{
	font-weight: normal;
	font-style: normal;
}

.zwischentitel{
	font-weight: bold;
	margin-bottom: 6pt;
}

.gattungstitel{
	font-weight: bold;
	margin-top: 12pt;
	margin-bottom: 12pt;
	margin-left: 24px;
}

.indextitel{
	margin-bottom: 6pt;
}

.indexinhalt{
	text-align: justify;
}

#bandangaben a[name]{
	text-decoration: none;
	color: #000000;
}

#bandangaben>ul{
	list-style-type: none;
	margin-top: 0pt;
	margin-right: 0pt;
}

#bandangaben li{
	margin-bottom: 0pt;
	text-indent: -1.5em;
	text-align: left;
}

#notenpart ul{
	margin-right: 0pt;
}

#notenpart>ul{
	list-style-type: disc;
}

#notenpart ul ul{
	list-style-type: circle;
}

#notenpart ul ul ul{
	list-style-type: square;
}

div.zwischentitel+ul{
	margin-top: 6pt;
	margin-bottom: 0pt;
}

ul.sammeltitel>li{
	margin-top: 6pt;
	margin-bottom: 0pt;
	text-align: left;
}

ul.werkliste>li{
	margin-bottom: 0pt;
	text-align: left;
}

.einfuegung{
	font-style: normal;
}

.werkart{
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.tonart{
	font-weight: normal;
	font-style: normal;
}

.subwerkart{
	font-weight: normal;
	font-style: normal;
}

.buchabschnitt{
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.zwischentext{
	font-weight: normal;
	font-style: normal;
}

.kommentar{
	font-weight: normal;
	font-style: normal;
}