/*
  autor: thomas kiser
  datum: 15.10.2000, 26.08.2003
  datei: zither.css
  Formatierungsdatei zur Vorlage */

body {
  background-image:url(bilder/bg.gif);
  font-family:Helvetica,Arial,sans-serif;
  font-size:11pt;
  margin:0px;
  padding:0px;
}

div.main {
  position:relative;
  left:50%;
  width:840px;
  margin-top:0px;
  margin-left:-420px;
}

div.impre {
  position:absolute;
  background-color:#F0F0F0;
  padding:5pt;
}

div.menu {
  position:absolute;
  width:180px;
  height:650px;
  text-align:left;
  padding:5pt;
  background-image:url(bilder/instr1.jpg);
  background-position:0px 25px;
  background-repeat:no-repeat;
  font-size:12pt;
}

div.content {
  position:relative;
  left:205px;  
  width:620px;
  text-align:left;
  background-color:#F0F0F0;
  padding:5pt;
  }

div.footer {
  position:relative;
  border-top-style:dashed;
  border-top-width:1px;
  width:620px;
  text-align:right;
  background-color:#F0F0F0;
  padding:5pt;
  }  

table {
  background-color:#F0F0F0;
}

a:link {
  color:#339933; 
  text-decoration:none; 
  font-weight:bold;
}

a:visited {
  color:#339933; 
  text-decoration:none; 
  font-weight:bold;
}

a:hover {
  color:#0000FF;
  text-decoration:none;
  font-weight:bold;
}

p, ul, td, th, blockquote, li {
  color:#330000;
}

th {
  font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family:Helvetica,Arial,sans-serif;
}

pre {
  font-family:"Courier New",Courier,monospace;
}

em {
  font-style:normal;
  font-weight:bold;
}

h1 {
  font-size:24pt;
  font-weight:bold;
  background-color:#FFCC66;
}

h2 {
  font-size:20pt;
  font-weight:bold;
}

h3 {
  font-size:18pt;
  font-weight:bold;
}

h4 {
  font-size:16pt;
  font-weight:bold;
}

h5 {
  font-size:14pt;
  font-weight:bold;
}

h6 {
  font-size:12pt;
  font-weight:bold;
}

td.logo {
  background-image:url(bilder/instr1.jpg);
  background-repeat:no-repeat;
}

table.horirule td {
  border-bottom-style:dotted;
  border-bottom-width:thin;
}

.text {
  background-color:#F0F0F0;
  font-weight:bold;
  padding-left:3pt;
  padding-right:3pt;
}

.textactive {
  background-color:#FFCC66;
  font-weight:bold;
  padding-left:3pt;
  padding-right:3pt;
}

.small {
  font-size:9pt;
}

.footertop {
  position:absolute;
  top:20px;
  left:-100px;
  font-size:9px;
  text-align:center;
}

ul.konzerte {
  margin-left: 0.5em; padding-left: 0.5em;
}

