* {
  margin: 0 auto;
}

body {
  font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  background: url(img/pozadi.jpg) top left;
  color: #000000;
}

h1 {
  	font-family: Trebuchet MS, Arial, sans-serif;
  	font-size: 18px;
  	color: #FF9900;
  	margin: 0 0 1em 0;
	text-align: left;
}

h2 {
  	font-family: Trebuchet MS, Arial, sans-serif;
  	font-size: 18px;
  	color: #FF9900;
  	margin: 0 0 1.2em 0;
	text-align: left;
}

p {
  margin: 0 0 1.5em 0;
  text-align: justify;
}

p.prava {
	text-align: right;
}

p.stred {
	text-align: center;
}

p.odsazeni {
	text-align: left;
	margin: 0 0 1.5em 20px;
}

p.red {
	color: #FF0000;
	font-weight: bold;
}

p.green {
	color: #33CC00;
	font-weight: bold;
}

strong {
  font-weight: bold;
}

a {
	text-decoration: underline;
	color: #FF9900;
}

a:hover {
	text-decoration: none;
}

/* HLAVA */

#hlava {
	width: 900px;
	height: 200px;
	background: url(img/hlava.jpg) top center no-repeat;
}

#horni {
	width: 900px;
	height: 160px;
	text-align: right;
}

#horni .nic {
	width: 800px;
}

#horni .komentar {
	float: right;
	margin: 21px 21px 0 0;
	width: 100px;
	text-align: center;
	font-size: 11px;
}

#horni .komentar a {
	color: #000;
	text-decoration: none;
}

#horni .komentar a:hover {
	color: #000;
	text-decoration: underline;
}

#dolni {
	display: block;
	width: 900px;
	height: 40px;
	text-align: left;
}

#dolni a {
	margin: 0 1px 0 0;
	float: left;
	display: block;
	width: 150px;
	height: 40px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: url(img/menu.jpg) top left no-repeat;
}

#dolni a:hover {
	text-decoration: underline;
	color: #000;
	background: url(img/menu_akt.jpg) top left no-repeat;
}

#dolni a.akt {
	text-decoration: none;
	color: #000;
	background: url(img/menu_akt.jpg) top left no-repeat;
}

#dolni a.akt:hover {
	text-decoration: underline;
	color: #000;
	background: url(img/menu_akt.jpg) top left no-repeat;
}		

/* TEXT */

#text {
	margin: 40px auto 0 auto;
	width: 900px;
	text-align: center;
}

#text #levy_sloup {
	float: left;
	width: 250px;
	text-align: center;
}

#text #pravy_sloup {
	margin: 0 0 0 30px;
	float: left;
	width: 610px;
	text-align: left;
}

img.jiz_od {
	margin: 30px auto 0 auto;
	border: 0;
}

#box {
	width: 250px;
	height: 205px;
	background: url(img/box.jpg) top center no-repeat;
}

#box .nabizime {
	width: 220px;
	color: #FFF;
}

#box .nabizime a {
	font-weight: bold;
}

#box .nabizime p {
	margin: 0 0 10px 0;
}

#box_2 {
	margin: 30px auto 0 auto;
	width: 250px;
	height: 150px;
	background: url(img/box_2.jpg) top center no-repeat;
}

#box_2 .vydelej {
	width: 220px;
	color: #000;
}

#box_2 .vydelej a {
	color: #000;
}

#box_2 .vydelej p {
	margin: 0 0 10px 0;
}

/* FORMULÁØ */

#formular {
	margin: 0 0 0 30px;
	text-align: left;
	float: right;
}

#formular .button {
	margin-top: 3px;
	width: 90px;
	height: 25px;
	background: url(img/button.jpg) top center no-repeat;
	cursor: pointer;
	border: none;
	color: #FFF;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
}

/* PATA */

#pata {
	width: 900px;
	height: 30px;
}

#copyr {
	float: left;
	margin: 30px auto 0 auto;
	padding: 10px 0 0 0;
	width: 900px;
	height: 40px;
	text-align: center;
	color: #FFBA66;
	background: url(img/pata.jpg) top center no-repeat;
}

#copyr a {
	text-decoration: none;
	color: #FFF;
}

#copyr a:hover {
	text-decoration: underline;
}

