*{
  font-family: sans-serif; 
}


h1,h2,h3 {
  font-weight: normal;
}

h2 {
  margin-bottom: 2em;
  line-height: 1em;
}

p,ul {
 margin-top: 0em;
 line-height: 1.3em;
 font-size: small;
 text-align:justify;
}

li {
 list-style-image: url(PNG/list_style_image.gif); 
 line-height: 1em;
 padding-top: 0.3em;
 font-size: small;
 }


/*######	Titel #####*/

.pageheading {
  margin-top:0em;
  padding-bottom: 0em;
  font-weight:normal;
  text-align: center;
  line-height: 1em;
}

a.menulink { 
 color: #186bb9;
 text-decoration: none ;
 font-size:small;
}

a.menulink:hover {
  color: #EC7600;
  background-color: white;
  text-decoration: underline;
}

.seitenanfang { 
 float:right;
 padding-right:1em;
 font-size:0.8em;
 font-weight: bold;
}

a.seitenanfang {
  color: #75A1FF;
}


a.seitenanfang:hover {
 color: #EC7600;
 text-decoration: underline;
}

/* Rahmen */




/* #################################################
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;
}

.composer-heading {
/*  background-color: #A9AFC5; */
 background-color: #4A5A74;
 color:white;
 padding-top:0.1em;
 padding-left:1em;
 padding-bottom:1em;
 margin-top:3em;
 margin-bottom: 1.5em;
}

.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;*/

}

.quoted {
 margin-left:3em;
}



.counter {
 color: #186bbf;
 font-weight: bold;
}
/* #################################################
Tabelle
################################################### */
.table {
 display:table;
}

.tr { 
 display:table-row;
}

.td-title {
 display:table-cell;
 width:250px;
 text-decoration: none;
 font-weight: bold;
}

.td-name {
 display:table-cell;
 width:250px;
 text-decoration: none;
 font-weight: bold;
 font-size: small;
}

.td {
 display:table-cell;
 width:180px;
 color: #186bb9;
 text-decoration: none;
 font-size: small;
}

.td-black {
 display:table-cell;
 width:300px;
 text-decoration: none;
 font-size: small;
}

/* #################################################
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;
}



/*####################################################
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;
}

/* #################################################
Rahmen 
################################################### */

.dialog .hd .c,
.dialog .ft .c {
 /* Mindeshöhe festlegen */
  height:16px; 
}

.dialog .ft .c {
  height:40px;
}

.dialog .hd {
  background:transparent url(91-rahmen/tl.gif);
}

.dialog .hd .c {
  background:transparent url(91-rahmen/tr.gif) no-repeat right ;
}

.dialog .bd {
  background:transparent url(91-rahmen/ml.gif) repeat-y;
}

.dialog .bd .c {
  background:transparent url(91-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(91-rahmen/bl.gif);
}

.dialog .ft .c {
  background:transparent url(91-rahmen/br.gif) no-repeat right;
}


