html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #EEEEEF url(../images/back.gif) repeat-y;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
html>body {
	font-size: small;
}

a {
	color: #EF3F34;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover
{
   color: rgb(210, 20, 22);
	 text-decoration: none;
}

/*layout*/
#hlavicka {
	height: 150px;
}

#logo {
	float: left;
	width: 365px;
	height: 150px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#hlavicka-vpravo {
margin:0 0 0 220px;
padding:0;
vertical-align:bottom;
}

/*
#hlavicka-text {
	padding-top: 82px;
	padding-left:30px;
	color: red;
}

#hlavicka-vpravo-hledani {
	width: 300px;
	height: 20px;
	float: right;
	margin: 0;
	padding: 5px 20px 0px 5px;
  margin-top: 19px;
	text-align: right;
	color: black;
  vertical-align: bottom;
}
#hlavicka-vpravo-hledani input {
  border: 0;
  width: 100px;
}
*/

#hlavicka2
{
	background: #A6A6A6 url(../images/back-hlavicka2.gif) no-repeat top right;
	width: 100%;
	height: 162px;
	max-height: 162px
	padding: 0;
	margin: 0; /*border: 1px solid Gray;*/
	text-align: left;
  display: table;
}

#claim1 {
	width: 365px;
	height: 162px;
	padding: 0;
	margin: 0;
	text-align: right;
  background: url(../images/back-claim1.gif) no-repeat bottom right;
}
#claim1 div {
	width: 356px;
	font-size: 25px;
	padding: 67px 9px 0 0;
	color: #EF3F34;
	background: url(../images/back-white.gif) no-repeat top left;
}
#motiv {
	width: 139px:
	height: 56px;
	float: right;
}
#claim2 {
  position: absolute;
  left: 365px;
  top: 150px;
	float: left;
	margin:0 0 0 365px;
	height: 162px;
	max-height: 162px;
	padding:0;
	margin: 0;
}

#claim2 div {
	font-size: 25px;
	width: auto;
	margin: 67px 0 0 9px;
	color: white;
}

#obsah  {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	text-align: left;
}
body>#obsah {
 	height: auto;
}

#telo {
	padding-bottom: 30px;
}

#levypanel {
	width: 340px;
	height: 81px;
	float: left;
	margin-top: 70px;
	padding: 0px 20px 0px 0px;
	vertical-align: middle;
	font-size: 12px;
	border-right: 5px solid #EF3F34;
}
#levypanel p {
	height: 51px;
	margin: 6px 0 0 0;
	padding: 0;
	text-align: right;
}

#hlavnipanel {
	height: auto;
 	margin: 0 0 0 365px;
	padding: 0;
}
#hlavnipanel p {
	margin: 0;
	height: 50px;
	padding: 20px 30px 0px 30px;
}
#vstupte {
	width: 500px;
	height: 28px;
	padding: 30px 0 0 30px;
	font-size: 1.2em;
	font-weight: bold;
}
#vstupte img {
	vertical-align: middle;
	margin-right: 10px;
}

#hlavnipanel-obsah {
	min-height: 66px;
	height: auto;
	_height: 66px;
	margin: 0;
	padding: 15px 0px 0px 30px;
	background-color: #DFDEDE;
}
#hlavnipanel-obsah div {
  font-size: 0.9em;
	width: 300px;
	height: 61px;
	float: left;
	display: table;
}
#hlavnipanel-obsah h2 {
	color: #EF3F34;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#paticka {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 47px;
	background: url(../images/back-paticka.gif) no-repeat bottom left;
}
#jazyky {
	width: 170px;
	height: 20px;
	padding-left: 189px;
	font-size: 12px;
	font-weight: bold;
}
#paticka-obsah
{
	width: auto;
	margin: 0;
	height: 23px;
	margin-left: 365px;
	padding: 4px 0 0 30px;
	color: #A6A6A6;
	font-size: 0.9em;
	background-color: none;
}

.cleaner
{
	clear:both;
	height: 0px;
	font-size: 1px;
}
/*layout - end*/

/*Joomla css*/
p
{
	text-align: justify;
	line-height: 140%;
}

H1 {
    font-family: arial, sans-serif;
    font-size: 20px;
    color: #F23D36;
    text-align: left;
		padding-bottom: 20px;
		font-weight: normal;
}


/*menu*/

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	text-align: left;
	background: url(../images/arrowa.gif) no-repeat 10px center;
	padding: 2px 0px 2px 20px;
	width: 100%;
	text-decoration: none;
	color: black;
}
a.mainlevel:hover {
  text-decoration: underline;
}

a.mainlevel#active_menu {
	color: red;
	background: url(../images/arrowb.gif) no-repeat 10px center;
	font-weight: bold;
}

.head1 {
  font-size: 18px;
  color: #F23D36;
}

.head2 {
  font-size: 14px;
  font-weight: bold;
	color: black;
}

