﻿@charset "UTF-8";
/* CSS Document */

_____________________
|• Reset			|
|• Grundraster 		|
|• Navigation		|
|___________________|

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*	{margin: 0; padding: 0;} 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}


/* ----------------- GRUNDRASTER ------------------- */
body	{
	background: url(background/bg.jpg) no-repeat;
	background-position: top center;
	}

.gesamt	{
	width: 966px;
	margin: 0 auto;
	}
	
.header	{
	width: 966px;
	height: 131px;
	float: left;
	}
	
	.allgnavi	{
		width: 300px;
		height: 50px;
		position: absolute;
		}
		
	.navigation	{
		width: 750px;
		height: 89px;
		margin: 60px 0px 0px 0px;
		position: absolute;
		background: url(background/navigation_bg.png) no-repeat;
		background-position: top left;
		}
		
	.logo	{
		width: 323px; 
		height: 137px;
		margin: 15px 0px 0px 651px;
		position: absolute;
		background: url(background/logo.png) no-repeat;
		background-position: top center;
		}

.banner	{
	width: 966px;
	height: 310px;
	float: left;
	background: url(background/banner_bg.png) no-repeat;
	background-position: top center;
	}
	
	.banner img	{
		margin: 15px 0px 0px 16px;
		}
	
.main	{
	width: 880px;
	min-height: 400px;
	margin: 15px 0px 0px 43px;
	float: left;
	}
	
.footer	{
	width: 100%;
	height: 412px;
	float: left;
	margin-top: -70px;
	background: url(background/footer.png) no-repeat;
	background-position: top center;
	}
	
	.footer_inhalt	{
		width: 966px;
		margin: 0 auto;
		margin-top: 180px;	
		background-color: red;
		}
	
	
/* ---------------- NAVIGATIONEN ---------------- */

/* allgnavi */
.allgnavi ul	{
	list-style-type: none;
	margin-left: 32px;
	}
	
.allgnavi ul li	{
	width: 70px;
	float: left;
	}
	
.allgnavi a.allgnavi_np	{
	font: 11px Arial, Helvetica, sans-serif;
	color: #574c47;
	text-decoration: none;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	}
	
.allgnavi a.allgnavi_np:hover	{
	color: #000;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	}
	
/* navigation */
.navigation ul	{
	list-style-type: none;
	margin: 12px 0px 0px 5px;
	}
	
.navigation ul li	{
	width: 99px;
	height: 50px;
	float: left;
	text-align: center;
	}
	
.navigation a.np1z	{
	padding-top: 10px;
	}
	
.navigation a.navipunkt	{
	font: 16px Arial, Helvetica, sans-serif;
	color: #474a57;
	text-decoration: none;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	display: block;
	}
	
.navigation a.navipunkt:hover	{
	color: #64b1d8;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	}
	
.navigation a.np3,
.navigation a.np4	{
	margin-left: 15px;
	}
	
.navigation a.np5	{
	margin-left: 8px;
	}
	
/* subnavi */

.navigation ul li ul	{
	display: block;
	position: absolute;
	background-color: #64b1d8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	height: 40px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	}
	
ul.sub1z	{
	position: absolute;
	margin-top: 33px;
	}
	
ul.sub2z	{
	position: absolute;
	margin-top: 24px;
	}
	
ul.subnavigation li	{
	float: left;
	width: auto;
	height: auto;
	padding: 10px 20px;
	}
	
.subnavigation li a	{
	font: 16px Arial, Helvetica, sans-serif;
	color: #393d4a;
	text-decoration: none;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	display: block;
	}
	
.subnavigation li a:hover	{
	color: #000;
	}
	
ul.sub_praxis	{
	margin-left: 3px;
	}

ul.sub_gz	{
	background-position: top 200px;
	margin-left: -96px;
	}
	
.navispitze	{
	width: 32px;
	height: 23px;
	position: absolute;
	margin-top: 112px;
	}


	
/* ---------------------- MAIN ------------------------ */

.main h1	{
	font: 2.5em Georgia, "Times New Roman", Times, serif;
	color: #474a57;
	}
	
.main h2	{
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #64b1d8;
	}
	
.main h3	{
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #043c58;
	}
	
.main h4	{
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #474a57;
	margin-bottom: 15px;
	}
	
.main p	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	line-height: 1.4;
	}
	
.main strong	{
	font-weight: bold;
	}
	
.main a	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #64b1d8;
	text-decoration: none;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	position: relative;
	}
	
.main a:hover	{
	color: #043c58;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	}
	
.main ul li	{
	margin-bottom: 15px;
	font-size: 14px;
	color: #64b1d8;
	}

.einleitung	{
	width: 880px;
	float: left;
	}

.spalte1	{
	width: 400px;
	float: left;
	}
	
.sprechzeiten	{
	width: 370px;
	height: 210px;
	float: left;
	background: #e7f4fb url(background/sprechzeiten_bogen.png) no-repeat;
	background-position: top center;
	padding: 10px;
	padding-left: 20px;
	margin-bottom: 25px;
	}
	
.spalte1 .sprechzeiten table	{
	width: 360px;
	height: 150px;
	margin: 10px 0px 5px 5px;
	}
	
.spalte1 .sprechzeiten table td	{
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #535662;
	}
	
.spalte2	{
	width: 400px;
	margin-left: 80px;
	float: left;
	}
	
.spalte2 p	{
	margin-bottom: 15px;
	}
	
.spalte2 ul	{
	margin-top: 20px;
	margin-left: 12px;
	float: left;
	}	
	
.spalte2 ul li	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #6e6e6e;
	line-height: 1.4;
	}
	
.spalte3	{
	width: 880px;
	margin-top: 30px;
	float: left;
	}
	
.spalte3 p	{
	float: left;
	margin-bottom: 40px;
	line-height: 1.3;
	}
	
.spalte3 ul	{
	width: 800px;
	margin-top: 20px;
	margin-left: 12px;
	float: left;
	}	
	
.spalte3 ul li	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #64b1d8;
	line-height: 1.4;
	}

.terminbutton	{
	background-color: #64b1d8; 
	padding: 1vw; 
	border-radius: 5px; 
	font: 16px Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	}

	
/* FORMULAR TERMINVEREINBARUNG*/

table.tableformular td	{
	vertical-align: top;
	}

table.tableformular label	{
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #474a57;
	margin-top: 12px;
	display: block;
	}

table.tableformular input	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 10px;	
	background-color: #f3f3f3;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: none;
	margin-bottom: 10px;
	display: block;
	}
	
table.tableformular textarea	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #404040;
	padding: 10px;	
	background-color: #f3f3f3;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: none;
	}
	
table.tableformular input.button1,
table.tableformular input.button2	{
	padding: 10px;	
	background-color: #474a57;
	color: #fff;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: none;
	margin-bottom: 10px;
	display: block;	
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	float: left;
	}
	

table.tableformular input.button1	{
	margin: 50px 50px 0px 260px;
	}
	
table.tableformular input.button2	{
	margin-top: 50px;
	}
	
table.tableformular input.button1:hover	{
	padding: 10px;	
	background-color: #89cb33;
	color: #fff;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: none;
	margin-bottom: 10px;
	display: block;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	float: left;
	}
	
table.tableformular input.button2:hover	{
	padding: 10px;	
	background-color: #ad1916;
	color: #fff;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: none;
	margin-bottom: 10px;
	display: block;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	float: left;
	}
	
	/*
table.termin	{
	width: 400px;
	}
	
td	{
	padding: 10px 0px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #474a57;
	}
	
td.td01	{
	width: 120px;
	}
	
td.td02	{
	width: 280px;
	}
	
input, 
textarea	{
	padding: 10px;	
	background-color: #64b1d8;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: none;
	}
	
td.tr05_01 input	{
	float: right;
	padding-right: 20px;
	}*/
	
.error_msg	{
	width: 830px;
	margin-left: 40px;
	margin-top: -30px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ad1916;
	}
	
.error_msg p	{
	width: 830px;
	margin-top: 25px;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ad1916;
	}
	
.danke	{
	width: 560px;
	background-color: #ceebfa;
	margin:50px 0px 150px 140px;
	padding: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #666;
	}
	
/* direkt zu */
.direkt	{
	width: 400px;
	background-color: #e7f4fb;
	float: left;
	margin-top: 50px;
	}
	
.direkthead	{
	width: 365px;
	padding: 5px 10px;
	background: #cee7f4 url(background/direktzu_pfeil.png) no-repeat;
	background-position: 5px 10px;
	padding-left: 25px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #474a57;
	}
	
.direkt ul.direktnavi	{
	list-style-type: none;
	}
	
.direkt ul.direktnavi li	{
	float: left;
	padding: 10px 5px 0px 10px;
	}
	
.direkt ul.direktnavi li a	{
	font: 11px Arial, Helvetica, sans-serif;
	color: #474a57;
	}
	
.direkt ul.direktnavi li a:hover	{
	color: #000;
	}
	
	
/* spalte 4 */
.spalte4l	{
	width: 400px;
	float: left;
	}
	
.spalte4	{
	width: 880px;
	margin-top: 30px;
	float: left;
	}

.spalte4 p	{
	line-height: 1.6;
	}	

.spalte4r	{
	width: 355px;
	padding: 10px 25px 35px 20px;
	margin-left: 80px;
	float: left;
	background: url(background/blaue_ecke.jpg) no-repeat;
	background-position: bottom right;
	}
	
.spalte4r p	{
	font-size: 0.75em;
	}
	
.spalte4rl	{
	width: 400px;
	float: left;
	margin-left: 80px;
	}
	
.spalte4 .nummer	{
	font-size: 1.6em;
	color: #64b1d8;
	padding-right: 10px;
	}
	
.spalte4 .h4blau	{
	color: #64b1d8;
	}
	
.spalte4 ul	{
	width: 380px;
	margin-top: 20px;
	margin-left: 12px;
	}	
	
.spalte4 ul li	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #64b1d8;
	line-height: 1.4;
	}
	
.backto {
	width: 880px;
	position: relative;
	display: block;
	}
	
.backto a	{
	background: url(background/backto.jpg) no-repeat;
	background-position: center left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #574c47;
	padding-left: 20px;
	float: right;
	}
	
/* ------------------ FOOTER -------------------- */

.footer_inhalt table	{
	width: 360px;
	margin: 10px 0px 5px 5px;
	float: left;
	}
	
.footer_inhalt table td	{
	font: 0.8em Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 1.6;
	}
	
.footer_inhalt table td a	{
	text-decoration: none;
	font: 1em Arial, Helvetica, sans-serif;
	color: #fff;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	line-height: 1.6;
	}
	
.footer_inhalt table td a:hover	{
	color: #043c58;
	-webkit-transition: all 600ms ease-out;
	-moz-transition: all 600ms ease-out;
	-o-transition: all 600ms ease-out;
	transition: all 600ms ease-out;
	}
	
.footer_inhalt table td h3	{
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #043c58;
	}

