/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  /*vertical-align: baseline;*/
}

:focus { outline: 0; }

ol, ul { list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0;
}

input { margin: 0px; }
input[type="checkbox"] { margin: 1px 2px 1px 1px; vertical-align: middle; }
button { margin: 0px; }
textarea { margin: 0px; }
select { margin: 0px; }


blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  background: #e6e6e6 url(/images/body-bg.png) 0 0 repeat-x;
  color: #1e1e1e;
  line-height: 1.6;
} 


/* nadpisy a ostatní tagy */

h1, h2, h3, h4, h5, h6 { padding: 0 } 
h1 { font-size: 225%; line-height:1.25em; margin-bottom: 0.25em; }
h2 { font-size: 165%; line-height:1em; margin: 1.25em 0 0; } 
h3 { font-size: 145%; line-height:1em; margin: 1.25em 0 0; } 
h4 { font-size: 125%; line-height:1em; margin: 1.25em 0 0; } 

a { color: #069; }
a:hover { text-decoration: none; }
p { margin: 15px 0; }
i, em { font-style: italic; }
b, strong { font-weight: bold; }
ol { margin-left: 25px; list-style-type: decimal; }
ul, ol { padding: 15px 0; }
form { margin: 15px 0; }
table { margin: 5px 0; }
hr { height: 1px; border: 1px solid #e7e7e9; background-color: #e7e7e9; }
pre, .code {
  background-color: #f1f1f2;
  border-left: 5px solid #e7e7e9;
  font-family: "Courier News",monospace;
  font-size: 1em;
  line-height: 1.5em;
  margin: 5px 0 15px;
  padding: 10px 15px;
}

.clr { clear: both; }
.tright { text-align: right;}
.tcenter { text-align: center;}

/* Info, varování, chyby */

.info_red, .info_blue {
  background-color: #E8F6FF;
  padding: 15px;
  text-align: left;
  border: 2px solid #B8E2FB;
  border-left-width: 15px;
  margin: 5px 0 !important;
  width: 90% !important;
}

.info_red {
  border-color: #FFAEAE;
  background-color: #FEEBEB;
}

#content .info_red ul, #content .info_blue ul { 
  margin-top: 10px; 
  padding: 0; 
}


#content .info_red ul li {
  background: transparent url(/images/err.gif) 0 2px no-repeat;
}

#content .info_blue ul li {
  background: transparent url(/images/info.gif) 0 2px no-repeat;
} 

#content .info_red li, #content .info_blue li { 
	margin: 0;
	padding-left: 25px; 
}

#content h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2px;
}	

#content table h2 {
  border: none;
}	


/* layout */
 
#wrapper {
  width: 980px;
  margin: 25px auto;
  background-color: #fff;
  border: 1px solid #cdcdcd;
} 

#page {
  width: 960px;
  margin: 0 10px;
  padding: 10px 0;
}

#header {
  text-align: center;
  background: #ccc url(/images/header-bg.jpg) 0 0 no-repeat;
  width: 960px;
  height: 175px;
  position: relative;
}

#logo {
  position: absolute;
  top: 4px;
  left: 0;
  width: 220px;
  height: 46px;
}

/* Horizontální navigace */

#nav {
  position: absolute;
  top: 0;
  right: 0;
}

#nav ul {
  margin: 0;
  padding: 0;
  height: 50px;
  list-style-type: none;
}

#nav ul li {
  color: #eee;
  float: left;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0;
  padding: 0;
  border-left: 1px solid #3F6780;
}

#nav ul li a {
  color: #ccc;
  font-size: 15px;
  line-height: 47px;
  display: block;
  padding: 0 15px;
  border-left: 1px solid #000;
  border-top: 3px solid #3F6780;
}

#nav ul li.current a {
  color: #fff;
}	

#nav ul li a:hover {
  text-decoration: none;
  color: #eee;
}	

/* tlačítko online demo */

#demobutton {
  position: absolute;
  top: 80px;
  right: 18px;
  width: 255px;
  height: 60px;
}


#demobutton .link 
{
  width: 255px;
  height: 60px;
  text-decoration: none;
  display: block;
  background-image: url(../images/online-demo.jpg);
  background-position: 255px 0;
  position: relative;
  overflow: hidden;
}

#demobutton .link:hover, #demobutton .link:active { background-position: 0 0; }

#demobutton .link span
{
  display: block;
  width: 255px;
  height: 61px;
  position: absolute;
  left: -3000px;
}

/* hlavní obsah */

#content {
  background: transparent url(/images/grad-bg.png) 100% 0 repeat-y;
  float: left;
  width: 540px;
  padding: 25px 0;
}

#content ul {
  margin-left: 5px;
}	

#content li {
  padding-bottom: 10px;
}

#content ul li {
  list-style-type: none;
  background: transparent url(/images/ul.png) 0 8px no-repeat;
  padding-left: 15px;
}

#content ul.clear li {
  background-image: none;
  padding-left: 0;
}	

#wrap {
  margin: 0 20px 0 10px;
}	

/* pravý sloupec */

#rightcol {
  float: left;
  width: 420px;
  padding: 25px 0;
  font-size: 90%;
  line-height: 1.5;
}

#rightcol h3 {
  background: transparent url(/images/arrow.png) 0 50% no-repeat;
  padding-left: 15px;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #666;
}

#rightcol h4 {
  font-weight: bold;
  color: #666;
}

#rightcol ul {
  margin: 10px;
  padding: 0;
}

#rightcol li {
  list-style-type: none;
  background: transparent url(/images/ul.png) 0 16px no-repeat;
  padding-left: 15px;
}

/* manager vs uživatel */

#pictograms {
  margin: 0 0 15px 15px;
  width: 404px;
}

#pictograms img{
  margin: 0 15px 10px ;
}

#pictograms .box1, #pictograms .box2 {
  float: left;
  width: 201px;
  border-right: 1px solid #e7e7e9;
  border-bottom: 2px solid #e7e7e9;
}

/* přihlašovací box */

#loginform {
  margin: 0 0 15px 15px;
}	

#loginform .box {
  border: 1px solid #e7e7e9;
  border-bottom: 2px solid #e7e7e9;
  background-color: #fcfcfc;
}	

#loginform input[type=image] {
  margin: 0 0 -7px 0;
}

#loginform .logarea {
  margin: 0 15px;
}	

#loginform input[type=text], #loginform input[type=password] {
  margin-right: 3px;
  width: 90px;
}

#loginform p {
  padding: 5px 15px;
}	

/* boxy */

#sidebar {
  margin: 0 0 0 15px;
  line-height: 1.6;
}

#sidebar .box {
  background-color: #f1f1f2;
  border: 1px solid #e7e7e9; 
  border-bottom-width: 2px;
  padding: 5px 15px;
}

#sidebar1, #sidebar2 {
  float: left;
  width: 195px;
  margin: 0 5px 15px 15px;
}

#sidebar1 img {
  margin: 15px 5px 5px;
  padding: 2px;
  border: 1px solid #e7e7e9;
  background-color: #fbfcfe;
}

#sidebar1 p {
  padding: 5px 10px;
  margin: 0;
}

#sidebar1 dl {
  padding: 5px 10px;
  margin: 0;
}

#sidebar1 dt {
  padding: 10px 0;
} 

#sidebar1 dd {
  border-bottom: 1px solid #E7E7E9;
}	


#sidebar2{
  margin: 0 0 15px 10px;
} 

#sidebar1 .box, #sidebar2 .box {
  background-color: #f1f1f2;
  border: 1px solid #e7e7e9;
  border-bottom-width: 2px;
}

#sidebar2 .box ul li {
  border-bottom: 1px solid #e7e7e9;
  padding: 10px 15px 2px;
}

/* patička */

#footer {
  margin-top: 5px;
  padding-top: 5px;
  background: transparent url(/images/footer-link-bg.png) 0 0 repeat-x;
  clear: both;
}

#footer h3 {
  background: #fff;
  font-size: 115%;
  line-height: 100%;
  font-weight: bold;
}

#footer ul {
  width: 100%;
  background: #fff;
  display: block;
  margin: 0;
  padding: 0;
}

#footer ul li {
  float: left;
  width: 238px;
  height: 250px;
  border-right: 1px solid #e7e7e9;
  border-bottom: 1px solid #e7e7e9;
}

#footer ul p {
  line-height: 1.5;
}	

#footer img {
  display: block;
  margin: 0 auto;
  padding: 5px 0 15px;
}

#footer p, #footer h2, #footer h3 {
  padding: 0 15px;
}	

/* copyright */

#copy {
  clear: both;
}

#copy ul {
  text-align: right;
  font-size: 90%;
  padding: 15px 0 0 0;
}

#copy ul li {
  float: right;
  padding-left: 5px;
  border-left: 1px solid #e7e7e9;
  line-height: 1em;
}

#copy ul li a {
  padding-right: 5px;
}

#copy p {
  padding: 5px 5px 5px 0;
  margin: 0;
  text-align: right;
  color: #999;
  font-size: 90%;
}

#copy ul img {
  vertical-align: middle;
}

/* box na úvodní stránce */

#content .headbox {
  background-color: #f1f1f2;
  border: 3px solid #e7e7e9; 
  margin: 0 10px 25px 0;
  padding: 15px 10px;
}

.headbox h1, .headbox h2, .headbox h3, 
.headbox h4, .headbox h5, .headbox h6 { 
	margin-top: 0; 
} 

/* ceník */

.signup_table {
  border: 1px solid #e7e7e9;
  font-size: 85%;
  margin: 15px 0;
} 

.signup_table h2 {
  padding: 0;
  font-size: 150%;
  margin: 3px;
  color: #9FC21E;
}

.signup_table th {
  border-bottom: 1px solid #e7e7e9;
}

.signup_table .right {
  border-left: 1px solid #e7e7e9;
  font-weight: bold;
  padding: 10px 5px;
}

.signup_table .row .last {
  border-bottom: 1px solid #e7e7e9;
}

.signup_table tr.odd {
  background-color: #f1f1f2;
}

.signup_table .price {
  font-size: 140%;
}

.signup_table .price_with_taxes {
  font-size: 90%;
  font-weight: normal;
  color: #ccc;
}

.signup_table sup {
  font-size: 90%;
  font-weight:normal;
}

.signup_table .subtitle_left {
  text-align: right;
  padding-right: 5px;
  width: 125px; 
}


/* Galerie */

.thumb span {
	display: block;
  font-size: 85%;
  line-height: 1em;
  color: #666;
  padding: 0 10px;
}	


/* Formuláře */
	
.frm_table {
  margin: 0 !important;
  padding: 5px;
  border: 1px solid #e7e7e9;
  text-align: left;
}

.frm_table td {
  padding: 5px;
}	

.frm_title {
  background-color: #f1f1f2;
  font-weight: bold;
}

.frm_it {
  vertical-align: top;
}

input[type=text], input[type=password] {
  border: 1px solid #ccc;
  background: transparent url(/images/input-bg.png) 0 0 repeat-x;
}	

textarea {
  border: 1px solid #ccc;
}	

.reg_rules {
  background-color: #f1f1f2;
  border: 1px solid #e7e7e9;
  margin: 10px;
  overflow: auto;
  padding: 5px;
}

/* ikonky vyhledávačů */

.browsers {
  margin: 15px 0;
}	

.browser {
  width: 100px;
  float: left;
  display: block;
  margin: 0 auto;
}

.browser img {
  display: block;
  margin: 5px auto;
}

.browser span {
	display: block;
	text-align: center;
  font-size: 85%;
  color: #666;
}

.order_phase td {
  text-align: center;
}

.order_subinfo {
  font-size: 8pt;
  line-height: 15px;
  color: #555555;
}

.order_pkgname {
  color: navy;
}

