/* 
-------------------------------------------------
site: Heilpraxis Liane Fahr 
start: 27.02.2009
last modification: 20.12.09
author: Liane Fahr, heilpraxis(at)liane-fahr.de
programming: Anke Wolf, wolf.anke(at)gmx.de
---------------- Aufklapp-Menü verbreitert------------------------
*/

#navigation #nav_links {
	float: left;
	width: 270px;
	list-style-type: none;
	margin-top: 75px;
	line-height: 1.15em;
	font-size: 1em;
	text-align: right;
}

ul#menu {
	background: transparent;
}

ul#menu li {
	background: #29A7EB;
	text-align: right;
	width: 215px;
	margin-left: 55px;
	position: relative;
}

ul#menu li a,
ul#menu li a:link,
ul#menu li a:visited {
	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
	text-align: right;
	display: block;
	margin-bottom: 40px;
	width: 215px;
	background: #29A7EB;
	padding-right: 1px;
}

ul#menu>li a:hover,
ul#menu>li a:focus,
ul#menu>li a:active,
ul#menu>li:hover,
ul#menu>li:focus,
ul#menu>li:active {
	color: #fff;
	background: #29A7EB;
	margin-bottom: 40px;
	width: 215px;
	padding-right: 1px;
} 

ul#subMenu {
	display: none;
	top: 17px;
	left: 50px;
	position: absolute;
	text-align: right;
}

li:hover ul#subMenu,
li.over ul#subMenu {
  display: block;
}

ul#subMenu li {
	background: transparent;
	border: none;
	width: 165px;
	margin-left: 0px;
}

ul#subMenu li a:link,
ul#subMenu li a:visited {
	text-align: right;
	font-size: 0.95em;
	line-height: 1.1em;
	width: 165px;
	margin-bottom: 0px;
	background: #29A7EB;
	color: #fff;
	padding-right: 1px;
}

ul#subMenu li:hover a {
	color: #0086CB;
	background: #fff;
	width: 165px;
	margin-bottom: 0px;
	padding-right: 1px;
}
span.tcm {
margin-bottom: 5px;
}
/*
#nav_links li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 1px;
}
#nav_links p {
	font-size: 1em;
	font-weight: bold;
}
#nav_links a, a:link, a:visited {
	padding-left: 1px;
	padding-right: 1px;
}
#nav_links a:hover, a:active, a:focus{
}
*/

#nav_rechts {
}
#navigation #nav_rechts {
	float: right;
	width: 270px;
	list-style-type: none;
	text-align: left;
	margin-top: 75px;
	line-height: 1em;
}
#nav_rechts li {
	list-style-image: none;
	list-style-type: none;
}

#nav_rechts p {
	font-size: 1em;
	font-weight: bold;
}
#nav_rechts a, a:link, a:visited {
}
#nav_rechts a:hover, a:active, a:focus{
}

#nav_links .titel {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 18px;
	padding-right: 0px;
}
#nav_rechts .titel {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin-bottom: 18px;
}
#nav_links .sub {
	font-size: 0.82em;
	font-weight: normal;
	text-align: right;
}

#nav_rechts .sub {
	font-size: 0.82em;
	font-weight: normal;
	text-align: left;
	padding-left: 0px;
}

#nav_rechts .menuetitel {
	clear: both;
	font-size: 1em;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 2px;
}
#nav_links .menutitel {
	font-size: 1em;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 2px;
}
#nav_links .subkl {
	font-size: 0.77em;
	font-weight: normal;
}
/* reingenommen: class "clearfloat", wg.footer, mal sehen */

