/* Colors */

.ColorLogo {
	background-color: #000000; 
	background-image: url('Images/FireSysTopMenu3.png');
    top: 0px;
}

.ColorBanderole {
	background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-image: url('Images/TopMenuLinkBackground.png');
}

.ColorBanderole a
{
    height:50px;
    width:200px;
    display :block;
    text-indent:-9999px;
}

/* TOP MENU
 *******************************/
 
.TopMenuNotSelected {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.TopMenuSelected {
	/*border-bottom: solid 2px #C50022;*/
	color: #c50022;
	background-color: White;
	font-weight: bold;
	font-size: 12px;
	border-radius: 8px 8px 0 0;
	
	/*background-position:bottom;*/
}

.TopNavigationImageContainer {    
	position: relative;
	top:-112px;
    left: 127px;
    width: 55px;
    height: 50px;
	}

.TopNavigationImage {
	background-image: url('Images/ribbonButton2.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;	
    width: 60px;
    height: 60px;
    z-index: 200;
}

/* Images */

.Banderole
{
	background-image: url('Images/firesys_logo.png');
	background-repeat: no-repeat;
	background-position: 20px 10px;
    left: 0px;
}

.HeaderImage 
{
	width: 100%;
	position: relative;
	min-height: 220px; /* wegen unterschiedlichem Verhalten bei Browsern */
	height: 290px; /* wegen unterschiedlichem Verhalten bei Browsern */
/*	height:auto;  wegen unterschiedlichem Verhalten bei Browsern */
	/*background-image: url("Images/header_rz.gif");  Zwei Personen logo*/
	background-repeat: no-repeat;
	background-position: 180px top;
	margin-bottom: -5px;
}

.PathSelected
{
	font-size: 11px;
	color: #004A96;
	text-decoration: underline;
}

.NodeSelected
{
	font-size: 11px;
	color: #c50022;	
	text-decoration: none;
}

.CaptionMain
{
	background-image: url("Images/caption_main.gif");
}

.CaptionContent
{
	background-image: url("Images/caption_content.gif");
}

.CaptionContext
{
	background-image: url("Images/caption_context.gif");
}

.HeaderLink
{
	color: #c50022;
}

.HeaderSeperator
{
	color: #E78f8E;
}

.HeaderTextbox
{
	color: #AAAAAA;
	font-size: 11px;
}

a.HeaderLink:link
{
	color: #c50022;
	font-size: 11px;
}

a.HeaderLink:visited
{
	color: #004A96;
	font-size: 11px;
}

a.HeaderLink:hover
{
	color: #c50022;
	font-size: 11px;
}

.ErrorDiv
{
	background-color: Red;
    font-size : 11px;
}

.ErrorMessage
{
    color: Red;
}

td
{
	color: #333333;
}
a.NavigationLevel2:link {
    background-color: #EDEDED;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.NavigationLevel2:visited {
    background-color: #EDEDED;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.NavigationLevel2:hover {
    background-color: #EDEDED;
    color: #C50022;
    font-weight: bold;
    text-decoration: none;
}
a.NavigationLevel2Selected:link {
    background-color: #EDEDED;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
a.NavigationLevel2Selected:visited {
    background-color: #EDEDED;
    color: #C50022;
    font-weight: bold;
    text-decoration: none;
}
a.NavigationLevel2Selected:hover {
    background-color: #EDEDED;
    color: #224A96;
    font-weight: bold;
    text-decoration: none;
}

