/**************************************************************************
 * @desc	onebigpark.at Baustein Stylesheet
 * @file	bausteine.css
 * @author	Alexander Dick 
 */

/**********************************************
 * Bausteine von SLT -> selbe (hirnrissige) Klassennamen,
 * aber halt an OBP angepasst
 * !!! auch in editor.css anpassen !!! (dort sind die Styles ohne "div.customContent" drin
 */
div.customContent strong,
div.customContent b {
	color: #f90;
	font-weight: bold;
} 

div.customContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: hidden;
}

/* spaces */
div.customContent td.spacea {
	line-height:1px;
	height:20px;
}
div.customContent td.spaceb {
	line-height:1px;
	height:16px;
}
div.customContent td.spacec {
	line-height:1px;
	height:60px;
}
div.customContent td.spaced {
	line-height:1px;
	height:10px;
}
div.customContent td.spacee {
	line-height:1px;
	height:40px;
}

/* ende spaces */


div.customContent td.titlea {
	font-size: 13px;
	font-weight: bold;
	color: #f90;
}

div.customContent td.smalltitled {
	font-weight: bold;
	color: #f90;
}

div.customContent td.lead {
	padding-top: 5px;
}

div.customContent td.boxaheada,
div.customContent td.boxaheadb,
div.customContent td.boxaheadc,
div.customContent td.boxaheadd,
div.customContent td.boxaheade {
	font-weight: bold; 
	color: #000;
	padding-bottom: 5px;
	vertical-align: top;
}

div.customContent td.boxalista {
	font-weight: bold;
	color: #f90;
	vertical-align: top;
}

div.customContent td.boxalistb, 	
div.customContent td.boxalistc {
	vertical-align: top;
}

div.customContent td.boxalistb {
	color: #f90;
	font-weight: bold;
}

div.customContent td.ahead,
div.customContent td.priceheader {
	font-weight: bold;
	color: #f90;
	vertical-align: top;
}

div.customContent td.alista {
	text-decoration:none;
	text-align: center;	
	vertical-align:top;
	font-size:10px;
	line-height:12px;
	padding-bottom:1px;
	padding-top:5px;	
}

div.customContent td.alistb {
	text-align:left;	
}

div.customContent td.lefttop {
	vertical-align: top;
}

div.customContent td {
	font-size: 10px;
}

/**********************************************
 * Preistabelle
 */
table.priceTable {
	width: 350px;
} 
 
table.priceTable td.title/*,
table.priceTable td.pn_pthead,
table.priceTable td.pn_ptheada,
table.priceTable td.pn_ptsubb,
table.priceTable td.pn_ptlistb*/ {
	border-bottom: solid 1px #999;
	padding-bottom: 5px;
}

table.priceTable td.pn_ptsub {
	font-weight: bold;
}

table.priceTable td.pn_pthead,
table.priceTable td.pn_pthead strong,
table.priceTable td.pn_ptheada,
table.priceTable td.pn_ptheada strong {
	color: #000;
	padding-right:3px;
}

table.priceTable td.pn_ptsub,
table.priceTable td.pn_ptlista {
	border-top: solid 1px #999;
	padding-right:3px;	
}


table.priceTable td.title strong,
table.priceTable td.title b {
	color: #f90;
}