/* CSS-Layout for http://kantorei-st-alban.de

   Author: Daniel Heid <daniel.heid@jada-computing.de>
           www.jada-computing.de
 */
@page {
	size: 21.0cm 29.7cm;
	margin: 1.5cm;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

#header h1 {
	background: url(/images/emblem.png) no-repeat top right;
	height: 140px;
	font-size: 18pt;
	font-weight: normal;
	padding-right: 150px;
	padding-top: 10px;
	text-transform: uppercase;
	border-bottom: 1pt solid #CCCCCC;
}

#header {
	padding-bottom: 20px;
}

#content h1 {
	font-size: 14pt;
	padding-bottom: 14pt;
}

#content h2 {
	font-size: 12pt;
}

#nav {
	display: none;
}

a {
	text-decoration: none;
	color: #000000;
}

#bottom {
	padding-top: 12pt;
}

.donotprint {
  display: none;
}
