<!--
			body {
			padding: 20px 20px 20px 20px;
			background-color: #A9BCF5;
			background-image: url(img/hg.jpg);
			background-repeat: no-repeat ;
			-moz-background-size: cover;
			-webkit-background-size: cover; 
			-o-background-size: cover;
			background-size: cover;
			background-size: 100% 130%;
			}
			
			a {
			text-decoration: none;
			}
			
			img {
			border-radius: 8px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			opacity: 0.9;
			}


			#linkliste {
			position: relative;
			}

			.infotext   {
			display: none;
			position: absolute;
			top: 0px;
			left: 0px;
			font-family: Tahoma,Verdana,sans-serif;
			font-weight: bold;
			font-size: 18px;
			color: #000033;
			text-decoration: none;
			}
			
			#tab a:hover .infotext
			{
			display:inline;
			text-decoration: none;
			}

			#tab a:link img, #tab a:visited img
			{
			border:1px solid #ffffff;			
			}

			#tab a:hover img
			{
			border:1px solid #000000;
			}
			-->