/***************************************************************************************************
	Projekt:	Vorlage für Onlineprojekte 
	Erstellt:	OM	Juli 07

	Aufgabe dieser Datei
	Defintion von CSS-Klassen für das Design des Projektes.
	Beeinflusst linke Hauptnavigation.
			
	Änderungen
	
/**************************************************************************************************/	
#Main_Left {
}

#Main_Left .Linke_Navigation_Rahmen {
	background-repeat:no-repeat;
	background-position:left top;
	padding:10px;
	width:225px;
	
}

#Main_Left .Linke_Navigation_Inhalt {
	text-align: left;
	background-color: #E5E5E5;
	
}


.Linke_Navigation_Inhalt ul
{
	margin: 0px 0px 0px;
	padding: 0px;
}

.Linke_Navigation_Inhalt li
{
	margin: 0px 0px;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background-color:#FFFFFF;
}


.Linke_Navigation_Inhalt .suche
{
	border-bottom: thin solid #DCDCDC;
	background-repeat: repeat-x;
	color: #004478;
	font-weight: bold;
	padding-top:13px;
	padding-bottom:0px;
}

.Linke_Navigation_Inhalt .suchfeld
{
	width:165px;
	font-size:12px;
	height:16px;
	background-color:#E5E5E5;
}

.Linke_Navigation_Inhalt .suchbutton
{
	width:19px;
	height:19px;
}


.Linke_Navigation_Inhalt .auffuellen
{
	background-color: #E5E5E5;
}

/* 1. Ebene */
.Linke_Navigation_Inhalt .active
{
	border-bottom: thin solid #DCDCDC;
	background-repeat: repeat-x;
	color: #A40001;
	font-weight: bold;
	text-decoration: none;	
}
.Linke_Navigation_Inhalt .active a
{
	color: #A40001;
	font-weight: bold;
	text-decoration: none;	
}

.Linke_Navigation_Inhalt .inactive 
{
	border-bottom: thin solid #DCDCDC;
	background-repeat: repeat-x;
	/* color: #004478; */
	color: #434345;
	font-weight: bold;
}
.Linke_Navigation_Inhalt .inactive a
{
	/* color: #004478; */
	color: #434345;
	font-weight: bold;
	text-decoration: none;	
}


/* 2. Ebene */
.Linke_Navigation_Inhalt .active2 
{
	border-bottom: thin solid #DCDCDC;
	background-color: #FFFFFF;
	padding-left:20px;	
	color: #A40001;
	font-weight: bold;
	text-decoration: none;	
}
.Linke_Navigation_Inhalt .active2 a
{
	color: #A40001;
	font-weight: bold;
	text-decoration:none;
}

.Linke_Navigation_Inhalt .inactive2 
{
	border-bottom: thin solid #DCDCDC;
	padding-left:20px;
	background-color: #FFFFFF;
	/* color: #004478; */
	color: #434345;
	font-weight: bold;
}
.Linke_Navigation_Inhalt .inactive2 a
{
	/* color: #004478; */
    color: #434345; 
	font-weight: bold;
	text-decoration:none;
}


/* 3. Ebene */
.Linke_Navigation_Inhalt .active3 
{
	border-bottom: thin solid #DCDCDC;
	background-color: #FFFFFF;
	padding-left:35px;
	padding-bottom: 1px;	
	color: #A40001;
	font-weight: bold;
	text-decoration: none;	
}
.Linke_Navigation_Inhalt .active3 a
{
	color: #A40001;
	font-weight: bold;
	text-decoration:none;
}

.Linke_Navigation_Inhalt .inactive3 
{
	border-bottom: thin solid #DCDCDC;
	padding-left:35px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	/* color: #004478; */
	color: #434345;
	font-weight: bold;
}
.Linke_Navigation_Inhalt .inactive3 a
{
	/* color: #004478; */
	color: #434345;
	font-weight: bold;
	text-decoration:none;	
}
