/* ================================================================ 
Dieser Copyright-Hinweis darf nicht entfernt werden.

Das Original dieses Stylesheet und des dazughoerigen (x)html
kann per E-Mail unter info@medienproduction.com angefragt werden.
Copyright (c) 2009 Michael Wingert und Christoph Haeusler GbR.

Alle Rechte vorbehalten.

Dieses Stylesheet und das dazugehoerige (x)html duerfen modifiziert
und angepasst werden.
=================================================================== */

/* Hauptmenue */

#navigation {
	position:absolute;
	width:641px;
	height:188px;
	z-index:10;
	left: 299px;
	top: 138px;
}
.menu {
	font-family: arial, sans-serif; 
	width:143px; 
	height:188px; 
	position:relative; 
	margin:0; 
	font-size:11px;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#000; 
	width:132px; 
	height:30px; 
	border:1px solid #555; 
	border-width:1px 1px 0 0; 
	background:transparent  url(../pics-general/trans.png); 
	line-height:29px; 
	font-size:11px; 
	padding-left:6px;
	padding-right:4px;
}
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left; 
	position:relative;
}
.menu ul li ul {
	display: none;
}

/* Programmierung für IE browsers */
.menu ul li:hover a {
	color:#fff; 
	background:#cc2228;
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; left:143px; 
	width:565px; 
	background:transparent;
}
.menu ul li:hover ul li {
	float:left;
}
.menu ul li:hover ul li a {
	display:block; 
	background:transparent  url(../pics-general/trans.png); 
	color:#000; 
	width:116px; 
	float:left;
}
.menu ul li:hover ul li a:hover {
	background:#cc2228; 
	color:#fff;
}
