/*
** Author    : t3media AG
** Version   : 0.1.5
** Datei     : menu_shortcuts.css
** LayoutKey : menu_shortcuts_ht_def
** Desc      : Shortcuts Navigation unten im Footer
** Changes   :
** 24.04.08 - pf - create file
** 07.05.08 - pf - Feinabstimmung integriert
** 27.05.08 - eb - Kategorien angepasst
*/

/* <div id="menu_shortcuts"> */
#menu_shortcuts {
	margin:0px 0px 0px 0px; /*##MENU:MENU_SHORTCUTS;Aussenabstand Menü##*/
	padding:0px 0px 0px 0px; /*##MENU:MENU_SHORTCUTS;Innenabstand Menü##*/
	float: right; /*##MENU:MENU_SHORTCUTS;Textumfluss Menü##*/
}

/* <ul> */
#menu_shortcuts ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	list-style:none;
}

/* <ul> <li> */
#menu_shortcuts ul li {
	margin:0px 0px 0px 0px; /*##MENU:MENU_SHORTCUTS:LINK;Aussenabstand Menüpunkt##*/
	padding:0px 5px 0px 5px; /*##MENU:MENU_SHORTCUTS:LINK;Innenabstand Menüpunkt##*/ 
	border-width: 0px 0px 0px 0px; /*##MENU:MENU_SHORTCUTS:LINK;Rahmenbreite Menüpunkt##*/ 
	border-style: solid solid solid solid; /*##MENU:MENU_SHORTCUTS:LINK;Rahmenstyle Menüpunkt##*/ 
	border-color: #ce007b #ce007b #ce007b #ce007b; /*##MENU:MENU_SHORTCUTS:LINK;Rahmenfarbe Menüpunkt##*/ /*@@MENU:MENU_SHORTCUTS:BORDER;Rahmenfarbe Shortcuts@@*/
	line-height:13px; /*##MENU:MENU_SHORTCUTS:LINK;Zeilenhöhe Menüpunkt##*/
	float:left; /*##MENU:MENU_SHORTCUTS:LINK;Textumfluss Menüpunkt##*/
}

/* <ul> <li.first> Das erste Elemente in der Liste */
#menu_shortcuts ul li.first {
	border-width: 0px 1px 0px 0px; /*##MENU:MENU_SHORTCUTS:LINK:FIRST;Rahmenbreite erster Menüpunkt##*/
}

/* <ul> <li.last> Das letzte Elemente in der Liste */
#menu_shortcuts ul li.last {
	border-width: 0px 0px 0px 0px; /*##MENU:MENU_SHORTCUTS:LINK:LAST;Rahmenbreite letzter Menüpunkt##*/ 
}

/* <ul> <li.active> Alle aktiven Elemente in der Liste */
#menu_shortcuts ul li.active {}

/* <ul> <li> <a> */
#menu_shortcuts ul li a,
#menu_shortcuts ul li a:link,
#menu_shortcuts ul li a:visited,
#menu_shortcuts ul li a:hover,
#menu_shortcuts ul li a:active {
	display:block;
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
  font-size:11px; /*##MENU:MENU_SHORTCUTS:LINK;Schriftgrösse Menüpunkt##*/ 
	text-decoration:none; /*##MENU:MENU_SHORTCUTS:LINK:STANDARD;Schrift dekoration Menüpunkt Normal##*/
	background-color:transparent; /*##MENU:MENU_SHORTCUTS:LINK:STANDARD;Hintergrundfarbe Menüpunkt Normal##*/ /*@@MENU:MENU_SHORTCUTS:LINK:STANDARD:BACKGROUND;Hintergrundfarbe Menüpunkt Shortcuts@@*/
	color:#ce007b; /*##MENU:MENU_SHORTCUTS:LINK:STANDARD;Schriftfarbe Menüpunkt Normal##*/ /*@@MENU:MENU_SHORTCUTS:LINK:STANDARD:FONT;Schriftfarbe Menüpunkt Shortcuts@@*/
	font-weight:normal; /*##MENU:MENU_SHORTCUTS:LINK:STANDARD;Schriftgewicht Menüpunkt Normal##*/
}

/* <ul> <li> <a:hover> LINK Mouseover Default */
#menu_shortcuts ul li a:hover {
	text-decoration:underline; /*##MENU:MENU_SHORTCUTS:LINK:STANDARD_HOVER;Schrift dekoration Menüpunkt Normal-Hover##*/
	background-color:transparent; /*##MENU:MENU_SHORTCUTS:LINK:STANDARD_HOVER;Hintergrundfarbe Menüpunkt Normal-Hover##*/ /*@@MENU:MENU_SHORTCUTS:LINK:STANDARD_HOVER:BACKGROUND;Hintergrundfarbe Menüpunkt Hover Shortcuts@@*/
	color:#ce007b; /*##MENU:MENU_SHORTCUTS:LINK:STANDARD_HOVER;Schriftfarbe Menüpunkt Normal-Hover##*/ /*@@MENU:MENU_SHORTCUTS:LINK:STANDARD_HOVER:FONT;Schriftfarbe Menüpunkt hover Shortcuts@@*/
  font-weight:normal; /*##MENU:MENU_SHORTCUTS:LINK:STANDARD_HOVER;Schriftgewicht Menüpunkt Normal-Hover##*/
}

