@charset "utf-8";
/* CSS Document */
body {
	text-align: left;
	margin-top:0;
	}
	
/* Layoutboxen */

#container {
	width: 800px;
	margin:auto;
	} 
	/* Seitenkopf hinter Logo */
#kopf {
	height: 131px;
	background: url(gfx/headder_bub.jpg);
	position: relative;
	}
#background_button {/* unterteil Navi rechts */
	background: url(gfx/button_back_bub.jpg);
	width: 254px;
	height: 7px;
	float: right;
	text-align: left;
	margin-left: 0px;
	display: inline;
	}
#down {/* unterteil Navi rechts */
	background: url(gfx/right_down_foot_bub.jpg);
	width: 253px;
	height: 150px;
	float: right;
	text-align: left;
	margin-left: 0px;
	display: inline;
	}
/* Navi rechts */	
#subnavi {
	width: 254px;
	float: right;
	text-align: left;
	margin-left: 0px;
	z-index:1;
	}
	/* Hintergrund Inhalt */		
#inhalt {
	float: left;
	width: 530px;
	padding-top: 5px;
	padding-bottom: 20px;
	margin-left: 7px;
	display: inline;
	font-style: normal;
	}
	
#fuss {
	background: url(gfx/footer_bub.jpg);
	height: 25px;
	clear: both;
	margin: 0px;
}

/* Seitenkopf - Überschriften */

#kopf h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	margin: 0;
	padding: 30px 0 0 70px;
	}
	
/* Inhaltsbereich */
	
#inhalt h1 {
	margin: 0;
	padding: 0 5px 0 27px;
	/*   	background: url(bilder/blume.gif) no-repeat left top; */
	color: #999;/*Überschrift Inhalt*/
	font-size: 37px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0em;
}
/* Schrift über + unter der Aufzählung mitte */
#inhalt p {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000;
	text-align: left;
	}
	
/* Aufzählung mitte */

#inhalt ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px; /*small*/
	color: #000000;
	list-style:circle url("gfx/images/pfeil_R_re.gif");
	}

/* Seitenfuß Text */	
	
#fuss a {
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-decoration: none; /*blink, line-through, underline, overline*/
	color: #F00;
	padding-top: 0px;
	line-height: 25px;
	}

#fuss a:hover {
	color: #009;
} 

#blue {
	color: #00F;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	font-size: 100%;
}
#font_small {
	font-size: 14px;
}


#buttons a {
	width: 250px;
	background-image: url(gfx/button_back_bub.jpg);/*hintergrund button*/
	padding: 0px;/*höhenabstand button*/
	padding-left: 0px;
	display: block;
	margin-top: 0px;
	z-index:1;
	}
/*#buttons a:hover {
	border-left: 0px solid #ecd538;
	text-decoration: none;
	color: #ecd538;
	}*/
a#home{
display:block;
width:250px;
height:28px;
background: transparent url(gfx/buttons/home_a.gif)no-repeat;
z-index:2;
}
a:hover#home{
	background: transparent url(gfx/buttons/home_b.gif)no-repeat;
	z-index:2;
}
a#wir{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/wir_ueber_uns_a.gif)
no-repeat;
}
a:hover#wir{
background: url(gfx/buttons/wir_ueber_uns_b.gif)
no-repeat;
}
a#philosophie{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/unsere-philosophie_a.gif)
no-repeat;
}
a:hover#philosophie{
background: url(gfx/buttons/unsere-philosophie_b.gif)
no-repeat;
}
a#kontakt{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/kontakt_a.gif)
no-repeat;
}
a:hover#kontakt{
background: url(gfx/buttons/kontakt_b.gif)
no-repeat;
}
a#projekte{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/unser_kursangebot_a.gif)
no-repeat;
}
a:hover#projekte{
background: url(gfx/buttons/unser_kursangebot_b.gif)
no-repeat;
}
a#ausbildungscoach{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/ausbildungscoach_a.gif)
no-repeat;
}
a:hover#ausbildungscoach{
background: url(gfx/buttons/ausbildungscoach_b.gif)
no-repeat;
}
a#zirkuswagen{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/zirkuswagen_a.gif)
no-repeat;
}
a:hover#zirkuswagen{
background: url(gfx/buttons/zirkuswagen_b.gif)
no-repeat;
}
a#wasserturm{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/wasserturm_a.gif)
no-repeat;
}
a:hover#wasserturm{
background: url(gfx/buttons/wasserturm_b.gif)
no-repeat;
}
a#bpw{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/bpw_a.gif)
no-repeat;
}
a:hover#bpw{
background: url(gfx/buttons/bpw_b.gif)
no-repeat;
}
a#trainingscenter{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/trainingscenter-ll_a.gif)
no-repeat;
}
a:hover#trainingscenter{
background: url(gfx/buttons/trainingscenter-ll_b.gif)
no-repeat;
}
a#hauswirtschaft{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/hauswirtschaft_a.gif)
no-repeat;
}
a:hover#hauswirtschaft{
background: url(gfx/buttons/hauswirtschaft_b.gif)
no-repeat;
}
a#ipunkt{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/ipunkt_a.gif)
no-repeat;
}
a:hover#ipunkt{
background: url(gfx/buttons/ipunkt_b.gif)
no-repeat;
}
a#start{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/startcenter_plus_a.gif)
no-repeat;
}
a:hover#start{
background: url(gfx/buttons/startcenter_plus_b.gif)
no-repeat;
}
a#hort{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/hort-ahlten_a.gif)
no-repeat;
}
a:hover#hort{
background: url(gfx/buttons/hort-ahlten_b.gif)
no-repeat;
}

a#standorte{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/standorte_a.gif)
no-repeat;
}
a:hover#standorte{
background: url(gfx/buttons/standorte_b.gif)
no-repeat;
}
a#hannover{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/hannover_a.gif)
no-repeat;
}
a:hover#hannover{
background: url(gfx/buttons/hannover_b.gif)
no-repeat;
}
a#wunstorf{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/wunstorf_a.gif)
no-repeat;
}
a:hover#wunstorf{
background: url(gfx/buttons/wunstorf_b.gif)
no-repeat;
}
a#neustadt{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/neustadt_a.gif)
no-repeat;
}
a:hover#neustadt{
background: url(gfx/buttons/neustadt_b.gif)
no-repeat;
}
a#aktuelles{
display:block;
width:250px;
height:28px;
background: url(gfx/buttons/aktuelles_a.gif)
no-repeat;
}
a:hover#aktuelles{
background: url(gfx/buttons/aktuelles_b.gif)
no-repeat;
}
#container #inhalt tr td p {
	text-align: left;
}
