/* 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;
	}
	
body {
			background-color:#ffffcc;
	}
	
img {
			border: 0px;
			padding:0;
			margin-top:0;
	}	
	
#nav a:hover {
			position:relative;
			z-index:1;
			left: 1px;
			top: 1px;
	}	
#uebersicht {background-image:url(img/uebersicht.png);background-position:center;background-repeat:no-repeat;width:182px;height:31px;}
#uebersicht:hover {background-image:url(img/uebersicht_on.png);background-position:center;background-repeat:no-repeat;width:182px;height:31px;}
	
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;
	}	

/* Die einzelnen Seiten */
#start {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(img/start.jpg);
		}			
#intro {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(intro/img/intro.jpg);
		}
#textintro {
			position:absolute;
			left:164px;
			top:140px;
			width:736px;
			height:456px;
			color:#005400;
			padding:10px;
			overflow:auto;
			text-align:justify;
			}			
#vita {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(vita/img/vita.jpg);
		}	
#textvita {
			position:absolute;
			left:189px;
			top:146px;
			width:724px;
			height:456px;
			color:#005400;
			padding:10px;
			overflow:auto;
			text-align:justify;
			}					
#news {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(news/img/news.jpg);
		}	
#textnews {
			position:absolute;
			left:179px;
			top:149px;
			width:731px;
			height:456px;
			color:#005400;
			padding:10px;
			overflow:auto;
			text-align:justify;
			}					
#praxis {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(praxis/img/praxis.jpg);
		}	
#textpraxis {
			position:absolute;
			left:165px;
			top:141px;
			width:738px;
			height:459px;
			color:#005400;
			padding:10px;
			overflow:auto;
			text-align:justify;
			}		
#textpraxis li {
			padding:2px;
			}						
#buecher {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(buecher/img/buecher.jpg);
		}	
#textbuecher {
			position:absolute;
			left:174px;
			top:150px;
			width:737px;
			height:457px;
			color:#005400;
			padding:10px;
			overflow:auto;
			text-align:justify;
			}				
#seminare {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(seminare/img/seminare.jpg);
		}	
#textseminare {
			position:absolute;
			left:168px;
			top:147px;
			width:741px;
			height:456px;
			color:#005400;
			padding:10px;
			overflow:auto;
			text-align:justify;
			}
#bilder {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(bilder/img/bilder.jpg);
		}	
#textbilder {
			position:absolute;
			left:178px;
			top:150px;
			width:736px;
			height:456px;
			color:#005400;
			padding:10px;
			overflow:auto;
			text-align:center;
			}
#presse {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(presse/img/presse.jpg);
		}	
#textpresse {
			position:absolute;
			left:176px;
			top:150px;
			width:733px;
			height:455px;
			color:#005400;
			padding:10px;
			overflow:auto;
			text-align:justify;
			}	
#links {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(links/img/links.jpg);
		}	
#textlinks {
			position:absolute;
			left:176px;
			top:147px;
			width:740px;
			height:457px;
			color:#005400;
			padding:10px;
			overflow:auto;
			}
#artikel {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(artikel/img/artikel.jpg);
		}	
#textartikel {
			position:absolute;
			left:176px;
			top:150px;
			width:737px;
			height:456px;
			color:#005400;
			padding:10px;
			overflow:auto;
			}
#impressum {
			position:absolute;
			width:950px;
			height:672px;
			left:50%;
			margin-left:-475px;
			top:50%;
			margin-top:-336px;
			background-image:url(impressum/img/impressum.jpg);
		}	
#textimpressum {
			position:absolute;
			left:181px;
			top:149px;
			width:735px;
			height:455px;
			color:#005400;
			padding:10px;
			overflow:auto;
			}	
			
#preload {
			width:0px;
			height:0px;
			display:none;
			}			
			
			
