tr.even {
background: #efefef;
}

tr.odd {
xbackground: #c8d7fe;
}

/* COMMON STYLES */
body, td, th, input, textarea {
	font: 75%/1.4 Verdana, Arial, sans-serif;
}

td, th, input, textarea {
	font-size: 100%;
	_font-size: 86%;
	_f\ont-size/**/: 100%;
}

body {
	color: #444;
	text-align: center;
	margin: 0; padding: 0;
	background: #d4e1ed;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}

h1 {
	margin-top: 0;
	font-size: 130%;
	color: #fc5d5d;
	text-transform: uppercase;
	letter-spacing: 0.4ex;
}

h1 strong {
	color: #fa0606;
}

h1 span, a span {
	display: none;
}

h2 {
	font-size: 130%;
	margin-bottom: 0.4em;
	color: black;
}

a {
	color: red;
}

a:visited {
	color: #f66;
}

a:hover {
	color: black;
}

table {
	border: 1px solid #9cdaff;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1em;
}

th, td {
	border: 1px solid #929292;
	X: #9cdaff;
	padding: 0.5ex 1ex;
}

thead th {
	background: #929292;
	font-weight: bold;
	color: black;
}

tbody th {
        font-weight: bold;
        width: 20%;
}

form table {
	margin-bottom: 1em;
}

form th {
	text-align: right;
	vertical-align: top;
}

form div {
	line-height: 2.5;
	clear: left;
}

fieldset {
	margin-bottom: 1em;
}

legend {
	font-weight: bold;
}

label {
	padding-left: 8ex;
	font-weight: bold;
}

p, ul {
	margin-top: 0;
	margin-bottom: 1em;
}

/* BASIC CLASSES */
.clearl {
	clear: left;
}

.err label, label.err {
	color: red;
}

.err input, .err textarea, input.err, textarea.err {
	border-color: red;
}

div.error, div.notice, div.info, div.warn {
	padding: 22px 76px;
	background: #c00;
	border: 2px groove #900;
	color: white;
	text-align: center;
	margin: 1em auto;
	font-weight: bold;
	width: 70ex;
	background: #c00 url(/images/icon-error.gif) no-repeat 4px 50%;
}

div.error em, div.notice em, div.info em, div.warn em {
	font-style: normal;
}

div.notice {
	background-color: #3a0;
	background-image: url(/images/icon-oki.gif);
	border-color: #370;
}

div.warn {
	background-color: #fa0;
	background-image: url(/images/icon-warn.gif);
	border-color: #c80;
}

div.info {
	background: blue;
}

div.submit {
	text-align: center;
	margin-top: 1em;
}

.side {
	float: left;
	position: relative;
	width: 24ex;
	text-align: right;
}

.side label {
	padding-left: 0;
	padding-right: 1ex;
}

.checkbox {
	margin-left: 24ex;
}

.checkbox label {
	padding-left: 0;
}

.submit input {
	cursor: pointer;
}

input.err, textarea.err {
	border: 1px solid red;
}

label.err, strong.err {
	color: red;
}

form .help {
	margin-left: 28ex;
	line-height: 1.2;
	font-size: 80%;
	color: #777;
	margin-top: 0;
}

/* DEFAULT ENGINE */
#screen {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding-top: 112px;
	background: repeat-y 20% 0;
}

#content {
	width: 80%;
	float: right;
	position: relative;
}

#content .content {
	padding: 10px;
	max-width: 100ex;
}

/* MAIN PANEL */
#fpanel {
	left: 0; top: 0;
	position: absolute;
	width: 100%; height: 89px;
	background: #9cdaff url(/images/panel-bg.gif) repeat-x;
}

#mpanel {
	left: 0; top: 0;
	position: absolute;
	width: 100%; height: 100%;
	background: url(/images/globe.gif) no-repeat 138px 100%;
}

#lpanel {
	position: absolute;
	width: 100%;
	left: 0; top: 88px;
	height: 24px;
	background: #3366cc;
	line-height: 24px;
	
	/* kubicek */
	border-style:solid;
	border-left: none;
	border-right: none;
	text-align: right;
	border-top-width: 5px;
	border-bottom-width: 1px;
}

#lpanel .content {
	padding: 0 1em;
}

/* MENU */
#menu {
	position: absolute;
	left: 0; bottom: 0;
	margin: 0; padding: 0;
	margin-left: 160px;
/*	width: 74ex; */
	overflow: hidden;
}

#menu li {
	position: relative;
	float: left;
	list-style: none;
	margin-right: 0.5ex;
	color: white;
}

#menu a, #menu strong {
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 2;
	padding: 0 13px;
}

#menu span {
	display: block;
}

#menu .l, #menu .r {
	position: absolute;
	left: 0; top: 0;
	width: 13px; height: 100%;
	_height: 60px;
}

@media all and (min-width: 0px) {
	#menu .l, #menu .r {
		height: 60px;
	}
}

#menu .r {
	left: auto; right: 0;
}

#menu .domain .l {
	background: url(/images/btn-domain-l.gif);
}

#menu .domain .t {
	background: #3366CC;
}

#menu .domain .r {
	background: url(/images/btn-domain-r.gif);
}

#menu .hosting .l {
	background: url(/images/btn-hosting-l.gif);
}

#menu .hosting .t {
	background: #663399;
}

#menu .hosting .r {
	background: url(/images/btn-hosting-r.gif);
}

#menu .housing .l {
	background: url(/images/btn-housing-l.gif);
}

#menu .housing .t {
	background: #003399;
}

#menu .housing .r {
	background: url(/images/btn-housing-r.gif);
}

#menu .admin .l {
	background: url(/images/btn-admin-l.gif);
}

#menu .admin .t {
	background: #CC3333;
}

#menu .admin .r {
	background: url(/images/btn-admin-r.gif);
}

/* SMALLMENU */
#smenu {
        position: absolute;
        left: 0; bottom: 0;
        margin: 0; padding: 0;
        margin-left: 660px;
	/*      width: 74ex; */
        overflow: hidden;
}

#smenu li {
	position: relative;
	float: left;
	list-style: none;
	border: solid 1px #47a5d8;
	padding: 2px;
	background: #9ed0eb;
	color: #3366CC;
}

#smenu a {
	color: #3366CC;
	text-decoration: none;
	display: block;
}

#smenu a:visited {
	color: #3366CC;
}

#smenu .informace {
	border-left: none;
	border-right: none;
}

/* SUBMENU */
#submenu {
	margin-right: 80%;
}

#submenu h2 {
	margin: 0;
	padding: 4px 6px;
	font-size: 100%;
	font-weight: bold;
	color: #e5ebed;
}

#submenu ul {
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 15px;
	padding-left: 10px;
	color: #aab1b3;
}

#submenu li {
	xlist-style: circle;
	xcolor: red;
}

#submenu strong {
	color: black;
}
	
/* HYPERLINK */
#hlink {
	clear: right;
	text-align: center;
	margin: 0;
	padding: 6px 10px;
	color: white;
	/* kubicek */
	border-style:solid;
	border-left: none;
	border-right: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
        background: #9ed0eb;
	color: #3366CC;
										
}

#hlink li {
	list-style: none;
	display: inline;
}

#hlink a {
	color: #3366CC;
}

/* OTHER */
#logo strong, #logo a {
	position: absolute;
	left: 11px; top: 8px;
	display: block;
	width: 121px; height: 76px;
}

#logo span {
	position: absolute;
	left: 0; top: 0;
	display: block;
	width: 100%; height: 100%;
	background: url(/images/logo.gif);
}

#section {
	font-size: 170%;
	position: absolute;
	left: 400px; top: 0;
	line-height: 2.2;
	font-variant: small-caps;
	color: white;
}

#motto {
	width: 343px; height: 37px;
	position: absolute;
	left: 424px; top: 19px;
	overflow: hidden;
}

#motto span {
	display: block;
	width: 100%; height: 100%;
	position: absolute;
	left: 0; top: 0;
	background: url(../images/motto.gif);
}

/* LOCAL STYLES */
.price {
	width: 12ex;
	text-align: right;
}

.box {
        border-width: 1px;
        border-style: solid;
        width: 180px;
        border-color: #003399;
        margin: 10px;
}

.boxTitle {
        font-weight: bold;
        color: #FFFFFF;
        padding-left: 3px;
        font-size: smaller;
        background-color: #003399;
}

.boxContent {
        padding: 3px;
        font-size: smaller;
        background-color: #d5d7eb;
}

