/* 
==================================================================================

	Dieses File gehört zum Projekt unilu.ch und behandelt das Aussehen des Drucks
	Erstellungdatum: 16.05.06 / VELS
	
	Inhaltsverzeichnis
		1.	Ausblendung unnoetige Elemente
		2.	Allgemeine Defintionen
	
==================================================================================
*/

* {
	margin: 0;
	padding: 0;
	font-family: "Univers LT 45 Light", Verdana, Helvetica, Arial, sans serif;
	letter-spacing: 0.075em;
	text-decoration: none;
	list-style: none;
}

body {
	font-size: 8pt; 
}

/* 
========================================================
	Ausblendung unnoetige Elemente
======================================================== 
*/

ul#skipnavi, div#service-field, ul#navigation, div#subnavi, ul#navigation-footer, 
div.box-small, div.box-medium, div.box-large {
	display: none;
}

/* 
========================================================
	Allgemeine Defintionen
======================================================== 
*/


ol#navigation-breadcrumbs {
	float: left;
	margin: 20px 0 30px 30px;
	padding: 5px 0;
}
ol#navigation-breadcrumbs li {
	display: inline;
	margin: 0 10px 0 0;
}
ol#navigation-breadcrumbs li a {
	color: #2E2E2E;	
}

.hidden-info {
	display: none;
}
img#logo-print {
	width: 56px;
}
a {
	color: #000;
	border-bottom: 1px dashed #000;
}
h1 {
	display: none;
}

h2 {
	clear: left;
	margin: 0 0 1.5em 0;
	font-size: 15pt;
	color: #333333;
}

h4 {
	clear: both;
	margin: 0 0 1.3em 0;
	font-size: 110%;
	letter-spacing: 0.05em;
	color: #333333;
}

h3 {
	height: 24px;
	margin: 0 -20px 10px -20px;
}

h3 img {
	display: none;
}

h3 span {
	display: block;
}

h5 {
	margin: 0;
	color: #686868;
	font-size: 100%;
	font-weight: bold;
}

div#content {
	line-height: 1.6;
	padding: 0 30px;
}
p {
	margin: 1em 0 1em 0;
}

div#content table {
	border-spacing: 0;
	border-top: 1px dashed #2E2E2E;
	border-left: 1px dashed #2E2E2E;
}
div#content table td {
	border-bottom: 1px dashed #2E2E2E;
	border-right: 1px dashed #2E2E2E;
	padding: 3px 15px;
}

div#content img {
	border: 1px solid #5A5A5A;
}

div#content ul {
	margin: 0 20px;
	padding: 0 10px;
	line-height: 1.0;
}

div#content li {
	list-style: square;
	line-height: 1.2;
	padding: 0.3em 0;
}