/* NEBENAN
   Preise - local sheet
   language independend
*/


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

/* 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: 360px;
}

div#contentLeft div.preisContainer {
	position: relative;
	width: 100%;
	color: #B32613;
	margin-bottom: 10px;
}

div#contentLeft div.preisContainer h2 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: verdana, sans-serif, sans;
}

div#contentLeft div.preisContainer p { color: #B32613; margin: 0px; }

div#contentLeft div.preisContainer div.left {
	position: relative;
	top: 0px;
	left: 0px;
}

div#contentLeft div.preisContainer div.right {
	top: 0px;
	left: 120px;
}


