@charset "utf-8";
/* CSS Document */

#inhalt {
	/* margin-left:212px; */
	margin-left:auto; margin-right:auto;
	width:800px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:justify;
}

.inhalt {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:justify}

/* Deklaration für Buttons */
.inhalt .button-01 {
	width:100px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	background-color:#06F;}
	
.inhalt .button-01:hover {
	background-color:#6CF;}
	
.inhalt .button-01 a {
	color:#000;
	text-decoration:none}
.inhalt .button-01 a:hover {
	text-decoration:underline}
	
.inhalt .button-02 {
	width:150px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#06F;}
	
.inhalt .button-02:hover {
	background-color:#6CF;}
	
.inhalt .button-02 a{
	color:#000;
	text-decoration:none}
	
.inhalt .button-02 a:hover{
	text-decoration:underline}

/* Deklarationen für PSNV Seite */
.inhalt .button-psnv-01 {
	width:200px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color:#F00;}
	
.inhalt .button-psnv-01:hover {
	background-color:#FC0;}
	
.inhalt .button-psnv-01 a{
	color:#000;
	text-decoration:none}
	
.inhalt .button-psnv-01 a:hover{
	text-decoration:underline}
	
.inhalt .ueberschrift-psnv-01 {
	background-color:#F00;
	padding-top:5px; padding-bottom:5px;
	font-size:30px; font-weight:bold; color:#FFF; text-align:center;}
.inhalt .ueberschrift-psnv-01 span {
	font-size:25px; font-weight:normal;}	
	
.inhalt .ueberschrift-psnv-02 {
	text-align:left; text-decoration:underline;
	font-size:18px;	font-weight:bold; color:#F00}
.inhalt .ueberschrift-psnv-03 {
	text-align:left; background-color:#F00;
	padding-top:5px; padding-bottom:5px; padding-left:15px;
	font-size:18px; font-weight:bold; color:#FFF;}	

.inhalt .grau {
	background-color:#999;}
	
.inhalt .psnv {
	width:800px;}
.inhalt .psnv td {
	border:2px black solid; width:180px;
	text-align:center;}
	
/* Deklaration für Überschriften */
.inhalt .ueberschrift-01 {
	background-color:#00F;
	padding-top:5px; padding-bottom:5px;
	font-size:24px; font-weight:bold; color:#FFF; text-align:center;}
.inhalt .ueberschrift-02 {
	text-align:left; text-decoration:underline;
	font-size:18px;	font-weight:bold;}
.inhalt .ueberschrift-03 {
	text-align:center; background-color:#00F;
	padding-top:5px; padding-bottom:5px;
	font-size:18px; font-weight:bold; color:#FFF;}
.inhalt .ueberschrift-04 {
	text-align:center; text-decoration:underline;
	font-size:18px;	font-weight:bold;}
/* Sonstiges */
.inhalt .blocksatz {
	font-weight:bold; font-style:italic;}
	
.inhalt a {
	color:#000;
	text-decoration:underline;}
	
.inhalt a:hover {
	color:#F00;
	text-decoration:underline;}

.inhalt .zentrieren {
	text-align:center;}

.inhalt .einheiten {
	width:800px;}
.inhalt .einheiten td.links {
	width:200px; text-align:center; vertical-align:top;}
.inhalt .einheiten td.links2 {
	width:200px; text-align:center; vertical-align:middle;}

.inhalt table.kontakt {
	width:800px;}
.inhalt table.kontakt td.kontaktlinks{
	width:150px; vertical-align:top;}
.inhalt table.kontakt td.kontaktrechts {
	width:150px; text-align:center; vertical-align:middle}

.inhalt table.kontakt2 {
	width:600px;
	margin-left:auto; margin-right:auto;}
.inhalt table.kontakt td.kontakt2links {
	width:200px;}
.inhalt table.kontakt td.kontakt2rechts {
	width:400px;}
