body {
    margin: 0;
    background-color: #ebebeb;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
}
* {
    outline: none;
}
.clear {
    clear: both;
}
.clearr {
    clear: right;
}
.hidden {
    display: none;
}
a {
    color: #006da3;
    text-decoration: none;
}
a:hover {
    color: #ffa41b;
}
#page {
    background: #fff url(images/page-back.png) center top repeat-x;
    padding-bottom: 30px;
}
#inner {
    width: 900px;
    margin: 0 auto;
}
#header {
    position: absolute;
}
#logo {
    background: url(images/logo.png) left top no-repeat;
    display: block;
    width: 277px;
    height: 70px;
    position: absolute;
    top: 23px;
}
h1 span {
    display: none;
}
h1 {
    margin: 0;
}
#header h2 {
    position: absolute;
    top: 90px;
    left: 28px;
    margin: 0;
    font-size: 18px;
    color: #ebfaff;
    font-weight: normal;
}
#header ul {
    padding: 0;
    margin: 12px 0 0 300px;
}
#header ul li {
    float: left;
    list-style: none;
    padding: 30px 15px;
    margin: 0;
    border-right: 1px solid rgba(200,200,200,0.2);
    height: 35px;
    position: relative;
}
#header ul li a {
    color: #ebfaff;
    text-decoration: none;
    font-size: 28px;
    display: block;
}
#header ul li a:hover {
    color: #ffa41b;
    /*text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5);*/
}
.last {
    border-right: 0 none !important;
}
#header ul li em {
    font-family: Georgia, "Times new roman", serif;
    font-size: 12px;
    color: #ebfaff;
    display: none;
    /*display: block;*/
    position: absolute;
    top: 70px;
    left: 0;
}
/*#header ul li a:hover em {
    display: block;
    text-shadow: none !important;
}*/
#content {
    padding-top: 150px;
    color: #666;
}
#content h2 {
    color: #003144;
    font-size: 28px;
    text-shadow: 1px 1px 3px #999;
}
#content p {
    line-height: 25px;
}
ul#overview {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
#overview h3 {
    color: #006da3;
}
#kik {
    width: 280px;
    float: left;
    padding: 0;
    margin-right: 20px;
}
#miert {
    width: 280px;
    float: left;
    padding: 0;
}
#contact {
    width: 280px;
    float: right;
}

#latest {
    border-top: 1px solid rgba(200,200,200,0.4);
    margin-top: 10px;
}
#latest h3 {
    color: #006da3;
}
#latest img {
    float: left;
    margin: 0 15px 20px 0;
    padding: 10px;
    -moz-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
}
#latest a img {
    border: 1px solid rgba(200,200,200,0.4);
}
#latest a:hover img {
    border: 1px solid rgba(255,164,27,0.4);
    -moz-box-shadow: 0 3px 8px rgba(255,164,27,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(255,164,27,0.8);
    /*-webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    transform: rotate(1.5deg);*/
}
.ref-contact {
    left: -260px;
}
.ref-contact h5 {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 7px;
    margin: 0;
    word-wrap: break-word;
    line-height: 10px;
    font-size: 10px;
}
#contact h3 {
    color: #006da3;
}
#contact ul {
    list-style: none;
    margin: 0;
    background-color: #fef0da;
    padding: 5px 10px;
    -moz-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
}
#contact ul li {
    padding: 3px 0 3px 23px;
    background-repeat: no-repeat;
    background-position: left 7px;
    font-size: 13px;
}
.home {
    background-image: url(images/home.png);
}
.phone {
    background-image: url(images/phone.png);
}
.fax {
    background-image: url(images/fax.png);
}
.mail {
    background-image: url(images/email.png);
}
.mail span {
    color: #888;
    font-size: 10px;
}
.fixed {
    position: fixed;
    top: 10px;
    /*right: 15px;*/
    left: 0;
}
.rel {
    position: relative;
}
#loading {
    position: fixed;
    /*border: 1px solid #003144;*/
    border: 10px solid rgba(0,49,68,1);
    color: #003144;
    padding: 20px;
    width: 300px;
    top: 150px;
    left: 50%;
    margin-left: -150px;
    background: #fef0da url(images/loading.gif) center 10px no-repeat;
    -moz-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    text-align: center;
    z-index: 999999;
}
#loading-back {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/overlay.png) left top repeat;
    width: 10000px;
    height: 10000px;
    overflow: hidden;
    z-index: 999990;
}
#navi {
    position: fixed;
    right: 15px;
    top: 15px;
    background-color: #fef0da;
    -moz-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    z-index: 1000000 !important;
    opacity: 0.33;
}
#navi ul {
    list-style: none;
    /*padding: 5px 22px 5px 5px;*/
    padding: 5px;
    margin: 0;
    font-size: 11px;
}
#navi ul li a {
    color: #666;
    display: block;
}
#navi ul li a:hover {
    color: #ffa41b;
}
#navi ul li.current a {
    font-weight: bold;
    color: #006da3;
}
#close-con, #close-navi {
    width: 11px;
    height: 11px;
    background: rgba(0,0,0,0.1) url(images/close.png) 3px 3px no-repeat;
    display: none;
    position: absolute;
    right: 2px;
    top: 2px;
    padding: 3px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
#contact:hover #close-con, #navi:hover #close-navi {
    display: block;
}
#close-con:hover, #close-navi:hover {
    background-color: rgba(0,0,0,0.2);
}
#navi ul li span {
    /*display: block;*/
    /*text-align: center;*/
    color: #fef0da;
    background-color: #666;
    font-weight: bold;
    padding: 0 4px;
    line-height: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.desc {
    background-color: #ebfaff;
    padding: 0 15px;
    width: 220px;
    float: right;
    -moz-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    margin-bottom: 20px;
}
.more {
    margin: 0 0 0 50px;
    font-size: 11px;
}

.refitem {
    margin: 0 0 15px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid rgba(200,200,200,0.4);
}
.refitem dt {
    margin: 15px 0 15px 0;
    font-weight: bold;
    font-size: 15px;
    color: #006da3;
}
.refitem dd {
    font-size: 13px;
    margin-left: 0;
}
.refitem dd ul {
    margin: 0;
    padding: 0;
}
.refitem dd ul li {
    margin: 3px 0 0 15px;
    list-style-image: url(images/bullet.png);
}
.linkto {
    background-color: #f0ffeb;
    padding: 15px;
    width: 220px;
    float: right;
    -moz-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    margin-bottom: 20px;
    display: block;
    color: #099a0e;
}

.carousel {
    list-style: none;
}
.carousel li img {
    /*width: 600px;*/
}
.pic-right {
    float: right;
    margin-left: 5px;
}
.author {
    font-size: 9px;
    color: #888;
    text-align: right;
}
.author a {
    color: #888;
    text-decoration: none;
}
.author a:hover {
    text-decoration: underline;
}

#zpic img {
    float: right;
    margin: 0 0 20px 15px;
    padding: 10px;
    -moz-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(200,200,200,0.8);
    border: 1px solid rgba(200,200,200,0.4);
}
a#zpic:hover img {
    border: 1px solid rgba(255,164,27,0.4);
    -moz-box-shadow: 0 3px 8px rgba(255,164,27,0.8);
    -webkit-box-shadow: 0 3px 8px rgba(255,164,27,0.8);
    /*-webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    transform: rotate(1.5deg);*/
}
ul#features {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}
#features h3 {
    color: #006da3;
    margin: 0 0 10px 0;
}
#features li {
    float: left;
    width: 240px;
    padding: 0 20px 0 40px;
    margin: 0 0 20px 0;
}
#features p {
    font-size: 15px;
    margin: 0;
    line-height: 19px;
}
#valid {
    background: url(images/valid.png) left top no-repeat;
}
#akadalymentes {
    background: url(images/akadalymentes.png) left top no-repeat;
}
#browser {
    background: url(images/browsers.png) left top no-repeat;
}
#php {
    background: url(images/php.png) left top no-repeat;
}
#ajax {
    background: url(images/ajax.png) left top no-repeat;
}
#tmp {
    background: url(images/template.png) left top no-repeat;
}

#footer {
    width: 900px;
    margin: 15px auto;
    color: #888;
    font-size: 85%;
}
#footer p {
    float: left;
    margin: 0;
}
#footer p a {
    color: #888;
    text-decoration: none;
}
#footer p a:hover {
    color: #ffa41b;
}
#footer ul {
    padding: 0;
    margin: 0;
    float: right;
}
#footer ul li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul li a {
    /*color: #003144;*/
    color: #006da3;
    padding: 0 10px;
    border-right: 1px solid #888;
    text-decoration: none;
}
#footer ul li a:hover {
    color: #ffa41b;
}
/*****/
.typekit-badge {
    display: none !important;
}