/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	color:#163650;
	font-size:12px;
	line-height:14px;
	margin:30px;
	width:100%;
	
	
}

.SiteForm button{
	clear: both;
	text-align: center;
	margin-top: 5px;
	font-weight: normal;
	color: #fff;
	border: 0;
	background: url(../images/sprite_g.png) no-repeat 0 -800px;
	font-size: 11px;
	height: 29px;
	cursor: pointer;
}
.SiteForm button b{
  background: url(../images/sprite_g.png) no-repeat right -801px;
  display:block;
  height: 22px;
  min-width:90px;
  padding: 7px 10px 0 6px;
  font-size: 11px;
  float:left;
}

.SiteForm button:hover, .SiteForm button:focus{
	background-position:0 -829px;
}
.SiteForm button:hover b,.SiteForm button:focus b{
	background-position:right -830px;
}


@media print {

  /*body {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  }*/
}

h2 { font-size: 18px; 
	font-weight:normal; 
	margin-top: 0px;
	margin-bottom:8px;
	line-height: 20px;
	color: #285E8B;
}


.wrapper{float:left; border-bottom:1px solid #ccc; padding:2px;}
.wrapperNoLine{float:left;}
.column{float:left; width:350px;}
.columnLabel{float:left; width:200px;}
.price{font-size:18px; padding-top:10px; padding-bottom:10px;}
.vat{font-size:11px; padding-top:10px; padding-bottom:10px;}