﻿@CHARSET "UTF-8";

/*----------------------------------Navigation------------------------------------*/
/*----------------------------------Main Navigation-------------------------------*/
.mainCategory{
	width:170px;
	height:23px;
	line-height:23px;
	text-indent:17px;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	border-bottom:2px solid #FFF;
	background:transparent url(/images/site/main_navigation_bg.jpg) 0 0 repeat-y;
	display:block;
	cursor: pointer;
}
.mainCategory:hover{
	background: #999 url(/images/site/main_navigation_bg.jpg) 0 0 repeat-y;
}
.mainCategoryActive{
	width:170px;
	height:23px;
	line-height:23px;
	text-indent:17px;
	font-family: Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:white;
	background-color:#999999;
	border-bottom:2px solid #FFF;
	display:block;
	cursor: pointer;
}

/*----------------------------------Sub Navigation--------------------------------*/
.subCategory{
	width:170px;
	height:23px;
	line-height:23px;
	text-indent:25px;
	font-family: Arial, Helvetica;
	font-size:12px;
	text-decoration:none;
	color:white;
	background-color:#c64130;
	border-bottom:1px solid #FFF;
	display:block;
	cursor: pointer;
}
.subCategory:hover{
	background-color:#999999;
}
.subCategoryActive{
	width:170px;
	height:23px;
	line-height:23px;
	text-indent:25px;
	font-family: Arial, Helvetica;
	font-size:12px;
	text-decoration:none;
	color:white;
	background-color:#999999;
	border-bottom:1px solid #FFF;
	/*background-image:url(images/site/nav_active.gif);
	background-repeat: no-repeat;
	background-position:right;*/
	display:block;
	cursor: pointer;
}

/*----------------------------------Help Navigation-------------------------------*/
.navigationHelp{
	margin-left:10px;
	margin-right:7px;
	line-height:16px;
	font-family: Arial, Helvetica;
	font-size:11px;
	text-decoration:none;
	color: #fe0000;
	cursor: pointer;
}

/*----------------------------------Lang Navigation-------------------------------*/
.navigationLang{
	margin-left:7px;
	margin-right:0px;
	line-height:16px;
	font-family: Arial, Helvetica;
	font-size:11px;
	text-decoration:none;
	color: #fe0000;
	cursor: pointer;
}

/*----------------------------------Subject Navigation-------------------------------*/
.navigationSubject, .navigationSubjectFirst, .navigationSubjectLast{
	width:125px;
	height:21px;
	line-height:21px;
	font-size:12px;
	text-decoration:none;
	color: #FFF;
	border-left:2px solid #FFF;
	background: transparent url(/images/site/subject_navigation_bg.jpg) 0 0 no-repeat;
	cursor: pointer;
	text-align:center;
	display:block;
	float:left;
	voice-family: "\"}\""; 		/* Hack für IE 5.5 */
    voice-family: inherit;
    width:123px;
}

.navigationSubjectFirst{
	width:125px;
	border:0px;
	voice-family: "\"}\""; 		/* Hack für IE 5.5 */
    voice-family: inherit;
    width:124px;
}
.navigationSubjectLast{
	width:125px;
	voice-family: "\"}\""; 		/* Hack für IE 5.5 */
    voice-family: inherit;
    width:124px;
}
