/* ---------------------------------------------

	NAVIGATION.CSS
	Generelle Styles für die Navigationen.

	Autor:				UC
	Erstellungsdatum:	08.11.2006
	
	Index:				Navigation
						Links
						Rechts
						Suchen Form
						Utilities (Home / Sitemap)
						
	Changelog:			DK, 19.12.2006
						letter-spacing und 
						line-height
	
--------------------------------------------- */

/* ---------------------------------------------
	Navigation
--------------------------------------------- */
	

	ul.navigation {
		list-style-type: none;
		padding-right: 9px;
	}
	ul.navigation li {
		list-style-type: none;
		line-height: 21px;
		width: 199px;
		wid\th: 169px; /* IE 6 */		
	}
	ul.navigation li a {
		color: #77B1D9;
		display: block;
		width: 100%;
	}
	ul.navigation li a:hover {
		color: #006DB5;
		font-weight: bold;
	}	
	ul.subnav { 
		padding-left: 20px;
		line-height: 14px;
		/*width: 100%;*/
	}
	ul.subnav li, ul.subnav li a{
		width: 100%;
	}
	
	img.eduqua { 
		margin-top: 3px;
		padding-bottom: 12px;
	}	

	
	/* ---- Formular Suchen ---- */
	div.home-suchen {
		height:25px;
		margin-bottom:10px;
		margin-top:7px;
		padding-bottom:0;
		vertical-align:top;	
	}
	div.home-suchen form input {
		font-size: 14px !important;
	}
		
	/* Navigation aktiv */
		a.hi, a.hi a:hover {
			font-weight: bold;
			color: #006DB5 !important;
		}
		/* Navigation inaktiv*/
		ul.nav-inactive {
			display: none;
		}
	
	.utilities {
		font-size: 10px;
		letter-spacing: 1px;
		text-transform: uppercase;
		line-height: 14px;
		margin-bottom: 13px;
	}
	

/* ---------------------------------------------
	Blaue Boxen
--------------------------------------------- */
	
	a.box {
		background-color: #77B1D9;
		height: 18px;
		width: 213px;
		padding: 2px 0 0 6px;
		border-bottom: #FFF 6px solid;
		vertical-align: top;
		color: #FFF;
		display: block;
		line-height: 14px;
	}	
	/* Tantek hack IE 5 + 6 */
	* html a.box{
		height:44px; /* IE 5/5.5 */
		heig\ht:32px; /* IE 6 */
		cur\sor: pointer;
	}
	
	a.box:hover {
		background-color: #006DB5;
		font-weight: normal;
		color: #FFF;
	}
	a.box-big {
		height: 29px;
		padding: 3px 0 0 6px;
	}
	a.box-big h2 {
		font-weight: bold;
		font-size: 14px !important;
		line-height: 17px;
	}
	a.nolink:hover {
		background-color: #77B1D9 !important;
		cursor: default;
	}	


