/**
 * Style sheet pdf
 */
/* Hintergrund */
body
{
	width:18cm;
	padding-top:2cm;
	padding-right:1cm;
	padding-left:2cm;
	background-color:#ffffff;
	background-image:url("tl_files/layout/logo_pdf.jpg");
	background-position:left top;
	background-repeat:no-repeat;
}

/* Font Family */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Arial, Helvetica, sans_serife;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Arial, Helvetica, sans_serife;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Arial, Helvetica, sans_serife;
}

/* Schriftformatierung */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:11px;
	color:#333333;
}

h1
{
	font-size:14px;
	color:#B81215;
}

img
{
	width:4cm;
	margin:0px;
	padding:0px;
}
