/* standardní styl systému comet pro tisk */
/* upraveno pro: demo.systemcomet.cz */* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

img {
	border: 0px;
	float: left;
}

/* tyto divy se nezobrazí, resp. nevytisknou */
#head,
#menu,
#pata {
	display: none;
}

/* standardní prvky toku textu */
#t1s1 {
	color: #444444;
}

#t1s2 {
	color: #000000;
}

#t1s3 {
	color: #666666;
}

#t2s1 {
	color: #000000;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

li {
	list-style: disc inside;
	padding-left: 10px;
}

hr {
	border: none 0px #ffffff;
	border-top: solid 1px #666666;
	padding-bottom: 10px;
	padding-top: 10px;
}

a {
	color: #666666;
	text-decoration: underline;
}

