/*
Theme Name: Easy Best Creative Theme
Theme URI: http://www.easybest.cz/
Description: Custome style by Easy Best s.r.o.
Version: 24.2.2010
Author: Easy Best - Michael Minar
Author URI: http://www.easybest.cz/
Tags: fixed width, three columns
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
body {
	font-size: 62.5%;
	text-align: center;
	color: #333;
	font-family: sans-serif;	
  background: url(images/bg_header.gif) repeat-x left top;
}
#content {
	width: 920px;
	text-align: left;
	margin: 0 auto;
	background: url(images/bg_content.gif) repeat-y 22px top;
	position: relative;
}
#main {
	width: 660px;
	float: left;
	position: relative;
	left: 0px;
	margin: 0;
	padding: 15px 0px 15px 15px;
	overflow: hidden;
}
#otherside {
  background: url("images/bg_form.jpg") no-repeat right 0px; 
  display:block;
	width: 227px;
	position: relative;
  float: right;
	padding: 170px 0 30px;
  overflow: hidden;
}
#header {
	height: 243px;
	background: url(images/bg_header.gif) repeat-x left top;
	overflow: hidden;
	position: relative;

}
#current a {
	display: block;
	position: absolute;
	left: 30px;
	top: 50px;
	width: 116px;
	height: 43px;
	overflow: hidden;
	font-size: 140%;
}
#current a span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 43px;
	padding-left: 209px;
	overflow: hidden;
	background: transparent url(images/senkyr-logo.png) no-repeat left top;
}
#current a#menujump {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
#other {
	position: absolute;
	top: 5px;
	right: 0;

	z-index: 100;
}
#other a {
}
#breadcrumb {
	position: absolute;
	right: 230px;
	top: 248px;
	/*text-align:right;*/
	font-size: 110%;
	color: #999999;
}
#breadcrumb ul{
  float: right;
  display: block;
}
#breadcrumb ul li {
  float: left;
  padding:0 7px 0 0; 
}

#breadcrumb a {
	color: #999999;
}
#breadcrumb strong {
	display: none;
}
#header #other{
  position:absolute;
  width:96px;
  height:13px;
  top:5px;
  right: 45px;
  display:block;
  	display: none;
}
#header #other li{
  float:left;
  position:relative;
  display:block;
  height:23px;
  width:22px;
  margin-right:10px;
  overflow:hidden;
}
#header #other li a {
  color:white;
  float:left;
  height:23px;
  overflow:hidden;
  padding-left:23px;
  width:0;
}
#header #other li strong {
  display:none;
}
#header #other li.cz a{
  background: url("images/flag-cz.png") no-repeat scroll -1px 0px transparent;
}
#header #other li.de a{
  background: url("images/flag-de.png") no-repeat scroll -1px 0px transparent;
}
#header #other li.en a{
  background: url("images/flag-gb.png") no-repeat scroll -1px 0px transparent;
}
#menu {
  background: #eee;
  display: block;
  padding: 10px 2px;
}
#menu h2 {
	display: none;
}
#menu ul {
  display: block;
  float: left;
  position: relative;
}
#menu ul li {
  display: block;
  float: left;
  position: relative;	
  font-size: 100%;
}
#menu a {
  display: block;
  float: left;
  position: relative;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	text-decoration: none;
	font-size: 140%;
	background: url(images/li.gif) no-repeat 0px 4px;
}
#menu a:hover {
	text-decoration: underline;
}
form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	width: 400px;
	padding: 20px 10px;
	margin: 0 auto;
}
fieldset {
	margin: 0;
	border: none;
}
fieldset legend {
	font-size: 150%;
	font-weight: normal;
	color: #333333;
	padding: 5px 0 10px 23px;
}
fieldset fieldset legend {
	font-size: 130%;
}
form label, form .cf-box-title {
	text-align: left;
	font-weight: bold;
	display: inline;
	float: left;
	width: 100px;
}
form .cf-box-group label {
	font-weight: normal;
}
form input, form select, form label, form textarea {
	font-size: 110%;
}
form input {
	width: 200px;
	margin: 0 0 3px 0;
	float: left;
}
form select {
	width: 200px;
	margin: 0 0 3px 0;
	float: left;
}
form textarea {
	width: 270px;
	margin: 0 0 3px 0;
	float: left;
}
form label input, form .cf-box-group input, form .cf-box-b {
	width: 2em;
}
form button, .sendbutton {
	cursor: pointer;
	width: 10em;
}
.sendbutton {
  position: relative;
  left: 113px;
}
.emailreqtxt, .reqtxt {
	display: inline;
	float: left;
	width: 0;
	padding: 0 0 0 15px;
	height: 15px;
	overflow: hidden;
	color: #ff0000;
	background: url(images/required.gif) no-repeat 3px 6px;
}
form ol li {
	list-style: none !important;
	clear: both;
	margin: 0;
	padding: 0;
}
#usermessagea {
	font-size: 120%;
	text-align: center;
	margin: 1em auto;
	font-weight: bold;
	color: red;
}
.cf_hidden {
	display: none;
}
.failure {
	color: red;
	border: 1px solid #ff0000;
	padding: 10px;
}

#footer {
	clear: both;
	height: 46px;
	background: #666666;
}
#footer p {
	font-size: 120%;
}
#footer p, #footer p a {
	color: #eee;
}
#footer p a {
  text-decoration: none;
}
#footer p a:hover{
  text-decoration: underline;
}
#footer #copyright{
  display:block;
  text-align:right;
  padding:18px 100px 0 0;
  font-size:100%;
}
#footer .menu_h_top {
	width:935px;
	height:34px;
	position:absolute;
	top:209px;
	left:25px;
	display: block;
}
#footer .menu_h_top h2{
  display:none;
}
#footer .menu_h_top ul, #footer .menu_h_top ul li, #footer .menu_h_top ul li a{
  display: block;
  float: left;
}
#footer .menu_h_top  a{
	float:left;
	display: block;
	height: 26px;
	line-height: 20px;
	padding:8px 32px 0 32px;
	margin:0;
	text-decoration: none;
	font-size: 120%;
	color:#fff;
	text-transform: uppercase;
	background: url("images/menu-separator.png") no-repeat left top;
}
#footer .menu_h_top .homepage a, #footer .menu_h_top .home-page a, #footer .menu_h_top .einfuhrung a{
  background:none;
}
#footer .menu_h_top  a:hover{
	background: url("images/menu-active-background.png") repeat-x;
}
#footer .menu_h_top a.current, #footer .menu_h_top a.ancestor{
  background: url("images/menu-active-background.png") repeat-x;
}
#logo_popis{
  position: absolute;
  margin:0;
  padding:0;
  top: 25px;
  width: 520px;
  height: 185px;
  left:155px;
  display: block;
  background: url(images/bg_header_sluzby.jpg) no-repeat right top;
}
.homepage #logo_popis{background: url(images/bg_header_uvod.jpg) no-repeat right top; }
.o-nas #logo_popis{background: url(images/bg_header_onas.jpg) no-repeat right 5px; }
.rozhodci-rizeni #logo_popis{background: url(images/bg_header_rozhodci.jpg) no-repeat right top; }
.kontakty #logo_popis{background: url(images/bg_header_kontakt.jpg) no-repeat right top; }




#logo_popis h2 {
  position: absolute;
  margin:0;
  top: 30px;
  left: 0px;
  padding:0;
  width: 200px;
  color:#999;
  font-size:110%;
  text-transform: uppercase;
}
#logo_popis p {
  position: absolute;
  margin:0;
  padding:0;
  top: 43px;
  left: 0px;
  color:#999;
  font-size:80%;
  text-transform: uppercase;
}
#kontakt_top {
  display:block;
  position:absolute;
  width:180px;
  height:163px;
  padding: 20px 0 0 85px;
  top:26px;
  background: url(images/lide.gif) no-repeat right bottom;
  right:0px;
}
#kontakt_top h2 {
  margin:0 0 5px; 
  padding:0;
  color: #c02026;
  font-size:110%;
  text-transform: uppercase;
}
#kontakt_top p {
  font-size: 110%;
  color: #58585A;
  text-transform:none;
}
#kontakt_top  p a {
  color:#58585A;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 180%;
	padding: 0 10px 10px 20px;
}
h2 {
	font-size: 140%;
	padding: 10px 10px 5px 0px;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
}

#main p {
	padding: 7px 10px 3px 10px;
	text-align: justify;
}

#main ul, #main ol {
	margin: 0.5em 0;
}
#main ul ul, #main ol ol{
	margin: 0.2em 0;
}
#main ul li, #main ol li {
	list-style: disc url();
	margin-left: 2em;
}
#main ol li {
	list-style: decimal url();
}

#main p, #main ul li, #main ol li {
	font-size: 120%;
	line-height: 1.3em;
}
#main li li {
	font-size: 100%;
}
#main h1, #main h2, main h3 {
  color:#c02026;
}
#main h1{
  margin-top: 10px;
  background: url("images/main-h1-odrazka.png") 10px 9px no-repeat;
}
#main h2{
  padding-left: 10px;
}
#main a{
 color:#c02026;
 text-decoration:none;
}
#main a:hover {
  text-decoration:underline;
}

#side p, #otherside p { 
  font-size: 110%; 
  padding: 3px 5px 3px 5px; 
  line-height: 1.3em; 
} 
#side h2{ 
  font-size: 140%; 
  font-weight: bold; 
  padding: 5px 10px 5px 10px; 
  color:#000; 
} 
#otherside h2 {
  display: block;
  padding: 0 15px;
  width: 200px;
  background: #58585A;
  font-size: 110%;
  color: white;
  text-transform: uppercase;
  height: 25px;
  line-height: 25px;
  margin-bottom: 10px;
} 

#otherside .menu-down{ 
  margin:0; 
  padding:10px 10px 10px 20px; 
  width:197px; 
} 
#otherside .menu-down li{ 
  margin:0;  
  width: 187px;
  display: block;
  float: left;
  position: relative;
  padding:0px 0 3px 10px; 
  background: url("images/otherside-odrazka.png") 0 4px no-repeat; 
} 
#otherside .menu-down a{ 
  text-decoration: none; 
  display: block;
  float: left;
  position: relative;
  color:#111; 
  font-size:110%;
}
#otherside .menu-down a:hover{
	text-decoration: underline;
}
#otherside h3 {
	padding-bottom: 0px;
}
#otherside p {
	margin: 0.5em;
}
#otherside .cform{
  width:197px;
  font-size:90%;
  color:#999999;
  margin:0;
  padding:0 0 10px 0;
}
#otherside .cform li{
padding:0 15px 0 15px;
}
#otherside .cform label{
  padding:3px 0 5px 3px;
  color: #666666;
}
#otherside .cform input{
  width:185px;
  border:1px solid #666666;
  font-size:10px;
  padding:5px;
  background: #fff url("images/input-background.png") repeat-x;
}
#otherside p.cf-sb{
  padding:0;
  margin:0;
}
#otherside .cform input.sendbutton{
  width:90px;
  position:relative;
  left:122px;
  padding:5px;
  color:#fff;
  text-transform:uppercase;
  font-weight:bold;
  background: #666666;
  font-size:10px;
}
#otherside .cform textarea{
  border:1px solid #666666;
  font-size:11px;
  width:185px;
  padding:5px;
  margin:0;
}
#otherside .cform .reqtxt, #otherside .cform .emailreqtxt{
  display:none;
}
#usermessage1a, #usermessage2a, #usermessage3a, #usermessage4a {
  position:absolute;
  top: 118px;
  height:27px;
  width:88px;
  right:0px;
  padding:8px 128px 15px 9px;
}
#otherside .failure{
  border:1px solid red; 
}
#otherside .success , #otherside .waiting{
  border:1px solid black;
}
.eb-nov{               
  padding-top: 8px;
  display: block;
  position: relative;
}
.eb-nov .edit{
  top: -8px;
}

#main table {
	margin: 20px auto 0 auto;
	width: 90%;
	border-collapse: collapse;
	border: 2px solid #dddddd;
}
#main table th, #main table td {
	border: 1px solid #dddddd;
}
#main table th {
	text-align: right;
}
#main table th, #main table td {
	vertical-align: middle;
	font-size: 120%;
	padding: 0.5em;
}
#main table thead th, #main table th.right, #main table th.left {
	text-align: center;
	float: none;
}
#main table td.right {
	text-align: right;
	float: none;
}
#main table td.left {
	text-align: left;
	float: none;
}
#main table thead th, #main table thead td {
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
}
#main table tfoot th, #main table tfoot td {
	border-top: 2px solid #dddddd;
}
#main table tbody th {
	border-right: 2px solid #dddddd;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: center;
	padding: 5px;
	font-size: 110%;
}
#cham{
  display: block;
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 91px;
  height: 46px;
  overflow: hidden;
}
#cham a{
  display: block;
  width: 0px;
  background: url(images/easybest-logo.png) no-repeat;
  height: 46px;
  padding-left:91px;
}



/* skrývání nepotřebných částí, vždy nechat */
.hidden {
	display: none;
}
a {
	text-decoration: underline;
	color: #12AEBA;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}

/* zarovnání obrázků v Texy , vždy nastavit */
.left {
	float: left
}
.right {
	float: right;
}
img.left {
	margin: 4px 10px 4px 4px;
}
img.right {
	margin: 4px 4px 4px 10px;
}
.linklove {
	display: none !important;
}
.cleaner {
	clear: both;
}
.edit {
	position: absolute;
	right: 5px;
	top: 15px;
}
.edit a {
	text-decoration: underline;
	color: #666666;
	padding: 3px;
}
.edit a:hover {
	text-decoration: none;
	background: #dddddd;
}
#kontakty .levy{
  display:block;
  float: left;
  width: 200px;
}
#kontakty .pravy{
  display:block;
  width: 400px;
  float: right;
}

