/*...............Struktura stránky..................*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #999999;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: white;
}
#stranka_obal {
	width: 900px;
	background-image: url(back.jpg);
	background-repeat: repeat;
	margin: 0px auto;
}
#hlavicka {
	width: 100%;
	height: 150px;	
	background-image: url(banner.gif);
	background-repeat: no-repeat;
}
#menu {
  text-align: right;
	width: 100%;
	height: 25px;
}
#menu1{
	float: left;
	width: 170px;
	height: auto;
	border: 5px solid rgb(142,142,142);
	margin-left: 10px;
	padding-bottom: 5px;
}
#text {
	padding: 5px 5px 5px 250px;
	text-align: left;
	}
#reset
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	float: none;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
#paticka {
	width: 100%;
	height: 30px;
	margin-top: 20px;
}
/***********************dalsi************************/
div.new {
	color: white;
	background-color: rgb(142,142,142);
	padding: 0.6em;
	margin: 30px 0;
	width: 85%;
	text-align: left;
}
div.new h2 {
  background-color: rgb(142,142,142);
	color: white;
	font-size: 120%;
	padding: 0.2em;
	margin: 0;
	position: relative;
	top: -1.5em;
	width: 100px;
	text-align: center;
}
div.new h4 {
margin-bottom: 5px;
text-decoration: underline;
}
.popisek {
color: white;
font-size: 17px;
background-color: rgb(142,142,142);
width: 170px;
text-align: left;
}
.levo {
text-align: left;
}
a {
color: white;
text-decoration: underline;
font-size: 12px;
}
a:hover {
color: #F1B728;
}
.input {
border: 1px solid black;
}
p img {
margin-left: 15px;
margin-right: 5px;
}
a img {
border: none;
margin-right: 15px;
}
p.paticka {
text-align: right;
font-weight: bold;
}
hr {
margin-top: 5px;
margin-bottom: 7px;
}
/********************menu***********************/
ul#navigace {
	list-style-type: none;
	text-align: left;
	margin-bottom: 5px;
}

ul#navigace a {
	color: white;
	font: bold italic 13px/1.2 sans-serif;
	text-decoration: none;
	display: block;
	width: 160px;
	padding: 5px;
	font-variant: small-caps;
}
ul#navigace a:hover {
	color: white;
	background-color: rgb(142,142,142);
	border-left-color: white;
	border-right-color: white;
	font-weight: bold italic;
}
ul#navigace a:active {
	text-decoration: underline;
	background-color: rgb(142,142,142);
	color: white;
}	
/************************************nadpisy***********************************/
h1 {
font-size: 16px;
color: #FFFFFF;
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;
}
h2 {
margin-bottom: 5px;
margin-top: 5px;
font-size:14px;
color: white;
text-decoration: underline;
}
/*********************************menuh*****************************************/
a.menuh {
font-size: 120%;
text-decoration: none;
color: white;
margin: 0 5px 0 5px;
}
a.menuh:hover {
text-decoration: none;
color: rgb(142,142,142);
}
/***************************************ostatni********************************/
p.hlaska {
font-size: large;
color: white;
text-align: center;
}
/**************************************table*********************************/
table.ul {
font-size: 13px;
}

table {
font-size: 12px;
}

