/* 
==================================================================================

	Dieses File gehört zum Projekt First Swiss Luxury und behandelt das Layout gedruckt
	Erstellungdatum: 06.06.06 / VELS
	
	Inhaltsverzeichnis
		1.	Allgemeine Defintionen
	
==================================================================================
*/

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
	text-decoration: none;
}
html {
}
body {
	background: #FFF;
	font-size: 70%; 
	color: #000;
	line-height: 1.5;
}
.hidden-info, h1 {
	display: none;
}
div#head,
div#nav,
div#sidebar, 
ul#footer, 
a#insyma, 
ul#watch-action
{
	display: none;
}
img {
	border: 1px solid #000;
}
img.print-info {
	border: none;
	margin: 0 0 30pt 0;
	width: 200px;
}
div#content img {
	float: left;
	margin: 0 10pt 10pt 0;
}
div#content table {
	border-spacing: 0;
	clear: left;
}
div#content table td {
	padding: 2pt 5pt 2pt 0;
}
div#content a {
	color: #000;
	border-bottom: 1px solid #000;
}
h2 {
	font-family: Georgia, serif;
	font-size: 170%;
	font-weight: normal;
	margin: 0 0 10pt 0;
	color: #FFF;
}
h3 {
	font-family: Georgia, serif;
	font-size: 150%;
	font-weight: normal;
	margin: 10pt 0;
}
h4 {
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: normal;
	margin: 0 0 10px 0;
}
fieldset {
	border: none;
	margin: 10pt 0;
}

fieldset#watch-form label {
	display: block;
	float: left;
	width: 100px;
}
fieldset#watch-form input, fieldset#watch-form select, fieldset#watch-form textarea {
	width: 200px;
}
fieldset#watch-form input.checkbox {
	width: auto; 
	padding: 0; 
	display: inline;
	border: none;
	background: none;
}