 /***********************************************************************
** pmwiki.css
**  Copyright 2004-2006 Patrick R. Michaud (pmichaud@pobox.com)
**  Copyright 2006 Hagan Fox
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/* This sets the overall frame for the site */
body {
                        padding:0px;
                        font-family: verdana, arial, sans-serif;
                        font-weight:normal;
                        font-style: normal;}


/* These control the fixed-width text elements of the page */
textarea, pre, code, p {font-size: 0.85em;
                        text-align: justify;
                        color:#000000;
                        word-spacing:0.6mm;
                        line-height:140%; }
pre, code { font-family:'Lucida Console','Andale Mono','Courier New',Courier; }
pre { line-height:1.2em; }
pre code, code code, pre pre { font-size:100%; }

/* These primarily adjust the size and spacing of heading elements,
** most browsers have atrocious defaults for these. */
h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif;
                        font-weight:normal;
                        text-align: left;
                        letter-spacing:0.035em;
                        color: #000000;
                        margin: 0;
                        }
h1 { font-size:1.44em; }
/*h2 { font-size:1.44em; }
h3 { font-size:1.22em; }
h4 { font-size:1.07em; }
h5 { font-size:1.0em; }
h6 { font-size:1.0em; }*/

.hidden {visibility:hidden;}


hr {border:1px solid rgb(0,82,156);}

/*Gestaltung der Grundseiten*/
#startbild {margin: 0px 0px 20px 100px;
                position: absolute;
                bottom: 0px;
                }
#startlogo {margin: 0px 0px 15px 100px;
                position: absolute;
                bottom: 0px;
                margin-left:430px;
                }
#blue {background-color:rgb(0,82,156);
                position:absolute;
                width: 700px;
                height:100px;
                bottom: 0px;
                margin-left:50px;
                }

/*Gestaltung der Navigation*/
#navcontainer { position: relative;
                float: right;
                height: 37px;
                background-color: rgb(255,255,255);
                width: 100%;
                margin: 0px 0px 0px 0px;
                padding: 0;}
#navcontainer ul { border: 0;
                   margin: 0;
                   padding: 0;
                   list-style-type: none;}
* html #navcontainer ul li { width: 90px;}
#navcontainer ul li { display: block;
                      float: left;
                      text-align: center;
                      padding: 0;
                      margin: 0;
                      width: 130px;
                      height: 37px;
                      border: 1px solid white;
                                          }
* html #navcontainer ul li a { padding: 5px 15px 5px 15px;
                        width: 95px;
                        border: 1px solid white;
                        }
#navcontainer ul li a { font-family: Times, serif;
                        letter-spacing: 0.05em;
                        font-style: normal;
                        font-weight: normal;
                        display: block;
                        color: silver;
                        padding: 10px 8px 8px 8px;
                        margin: 0px;
                        text-decoration: none;
                        text-align: center;
                        border: 1px solid white;
                        font-size: 18px;
                        border-bottom: 0px;}
 #navcontainer ul li a.active  {background-color:white;
                              color: rgb(0,82,156);
                              border: 1px solid rgb(0,82,156);}
#navcontainer ul li a:hover { background-color:white;
                              color: rgb(0,82,156);
                              border: 1px solid rgb(0,82,156);}
.clearer {background: transparent;
          clear: both;
          height: 1px;
          font-size: 1px;
          border: 0px none;
          margin: 0;
          padding: 0;}
		  
#kastl { border: 1px solid black;
                margin: -240px 0 0 -400px;
                position: absolute;
                width:800px;
                height:500px;
                top: 50%;
                left: 50%;
                }
.down {clear: both;
          bottom: 17px;
          border: 0px solid red;
          margin-right: 10px;
          padding: 0;
          position:absolute;
          }
* html .down {bottom: 24px;}
a       {text-decoration:none;
        color: black;
          }
/*Anker für Konzerte */
a.mini         {margin: 0;
               padding:0;
               font-size:1px;
               line-height: 0.05px;
               }
/*Gestaltung der Contentseiten*/
#vita {border: 1px solid rgb(0,82,156);}
#bild_vita { background-color: transparent;
                position: absolute;
                bottom:25px;
                border: 1px solid rgb(0,82,156);
                margin-left:25px;
                width:263px;}
.content_vita {float: right;
                bottom:0px;
                width: 478px;
                height: 380px;
                left: 280px;
                border: 0px solid red;
                overflow: auto;
                margin: 0px;
                padding-right: 15px;
                }
* html .content_vita {float: right;
                width: 478px;
                margin-top: 0px;
                left: 270px;}
.headline {bottom: 390px;
                float: right;
                margin-top:19px;
                width:495px;
                height: 30px;
                padding: 0;
                border-bottom: 2px solid rgb(0,82,156);
                }
* html .headline {margin-top:17px;
                }
.termin         {color:#999;
                font-weight: normal;
                font-style:italic;
				font-size:0.85em;
				letter-spacing:0.01em;
                margin-top: 0.9em;
                padding:0;
                }
.konzertensembles {font-size:0.85em;
				color:#666;
                font-weight: normal;
                font-style:italic;
				margin-top: 0.6em;
                letter-spacing: 0.005em;
                }
* html {          padding:0;
                  margin: 0;}

.konzertort     {font-weight: bold;
                font-size:0.9em;
                color: #00529C;
				margin-top: 0.4em;
                }

.konzertwerke  {font-size:0.85em;
                color: #000;
				margin-top: 1em;
                }

.blueline {margin: 0;
                padding:0;
                width:100%;
                height:8px;
                border-bottom: 1px solid rgb(0,82,156);}

* html .blueline {width: 95%
                }

.kontakt {float:left;
      margin-top: 60px;
      border: 0px solid rgb(0,82,156);}

.kursiv { font-style:italic;}

.subhead, .composer {font-weight:bold;
                font-size:0.9em;
                font-style:italic;
				margin-top:0.7em;
				}

.werke 			{color: rgb(90,90,90)}
				
.composer		{ border-bottom: 1px solid rgb(0,82,156)}
				
.mail        {text-decoration:none;
                color:black;
                }
.haftung, .haftung a {font-size:10px;
		  color: rgb(150,150,150);}

/* The #wikilogo element is the logo from $PageLogoFmt */
#wikilogo { margin-top:4px; padding:6px; border-bottom:1px #cccccc solid; }

/* This controls the rest of the heading (primarily the search box) */
#wikihead { 
  position:absolute; right:10px; top:10px; 
  font-family:Verdana,sans-serif; font-size:85%; 
}
#wikihead input { font-size:85%; } 

/* These are for the left-sidebar. */
#wikileft { 
  width:155px; 
  padding:6px; border-right:1px #cccccc solid; 
  line-height:1.33em;
  font-size:9.4pt; font-family:Verdana,sans-serif;
}
#wikileft .vspace { margin-top:1.125em; }
#wikileft a { text-decoration:none; color:black; }
#wikileft a:hover { text-decoration:underline; color:blue; }
#wikileft ul { list-style:none; padding:0px; margin:0px; }
#wikileft li { margin:0px; padding-left: 6px; }
/* The "#wikileft h1" and "#wikileft h5" settings are for
** backwards compatibility with previous releases of PmWiki.
** They are deprecated (replaced with the .sidehead class),
** and may be removed in a future release. */
#wikileft h1, #wikileft h5, .sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:11pt; font-weight:bold; font-style:normal; 
}
#wikileft h1 a, #wikileft h5 a, .sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

/* These affect the main content area. */
#wikibody { 
  padding:0px 10px 10px 10px; background-color:white; 
  font-size:11pt; 
}
#wikicmds { 
  float:right; white-space:nowrap; 
  font-family:Verdana,sans-serif; font-size:80%; 
}
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none; color:black; border:none; }
#wikicmds li a.createlink { display:none; }
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle {bottom: 390px;
                float: right;
                margin-top:19px;
                width:495px;
                height: 30px;
                padding: 0;
                border-bottom: 2px solid rgb(0,82,156);
                }
.wikiaction { margin-top:4px; margin-bottom:4px; }
#wikitext {float: right;
                bottom:0px;
                width: 478px;
                height: 380px;
                left: 280px;
                border: 0px solid red;
                overflow: auto;
                margin: 0px;
                padding-right: 15px;
                }

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* These affect the lines at the very bottom. */
#wikifoot { 
  padding-left:178px; padding-bottom:4px; border-top:1px #cccccc solid;
  font-family:Verdana,sans-serif; font-size:80%; 
}

/* These affect the printed appearance of the web view (not the separate
** print view) of pages.  The sidebar and action links aren't printed. */
@media print {
  body { width:auto; margin:0px; padding:0.5em; }
  #wikihead, #wikileft, #wikicmds, .footnav { display:none; }
  #wikifoot { padding:2px; }
}
.wikilink img {border: 0px;
		}

