
/*
	Tag-Print-Definitionen
*/
@page { size:21.0cm 29.7cm; margin:4cm 2cm 1.4cm 1cm; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body a {
	color: #424d5f;
}
body a:hover {
	color: #7e8db5;
}
body a:active {
	color: #b1004e;
}
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #454C5E;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}


/*
	IDs, Klassen
*/
#topnav {display:none;}
#breadcrumbs {display:none;}
#menu {display: none;}
‚
#head {
	width: 100%;
	padding-bottom: 0.3cm;
}
#head h1 {
	display: none;
}
#head img {
	width: 100%;
}
  
#content {
	padding: 0 0.5cm 0 0.5cm;
}
#content table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #999;	
	margin-bottom: 1em;
}
#content table th {
	text-align: left;
	border: 1px dotted #999;
	background-color:#CCCCCC;
}
#content table td {
	border: 1px dotted #999;
}
#content table td.highlight {
	background-color:#CCCCCC;
}

#content p {
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
#content p img {
	float: left; 
	margin-right: 0.3cm;
}
#content table img {
	float: left;
	margin-right: 0.3cm;
}

