/* CSS Document */

/* project: internet music template
   author: luka cvrk (www.solucija.com)
   changed by Denise Eisele */

   
/* default styles
   -------------- */
  
* { padding: 0; margin: 0; }
  
body { 
	padding: 0; 
	margin: 0; 
	font: 12px Arial, sans-serif; 
	line-height: 1.5em;
	background: #f4f4f4; 
	color: #454545; 
	overflow: scroll;
}

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;
	
}

h1 {
	font: bold 20px Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em; 
	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:0.1em;
	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:0.1em;
	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
   ------ */

.content { 
	
	width: 820px;
	background:#f4f4f4 url(../Bilder/layout_en_02.jpg) repeat-y;
	position: absolute;
	left: 50%;
	margin-left: -410px;

	
}

	


.bar { 
	text-align: left;
	height:110px;
	margin-top: 0pX;
	padding-top: 10px;
	padding-left: 10px;
	width: 820px;
	background: #f4f4f4 url(../Bilder/layout_en_01.jpg) repeat-y; 
}

	

.search_field { 
       
	text-align: right;
	width: 820px;
	height: 107px;
	background-color: #f4f4f4; 
	color: #000;
	clear: both;
	border: 0px solid #ccc;
}

.search_field p { padding-top: 10px; }







/***Frontbild***/

.sheader {
	clear: both;
	font-size: 0.9em;
	width: 780px;
	margin: 3px 0 0px 12px;
	padding: 8px 8px 2px 8px;
	background: #f4f4f4;
	color: #808080;
	border: 1px solid #ccc;
}


/***navigation***/

.subheader {
	
	font-size: 12px;
	width: 770px;
	padding-left: 3px;
	background-color: #ffffff;
	color: #808080;
	border: 0px solid #ccc;
	background:#fff url(../Bilder/layout_en_02.jpg) repeat-y;
}




ul.subheader , ul.subheader ul {

    list-style-type: none;
	

}



ul.subheader a {
    display: block;
    padding: 0px 5px 5px 5px;
    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: #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: 5px;
    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: transparent;
    
}




/* left side
   --------- */

.left {
	float: left;
	width: 510px;
	margin: 0 0px 0px 0px;
	font-size: 12px;
	border-right: 1px dotted #d9293e;
	padding-left: 20px;
	margin-top: 10px;
	padding-right: 10px;
	
	
}
	.left_articles {
		width: 510px;
		margin: 0 0 15px 0;
		padding: 0 0 0 10px;
		
	}

	


	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 245px;
	margin: 0 20px 0 10px;
	background: #fff;
}

.right a:hover{
color: #d9293e;
text-decoration: underline;

}
	
.right a:link{
color: #d9293e;
text-decoration: none;

}

		
	
		
.right_articles {
		font-size: 10px;
		color: #000;
		margin: 0;		
		border: 0px solid #fff;
		background: #f4f4f4;
		
	}
	
.right_articles tr, td {

	font-size: 11px;
	font-weight: bold;


}


.right_articles p {

padding-left: 10px; 
padding-top: 5px;
}
	
.right_articles input {

margin-left: 50px;

}

.label {

padding-left: 30px;

}	

			
.image {
	float: left;
	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	font-size: 9px;
	height:33px;
	color: #ccc;
	background: #f4f4f4 url(../Bilder/layout_en_04.jpg) repeat-x;
	padding: 3px 0;
}

.footer a {
	color: #ccc;
	background: inherit;
}






/*** Formular ***/

#Formular {
background-color: #fff;
width: 400px;
padding-left: 50px;
border: 1px solid #fff;
}


label {

display: block;
cursor:pointer;

width: 80px;


}

legend {
color:#000;
}

input, textarea {

background-color: #fff;
border: 1px solid #ccc;

}

#contact_via {
    display: block;
    float: left;
    border: 1px solid black;
    background-color: white;
    width: 90px;
}


#submit {
color: #fff;
background-color: #d9293e;
}

select {
border: 1px solid #ccc;


}


option:focus {
background-color: #ccc;

}

radio {
border:4px solid #ccc;

}

input:focus,
textarea:focus,
select:focus
 {
background-color: #ccc;

}


.fields {
padding-left: 50px;
width: 350px;
border: none;
}

#tt_address_form {
border: 1px solid #ccc;
padding-left: 10px;

}

form#tt_address_form {

border: 1px solid #ccc;
padding-left: 20px;

}

.reihe {
  clear: both;
  padding: 2px 0px;
}

.label {
  float: left;
  width: 130px;
  text-align: left;
  padding-top: 3px;
  padding-left: 50px;
}



form h2 {


	margin: 0 0 5px 0; 
	padding: 0; 
	font: normal 1.3em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #464548; 
	border-bottom: 1px solid #d9293e;
}

/* ##########################
** ### fl_seo_sitemap_mod ###
** ##########################
*/ 
  .tx-flseositemap-pi1 ul li a {
   border-left:3px solid #182E7A;
   list-style-type:none;
   margin-bottom:5px;
   margin-top:3px;
   padding-left:3px;
   font-weight: bold;
}
  .tx-flseositemap-pi1 ul li {
   list-style-type:none;}
   
   
 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;
}