/*css_Kontakt.css*/
         body 
	  {
		background-color: rgb(200,200,200);
	    	margin: 0px;
	    	padding: 0px;
	  }
	.UeberSchrift
	  {
		font-family: Verdana, sans-serif;
		font-size: 30pt;
		line-height: 70%;
		font-weight: bold;
		color: rgb(250,250,250);
	  }
	.TextSchrift
	  {
		font-family: Times New Roman, serif;
		font-size: 12pt;
		font-weight: 400;
		line-height: 12pt;
	  }
	.NameSchrift
	  {
		font-family: Garamont, serif;
		font-size: 14pt;
		font-weight: 600;
		line-height: 10pt;
	  }
	a:hover
	  {
		color: red;
          }
	a:active
	  {
		color: red;
	  }
	 #S1a
	  {
	    	position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1;
		width: 240px;
		height: 160px;
		background-color: rgb(0,0,110);
		border: none
	  }
	 #S1b
	  {
	    	position: absolute;
	
	left: 0px;
		top: 160px;
		z-index: 1;
		width: 240px;
		height: 70px;
		background-color: rgb(0,0,150);
		border: none
	  }
	 #S1c
	  {
	    	position: absolute;
		left: 0px;
		top: 230px;
		z-index: 1;
		width: 240px;
		height: 370px;
		background-color: rgb(0,0,250);
		border: none
	  }
	 #S1d
	  {
	    	position: absolute;
		left: 0px;
		top: 600px;
		z-index: 1;
		width: 240px;
		height: 100px;
		background-color: rgb(0,0,150);
		border: none
	  }
	 #S1e
	  {
	    	position: absolute;
		left: 0px;
		top: 700px;
		z-index: 1;
		width: 240px;
		height: 100px;
		background-color: rgb(0,0,110);
		border: none;
	  }

	 #S2a
	  {
	    	position: absolute;
		left: 240px;
		top: 0px;
		z-index: 2;
		width: 760px;
		height: 160px;
		background-color: rgb(0,0,230);
		border: none;
	  }
	 #S2b
	  {
	    	position: absolute;
		left: 240px;
		top: 160px;
		z-index: 2;
		width: 760px;
		height: 70px;
		background-color: rgb(200,200,200);
		border: none;
	  }
	 #S2c
	  {
	    	position: absolute;
		left: 240px;
		top: 230px;
		z-index: 2;
		width: 720px;
		height: 430px;
		background-color: rgb(245,245,240);
		border: none;
		padding: 20px;
	  }
	 #S2e
	  {
	    	position: absolute;
		left: 240px;
		top: 700px;
		z-index: 2;
		width: 760px;
		height: 100px;
		background-color: rgb(200,200,200);
		border: none;
	  }

	#S3a
	  {
		position: absolute;
		left: 1000px;
		top: 0px;
		z-index: 3;
		width: 270px;
		height: 160px;
		background-color: rgb(0,0,110);
		border: none
	  }
	#S3b
	  {
		position: absolute;
		left: 1000px;
		top: 160px;
		z-index: 3;
		width: 270px;
		height: 70px;
		background-color: rgb(0,0,150);
		border: none
	  }
	#S3c
	  {
		position: absolute;
		left: 1000px;
		top: 230px;
		z-index: 3;
		width: 270px;
		height: 370px;
		background-color: rgb(0,0,230);
		border: none
	  }
	#S3d
	  {
		position: absolute;
		left: 1000px;
		top: 600px;
		z-index: 3;
		width: 270px;
		height: 100px;
		background-color: rgb(0,0,150);
		border: none
	  }
	#S3e
	  {
		position: absolute;
		left: 1000px;
		top: 700px;
		z-index: 3;
		width: 270px;
		height: 100px;
		background-color: rgb(0,0,110);
		border: none
	  }