p	{
	padding-top: 0px;
	font-family: Bookman Old Style, Alexa Std, Palatino, Times new Roman;
	font-size: 1rem;
	line-height: 130%;
	color: rgb(146,146,146);		
}

a	{
	text-decoration: none;	
}
a:active { 
	text-decoration: none;
}
a:hover {
	font-size: 1.2rem;
	box-shadow: 1px 3px 3px rgb(254,251,0, 0.4);
	color:rgb(254,251,0);
	transform: scale(1.2rem);
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.extern	{
	padding: 4px;
}

.box-r	{
	position: relative;
	width: 34rem;
	height: 29rem;
	margin: 30px;
	background-color: rgb(1,24,146);
	background-image: url('../bilder/Praxis_Pano1.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
	border: solid 0px rgb(254,251,0, 0.5);
	border-radius: 200px 0px 200px 0px;	
	box-shadow: 15px 15px 15px rgb(33,33,33, 0.8);
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	z-index: 5;	
}

box-r:hover	{
	position: relative;
	background-color:rgb(0,150,255, 0.9);
	box-shadow: 30px 30px 30px rgb(33,33,33, 0.8);
	transform: scale(1.04) translate(-13px, 13px);
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	z-index: 7;
}


.p-r1	{
	padding-right: 1rem;
	padding-bottom: 0rem;	
}

.p-r2	{
	padding-top: 0rem;
	padding-right: 1rem;
	padding-bottom: 0rem;	
}

.p-r3	{
	padding-top: 0rem;
	padding-right: 1rem;
	padding-bottom: 10rem;	
}




.box-l	{
	position: relative;
	width: 34rem;
	height: 29rem;
	margin: 30px;
	background-image: url('../bilder/Cranio_Ausb.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100%;
	background-color: rgb(1,24,146);
	border-radius: 0px 200px 0px 200px;	
	border: solid 0px rgb(254,251,0, 0.5);
	box-shadow: 15px 15px 15px rgb(33,33,33, 0.8);
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	z-index: 5;	
}

box-l:hover	{
	position: relative;
	background-color: rgb(0,142,0, 0.8);
	box-shadow: 30px 30px 30px rgb(33,33,33, 0.8);
	transform: scale(1.04) translate(13px, 13px);
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	z-index: 7;
}


.p-l1	{
	padding-left: 1rem;
	padding-bottom: 0rem;	
}


.p-l2	{
	padding-bottom: 16rem;	
}

<!-- _____________Txt_______ -->

.bl-tx	{
	font-family: Apple Chancery, Bookman Old Style, Alexa Std, Palatino, Times new Roman;
	font-size: 2rem;	
}

.bl-tx1	{
	font-family: Apple Chancery, Bookman Old Style, Alexa Std, Palatino, Times new Roman;
	font-size: 2rem;		
}

.bl-tx1-r	{
	text-align: right;
	font-family: Apple Chancery, Bookman Old Style, Alexa Std, Palatino, Times new Roman;
	font-size: 2rem;
}

.bl-tx2	{
	font-size: 1rem;
}

.bl-tx2-r	{
	text-align: right;
	font-size: 1rem;	
}