/* Nullsetzung der Abstände und die Grundschrift */
html,body,div,p,h1,h2,h3,span,a,form,img { 
			margin: 0;
			padding: 0;
			font-family: 'Segoe UI',helvetica,verdana,arial,sans-serif;
			font-size:12pt;
	}
	
img {
			border: 0px;
			padding:0;
			margin-top:0;
	}	
	
#nav {
			visibility:hidden;
			display:none;
	}	
	
h2 {
	font-size:16pt;
	font-weight:bold;
	margin-bottom:10px;
	}
h3 {
	font-size:14pt;
	font-weight:bold;
	margin-bottom:10px;
	}
h4 {
	font-size:12pt;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:0px;
	}		
	
ul,li {
	text-align:left;
	}	

#textpraxis li {
			padding:2px;
			}						

#textbilder {
			text-align:center;
			}
#intro,#vita,#news,#praxis,#buecher,#seminare,#bilder,#presse,#links,#artikel,#impressum img {
			visibility:hidden;
		}	
#textintro,#textvita,#textnews,#textpraxis,#textbuecher,#textseminare,#textbilder,#textpresse,#textlinks,#textartikel,#textimpressum {
			visibility:visible;
			text-align:justify;
			}	

#preload {
			width:0px;
			height:0px;
			display:none;
			visibility:hidden;
			}			
			
