/* NEBENAN
   Kontakt - local sheet
   language independend
*/

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

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

/* 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#contentLeft div#transition  { 
	height: 220px;
}

div#contentLeft p {
	margin-bottom: 3px;
	color: #B32613;
}

div#contentRight p {
	margin: 0px;
}

div#contentRight p.sep {
	margin-top: 10px;
}

div#contentRight p#impressum {
	margin-top: 20px;
	cursor: pointer;
	cursor: hand;
	text-decoration: underline;
}
