body {
	margin: 0;
	background-color: #fff;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #454545;
	text-align: center;
}
td {
	font-size: 12px;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
a, a:active, a:visited {
	color: #A22427;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #A22427;
	text-decoration: underline;
}
div {
	text-align: left;
}
div.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
h1 {
	margin: 15px 0;
	font-size: 20px;
	color: #A22427;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1.nulatop {
	margin-top: 0;
}
h1.greynula {
	margin-top: 0;
	color: #454545;
}
h2 {
	margin: 10px 0;
	font-size: 16px;
	color: #A22427;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	margin: 5px 0;
	font-size: 13px;
	color: #A22427;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
img.floatleft {
	float: left;
	display: inline;
	margin-right: 15px;
}
hr {	
	border: 0;
	height: 1px;
	color: #ddd;
	background: #ddd;
}
input, textarea {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #444;
	padding: 3px;
	overflow: visible;
	border: 1px solid #CFC4AF;
	margin: 1px;
	_margin: 0;
	vertical-align: middle;
}
textarea {
	width: 300px; /* upravit podla potreby */
	overflow: auto;
}
input.radio {
	border: none;
}
input.submit {
	background-color: #A52528;
	color: white;
	font-weight: bold;
	border: none;
	padding: 3px 6px;
}
label { vertical-align: middle; }

/* ---------------------- LAYOUT ---------------------- */

div#holder {
	width: 900px;
	margin: 0 auto;
}

/* ---------------------- LAYOUT - HEADER ---------------------- */

div#header {
	height: 113px;
	position: relative;
}
div#header img {
	margin-left: 20px;
}
div#header div {
	width: 300px;
	position: absolute;
	right: 0;
	bottom: 20px;
	text-align: right;
	line-height: 170%; 
}
div#header div a,
div#header div a:active,
div#header div a:visited {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
div#header div a:hover {
	color: #A22427;
}
div#header div a.aktivne,
div#header div a.aktivne:link,
div#header div a.aktivne:visited,
div#header div a.aktivne:hover {
	color: #A22427;
}

/* ---------------------- LAYOUT - INTRO ---------------------- */

#intro {
	background-color: #F0EEEC;
	background-image: url(../images/intro-corner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	width: 650px;
	height: 263px;
	float: left;
	display: inline;
}
#intro img {
	float: left;
	display: inline;
	_margin-left: -3px;
}
#intro #introtext {
	float: left;
	display: inline;
	margin: 45px 0 0 30px;
	width: 320px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#intro #introtext h1 {
	margin-top: 0;
	font-size: 24px;
	color: #A22427;
	font-weight: normal;
}

/* ---------------------- LAYOUT - UVOD NOVINKY ---------------------- */

#news {
	float: left;
	display: inline;
	width: 200px;
	margin-left: 25px;
}
#news p {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #C4BCB5;
}
#news p.spodna {
	padding: 0;
	margin: 0;
	border: none;
}
#news p span {
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ---------------------- LAYOUT - UVOD SPODOK ---------------------- */

#vitajte {
	float: left;
	display: inline;
	width: 379px;
	margin: 30px 0 0 20px;
	border-right: 1px solid #C4BCB5;
}
#vitajte p {
	line-height: 160%;
	margin-right: 15px;
	margin-bottom: 15px;
}
#nasesluzby {
	float: left;
	display: inline;
	width: 230px;
	margin: 30px 0 0 20px;
}
ul.zoznam {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	list-style-type: none;
}
ul.zoznam li {
	padding: 2px 0 2px 20px;
	background-image: url(../images/sipka1.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#kontaktujte {
	float: left;
	display: inline;
	background-color: #F0EEEC;
	background-image: url(../images/kontakt-bg-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	width: 250px;
}
#kontaktujte div {
	background-image: url(../images/kontakt-bg-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 30px;
	line-height: 150%;
}

/* ---------------------- LAYOUT - FOOTER ---------------------- */

#footer {
	border-top: 2px solid #D3383D;
	padding: 10px 20px;
	color: #999;
	line-height: 200%;
	margin-top: 20px;
}
#footer a,
#footer a:active,
#footer a:visited {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
	margin-right: 30px;
}
#footer a:hover {
	color: #666;
}
#footer img {
	float: right;
	margin-top: 10px;
}

/* ---------------------- LAYOUT - OBSAH ---------------------- */

#obsah-wrapper {
	float: left;
	display: inline;
	width: 650px;
}
#obsah-wrapper h1 {
	font-size: 30px;
	height: 113px;
	line-height: 113px;
	margin: 0 0 10px 0;
	padding-left: 20px;
	background-position: top left;
	background-repeat: no-repeat;
}
#obsah-wrapper h1.top1 { background-image: url(../images/top1.jpg); }
#obsah-wrapper h1.top2 { background-image: url(../images/top2.jpg); }
#obsah-wrapper h1.top3 { background-image: url(../images/top3.jpg); }
#obsah-wrapper h1.top4 { background-image: url(../images/top4.jpg); }
#obsah-wrapper h1.top5 { background-image: url(../images/top5.jpg); }
#obsah-wrapper h1.top6 { background-image: url(../images/top6.jpg); }

#obsah {
	margin: 0 30px 20px 20px;
	line-height: 150%;
}
#obsah p {
	margin: 15px 0;
}
#drobeckova {
	margin: 0 0 25px 0;
	color: #666;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
}
#drobeckova a, #drobeckova a:active, #drobeckova a:visited {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
#drobeckova a:hover {
	color: #A22427;
}

/* ---------------------- LAYOUT - SIDEBAR ---------------------- */

#sidebar {
	float: left;
	display: inline;
	width: 250px;
}
#rychle-menu {
	background-color: #D3383D;
	background-image: url(../images/rychle-menu-back.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 20px 20px 30px 30px;
}
#rychle-menu h1 {
	color: white;
	margin-top: 0;
}
#rychle-menu a, #rychle-menu a:active, #rychle-menu a:visited {
	color: #FFA6A8;
	display: block;
	border-bottom: 1px dotted #DE676A;
	background-image: url(../images/rychle-normal.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#rychle-menu a:hover {
	color: white;
	background-image: url(../images/rychle-hover.gif);
}
#kontaktujte2 {
	background-color: #F0EEEC;
	background-image: url(../images/kontakt-bg-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 10px;
}
#kontaktujte2 div {
	background-image: url(../images/kontakt-bg-top.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 30px;
	line-height: 150%;
}
/* clanky */
div.articles {
	width: auto;
}
div.article {
	width: auto;
}
div.articles div.article {
	width: auto;
}
div.article div.info {
	width: auto;
	font-size: 80%;
	padding-bottom: 8px;
}
div.articlePadding {
	width: auto;
	padding: 10px;
}
div.article h2 {
	padding-bottom: 3px;
	margin-bottom: 0px;
	margin-top: 10px;
	padding-top: 0px;
}
div.perex {
	width: auto;
}
div.body {
	width: auto;
}
div.more {
	width: auto;
	text-align: right;
}
div.nums {
	width: auto;
	text-align: center;
	margin-top: 1em;
	font-size: 90%;
	clear: left;
}
div.numsMiddle {
	width: auto;
	text-align: center;
}

