body {
    font: 12px "Arial CE", Arial, Helvetica, sans-serif;
    background: #fff;
    text-align: center;
    margin: 0;
    padding: 40px 0;
}
h1 {
    font-size: 14px;
    margin: 190px 0 20px 0;
}
h2 {
    font-size: 12px;
    margin: 25px 0 15px 0;
}
p {
    margin: 20px 0;
}
a:link {
	color: #c71a01;
	text-decoration: none;
}
a:visited {
	color: #c71a01;
	text-decoration: none;
}
a:active {
	color: #c71a01;
	background: #e7e7e7;
}
a:hover {
	color: #c71a01;
	background: #e7e7e7;
}
label {
    float:left;
    font-weight: bold;
}
#box {
    clear: both;
}
#box .frontBox {
    width: 395px;
    _width: 407px; /* IE6 fix */
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    padding: 0 5px 5px 5px;
    overflow: hidden;
    min-height: 250px;
    height: 300px;
}
#box .frontBox h2 {
    margin: 0;
    background: #666;
    color: #fff;
    font-size: 14px;
    padding: 2px 4px;
}
#box .frontBox ul, .frontBox p {
    list-style-type: none;
    margin: 20px 10px 10px 175px;
    padding: 0;
    line-height: 18px;
}
#box .frontBox p a {
    background: transparent url('../_img/arrow_white.gif') 0 2px no-repeat;
    padding-left: 13px;
    color: #000;
    font-weight: bold;
}
#box .bgr_sprava {
    background: #fff url('../_img/front_sprava.jpg') 0 20px no-repeat;
}
#box .bgr_reference {
    background: #fff url('../_img/front_reference.jpg') 0 20px no-repeat;
}
#langSel {
    position: absolute;
    top: 8px;
    left: 148px;
    width: 841px;
    font-weight: normal;
	font-size: .9em;
	color: #a0a0a0;
    text-align: right;
}
#langSel a {
	color: #a0a0a0;
    text-decoration: none;
}
#logo {
    position: absolute;
    left: 28px;
    top: 28px;
    border: none;
}
#content {
    position: absolute;
    top: 28px;
    left: 148px;
    width: 841px;
    overflow: hidden;
    text-align: left;
    background: url('../_img/omega-header.jpg') no-repeat;
}
#copyright {
    color: #999;
    text-align: center;
    font-size: 10px;
    margin-top: 30px;
    clear: both;
}
#copyright a {
    color: #999;
	text-decoration: underline;
}
.fright {
    float: right;
}
.boldtd {
    font-weight: bold;
    padding-right:10px;
}

/* ----- NAVIGATION ----- */
#navigation { background: #c71a01; width: 841px; height: 19px; border-left: 1px solid #c71a01; border-right: 1px solid #c71a01; position: absolute; top: 179px; left: 148px; }
#navigation a { font-size: 11px; padding: 2px; text-align: center; color: #fff; background: #c71a01; display: block; text-decoration: none; font-weight: bold; border-right: 1px solid #fff; }
#navigation a:hover { color: #4f4f4f; background-color: #fff; }
#navigation strong { font-size: 11px; padding: 2px; text-align: center; color: #000; background: #fff; display: block; text-decoration: none; }
#navigation .noborder { border: none;}
.small		{font-size: 85%;}