/* NEBENAN
   Home - local sheet
   language independend
*/

/* additional declarations in global sheet */
div#master { height: 1310px; }

/* additional declarations in global sheet, margins the bottom, about 50 pixels above div#master */
div#masterMarginizer { height: 1360px; }

/* defines the site-specific background-image for the bottom, as we use a transition, additional declarations in 
   global sheet */
div#horizontalShadow {
	background-image: url('./../-img/shadow_bottom.jpg');
}


div#contentRight img.illu {
	display: block;
	position: relative;
	width: 188px;
	height: 140px;
	margin-bottom: 16px;
}

div#contentRight p.externLink {
	margin: 0px;
	padding: 0px;
}


div#contentRight p.externLink a {
	text-decoration: none;
}

