/*
 * style.css - vychozi styl pro vsechna media
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ css reset ] */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

/* ==============================================[ pozicni bloky ] */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #666;
	font: 63% Geneva, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
}

/* ==============================================[ vlastni tridy ] */

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.noborder {
	border: none;
}

.nomargin {
	margin: 0;
}

/* ==============================================[ radkove prvky ] */

a {
	color: #bf0000;
	text-decoration: underline;
}

a:hover {
	color: #000;
}

a.sipka {
	padding-left: 12px;
	background: url(../img/a-sipka.gif) no-repeat 0 50%;
	color: #bf0000;
	text-decoration: none;
}

a.sipka:hover {
	background-image: url(../img/a-sipka-hover.gif);
	color: #666;
}

strong,
b,
.bold, {
	font-weight: bold;
}

em,
i,
.italic {
	font-style: italic;
}

ins,
.ins,
.underline {
	text-decoration: underline;
}

del,
.del {
	text-decoration: line-through;
}

code {
	font: 100% "Courier New", Courier, monospace;
}

abbr,
.abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sub,
.sub {
	font-size: 75%;
	vertical-align: sub;
}

sup,
.sup {
	font-size: 75%;
	vertical-align: super;
}

big,
.big {
	font-size: 150%;
}

small,
.small {
	font-size: 75%;
}

/* ==============================================[ odstavce ] */

p {
	margin: 0.6em 0;
	text-align: justify;
}

blockquote {
	margin: 1em 2em 1em 5em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

/* ==============================================[ nadpisy ] */

h1,
h2,
h3,
h4 {
	margin: 1.2em 0 0.3em;
	color: #bf0000;
	font-size: 130%;
	font-weight: normal;
}

h1 {
	font-size: 180%;
}

h3,
h4 {
	font-size: 110%;
}

h4 {
	margin-bottom: 0;
}

.nadpis {
	padding-left: 25px;
	background: url(../img/h-nadpis.gif) no-repeat 0 50%;
	font-size: 130%;
	text-transform: uppercase;
}

/* ==============================================[ obrazky ] */

.img {
	margin: 1em 0;
	text-align: center;
}

.img-left {
	float: left;
	margin: 1em 1em 0 0;	
}

.img-right {
	float: right;
	margin: 1em 0 0 1em;
}

.img img,
.img-left img,
.img-right img {
	margin: 0;
	border: 1px solid #666;
}

.img.noborder img,
.img-left.noborder img,
.img-right.noborder img {
	border: none;
}

.img img {
	margin: 0 5px 5px;
}

.img a:hover img,
.img-left a:hover img,
.img-right a:hover img {
	border-color: #bf0000;
}

.img .alt,
.img-left .alt,
.img-right .alt {
	margin: 0;
	font-style: italic;
	text-align: center;
}

/* ==============================================[ oddelovace ] */

.hr {
	margin: 10px 0;
	height: 1px;
	background: #ababab;
	font-size: 0;
}

.hr hr {
	display: none;
}

/* ==============================================[ seznamy ] */

ul,
ol {
	margin: 1em 0 1em 30px;
	list-style: disc outside;
}

ol {
	list-style-type: decimal;
}

ul.list-disc {
	list-style-type: disc;
}

ul.list-circle {
	list-style-type: circle;
}

ul.list-square {
	list-style-type: square;
}

ul.nobullet {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ol.list-decimal {
	list-style-type: decimal;
}

ol.list-lower {
	list-style-type: lower-alpha;
}

ol.list-upper {
	list-style-type: upper-alpha;
}

ol.list-lower-roman {
	list-style-type: lower-roman;
}

ol.list-upper-roman {
	list-style-type: upper-roman;
}

ul ul,
ol ol {
	margin-bottom: 0.5em;
}

ul.menu,
ul.menu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

ul.menu ul {
	margin-left: 2em;
}

dl {
	margin: 1em 0;
}

dt {
	margin: 0.3em 0;
	font-weight: bold;
}

dd {
	margin: 0.3em 0 0.3em 2em;
}

/* ==============================================[ tabulky ] */

table {
	margin: 1em 1px;
	border-collapse: collapse;
}

caption {
	margin: 0 0 0.5em;
	font-size: 125%;
}

td,
th {
	padding: 0.3em;
	border: 1px solid #666;
	text-align: left;
	vertical-align: top;
}

th {
	color: #666;
	font-weight: bold;
	text-align: center;
}

table.noborder {
	margin: 1em 0;
}

table.noborder td,
table.noborder th {
	border: none;
}

/* ==============================================[ formulare ] */

form {
	margin: 1em 0;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #aaa;
}

form table.noborder {
	margin: 0;
}

legend {
	margin: 0 0 0.5em;
	padding: 0 0.5em;
	font-size: 125%;
}

input,
button,
select,
textarea {
	padding: 3px;
	border: 1px solid #666;
	background: #fff url(../img/input.gif) repeat-x;
	color: #666;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select {
	padding: 0;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #000;
	color: #000;
}

input.noborder {
	background: transparent;
}

input.disabled {
	background: #eee;
	color: #999;
}

button {
	border: none;
	background: #bf0000;
	color: #fff;
	cursor: pointer;
}

button:hover {
	background: #000;
}
