body {
    background: #e0e0e0 url('../images/body-bg.jpg') scroll top left;
    padding: 0px;
    margin: 0px;
    font-family: Verdana;
    color: #5e5e5e;
    font-size: 13px;
}
#mainWrapper{
    width: 942px;
    margin: 0px auto;
    position: relative;
}
#top{
    height: 102px;
    position: relative;
    background: transparent url(../images/topheader.jpg) left top no-repeat;
}
#navHolder{
    height: 74px;
    margin-bottom: 10px;
}
#middle{
    margin-bottom: 10px;
}
#refSlider{
    height: 285px;
    margin-bottom: 10px;
}
#rightCol{
    float: right;
    width: 743px;
}
#leftCol{
    float: left;
    width: 189px;
}
div.home #rightCol{
    float: right;
    width: 623px;
}
div.home #leftCol{
    float: left;
    width: 309px;
}
#footer{
    height: 69px;
    position: relative;
}

.clear{
    clear: both;
}
/*********LANG**********/
#langselect{
    position: absolute;
    right: 10px; bottom: 15px;
    color: #ffffff;
}
#langselect a{
    color: #ffffff;
    font-weight: normal;
}
/****************BOXES**************/
/*horizontal bgs*/
.navBox, .gradBox, .gradBoxWhite{
    background-image: url('../images/horizontal-bgs.jpg');
    background-repeat: repeat-x;
    position: relative;
    margin-bottom: 10px;
}
.navBox{ background-position: 0px -74px; }
.gradBox{ background-position: 0px -168px; }
.gradBoxWhite{ background-position: 0px -487px; background-color: #ffffff; }
.gradBoxDark{ background: #7b7b7b url('../images/gradBoxDark-bg.jpg') repeat-x scroll left top; position: relative; margin-bottom: 10px; }
.lightGreyBox, .whiteBox, .greyBox{ position: relative; }
.lightGreyBox{ background-color: #f0f0f0; margin-bottom: 10px; }
.whiteBox{ background-color: #ffffff; margin-bottom: 10px; }
.greyBox{ background-color: #c9c9c9; margin-bottom: 10px; }

.lightGreyBox h2{
    font-size: 14px;
}
.lightGreyBox h2 a{
    text-decoration: none;
}

/*corners*/
.corner-lt, .corner-rt, .corner-rb, .corner-lb {
    background-image: url('../images/icons.jpg');
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    position: absolute;
    overflow: hidden;
    line-height: 1px;
    font-size: 1px;
}
.navBox .corner-lt{ background-position: 0px 0px; left: 0px; top: 0px; }
.navBox .corner-rt{ background-position: -8px 0px; right: 0px; top: 0px; }
.navBox .corner-rb{ background-position: -16px 0px; right: 0px; bottom: 0px; }
.navBox .corner-lb{ background-position: -24px 0px; left: 0px; bottom: 0px; }

.gradBox .corner-lt{ background-position: -32px 0px; left: 0px; top: 0px; }
.gradBox .corner-rt{ background-position: -40px 0px; right: 0px; top: 0px; }
.gradBox .corner-rb{ background-position: -48px 0px; right: 0px; bottom: 0px; }
.gradBox .corner-lb{ background-position: -56px 0px; left: 0px; bottom: 0px; }

.gradBoxWhite .corner-lt{ background-position: 0px -8px; left: 0px; top: 0px; }
.gradBoxWhite .corner-rt{ background-position: -8px -8px; right: 0px; top: 0px; }
.gradBoxWhite .corner-rb{ background-position: -48px 0px; right: 0px; bottom: 0px; }
.gradBoxWhite .corner-lb{ background-position: -56px 0px; left: 0px; bottom: 0px; }

.lightGreyBox .corner-lt{ background-position: -32px -16px; left: 0px; top: 0px; }
.lightGreyBox .corner-rt{ background-position: -40px -16px; right: 0px; top: 0px; }
.lightGreyBox .corner-rb{ background-position: -48px -16px; right: 0px; bottom: 0px; }
.lightGreyBox .corner-lb{ background-position: -56px -16px; left: 0px; bottom: 0px; }

.whiteBox .corner-lt{ background-position: -48px -8px; left: 0px; top: 0px; }
.whiteBox .corner-rt{ background-position: -56px -8px; right: 0px; top: 0px; }
.whiteBox .corner-rb{ background-position: -48px 0px; right: 0px; bottom: 0px; }
.whiteBox .corner-lb{ background-position: -56px 0px; left: 0px; bottom: 0px; }

.gradBoxDark .corner-lt{ background-position: -16px -8px; left: 0px; top: 0px; }
.gradBoxDark .corner-rt{ background-position: -24px -8px; right: 0px; top: 0px; }
.gradBoxDark .corner-rb{ background-position: -32px -8px; right: 0px; bottom: 0px; }
.gradBoxDark .corner-lb{ background-position: -40px -8px; left: 0px; bottom: 0px; }

.greyBox .corner-lt{ background-position: 0px -16px; left: 0px; top: 0px; }
.greyBox .corner-rt{ background-position: -8px -16px; right: 0px; top: 0px; }
.greyBox .corner-rb{ background-position: -16px -16px; right: 0px; bottom: 0px; }
.greyBox .corner-lb{ background-position: -24px -16px; left: 0px; bottom: 0px; }

.gradBoxDark{
    color: #ffffff;
}

.boxInner{
    padding: 20px;
}

div.cornered-white, div.cornered-grey{
    position: relative;
}
div.tl, div.tr, div.br, div.bl {
    background-image: url('../images/corners.png');
    background-repeat: no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    overflow: hidden;
    line-height: 1px;
    font-size: 1px;
}
div.cornered-white div.tl{ background-position: 0px 0px; left: 0px; top: 0px; }
div.cornered-white div.tr{ background-position: -7px 0px; right: 0px; top: 0px; }
div.cornered-white div.br{ background-position: -7px -7px; right: 0px; bottom: 0px; }
div.cornered-white div.bl{ background-position: 0px -7px; left: 0px; bottom: 0px; }

div.cornered-grey div.tl{ background-position: -14px 0px; left: 0px; top: 0px; }
div.cornered-grey div.tr{ background-position: -21px 0px; right: 0px; top: 0px; }
div.cornered-grey div.br{ background-position: -21px -7px; right: 0px; bottom: 0px; }
div.cornered-grey div.bl{ background-position: -14px -7px; left: 0px; bottom: 0px; }

/**BUTTON**/
a.button{
    display: block;
    float: right;
    height: 20px;
    background: transparent url(../images/buttonbg.png) 0px 0px repeat-x;
    text-decoration:none;
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px; 
    border-radius: 8px;  
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}
a.button span{    
    margin: 0px 10px;
    color: #ffffff;
}
a.button span span.left{
    display: block;
    float: left;
    background: transparent url(../images/buttoncorner.png) 0px 0px no-repeat;
    width: 8px;
    height: 20px;
    margin: 0;
}
a.button span span.right{
    display: block;
    float: right;
    background: transparent url(../images/buttoncorner.png) -8px 0px no-repeat;
    width: 8px;
    height: 20px;
    margin: 0;
}
/**********DEFAULTS**************/
h1, h2, h3, h4, h5, h6{
    font-family: Tahoma;
    text-transform: uppercase;
    font-weight: normal;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}
h1{ font-size: 16px; }
h2{ font-size: 16px; }

div{ padding: 0px; margin: 0px; }

ul{ list-style-type: none; margin-bottom: 20px; }
ul li{
    background: transparent url('../images/list-bg.gif') 0px 4px no-repeat;
    padding: 0 5px 5px 12px;
}

p{ text-align: justify; margin: 0px 0px 20px 0px; padding: 0px;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    
}
a{
    color: #0072bc;
    text-decoration: underline;
    border: 0px;
}
img{
    border: 0px;
}
/***********STANDARDS************/
.alignleft{
    float: left;
    margin: 0px 10px 10px 0px;
}
.alignright{
    float: right;
    margin: 0px 0px 10px 10px;
}
/**********NAVIGATION************/
#navigation{
    position: absolute;
    top: 102px;
    left: 0px;
    width: 942px;
    height: 52px;
}
#navigation ul{
    display: block;
    margin: 0px 8px;
    padding: 0px;
    height: 100%;
    list-style-type: none;

}
#navigation ul li{
    float: left;
    margin: 0px;
    padding: 0px;
    display: block;
    height: 100%;
    width: 133px;
    border-right: 1px solid #c6c6c6;
    position: relative;
}
#navigation ul li a{
    display: block;
    text-align: center;
    padding: 31px 0 10px 0px;
    background: transparent url('../images/horizontal-bgs.jpg') 0px -74px repeat-x;
    position: relative;
    color: #5e5e5e;
    font-size: 11px;
    text-decoration: none;
}
#navigation ul li a:hover{
    background-position: 0px 0px;
}
#navigation ul li a div.navIcon{
    position: absolute;
    top: 8px;
    left: 57px;
    width: 20px;
    height: 20px;
    background-image: url('../images/icons.jpg');
    background-repeat: no-repeat;
}
#navigation a.home div.navIcon{ background-position: -64px 0px; }
#navigation a.home:hover div.navIcon{ background-position: -64px -20px; }
#navigation a.aktualis div.navIcon, #navigation a.recent div.navIcon{ background-position: -84px 0px; }
#navigation a.aktualis:hover div.navIcon, #navigation a.recent:hover div.navIcon{ background-position: -84px -20px; }
#navigation a.szolgaltatasok div.navIcon, #navigation a.services div.navIcon{ background-position: -104px 0px; }
#navigation a.szolgaltatasok:hover div.navIcon, #navigation a.services:hover div.navIcon{ background-position: -104px -20px; }
#navigation a.referencia div.navIcon, #navigation a.references div.navIcon{ background-position: -124px 0px; }
#navigation a.referencia:hover div.navIcon, #navigation a.references:hover div.navIcon{ background-position: -124px -20px; }
#navigation a.kapcsolat div.navIcon, #navigation a.contact div.navIcon{ background-position: -144px 0px; }
#navigation a.kapcsolat:hover div.navIcon, #navigation a.contact:hover div.navIcon{ background-position: -144px -20px; }
#navigation a.partnereink div.navIcon, #navigation a.partners div.navIcon{ background-position: -14px -24px; width: 23px !important; left: 55px !important; }
#navigation a.partnereink:hover div.navIcon, #navigation a.partners:hover div.navIcon{ background-position: -37px -24px; }

#navigation ul.subNav{
    display: none;
    position: absolute;
    top: 52px; left: 0px;
    list-style-type: none;
    width: 133px;
    padding: 0px;
    margin: 0px;
}
#navigation ul.subNav li{
    float: left;
    clear: both;
    display: block;
    height: 25px;
    width: 133px;
    margin: 0px;
    padding: 0px;
}
#navigation ul.subNav li a{
    display: block;
    text-align: left;
    padding: 6px 0 6px 10px;
    margin: 0px;
    background: transparent url('../images/horizontal-bgs.jpg') 0px -74px repeat-x;
}
#navigation ul.subNav li a:hover{
    background-position: 0px 0px;
}
#navigation ul.subNav li a div.arrow{
    background: transparent url(../images/list-bg.gif) 2px 3px no-repeat;
    padding-left: 12px;
}
/*********CONTENT**************/
div.newsLister{
    clear: both;
}
p.more{
    margin: 0px 0px 10px 0px;
    text-align: right;
    clear: both;
    height: 20px;
}
/*artLister*/
#artLister div.article{
    clear: both;
    margin-bottom: 10px;
}
#artLister div.article h2{
    margin:0px;
}
span.artdate{
    display: block;
    margin-bottom: 10px;
    font-size: 0.8em;
    font-style: italic;
}
/*leftboxes*/
.gradBoxDark ul, #leftCol .gradBoxWhite ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.gradBoxDark ul li{
    display: block;
    padding: 5px;
    margin: 0px;
    border-bottom: 1px dashed #e0e0e0;
    background: none;
}
.gradBoxDark ul li a{
    display: block;
    text-decoration: none;
    color: #e7e7e7;
}
.gradBoxDark ul li a:hover{
    color: #ffffff;
}
.gradBoxDark a{color: #e7e7e7;}
.gradBoxDark a:hover{color: #ffffff;}
#leftCol .gradBoxWhite ul li{
    display: block;
    padding: 0px 5px 5px 10px;
    margin: 0px;
}
#leftCol .gradBoxWhite ul li a{
    display: block;
    text-decoration: none;
}
#leftCol .gradBoxWhite ul li a.active{
    color: #5e5e5e;
    text-decoration: none;
}
/*vertical lister*/
.lister{ clear: both; }
.newsBox{
    float: left;
    margin: 0px 10px 10px 0px;
    width: 281px;
    height: 336px;
}
.reference{
    float: left;
    margin: 0px 10px 10px 0px;
    width: 224px;
}
.newsBox .boxInner{ 
    padding: 15px 15px 0px 15px;
    height: 286px;
    overflow:hidden;
}
.reference .boxInner{ 
    padding: 15px 15px 5px 15px;
    overflow:hidden;
}
.newsBox .boxInner h2, .reference .boxInner h2{
    height: 50px;
    overflow:hidden;
    margin: 0px;
}
.newsBox p.more, .reference p.more{
    padding-right: 15px;
}
/*REFERENCIA*/
.embededVideo{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: middle;
    padding: 15px;
    clear: both;
}
.embededVideo div.videoWapper{
    width: 640px;
    margin: 0px auto;
}
/*REFSLIDER*/
#refSlider-item-box{
    position: relative;
    height: 256px;
    overflow: hidden;
}
#refSlider-item-box ul{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
#refSlider-item-box ul li{
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
    width: 272px;
    background: none;
}
.refSlider-headline{
    height: 52px;
    overflow: hidden;
}
.refSlider-headline h2{
    padding: 11px;
    margin: 0px;
    color: #ffffff;
}
.refSlider-headline h2 a{
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 4px #000000;
}
#refSlider-pager{
    text-align: center;
}
#refSlider-pager ul{
    display: block;
    padding: 0px;
    margin: 0px auto 0px auto;
    list-style-type: none;
}
#refSlider-pager ul li{
    display: block;
    float: left;
    background: transparent url(../images/refslider_pager.png) 0 -19px no-repeat;
    margin: 0px 2px;
    padding: 0px;
    cursor: pointer;
}
#refSlider-pager ul li a{
    display: block;
    float: left;
    width: 19px;
    height: 19px;
}
#refSlider-pager ul li.active{
    background-position: 0px 0px;
}
#refSlider-control-left, #refSlider-control-right{
    display: none;
    position: absolute;
    width: 30px;
    height: 256px;
    background-image: url(../upload/system/op60white1x1.png);
    background-repeat: repeat;
    cursor: pointer;
}
#refSlider-control-left{ top: 0px; left: 0px; border-right: 1px solid #ffffff; }
#refSlider-control-right{ top: 0px; right: 0px; border-left: 1px solid #ffffff; }
#refSlider-control-left div, #refSlider-control-right div{
    position: absolute;
    top: 116px;
    width: 25px;
    height: 25px;
    background-image: url(../upload/system/sliderleftright2.png);
}
#refSlider-control-left div{
    left: 2px;
    background-position: 0px 0px;
}
#refSlider-control-right div{
    right: 2px;
    background-position: -25px 0px;
}
/***CONTACTFORM***/
#contactForm{
    float: left;
    width: 325px;
    margin-right: 8px;
    border-right: 1px solid #e0e0e0;
    padding-right: 8px;
}
.contactRow{
    padding: 5px 0px;
    text-align: center;
}
.contactRow label{
    display: block;
    font-weight: bold;
    text-align: left;
}
.contactRow input, .contactRow textarea{
    width: 320px;
}
.contactRow textarea{
    height: 200px;
}
.contactRow input.submit{
    width: auto;
}
#email{
    display: none;
}
/***FOOTER****/
#footer-menu{
    list-style-type: none;
    display: block;
    padding: 0px; margin: 0px;
}
#footer-menu li{
    float: left;
    background-image: none;
    padding: 0px 5px 0px 0px; margin: 0px 5px 0px 0px;
    border-right: 1px solid #cccccc;
}
#footer-menu li a{
    text-decoration: none;
    color: #5e5e5e;
}
#copy{
    clear: left;
    padding: 0px; margin: 10px 0px 0px 0px;
}
#copy a{
    text-decoration: none;
    color: #5e5e5e;
}
#socialIcons{
    position: absolute;
    top: 20px;
    right: 20px;
}
#socialIcons a{
    margin-left: 2px;
}
