/*
==============================================================================
STYL: div.LeftMenu
==============================================================================
*/

@media screen {
	div.LeftMenu a.ActiveMenuItem {
		color: #FF6600;
		text-decoration: underline;
	}
	
	div.LeftMenu div.Menu-Level-0 {
		font-size: 120%;
		margin: 0;
		padding: 10px 0;
		border-bottom: 2px dotted #CCCCCC;
		font-weight: bold;
	}
	
	div.LeftMenu div.Menu-Level-1 {
		font-size: 120%;
		margin: 0;
		padding: 10px 0;
		font-weight: bold;
		border-bottom: 2px dotted #CCCCCC;
	}
	
	div.LeftMenu div.Menu-Level-2 {
		font-size: 85%;
		font-weight: normal;
		margin: 0px 0 0 0.75em;
		padding: 5px 0;
		border-bottom: 1px solid #CCCCCC;
	}
	
	div.LeftMenu div.Menu-Level-3 {
		font-size: 85%;
		margin: 5px 0 0 2em;
		padding: 0.2em 0;
		border-bottom: 1px solid /*#C4DCF3*/ #E0E0E0;
	}
	
	div.LeftMenu div.Menu-Level-4 {
		font-size: 85%;
		margin: 0 0 0 3em;
		padding: 0.2em 0;
		border-bottom: 1px solid /*#C4DCF3*/ #E0E0E0;
	}
	
	div.LeftMenu div.Menu-Level-5 {
		font-size: 85%;
		margin-left: 4em;
		margin-top: 0.4em;
	}

	div#LeftKontakt {
		font-size: 85%;
		color: #555555;
		border-bottom: 2px dotted #CCCCCC;

    }

}