/* CSS Document */
/* Copyright 2008 JTS spol. s r.o. Všetky práva vyhradené. */ 

/* layout celkovy */

html {
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body {
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
}

/* vseobecne prvky */

a {
	color: black;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5 {
	text-align: left;
	color: #55f;
	font-weight: bold;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 115%;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
	font-weight: normal;
}

/*farba linkov - poradie dolezite!*/
a:visited {
	color: purple;
}

a:active {
	color: red;
}

a:hover {
	color: blue;
}

a img {
	border: none;
}

.box_t {
	width: 100%;
	height: 100%;
}

.box_r {
	width: 100%;
	height: 100%;
}

.box_b {
	width: 100%;
	height: 100%;
}

.box_l {
	width: 100%;
	height: 100%;
}

.box_tl {
	width: 100%;
	height: 100%;
}

.box_tr {
	width: 100%;
	height: 100%;
}

.box_br {
	width: 100%;
	height: 100%;
}

.box_bl {
	width: 100%;
	height: 100%;
}

.fieldname {
	font-weight: bold;
	color: #666;
}

address {
	text-decoration: none;
	font-style: normal;
	margin-left: 0;
	padding-left: 0;
}

/* konkretne prvky */

#footer_out {
	clear: both;
	padding-top: 4em;
}

#footer_box {
	font-size: x-small;
	color: #999;
	text-align: center;
}

#valid_box {
	font-size: x-small;
	color: #999;
	text-align: center;
}

#content_in {
	overflow: hidden;
}

/*farba linkov - poradie dolezite!*/
#footer_box a, #valid_box a, #langbar a {
	color: #999;
}

#footer_box a:visited, #valid_box a:visited, #langbar a:visited {
	color: #999;
}

#footer_box a:active, #valid_box a:active, #langbar a:active {
	color: red;
}

#footer_box a:hover, #valid_box a:hover, #langbar a:hover {
	color: blue;
}

#langbar {
	color: #999;
}

.referencia_logo, .referencia_title, .referencia_pokec {
	display: block;
}

