
.price_table {	
	font-size: 12px;
}

.price_table .top {
	background: url(../images/pricetable-top.png) top no-repeat;
}
.price_table .bottom {
	background: url(../images/pricetable-bottom.png) bottom no-repeat;
}
.price_table .top_wide {
	background: url(../images/pricetable-top_wide.png) top no-repeat;
}
.price_table .bottom_wide {
	background: url(../images/pricetable-bottom_wide.png) bottom no-repeat;
}

.price_table .right {
	border-right: solid 1px #bbb;
}
.price_table .left {
	border-left: solid 1px #bbb;
}

.padded_table td {
	padding-left:5px;
	padding-right:5px;
}

.price_table .last {
	border-bottom: solid 1px #bbb;
}

.price_table td.mwst {
	background: #f3f3f3;
	font-size:10px;
}

.price_table td.business {
	background: #bdad77;
	color: #F9F9F9;
	font-size:17px;
	font-weight:bold;
}
.price_table td.personal {
	background: #a49271;
	color:#F9F9F9;
	font-size:17px;
	font-weight:bold;
}
.price_table td.traegerfolie {
	background: #77BDA8;
	color:#F9F9F9;
	font-size:17px;
	font-weight:bold;
}
.smallheaderfont{
	font-size:13px;
	font-weight:bold;
}

.price_table td.desc {
	color: #666666;
	font-weight:bold;
}
.price_table td.price {
	color:#2c5968;
	font-size:13px;
	font-weight:bold;
}
.price_table .info{
	font-weight:normal;
}

.price_table td.price sup{
	text-decoration:underline;
}


.price_table tr.private-lic {
	background: #c3d4d5;
}
.price_table tr.one-lic {
	background: #d5e8e9;
}
.price_table tr.one-lic-alt {
	background: #e0f3f4;
}

.price_table tr.five-lic {
	background: #d5e8e9;
}

.price_table tr.seven-lic {
	background: #dbeeef;
}

.price_table tr.ten-lic {
	background: #d5e8e9;
}

.price_table tr.tenplus-lic {
	background: #dbeeef;
}

.price_table tr.logodruck {
	background: #d5e8e9;
}

#order-button{
	width:140px;
}
#order-button a{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
	width: 140px;
	height: 52px;
	line-height:51px;
	background-position: 0 0px;
}

.order-button-business a{
	background: url(../images/best-business-button.png) no-repeat;
}
.order-button-privat a{
	background: url(../images/best-privat-button.png) no-repeat;
}
.order-button-folie-business a{
	background: url(../images/best-folie-business-button.png) no-repeat;
}
.order-button-folie-privat a{
	background: url(../images/best-folie-privat-button.png) no-repeat;
}

#order-button a:hover {
	background-position: 0 -52px;
}
