/* Stylesheet fuer Oratorienchor Muenster  */

* {
 font-size: 10pt;
}

body {
 color: black;
 background-color: white;
 font-family: Arial, Helvetica, sans-serif;
}

table {
 border-width: 0px;
 margin-width: 0px;
 padding-width: 0px;
}

.kopf {
 color: rgb(64,0,0);
 text-align: center;
}

.kopf td {
 vertical-align: middle;
}

.kopf h1 {
 font-size: 20pt;
 margin-top: 0px;
 padding-top: 5px;
}

.kopf h2 {
 font-size: 16pt;
}

table.kopf { 
 background-color: rgb(240,240,240) 
}

.nav {
 color: white;
 font-size: 10pt;
 text-align: center;
 background-color: rgb(255,192,0);
}

.nav a:link {
 color: white;
 text-decoration: none;
 font-size: 10pt;
}

.nav a:active {
 color: red;
 text-decoration: none;
 font-size: 10pt;
}

.nav a:visited {
 color: white;
 text-decoration: none;
 font-size: 10pt;
}

.nav td.item {
 background-color: rgb(128,0,0); 
 color:white;
 text-align: left;
 font-size: 10pt;
}

td.item .active {
 color: rgb(255,192,0);
}

.inhalt {
 font-size: 10pt; 
 background-color: rgb(255,255,242);
}

.inhalt a:link {
 color: rgb(128,32,32);
 text-decoration: none;
}

.inhalt a:active {
 color: red;
 text-decoration: none;
}

.inhalt a:visited {
 color: rgb(64,16,16);
 text-decoration: none;
}

.inhalt h2 {
 color: rgb(128,0,0);
 font-size: 16pt;
 border-bottom-width: 2px;
 border-bottom-color: rgb(224,224,224);
 border-bottom-style: solid;
}

.inhalt h3 {
 color: black;
 font-size: 14pt;
}

.inhalt h4 {
 color: black;
 font-size: 12pt;
}

.inhalt h1 {
 color: rgb(128,0,0);
 font-size: 18pt;
 border-bottom-width: 3px;
 border-bottom-color: rgb(224,224,224);
 border-bottom-style: solid;
}

.inhalt p {
 color: black;
 font-size: 10pt;
}

.fuss * {
 font-size: 8pt;
}

.fuss a:link {
 color: rgb(128,32,32);
 text-decoration: none;
}

.fuss a:active {
 color: red;
 text-decoration: none;
}

.fuss a:visited {
 color: rgb(64,16,16);
 text-decoration: none;
}

a.extern:link {
 color: rgb(0,128,0);
 text-decoration: none;
}

a.extern:active {
 color: red;
 text-decoration: none;
}

a.extern:visited {
 color: rgb(0,64,0);
 text-decoration: none;
}


a:hover {
 background-color: rgb(255,192,0);
 color: rgb(128,0,0);
}

.nav a:hover {
 background-color: rgb(255,192,0);
 color: rgb(128,0,0);
}

a.extern:hover {
 background-color: rgb(192,255,192);
 color: rgb(0,64,0);
}
.inhalt h5 { color: #000; font-size: 24pt; font-weight: bold; text-align: center }
