@charset "utf-8";

/* CSS Document */

html[xmlns^="http"] {
   overflow-y:scroll;
}

* {
	border:0;
	margin:0;
	padding:0;
	outline:none;
	list-style-type:none;
}

html,
body {
	height: 100%;
}

body {
	background:url(../images/bg-body.gif) #4f6c97 repeat-x;
	font-size:69.7%;
	color:#fff;
}

/*---------------------------------------------------*/
/*---------------- =pseudo Klassen ------------------*/
/*---------------------------------------------------*/

a:link,
a:visited {
	color:#CAE36C;
	text-decoration:underline;
}

a:hover,
a:active {
	color:#fff;
	text-decoration:none;
}


a:link img,
a:visited img{
	background:#fff;
	border:1px solid #789ABF;
	padding:3px;
	cursor:url(../images/icon-zoomin.cur), pointer;
}

a:hover img,
a:active img{
	border:1px solid #1E355F;
}

a.keinborder img{
	border:0;
	background:none;
	cursor:pointer;
}

cite{
	color:#1E355F;
}

/*---------------------------------------------------*/
/*---------------- =tag Definition ------------------*/
/*---------------------------------------------------*/

h1#branding {
	width:396px;
	height:218px;
}

h1#branding a{
	position:absolute;
	width:298px;
	height:124px;
	top:50px;
	left:56px;
	
	border:none;
	cursor:pointer;
	padding:0;
}

h2 {
	width:396px;
	height:78px;
	text-indent:-5000px;
}

h2.home {background:url(../images/h2-home.gif) 0 0 no-repeat;}
h2.ueber-mich {background:url(../images/h2-ueber-mich.gif) 0 0 no-repeat;}
h2.persoenliches {background:url(../images/h2-persoenliches.gif) 0 0 no-repeat;}
h2.sportpsychologie {background:url(../images/h2-sportpsychologie.gif) 0 0 no-repeat;}
h2.arbeitsweise {background:url(../images/h2-arbeitsweise.gif) 0 0 no-repeat;}
h2.betreuungsangebote {background:url(../images/h2-betreuungsangebote.gif) 0 0 no-repeat;}
h2.foerderung {background:url(../images/h2-foerderung.gif) 0 0 no-repeat;}
h2.seminare {background:url(../images/h2-seminare.gif) 0 0 no-repeat;}
h2.anmeldung {background:url(../images/h2-anmeldung.gif) 0 0 no-repeat;}
h2.referenzen {background:url(../images/h2-referenzen.gif) 0 0 no-repeat;}
h2.links {background:url(../images/h2-links.gif) 0 0 no-repeat;}
h2.kontakt {background:url(../images/h2-kontakt.gif) 0 0 no-repeat;}
h2.anfahrt {background:url(../images/h2-anfahrt.gif) 0 0 no-repeat;}
h2.impressum {background:url(../images/h2-impressum.gif) 0 0 no-repeat;}
h2.danke {background:url(../images/h2-danke.gif) 0 0 no-repeat;}
h2.error {background:url(../images/h2-error.gif) 0 0 no-repeat;}

h3 {
	font:1.9em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	margin:0 0 10px 0;
}

h4 {
	font:1.4em Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
}

p {
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}

ul{
	margin-bottom:15px;
}

iframe {
	background:#fff;
	border:1px solid #789ABF;
	padding:4px;
	margin:0 0 15px 0;
}

/*p img{
	margin-right:0px;
}*/

/*---------------------------------------------------*/
/*-------------- =klassen Definition ----------------*/
/*---------------------------------------------------*/

.highlight {
	font:1.35em Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-weight:bold;
}

.contentLeft {
	width:175px;
	float:left;
	margin:0 15px 15px 0;
}

.contentRight {
	width:275px;
	float:left;
	margin-bottom:15px;
}

.floatLeft {
	float:left;
}

img.floatLeft {
	float:left;
	margin:0 10px 10px 0;
}

.floatRight {
	float:right;
}

img.floatRight {
	float:right;
	margin:0 4px 10px 10px;
}

.floatLeftTage {
	float:left;
	width:40px;
	color:#7c9557;
}

.floatLeftZeiten {
	float:left;
	width:175px;
	color:#45621b;
}

img.cmspic {
	width:140px;
	height:95px;
	margin-right:3px;
}

/*---------------------------------------------------*/
/*----------------- =tag Clearfix -------------------*/
/*---------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.clear {
	clear:both;
	float:none;
}

.clearLeft {
	clear:left;
	float:none;
}

.clearReft {
	clear:right;
	float:none;
}

p.oben{
	width:465px;
	background:url(../images/bg-obenLink.gif) 0 0 repeat-x;
	padding:15px 0 0 0;
	clear:both;
}

/*---------------------------------------------------*/
/*---------------- =Container Index -----------------*/
/*---------------------------------------------------*/

div#containerGlobal {
	width:100%;
	background:url(../images/bg-containerGlobal.jpg) top center no-repeat;
	padding-top:30px;
}

div#container {
	width:940px;
	margin:0 auto;
}

div#header {
	position:relative;
	background:url(../images/bg-header.jpg) 0 0 no-repeat;
	width:940px;
	height:374px;
}

div#contentContainer {
	background:url(../images/bg-contentContainer.gif) 0 0 repeat-y;
	width:940px;
}

div#footer {
	background:url(../images/bg-footer.jpg) 0 0 no-repeat;
	width:511px;
	height:112px;
	padding:70px 0 0 429px;
}

div#footer a:link,
div#footer a:visited{
	color:#fff;
	text-decoration:underline;
}

div#footer a:hover,
div#footer a:active{
	color:#000;
}

div#footer p{
	float:left;
}

div#footer p span.highlight{
	font:1.0em Verdana, Arial, Helvetica, sans-serif;
	color:#a3c9e6;
}

div#footer p.telefon{
	width:50px;
	text-align:right;
	margin:0 5px 0 99px;
	color:#a3c9e6;
	margin-top:16px;
}

div#footer p.email{
	width:170px;
	margin-top:16px;
}

div#euroweb{
	margin:0 0 15px 0;
}

/*---------------------------------------------------*/
/*----------------- =contentMain --------------------*/
/*---------------------------------------------------*/

div#headerMain1 {
	background:url(../images/bg-headerMain1.jpg) 0 0 no-repeat;
	width:396px;
	height:374px;
	float:left;
}

div#headerMain2 {
	width:544px;
	height:374px;
	float:left;
}

div#bildHeader {
	position:relative;
	background:url(../images/bg-bildheader.jpg) 0 0 no-repeat;
	width:544px;
	height:218px;
}

div#bildLink {
	position:absolute;
	width:495px;
	height:148px;
	top:38px;
	left:9px;
}

div#zitate {
	background:url(../images/bg-zitate.jpg) 0 0 no-repeat;
	width:510px;
	height:142px;
	padding:14px 0 0 34px;
}

div#zitate blockquote p{
	font:1.2em Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width:456px;
	line-height:1.1em;
}

div#contentMain1 {
	background:url(../images/bg-contentMain1.jpg) 0 0 no-repeat;
	width:455px;
	min-height:304px;
	float:left;
	padding:70px 55px 0 34px;
}

div#contentMain1 p {
	padding-right:0;
	width:auto;
	line-height:1.25em;
}

div#contentMain1 ul {
	margin-bottom:15px;
}

div#contentMain1 li {
	background:url(../images/bg-li.gif) 4px 5px no-repeat;
	/*width:430px;*/
	font:1.2em Verdana, Arial, Helvetica, sans-serif;
	padding-left:25px;
	margin-bottom:2px;
	color:#CEE2F2;
}

div#contentMain1 .contentLeftBild{
	width:115px;
	float:left;
	margin:0 0 15px 0;
}

div#contentMain1 .contentRightListe{
	width:310px;
	float:left;
	margin-bottom:15px;
}

div#contentMain1 .contentLeftBild p,
div#contentMain1 .contentRightListe li{
	width:auto;
}


div#contentMain1 dl{
	width:500px;
	margin:0 0 15px 0;
	float:left;
	font:1.2em Arial, Helvetica, sans-serif;
}

div#contentMain1 dt{
	color:#A3C9E6;
	float:left;
	width:150px;
}

div#contentMain1 dd{
	float:left;
	width:350px;
}

table{
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #95B5DB;
	border-right:0;
	border-bottom:0;
	border-top:0;
	border-left:0;
	width:auto;
	padding:0;
	margin:0 0 35px 0;
}

div#contentMain1 table p{
	font:1.0em Verdana, Arial, Helvetica, sans-serif;
	width:auto;
}

div#contentMain1 table p.bold{
	font-weight:bold;
}

div#contentMain1 td{
	width:100px;
	border-right:1px solid #95B5DB;
	border-bottom:1px solid #95B5DB;
	text-align:center;
	vertical-align:top;
	height:20px;
	padding:10px;
}

div#contentMain1 td.noborderbottom{
	border-bottom:0;
}

div#contentMain1 td.noborderright{
	border-right:0;
}

div#contentMain1 td.breiter{
	width:310px;
	text-align:left;
}


div#contentSidebar {
	position:relative;
	background:url(../images/bg-contentSidebar.jpg) 0 0 no-repeat;
	width:396px;
	min-height:324px;
	float:left;
	padding:57px 0 0 0;
}

/*---------------------------------------------------*/
/*------------------ =Navigation --------------------*/
/*---------------------------------------------------*/

ul#navigation {
	position:relative;
	background:url(../images/bg-navigation.jpg) 0 0 no-repeat;
	width:200px;
	height:143px;
	margin:0;
	padding:13px 49px 0 147px;
}

ul#navigation li {
	position:relative;
}

ul#navigation li a:link,
ul#navigation li a:visited {
	display:block;
	width:207px;
	height:16px;
	margin:0;
	padding:0;
	text-indent:-5000px;
}

ul#navigation li a.navi01:link,
ul#navigation li a.navi01:visited {
	background:url(../images/bg-li-navigation.gif) 0 0 no-repeat;
}

ul#navigation li a.navi01:hover,
ul#navigation li a.navi01:active {
	background:url(../images/bg-li-navigation.gif) -207px 0  no-repeat;
}


ul#navigation li a.navi02:link,
ul#navigation li a.navi02:visited {
	background:url(../images/bg-li-navigation.gif) 0 -16px no-repeat;
}

ul#navigation li a.navi02:hover,
ul#navigation li a.navi02:active {
	background:url(../images/bg-li-navigation.gif) -207px -16px  no-repeat;
}


ul#navigation li a.navi03:link,
ul#navigation li a.navi03:visited {
	background:url(../images/bg-li-navigation.gif) 0 -32px no-repeat;
}

ul#navigation li a.navi03:hover,
ul#navigation li a.navi03:active {
	background:url(../images/bg-li-navigation.gif) -207px -32px  no-repeat;
}


ul#navigation li a.navi04:link,
ul#navigation li a.navi04:visited {
	background:url(../images/bg-li-navigation.gif) 0 -48px no-repeat;
}

ul#navigation li a.navi04:hover,
ul#navigation li a.navi04:active {
	background:url(../images/bg-li-navigation.gif) -207px -48px  no-repeat;
}



ul#navigation li a.navi05:link,
ul#navigation li a.navi05:visited {
	background:url(../images/bg-li-navigation.gif) 0 -64px no-repeat;
}

ul#navigation li a.navi05:hover,
ul#navigation li a.navi05:active {
	background:url(../images/bg-li-navigation.gif) -207px -64px  no-repeat;
}


ul#navigation li a.navi06:link,
ul#navigation li a.navi06:visited {
	background:url(../images/bg-li-navigation.gif) 0 -80px no-repeat;
}

ul#navigation li a.navi06:hover,
ul#navigation li a.navi06:active {
	background:url(../images/bg-li-navigation.gif) -207px -80px  no-repeat;
}


ul#navigation li a.navi07:link,
ul#navigation li a.navi07:visited {
	background:url(../images/bg-li-navigation.gif) 0 -96px no-repeat;
}

ul#navigation li a.navi07:hover,
ul#navigation li a.navi07:active {
	background:url(../images/bg-li-navigation.gif) -207px -96px  no-repeat;
}


ul#navigation li a.navi08:link,
ul#navigation li a.navi08:visited {
	background:url(../images/bg-li-navigation.gif) 0 -112px no-repeat;
}

ul#navigation li a.navi08:hover,
ul#navigation li a.navi08:active {
	background:url(../images/bg-li-navigation.gif) -207px -112px  no-repeat;
}

ul#navigation :hover > a.navi02{
	background:none;
}

/*--------------------------------------------------*/
/*------------------- =pulldown --------------------*/
/*--------------------------------------------------*/

ul#navigation li ul{
	position:absolute;
	background:none;
	display: none;
   top:-5px;
   left:207px;
	padding:0 0 0 42px;
	z-index:15;
}

ul#navigation li ul li{
	position:relative;
	padding:0;
	margin:0;
}

ul#navigation li ul li a:link,
ul#navigation li ul li a:visited{
	background:url(../images/bg-ul-li-ul-li.gif) 0 0 #DADFE5 repeat-y;
	width:185px;
	height:23px;
	display: block;
	text-indent:0;
	font:1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.2em;
	color:#506f9b;
	text-decoration:none;
	padding:7px 0 0 15px;
	margin:0;
}

ul#navigation li ul li a:hover,
ul#navigation li ul li a:active{
	color:#1e345f;
}

ul#navigation li:hover ul{
	display: block;
}

/*--------------------------------------------------*/
/*------------ =NavigationAdditional ---------------*/
/*--------------------------------------------------*/

ul#navigationAdditional {
	position:absolute;
	width:230px;
	height:24px;
	margin:0;
	padding:6px 0 0 0;
	top:-30px;
	left:705px;
}

ul#navigationAdditional li {
	list-style-type:none;
	float:left;
	margin-right:20px;
}

ul#navigationAdditional li a:link,
ul#navigationAdditional li a:visited {
	font:1.0em Verdana, Arial, Helvetica, sans-serif;
	color:#88acd4;
	text-decoration:none;
}

ul#navigationAdditional li a:hover,
ul#navigationAdditional li a:active {
	color:#fff;
}