/* CSS Document */

/* project: internet music template
   author: luka cvrk (www.solucija.com)
   changed by Denise Eisele */

   
/* default styles
   -------------- */
  
body { 
	padding: 0; 
	margin: 0; 
	font: 11pt Arial, sans-serif; 
	line-height: 1.5em;
	background: #F4F4F4; 
	color: #454545; 
	
}

a:link  { color: #d9293e; font-family: Arial; text-decoration: none; }
a:visited { color: #d9293e; font-family: Arial; text-decoration: none; }
a:hover { color: #d9293e; font-family: Arial; text-decoration: underline; }
a:active { color: #d9293e; font-family: Arial; text-decoration: none; }




a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	padding-left: 5px;
	border-bottom: 1px solid #d9293e;
	
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}



h2 { 
	margin: 0; 
	padding-left: 10px; 
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff; 
	background-color:#999; 
	border-top: 5px solid #fff;
}


h3 { 
	margin: 0 0 5px 0;
	padding-left: 5px; 
	font: bold 14px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #fff; 
	background-color:#d9293e; 
	border-bottom: 0px solid #d9293e;
}



h2 .yellow{
	color: #FFFCD1;
	background: inherit;
}

h4{
padding-left: 10px;
}

p {	margin: 0 0 5px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}



/* layout
   ------ */






/***navigation***/

.subheader {
	
	visibility: hidden;
}




ul.subheader , ul.subheader ul {

    list-style-type: none;

}



ul.subheader a {
    display: block;
    padding: 5px 10px 5px 10px;
    font-weight:normal;
    border:0px solid #ccc;
}



ul.subheader ul a {
    padding: 0px 6px;
    
}


ul.subheader li a:link  { color: #d9293e; font-family: Arial; text-decoration: none; }
ul.subheader li a:visited { color: #d9293e; font-family: Arial; text-decoration: none; }
ul.subheader li a:hover { color: #d9293e; font-family: Arial; text-decoration: underline; }
ul.subheader li a:active { color: #d9293e; font-family: Arial; text-decoration: none; }


ul.subheader li {
    padding:5px;
    margin:0px;
    background-image: none;
    background-color: #fff;
    color: #d9293e;
    float:left;
    
}

ul.subheader ul a:link  { color: #fff; font-family: Arial; text-decoration: none; }
ul.subheader ul a:visited { color: #fff; font-family: Arial; text-decoration: none; }
ul.subheader ul a:hover { color: #fff; font-family: Arial; text-decoration: underline; }
ul.subheader ul a:active { color: #fff; font-family: Arial; text-decoration: none; }

ul.subheader ul {
    margin-left:0px;
    padding: 10px;
    position: absolute;
    background-color: #d9293e;
    border:1px solid #ccc;
    display:none;
    min-width:100px;
    
}



/* IE-Hack für die Breite */

*html ul.subheader ul {
    width:100px;
}



/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */

/* über der Liste  befindet (.hover siehe JavaScript oben) */

ul.subheader ul.hover, ul.subheader li.hover ul, ul.subheader li:hover ul  {

    display:block;

}



ul.subheader ul li {
    float:none;
    background-color: transparent;
    
}


table#jahresbericht {
width:400px;
  border-collapse: collapse;
  empty-cells: show;
  border: 0;
}

#jahresbericht caption {
text-align: left;
padding: 3px;
font-size: 12px;
}

#jahresbericht td,
#jahresbericht th {
  border: 4px solid white;
  color: #5D5D5D;
  font-weight:bold;
  background-color: #f4f4f4;
  padding: .5em 1em;
  text-align: left;
  font-size: 12px;
}

#jahresbericht thead td,
#jahresbericht thead th {
color: #fff;
 background-color: #ccc;
text-align: left;
}
#jahresbericht thead th[colspan="2"] {
 color: white;
  background-color: #CBB8BA;
  font-weight: bold;
  font-size: 12px;
}
#jahresbericht tbody th {
  color: #5D5D5D;
  background-color: #e8dbc5;
  text-align: center;
}
#jahresbericht tbody th[rowspan="2"] {
  color: white;
  background-color: #E8AD47;
  font-weight: bold;
}
#jahresbericht tfoot td {
 text-align: center;
  font-size: .9em;
}

