@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}


html {height: 100.01%;}
body {
	background-color: #f8f8f8;
	padding: 0;
	margin: 0;
	font-family:Verdana, Geneva, sans-serif;
	color:#6c8a8f;
	font-size:13px;
	line-height:1.4;
    max-width:1280px;
    min-width:990px;
    width:100%
}

a {
	color:#6c8a8f;
}

a:hover {
	color: #FFF;
}

#content a:hover {
	color:#000;
	text-decoration:underline;
}

#header {
	height:170px;
	background:url(../images/header_bg.gif) repeat-x;
    background: -moz-linear-gradient(top, #febda3, #fe9870)  repeat-x;  /*FED7B4 FDC494 */
    background: -webkit-gradient (linear, left center, right center, from(#febda3), to(#fe9870)) repeat-x;
}

#header h1 {
	background:url(../images/logo_.png) no-repeat 40px 30px;
	height: 170px;
	text-indent: -9999px;
	overflow: hidden;
}

#header h2 {
	text-indent: -9999px;
	overflow: hidden;
}

#navigation {
	height:80px;
	position:relative;
	right: 20px;
	top: -78px;
	text-align:right;
	margin-left:420px;
}

#navigation ul {
	list-style-image:none;
}

#navigation ul li {
	display:inline;
	margin: 0 5px;
}

#navigation ul li a {
	color:#FFF;
	font-size:14px;
	text-decoration:none;
	background:url(../images/navi-button.gif) no-repeat top center;
	padding-top:40px;
	font-size:12px;

}
#navigation ul li#on a {
	color:#6c8a8f;
	font-size:14px;
	text-decoration:none;
	background:url(../images/navi-button_active.gif) no-repeat top center;
	padding-top:40px;
	font-size:12px;
}

#navigation ul li a:hover {
	color:#6c8a8f;
	font-size:14px;
	text-decoration:none;
	background:url(../images/navi-button_active.gif) no-repeat top center;
	padding-top:40px;
	font-size:12px;

}

body#start #teaser {
	height: 379px;
	background:url(../images/teaser_bg.gif) no-repeat top center;
	margin: 0 auto;
	margin-top: -116px;
	margin-bottom:20px;
	position:relative;
}

body#start #teaser_p{
	text-align:left;
	width: 520px;
	margin: 0 auto;
	padding-top: 50px;
	padding-right:210px;
	position:relative;
	font-size:18px;
	line-height:1.6em;
}

body#start #teaser_p img {
	position:absolute;
	right: -21px;
	top: 13px;
}

body#about #teaser,
body#beratung #teaser,
body#psychotherapie #teaser,
body#lerntherapie #teaser,
bpdy#familienhilfe #teaser {
	height: 200px;
	background:url(../images/teaser_bg_small.gif) no-repeat top center;
	margin: 0 auto;
	margin-top: -114px;
	margin-bottom: 20px;
	position:relative;
}

body#about #teaser_p,
body#beratung #teaser_p,
body#psychotherapie #teaser_p,
body#lerntherapie #teaser_p,
bpdy#familienhilfe #teaser_p {
	text-align:left;
	width: 450px;
	margin: 0 auto;
	padding-top: 30px;
	padding-right:280px;
	position:relative;
	font-size:18px;
	line-height:1.6em;
	color:#f8f8f8;
}

body#about #teaser_p img,
body#beratung #teaser_p img,
body#psychotherapie #teaser_p img,
body#lerntherapie #teaser_p img,
bpdy#familienhilfe #teaser_p img {
	position:absolute;
	right: -21px;
	top: 10px;
}

#content {
	margin-bottom: 20px;
}

#content h2 {
    width:750px;
	margin:20px auto 10px auto;
	color:#a3d75c;
	font-size:18px;
}

#content p {
    max-width:750px;
    min-width:650px;
	margin:0 auto;
	text-align:justify;
}

#footer {
	background:url(../images/footer.gif) repeat-x left top;
	height: 350px;
	width: 100%;
	margin: 0 auto;
	position:relative;
}

#footer_l {
	position:absolute;
	left: 20px;
	top: 0px;
	width: 280px;
	height: 320px;
	overflow:hidden;
	padding-top:12px;
	margin-left:30px;
}

#footer_l h1 {
	background:url(../images/ueber-mich.gif) no-repeat top center;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:20px;
}

#footer_l img {
	border: 6px solid #ffbf8b;
	width: 260px;
	margin: 0 auto;
	margin-bottom:10px;
}


#footer_m {
	width: 280px;
	height: 320px;
	margin: 10px 10px 0 10px;
	overflow:hidden;
	margin: 0 auto;
	padding-top:12px;
}

#footer_m h1 {
	background:url(../images/themen.gif) no-repeat top center;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:20px;
}

#footer_m img {
	border: 6px solid #ffbf8b;
	width: 260px;
	margin: 0 auto;
	margin-bottom:10px;
}

#footer_m ul {
	list-style-type:none;
}

#footer_m ul li {
	padding:5px;
	text-align:center;
}

#footer_m ul li a {
	color:#6c8a8f;
	text-decoration:none;
}

#footer_r {
	position:absolute;
	right: 20px;
	top: 0px;
	width: 280px;
	height: 320px;
	padding-top:12px;
	margin-right:30px;
}

#footer_r h1 {
	background:url(../images/praxis.gif) no-repeat top center;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	margin-bottom:20px;
}

#footer_r img {
	width: 260px;
	border: 6px solid #ffbf8b;
	margin-bottom: 10px;
}

#bottom {
	background:url(../images/bottom_bg.gif) repeat-x;
    background: -moz-linear-gradient(top, #ffcca2, #fed1ae)  repeat-x;
    background: -webkit-gradient (linear, left center, right center, from(#ffcca2), to(#fed1ae)) repeat-x;
	height: 70px;
	border-top: 7px solid #ffbf8b;
}

#bottom ul {
	list-style-type:none;
	margin-left: 50px;
	padding-top:20px;
}

#bottom ul li {
	display:inline;
}

#bottom ul li a {
	text-decoration:none;
	color:#6c8a8f;
}

#image {
	text-align:center;
}

span.green {
	color:#a3d75c;
}
	

