*, html {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both; 
}
.clearing {
	clear: both;
	width: 100%;
	height: 2px;
	font-size: 2px;
	line-height: 2px;
}
html, body {
     height: 100%;
}
body {
	position: relative;
	color: #262626;
	font-family: Open Sans, Arial, sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25em;
	text-align: center; 
    min-height: 100%;
    _height: 100%;
	background: #ffffff url("../obrazky/hlavicka.jpg") top center repeat-x;
}
ul {
	list-style: none;
}
h1, h2, h3, h4, h5, form, ul, table, tr, td, p {
	margin: 0;
	padding: 0;
	border: 0;
}
table {
	border-collapse: collapse;
}
a, a:hover, a:visited {
	color: #00bbdb;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}
img {
	position: relative;
}
a img {
	border: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.tucne {
	font-weight: 700;
}
p {
	padding-bottom: 40px;
}
h1 {
	font-size: 42px;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 1.25em;
	color: #00448b;
}
h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.25em;
	color: #00448b;
}
#page {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	position: relative;
    min-height: 100%;
    _height: 100%; 
}
/* spodní pruh pozadi pres celou sirku */
#dolni-pozadi {
    height: 305px;
   	position: absolute;
	top: 0;
	left: 0;
	background: url("../obrazky/paticka.jpg") bottom center repeat-x;	
	width: 100%;
	display: none;
}
#hlavicka {
	width: 1000px;
	height: 300px;
}
#paticka {
	width: 1000px;
	height: 125px;
	text-align: right;
	padding-top: 180px;
	font-weight: 700;	
}