﻿@charset "utf-8";

/* Hauptelement */
#navigation {
	width:960px;
	height:40px;
	position:relative;
	z-index:205;
}

/* Liste erste Ebene */
#navigation ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

/* Listenelement erste Ebene allgemein */
#navigation li {
	float:left;
	position:relative;
}

/* Listenelement erste Ebene MediaSolutions */
#nav-media{
	width:320px;
	background-color:#004487;
	background-image:url(../images/nav-bg-media.gif);
}

/* Listenelement erste Ebene Unterrichtssoftware */
#nav-lesson{
	width:320px;
	background-color:#376fa7;
	background-image:url(../images/nav-bg-lesson.gif);
}

/* Listenelement erste Ebene Unternehmen */
#nav-company{
	width:320px;
	background-color:#282828;
	background-image:url(../images/nav-bg-company.gif);
}

/* Links erste Ebene allgemein */
#navigation a, #navigation a:visited {
	display:block;
	font-size:18px;
	text-decoration:none; 
	height:40px; 
	line-height:40px;
	color:#FFFFFF;
	background-repeat:repeat-x;
	text-align:center;
	font-weight:bold;
}

/* Links erste Ebene MediaSolutions */
#nav-media a, #nav-media a:visited {
	background-color:#004487;
	background-image:url(../images/nav-bg-media.gif);
}

/* Links erste Ebene Unterrichtssoftware */
#nav-lesson a, #nav-lesson a:visited {
	background-color:#376fa7;
	background-image:url(../images/nav-bg-lesson.gif);
}

/* Links erste Ebene Unternehmen */
#nav-company a, #nav-company a:visited {
	background-color:#282828;
	background-image:url(../images/nav-bg-company.gif);
}

/* Links erste Ebene Hover (FIX IE6!) */
#nav-media a:hover, #nav-media ul a:hover, #nav-lesson a:hover, #nav-lesson ul a:hover, #nav-company a:hover, #nav-company ul a:hover{
	background:repeat-x;
}
#nav-media :hover > a, #nav-media ul :hover > a, #nav-lesson :hover > a, #nav-lesson ul :hover > a, #nav-company :hover > a, #nav-company ul :hover > a {
	background:repeat-x;
}
#nav-media ul a:hover, #nav-lesson ul a:hover, #nav-company ul a:hover{
	background:repeat-x;
}

/* Liste zweite Ebene */
#navigation ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:40px;
	left:0; 
	width:100px;
}

/* Listenelement zweite Ebene allgemein */
#navigation ul ul li{
	margin:0;
	padding:0;
}

/* Link zweite Ebene MediaSolutions */
#nav-media ul a, #nav-media ul a:visited {
	height:29px;
	font-size:14px;
	width:283px;
	background:url(../images/nav-bg-media-l2.gif) #004487;
	font-weight:bolder;
	margin-left:7px;
	line-height:28px;
	text-align:left;
	padding-left:30px;
}
* html #nav-media ul a {
	width:313px;
}
* html #nav-media ul a:visited {
	width:313px;
}
#nav-media ul a:hover {
	background:url(../images/nav-bg-media-l2-hover.gif) #004487;
}

/* Link zweite Ebene Unterrichtssoftware */
#nav-lesson ul a, #nav-lesson ul a:visited {
	height:29px;
	font-size:14px;
	width:290px;
	background:url(../images/nav-bg-lesson-l2.gif) #376fa7;
	font-weight:bold;
	line-height:28px;
	text-align:left;
	padding-left:30px;
}
* html #nav-lesson ul a {
	width:320px;
}
* html #nav-lesson ul a:visited {
	width:320px;
}
#nav-lesson ul a:hover {
	background:url(../images/nav-bg-lesson-l2-hover.gif) #376fa7;
}

/* Link zweite Ebene Unternehmen */
#nav-company ul a, #nav-company ul a:visited {
	height:29px;
	font-size:14px;
	width:283px;
	background:url(../images/nav-bg-company-l2.gif) #282828;
	font-weight:bold;
	line-height:28px;
	text-align:left;
	padding-left:30px;
}
* html #nav-company ul a {
	width:313px;
}
* html #nav-company ul a:visited {
	width:313px;
}
#nav-company ul a:hover {
	background:url(../images/nav-bg-company-l2-hover.gif) #282828;
}


/* make the second level visible when hover on first level list OR link */
#navigation ul li:hover ul, #navigation ul a:hover ul{
	visibility:visible; 
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#navigation table {
	position:absolute; 
	top:0;
	left:0; 
	border-collapse:collapse;
}
