#eigener_banner {
		text-align: center;
		}

#eigener_banner img {
		    max-width: 100%;
		    }

#fremde_banner a img {
		     border-style: solid;
		     border-width: 2px;
		     border-color: rgb(255,0,0);
		     height: auto;
		     max-height: 300px;
		     width: auto;
		     max-width: 100%;
		     }

	#fremde_banner a img:hover {
				   border-style: solid;
				   border-width: 2px;
				   border-color: rgb(0,0,0);
				   text-decoration: none;
				   background-color: none;
				   color: rgb(8,222,8);
				   }

#rahmen {
	width: 65%;
	margin-left: 0px;
	border-bottom-width: 0.5px;
	border-bottom-style: dotted;
	}