html { 
	height:100%;width:100%;
	background-color: #B4B4B4;/*	*/
    background-image: url(Bilder/Mittelmeer-Casilia-klein.jpg);

    background-repeat: no-repeat;
    background-position: left top;
	background-position:center top;
	background-attachment:fixed;
	background-size: cover;


}





#HD_main{
	height:100%;width:100%;
	justify-content: center; 
	align-items: center;
/*  box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,0.5); */
	/* background-color: #ffebe6; */
	/* display: flex; */
/* Schrift */
	font-family: Courier New, serif, monospace;
	color: #c32e04;
	/* font-style:italic;  */
  }
/*alle links*/
a:link { color:#fff; text-decoration:none; }
a:visited { color:#666; text-decoration:none; }
a:active { color:#FF0000; text-decoration:none; }
a:hover{ COLOR: #F0F000; }
a:focus {  color:red; text-decoration:underline; }

/*startseite class link*/
.start:link { color:#fff; text-decoration:none; } /*  6B9CDE */
.start:visited {  color:#000; text-decoration:none; }
.start:active {  color:yellow; text-decoration:none; }
.start:hover {color:#F0d000; text-decoration:none; }
.start:focus {  color:red; text-decoration:underline; }


  #Bild a img { border: 0px solid rgb(0, 0, 0);
    margin: 0pt;
    height: 73px;
    width: 112px;
    }

  #Bild img:hover { width: 208px;
    height: 134px;
	margin-left: -48px;
	margin-top: -29px;
    }

  #Bild a:hover img { width: 208px;
    height: 134px;
	margin-left: -48px;
	margin-top: -29px;
    }

  #Bild a:hover { padding: 0pt;
    }




.HD_main_nav_center{text-align:center;}
.HD_main_nav_tab{width:50%; /*background-color: #88ebe6;*/}
.HD_main_nav{
	height:10%; width:25%; 
	/* background-color: #88ebe6; */
/* Schrift */
	text-align:center;
	padding: 10px;
	color: #010101;
    font-size: 20px;
	font-weight: 600;
}
  
#HD_main_cnt1,#HD_main_cnt2,#HD_main_cnt3{  
	/* background-color: #66ebe6; */
	height:30%;
/* Schrift */
	text-align:center;
vertical-align:bottom;
	color: #010101;
    font-size: 20px; 
	font-weight: 600;
    }
.HD_main_Text_box{
	text-align:left;
	color: #010101;
    font-size: 20px;
	font-weight: 600;
	}
#HD_main_cnt3{ 
vertical-align:middle;
// opacity: 0.09; //
}
	
  


table, th,td {
  border: 0px solid black;
  border-collapse: separate;
}