/* www.pq.cz, CSS styly pro zobrazeni */

/* zakladni nastaveni */

body {
	background-color: #dddee0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	line-height: 150%;
	color: #01007f;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	background-image: url(body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

body.editor
{
	background: white;
	color: #01007f;
}

a img, a:link img {
	border: none;
}

h1
{
	font-size: 200%;
	text-align: center;
	font-weight: normal;
}

h2
{
	font-size: 180%;
	font-weight: normal;
}

h3
{
	font-size: 160%;
	font-weight: normal;
}

h4
{
	font-size: 140%;
	font-weight: normal;
}

h5
{
	font-size: 120%;
}

h6
{
	font-size: 100%;
}

sub {
	font-size: 85%;
}

sup {
	font-size: 85%;
}

a {
	color: #01007f;
	text-decoration: underline;
}

a:link {
	color: #01007f;
	text-decoration: underline;
}

a:hover {
	color: #777777;
	text-decoration: underline;
}

input.text {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

input.checkbox {
	width: 12px;
	height: 12px;
}

input.radio {
	width: 12px;
	height: 12px;
}

input.submit, input.reset, input.button {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	border: 2px solid #999999;
	margin-left: 10em;
	cursor: pointer;
}

input.file {
	width: 200px;
	height: 21px;
}

input.image {
	padding: 0px;
	border: none;
}

textarea {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #999999;
}

select {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #ffffff;
}

/* vrstvy pro tisk */

div#print-header {
	display: none;
}

/* formatovaci vrstvy */

div#page
{
	text-align: left;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div.logo-dm
{
	/*float: left;*/
	float: right;
	/*
	margin-left: 311px;
	_margin-left: 155px;
	width: 77px;
	height: 81px;
	background: url(logo_dm.gif) no-repeat;
	*/
	/*
	margin-left: 276px;
	_margin-left: 138px;
	*/
	width: 148px;
	height: 95px;
	background: url(logo_dm_001.gif) no-repeat;
}
div.logo-dm2
{
	float: right;
	width: 200px;
	height: 80px;
}
div.logo-dm span, div.logo-triton span
{
	display: none;
}

div.logo-triton
{
	float: left;
	width: 119px;
	width: 226px;
	height: 81px;
	/*background: url(logo_triton.gif) no-repeat;*/
	background: url(logo_triton_003.gif) no-repeat;
}


/* obsah */

div#content
{
	clear: both;
}

/* paticka */

div#footer
{
	clear: both;
	padding: 40px 0px 40px 0px;
}

.btn-next, .btn-prev
{
	border: none;
	background-color: #01007f;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: white;
	font-weight: bold;
	font-family: tahoma, arial;
	font-size: 100%;
	height: 22px;
	letter-spacing: 5px;
	float: right;
}
.btn-prev
{
	background-image: url(arrow-left.gif);
	background-position: left;
	float: left;
}

form
{
	margin: 0;
}

.names
{
	font-weight: bold;
}

.names span
{
	color: #bb0000;
}

.control-data-messages
{
	border: solid 1px #ff9900;
	padding: 5px;
	background: #ffffcc;
	color: black;
}

.control-data-messages ul
{
	margin: 0px;
	padding: 0px;
	margin-left: 20px;
}

.control-data-messages ul li
{
	list-style: square;
}

.cl
{
	clear: both;
}

