﻿/*body {margin:0;padding:0;background:#E5E5E5;font-family:Georgia, "Times New Roman",Times,serif;font-size:13px;color:#666}*/

body {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	background: #FFEAEA;
	font-family:Verdana, Arial, sans-serif;
	color:#060606;
}

.error {color: #F00;}

.column {
  float: left;
  padding: 0px;
}

.left {
  width: auto; /*300px;*/
}

.right {
  width: auto;
}

.middle {
  width: 5%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.stippel {
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: dashed;
}
#print-button {
	display: none;
}
.example-print {
    display: none;
}
@media print {
   .example-screen {
       display: none;
    }
    .example-print {
       display: block;
    }
}

@media print 
{
    @page 
    {
        size: auto;   /* auto is the initial value */
        margin: 1mm 5mm 1mm 20mm;  /* this affects the margin in the printer settings   top right bottum left*/
    }
}

