@charset "UTF-8";

/* --------------------------------------------
http://www.sbihl.com - Druck Styles

- allgemeine Definitionen
- ausgeblendete Bereiche
- spezielle Formatierungen

Stand: 02.09.2006
----------------------------------------------- */

body {
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	color: black;
	background: white;
}
h1 {
	font-size: 120%;
	font-weight: bold;
}
#header h1 {
	color: #02548e;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}
h2 {
	font-size: 115%;
	font-weight: normal;
}
#header h2 {
	color: #02548e;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 110%;
	font-weight: bold;
}
h4 {
	font-size: 100%;
	font-weight: bold;
}
a, a:link {
	color: black;
	text-decoration: none;
}
img, img a {
	border: 0;
}
abbr,
acronym {
	border: none;
}
.xs {
	font-size: 12pt;
}


/* ausgeblendete Bereiche/Klassen
----------------------------------------------- */
.noprint,
.none,
#header .none,
#skiplinks,
#teaser,
#menu,
#sidemenu,
#footer,
#kontaktformular,
.angebot {
	display: none;
}
#header .none {
	display: inline;
}

/* spezielle Formatierungen
----------------------------------------------- */
#content ul.eg {
	clear: both;
	overflow: hidden;
}
#content .eg li { 
	display: block;
	float: left;
	padding: 5pt 8pt 0 0;
}
#content ul.sc {
	clear: both;
	overflow: hidden;
}
#content .sc li { 
	display: block;
	float: left;
	margin: 0 22pt 12pt 0;
}
#content .prev,
#content .screenshot {
	border: 1pt solid black;
}
.pdf {
	vertical-align: middle;
}			
#content .leftaddress {
	float: left;
	margin: 0 50pt 0 0;
}