*{
  font-family: sans-serif; 
}


h1,h2,h3 {
  font-weight: normal;
}

.pageheading {
  margin-top:0em;
  padding-bottom: 0em;
  font-weight:normal;
  text-align: center;
  line-height: 1em;
}

h2 {
  margin-bottom: 2em;
  line-height: 1em;
}


/* #################################################
Inhalt
################################################### */

#content {
  background-color: #FFFFFF;
 line-height:1.0em;
 margin-top: 1.3em;
  margin-left: 18em;
  margin-right: 1em;
}

.blocktext {
 text-align: justify;
 margin-bottom: 3em;
}

.counter {
 color: #186bbf;
 font-weight: bold;
}

p,td,blockquote {
  margin-top: 0em;
  line-height: 1.3em;
 font-size: small;
}

div.abbildung-text {
  line-height: 1em;
  font-size: small;
  font-style: italic;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
}


li {
 list-style-image: url(PNG/list_style_image.gif); 
 
 line-height: 1em;
 padding-top: 0.3em;
 font-size: small;
 }

.img-left {
 float: left;
 margin: 1em 1em 1em 0em;
}

.img-right {
 float: right;
 margin: 1em 0 1em 1em;
}

img.icon {
 margin:0em;
}


div.quoted-text {
  padding-left: 1.5em;
}


/* #################################################
Tabelle
################################################### */
.table {
 display:table;
}

.tr { 
 display:table-row;
}

.td-title {
 display:table-cell;
 width:240px;
 text-decoration: none;
 font-weight: bold; 
 font-size: small;
}

.td {
 display:table-cell;
 width:300px;
 text-decoration: none;
 font-size: small;
}


/*
Notenauflistung in "Blockflötenprojekt"
*/
.itemTail { padding-left: 1em; font-size: 80%;  }
.itemLink { margin-right: 5em; font-weight: bold; }

li.liste {
 font-size:  small;
 font-weight: normal;
 list-style: none;
}


/*####################################################
Navigation
#####################################################*/


#nav {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 16em;
 line-height:0.7em;
  background-color: #FFFFFF;
}

#nav h4 {
 margin-bottom:0.4em;
}

#content > #nav {
 position: fixed;
}



h4.menuheading {
 margin-top:0em;
 margin-bottom:0.3em;
 font-weight:bold;
}

.dialog h1 {
 /* header */
  font-size:1.2em;
  font-weight: bold;
  margin-top:0em;
  margin-bottom:0.5em;
  text-align:left;
}

div.menuitem {
  font-size: 0.7em; 
}

a.menulink { 
  color: #186bb9;
  text-decoration: none ;
}

a.menulink:hover {
  color: #EC7600;
  /* color: #8C0002; */
  background-color: white;
  text-decoration: underline;
}

/* Rahmen */

.dialog .hd .c,
.dialog .ft .c {
 /* Mindeshöhe festlegen */
  height:16px; 
}

.dialog .ft .c {
  height:40px;
}

.dialog .hd {
  background:transparent url(rahmen/tl.gif);
}

.dialog .hd .c {
  background:transparent url(rahmen/tr.gif) no-repeat right ;
}

.dialog .bd {
  background:transparent url(rahmen/ml.gif) repeat-y;
}

.dialog .bd .c {
  background:transparent url(rahmen/mr.gif) repeat-y right 0px;
  padding-right:10px;
}

.dialog .bd .c .s {
  margin:0px 0px 0px 0px;
  padding:0.1em 0.2em 0.1em 1em;
}

.dialog .ft {
  background:transparent url(rahmen/bl.gif);
}

.dialog .ft .c {
  background:transparent url(rahmen/br.gif) no-repeat right;
}

/* #################################################
Tabelle - Neuigkeiten
################################################### */

.td-news-datum {
display:table-cell;
width:100px;
text-decoration: none;
font-size: small;
}

.td-news-kurz {
display:table-cell;
width:120px;
text-decoration: none;
font-size: small;
}
.td-news-breit {
display:table-cell;
text-decoration: none;
font-size: small;
}

.news-heading {
/*  background-color: #A9AFC5; */
background-color: #4A5A74;
color:white;
/*  padding-top:2px; */
padding-left:1.em;  
/*  padding-bottom:2px;  */
/* margin-top:1.5em;
margin-bottom: 1.5em;*/

}



/*#########################################
 Bildergalerie 
#########################################*/

.bildnavigation {
 margin-top:0em;
 background-color:#8D1A00;
 color:white;
 font-family:sans-serif;
}

.bildnavigation td{
 font-size:80%;
}

.bildnavigation h3{
 font-weight:bold;
 margin-top:0em;
 margin-bottom:0.5em;
 font-size:160%;
}


#collectionPage {
 margin-top: 1em;
 margin-bottom:8em;
 max-width: 840px;
}

#collectionPage ul {
 padding: 0;
 text-align: center;
}

#collectionPage li {
 display: block;
 float: left;
 text-align: center;
 margin: 6px;
 padding: 5px;
 background-color: #eee;
 border: 1px solid #cccbb9;
}

#collectionPage a:link {
 }


.bilderliste {
 color: #8D1A00;
 font-size: 60%;
 font-family:  sans-serif;

}

.bild-mit-untertitel  ul {
 padding: 0;
 text-align: center;
}

.bild-mit-untertitel  li {
 float: right;
 text-align: center;
 margin: 6px;
 padding: 5px;
 background-color: #eee;
 border: 1px solid #cccbb9;
}
