/*
 * style.css - vychozi styl pro vsechna media
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ pismo ] */

body {
	background: white;
	color: #444444;
	font: 75% "Trebuchet MS", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ==============================================[ nadpisy ] */

h1,
h2,
h3,
h4 {
	margin: 0 0 0.5em;
	color: #fc0204;
	font-weight: normal;
}

h1,
h2 {
	font-size: 167%;
}

h3,
h4 {
	margin: 0 0 1em;
	color: #444;
	font-size: 108%;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	font-size: 100%;
}

/* ==============================================[ odstavce ] */

p,
.text {
	margin: 0 0 1em;
}

/* ==============================================[ odkazy ] */

a {
	color: #fc0204;
	text-decoration: underline;
}

a:hover {
	color: #fd7677;
}

/* ==============================================[ obrazky ] */

img {
	border: none;
}

.img-left {
	float: left;
	margin: 0 10px 5px 0;	
}

.img-right {
	float: right;
	margin: 0 0 5px 10px;
}

.img-left img,
.img-right img {
	margin: 0 0 5px;
	border: 1px solid #999;
}

/* ==============================================[ seznamy ] */
	
ul {
	list-style: disc outside;
}

ol {
	list-style: decimal outside;
}

/* ==============================================[ formulare ] */

input,
select,
textarea {
	padding: 2px 4px;
	border: 1px solid #e8e8e8;
	background: white url(../img/input.gif) repeat-x;
	color: #333;
	font-size: 12px;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #999;
	color: black;
}

input.submit,
input.submit2 {
	padding: 1px;
	width: auto !important;
	background: #df3221 url(../img/input-submit.gif) repeat-x !important;
	border: 1px solid #a41100 !important;
	color: white !important;
	font-weight: normal;
	cursor: pointer;
}

input.submit2 {
	background: #f6f6f6 url(../img/input-submit2.gif) repeat-x !important;
	border-color: #b3b3b3 !important;
	color: #444 !important;
}

* html input.submit,
* html input.submit2 {
	padding: 0 0;
}

input.notext {
	border: none;
}

/* ==============================================[ vlastni tridy ] */

.left {
	float: left
}

.right {
	float: right
}

.hidden {
	display: none
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.bg-t {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0;
}

.bg-b {
	font-size: 0;
}

.bg-l {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
}

.bg-r {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}
