﻿/* Allgemeine Elemente */

h1
{
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 30px 0;	
}

h2
{
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 24px;
	padding: 0 0 10px 0;
}

h3
{
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.ulProduct
{
	margin: 0 0 10px 0;
}

.ulProduct li
{
	line-height: 20px;
	margin: 0 0 0 20px;
}

.ulProduct ul li
{
	list-style-type: none;
}

#boxDealer li
{
	/*list-style-type: disc;
	margin-left: 15px;
	padding: 0 0 10px 0;*/
}

p
{
	font-size: 11px;
	line-height: 20px;
}

.boxPricingTableBorder table
{
    border: 2px solid #BCBCBC;
    width: 100%;
}

.boxPricingTableBorder tr
{
    height: 25px;
}

.boxPricingTableBorder td, th
{
	text-align: center;
	vertical-align: middle;
}

.boxPricingTableBorder thead td
{
    font-weight: bold;
}

.boxOrderOnline
{
	text-align: center;
	margin-bottom: 30px;
}

/* Farben */

.black
{
	color: #000000;
}

.green
{
    color: #157217;
}

.orange
{
	color: #FF9A04;
}

.red
{
	color: #A50F0F;
}

.bgWhite
{
    background-color: #FFFFFF;
}

.bgGrey
{
    background-color: #F5F5F5;
}

/* CONTAINER */

div#boxDealer
{
	margin: auto;
	width: 650px;
}

.boxContactsColumnLeft, .boxContactsColumnRight
{
    float: left;
    width: 325px;
}

div#boxFirstText
{
	width: 380px;
}

div#boxFirstImage
{
	width: 210px;
}

div#boxSecondText
{
	width: 380px;
}

div#boxSecondImage
{
	padding: 30px 30px 0 0;
	width: 210px;
}
div#boxThirdText
{
	width: 380px;
}

div#boxThirdImage
{
	width: 210px;
}

div#boxContacts
{
	margin: 30px 0 0 0;
}

.boxPricingTableBorder
{
    border: 2px solid #A50F0F;
    margin: 20px 0 0 0;
    width: 100%;
}

/* KLASSEN */

.small
{
	font-size: 10px;
}

.block
{
	margin: 15px 0 0 0;
}

.leftFloatingImage
{
	float: left;
	padding: 0;
}

.rightFloatingImage
{
	float: right;
	/*padding: 0 30px 0 0;*/
}

.leftFloatingText
{
	float: left;
	font-size: 12px;
	line-height: 20px;
	padding: 0 30px 0 0;
}

.rightFloatingText
{
	float: right;
	font-size: 12px;
	line-height: 20px;
	padding: 0 30px 0;
}

.vCard
{
	height: 104px;
	margin: 0 0 10px 10px;
}

ul
{
	list-style-type: disc;
}

li
{
	font-size: 11px;
	margin: 0 0 5px 0;
}

.navigation
{
	border-bottom: 1px solid #666666;
}

.navigation ul
{
	margin: 0 0 10px 0;
}

.navigation ul li
{
	display: inline;
	font-size: 11px;
	line-height: 20px;
	padding: 0 10px 0 0;
}

.text
{
	padding: 10px;
}

.imgProduct img
{
	margin: 20px 0 0 0;
}

#boxDealer a
{
	color: #000000;
}

#boxDealer .hlToOrder
{
	color: #006600;
}

#boxDealer .pnlToOrder
{
	margin-bottom: 15px;
}

#boxDealer .productHeader
{
	font-size: 17px;
}

.lblFootNote
{
	margin: 0 0 0 92px;
}

.block img
{
	margin: 10px 0 0 0;
}

.boxButton
{
	padding: 110px 0 0 50px;
}

.boxSpacer
{
	margin: 0 0 15px 0;
}

.pdfLink
{
	color: #A50F0F;
	font-weight: bold;
	margin: 0 0 0 5px;
}

.pdfLink img
{
	margin: 0;
	padding: 0 10px 0 0;
}

.ModalPopup
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.pnlPopup
{
	background-color: #FFFFFF;
	border: 2px solid #666666;
	width: 600px;
	padding: 10px;
}

.boxCancelButton
{	
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 10px;
}

.green
{
	color: #499627;
}