/* KOMMENTAR ------------------------------------------------------------------
à la carte (Kopf und links).
------------------------------------------------------------------------- K.P.*/

/* KOMMENTAR ------------------------------------------------------------------
Kopfmenue (Impressum, Kontakt)
------------------------------------------------------------------------- K.P.*/
#header-layout ul {
	float: right;
	padding: 0;
	margin: 0;
	font-size: .9em;
}

#header-layout ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#header-layout ul a {
	color: #ffc;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

#header-layout ul a:hover, #header-layout ul a:focus {
	color: #cc9;
	background-color: #363;
	text-decoration: none;
}

/* K.P. -----------------------------------------------------------------------
Kopfmenue: Direktzugriff (anzeigen: oberhalb des linken Blocks)
------------------------------------------------------------------------- K.P.*/
#skip1 a,
#skip2 a,
#skip3 a,
#skip4 a {
	position: absolute;
	z-index: 2;
	width: 10em;
	overflow: hidden;
	top: -200px;
	left: -2000px;
}

#skip1 a:focus,
#skip2 a:focus,
#skip1 a:active,
#skip2 a:active,
#skip3 a:focus,
#skip4 a:focus,
#skip3 a:active,
#skip4 a:active {
	position: absolute;
	z-index: 99;
	width: 10em;
	top: 100px;
	left: 1%;
	text-decoration: underline;
	color: #fff;
	background: #363;
	font-weight: bold;
}

/* KOMMENTAR ------------------------------------------------------------------
Menue links (das ist das alte Menue aus dem Entwurf! TODO)
------------------------------------------------------------------------- K.P.*/
#left-layout h2 {
	color: #fff;
	background-color: #996;
	font-size: .9em;
/* font-family: verdana, sans serif; */
	border-bottom: 1px solid #ffc;
/* border-top: 1px solid #ffc; */
	padding: 1px 4px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
}

#left-layout ul {
	margin: 0px;
	padding:0px;
/* border-left: 1px solid #FFFFCC; */
	text-align: right;
	}

#left-layout ul li {
	list-style-type: none;
	border-bottom: 1px dotted #ffc; /* KOMMENTAR 
TODO: fuer Rand ein Bild nehmen.
------------------------------------------------------------------------- K.P.*/
	padding: 1px 6px 1px 0px;
}

#left-layout ul a {
	color: #363;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

#left-layout ul a:hover, #left-layout ul a:focus {
	color: #000;
	border: 0px;
	padding-left: 18px;
	background: url(../images/silc/menu_arrow.gif) no-repeat left center;
	background-color: inherit;
}