/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Color CSS */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ------------------------------------------- 
   Überschriften
------------------------------------------- */
h1{
	/*variabel*/ color: #E1000E;
}
h2{ /* wird auch als legend bei fieldsets genutzt */
	/*variabel*/color:#E1000E;
}

/* ------------------------------------------- 
   MouseOver-Link-Farbe
------------------------------------------- */
a:hover{
	/*variabel*/ background-color:#E1000E; 
 }
.imageicon2 a:link,
.imageicon2 a:visited,
.imageicon2 a:hover,
.imageicon2 a:active,
.imageicon1 a:link,
.imageicon1 a:visited,
.imageicon1 a:hover,
.imageicon1 a:active{
	background-color:transparent; /* NICHT VERÄNDERN! */

}

#container{
	background-color: #FFF;
}

/* ------------------------------------------- 
   Linie unten Header
------------------------------------------- */
#container #header_bg{
	/*variabel*/ border-bottom: 3px solid #E1000E;
	padding:0;
	margin:0;
	background: #ff0000;
	color: #FFFFFF;
}
/* ------------------------------------------- 
   Farbe eingeloggter Nutzer (Leiste oben rechts)
------------------------------------------- */
#container #header_bg #logged_in #username, #container #header_bg a{
	/*variabel*/ color:#FFF; 
}

#logo{margin:0; padding:0;}

/* ------------------------------------------- 
   Hintergrundfarbe Content (Mitte)
------------------------------------------- */
#container #content {
	/*variabel*/ background-color:#FDE1E4;
}


/* ------------------------------------------- 
   Linie oben Footer
------------------------------------------- */
#container #footer_bg {
	/*variabel*/ border-top: 3px solid #E1000E;
}
/* ------------------------------------------- 
   (c) Powered by OpenDialog
------------------------------------------- */
#container #footer_bg #footer_right{
	/* variabel visibility:hidden;*/
}

/* ------------------------------------------- 
   Formular-Absende-Button
------------------------------------------- */
	/* Aussehen Form-Buttons */
		#container #content #contentform .formular #btn_submit input,
		#container #content #contentform .formular #btn_submit2 input,
		#container #content #contentform .formular #btn_change input{
			/*variabel*/ background-color:#E1000E; 

		}

/* ------------------------------------------- 
   Runde Ecken für Formular-Background
   muss gleiche Farbe wie Hintergrundfarbe 
   Content (Mitte) haben
------------------------------------------- */
#container #content #contentform .formular .rtop,
#container #content #contentform .formular .rbottom{
	/*variabel*/background: #FDE1E4; 
}
#container #content #contentform .formular .mtop,
#container #content #contentform .formular .mbottom{
	/*variabel*/background: #FDE1E4;
}
/* ------------------------------------------- 
   Runde Ecken für Statistic-BG
   muss gleiche Farbe wie Hintergrundfarbe 
   Content (Mitte) haben
------------------------------------------- */
#container #content #contentform .statistic .rtop,
#container #content #contentform .statistic .rbottom{
	/*variabel*/background: #FDE1E4; 
}

#container #content #contentform .statistic .mtop,
#container #content #contentform .statistic .mbottom{
	/*variabel*/background: #FDE1E4;
}
/* ------------------------------------------- 
   Hintergrund für Sortierung ASC/DESC
------------------------------------------- */
.detail_table .asc_desc{
	/*variabel*/ background-color:#E1000E;
}

/*
form#FCForm{
	display: none;
}
*/ 
div#downloadExcel1{
	display:block !important;
}

div#downloadExcel2{
	display:block !important;
}

div#footer_right{
	display: none;
}