

* {
	margin: 0;
	padding: 0;
	border: 0 none;
	font-family: Arial, Hevetica, Verdana, sans-serif;
}

body {
	background: #556;
	margin: 20px 0;
	text-align: center;
	color: #333;
	font-size: 0.8em;
}

h1 {
	color: #aaa;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 0 15px 10px 0;
	padding: 8px 15px;
	background: #fafafa url('/images/back.png') no-repeat center right;
	border-bottom: 1px solid #eee;
}

h2, h3, h4 {
	color: #335;
	font-size: 1.2em;
	margin: 0.1em 0 0.3em 0;
}

h3 {
	font-size: 1.1em;
}

a {
	color: #b80000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

p {
	padding: 0.5em 0;
	text-align: justify;
}

table {
	border-collapse: collapse;
	width: 100%;
	font-size: 1em;
	margin: 0.5em 0;
}

td {
	border: 1px solid #fb8;
	vertical-align: top;
	padding: 2px 8px;
}

th {
	border: 1px solid #fb8;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	padding: 2px 8px;
	background: #ddc;
}

fieldset {
	border: 1px solid #fb8;
	padding: 0.2em 1em 0.8em 1em;
}

legend {
	border: 1px solid #fb8;
	padding: 1px 15px;
	margin-bottom: 0.4em;
	background: #ffe;
	font-weight: bold;
}

.obligatory {
	color: #f00;
	font-weight: bold;
}

label {
	font-weight: bold;
}

.inline {
	display: inline;
}

#container {
	text-align: left;
/* 	font-size: 0.8em; */
	width: 770px;
	margin: 0 auto;
	background: #fff url('/images/right.png') repeat-y right;
}

#container2 {
	background: url('/images/left.png') repeat-y left;
	padding: 10px 30px;
}

#container3 {
	width: 100%;
}

#header {
	background: url('/images/header.png') repeat-x top;
}

#header2 {
	background: url('/images/header_left.png') no-repeat left;
}

#header3 {
	height: 130px;
	background: url('/images/header_right.png') no-repeat right;
}

#header form {
	float: right;
	width: 210px;
}

#header label {
	font-weight: normal;
}

#header form p {
	padding: 15px 0;
}

#header #q {
	border-color: #c30;
	display: inline;
	width: 100px;
}

#header input {
	margin-bottom: 0;
}

#img_abs {
	position: absolute;
	z-index: 1;
}

#header #btnG {
	border: 0 none;
	float: none;
	display: inline;
}

#top_nav {
	margin: 0 100px 12px 0;
	padding: 15px 80px 14px 0;
	font-size: 1.1em;
	background: url('/images/menu-bottom.png') repeat-x bottom;
}

#top_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_nav ul li {
	display: inline;
	margin-left: 1em;
	padding: 2px 20px 2px 2px;
	background: url('/images/menu-separator.png') repeat-y right;
}

#right_nav {
	float: left;
	width: 25%;
	margin-bottom: 20px;
}

#right_nav li {
	margin-left: 0;
	list-style: none;
}

#content {
	float: left;
	width: 100%;
}

#content.middle {
	width: 74%;
	background: url('/images/content-right.png') repeat-y right;
}

.c2 {
	margin: 0 15px 10px 15px;
	width: auto;
}

.c3 {
	width: 100%;
}

#footer {
	background: url('/images/menu-bottom.png') repeat-x top left;
	color: #556;
	font-weight: bold;
	font-size: 0.85em;
	text-transform: uppercase;
	clear: both;
	margin: 20px 0 0 0;
	padding: 12px 16px;
}

#logo {
	float: left;
	margin: 40px 30px 8px 60px;
}

#news .half_left_02 {
	text-align: right;
}

#news span {
	color: #aaa;
	padding-left: 20px;
	background: url('/images/date.png') no-repeat center left;
}

#news p {
	text-align: right;
}

#news img {
	margin-top: 3em;
}

.message {
	color: #f00;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 0;
}

.small {
	font-size: 0.9em;
	font-style: italic;
}

ul {
	margin: 0.3em 0;
	list-style: disc;
}

li {
	margin-left: 3em;
}

li ul {
	margin: 0;
}

a img {
	border: none;
}

form {
	text-align: left;
}

.center {
	text-align: center;
}

.centerb {
	display: block;
	clear: both;
	text-align: center;
}

.right {
	text-align: right;
}

.td_id {
	width: 50px;
	text-align: right;
}

.td_action {
	width: 130px;
	text-align: center;
}

div.divider {
	clear: both;
	font-size: 0;
	height: 1px;
}

hr {
	clear: both;
	font-size: 0;
	height: 1px;
	margin: 5px 0;
	border: 0 none;
	border-top: 1px solid #fb8;
}

.mini {
	margin: 20px auto;
	width: 60%;
}

input, textarea, select {
	border: 1px solid #fb8;
	width: 100%;
	display: block;
	margin-bottom: 0.8em;
}

input.hidden {
	display: none;
}

input.checkbox {
	border: none;
	display: inline;
	width: auto;
	margin-bottom: 0;
}

input.button {
	float: right;
	width: auto;
}

address {
	font-style: normal;
	padding: 0 0 10px 0;
	font-weight: bold;
}

.half_left {
	margin: 5px 15px 10px 0;
	float: left;
	width: 38%;
	text-align: left;
}

.half_left_02 {
	margin: 5px 15px 10px 0;
	float: left;
	width: 50%;
	text-align: left;
}

.half_left_03 {
	margin: 5px 0 10px 15px;
	float: left;
	width: 36%;
	text-align: left;
}

.half_right {
	margin: 5px 0 10px 15px;
	float: right;
	width: 44%;
	text-align: right;
}

div.list {
	border: 1px solid #fb8;
	background: #fee;
}

div.parts {
	text-align: center;
}

fieldset.checkfield label {
	display: inline;
}

.items {
	border: 1px solid #fb8;
	border-top: 0 none;
}

.items div {
	border-top: 1px solid #fb8;
	padding: 0.5em 1em;
}

.items div img {
	margin: 0 1em 1em 0;
	float: left;
}

.item_f {
	padding: 2px 8px;
	background: #ddd;
}

.item_s {
	padding: 2px 8px;
	background: #eee;
}

.top {
	font-size: 0;
	height: 14px;
	background: url('/images/top.png') repeat-x;
}

.top_left {
	float: left;
	width: 20px;
	height: 14px;
	background: url('/images/top_left.png') no-repeat top left;
}

.top_right {
	float: right;
	width: 20px;
	height: 14px;
	background: url('/images/top_right.png') no-repeat top right;
}

.bottom {
	font-size: 0;
	height: 14px;
	background: url('/images/bottom.png') repeat-x;
}

.bottom_left {
	float: left;
	width: 20px;
	height: 14px;
	background: url('/images/bottom_left.png') no-repeat bottom left;
}

.bottom_right {
	float: right;
	width: 20px;
	height: 14px;
	background: url('/images/bottom_right.png') no-repeat bottom right;
}

 Novinky O nás Činnosť Referencie Kontakt  


