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

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
font-weight: normal; 
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}

body {
	background-color: #29A7EB;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	line-height: 1.3em;
	color: #FFF;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

a, a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
}

a:hover, a:active, a:focus {
	color: #0086CB;
	background: #FFF;
	text-decoration: none;
	outline: none;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #29A7EB;
	background-repeat: no-repeat;
	background-position: center top;
	height: 660px;
}

#header {
}

/* ----------Herzlich Willkommen als Gif-----------------------------
*/

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	padding-top: 90px;
	font-weight: normal;
	background-image: url(../img/hwillkommen1109.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: center;
}

#main {
	height: 210px;
}
#main p {
	font-size: 0.9em;
	line-height: 1.1;
}

/* ----------h3 und h4 auch als Gif-----------------------------
*/

/* #main h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
#main h4 {
	font-size: 0.99em;
	font-weight: normal;
	padding-top: 20px;
	line-height: 1.2;
	padding-bottom: 5px;
}  */
#main h3 {
	font-size: 1.18em;
	font-weight: normal;
	padding-top: 40px;
	padding-bottom: 30px;
	line-height: 1.3em;
	letter-spacing: 0.08em;
	background-image: url(../img/Praxis609_95B.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999px;
	text-align: center;
}
#main h4 {
	font-size: 0.99em;
	font-weight: normal;
	padding-top: 20px;
	line-height: 1.2;
	padding-bottom: 35px;
	background-image: url(../img/LianeFahr609_76.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: -9999px;
}

#navigation {
	background-image: url(../img/bg_start3_960x230.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 260px;
	position:relative;
}

/* ---------- Test der Menue-Klappversion------------------------
*/


/* reingenommen: class "clearfloat", wg.footer, mal sehen */

.clearfloat {
clear: both;
}

#footer {
	clear:both
	height: 50px;
	text-align: center;
	font-size: 1em;
	margin-left: 90px;
	margin-right: 90px;
	margin-top: 15px;
	margin-bottom: 5px;
}
#footer ul {
}

#footer li {
	list-style-type: none;
	margin: 0px 21px 0px 18px;
	display: inline;
	font-size: 0.9em;
}
#footer a, a:link, a:visited {
}
#footer a:hover, a:active, a:focus{
}

