body {
    width: 960px;
    margin: auto;
}

/* * * * * H e a d e r * * * * */

header.bodyHead
{
    background: url("../images/fejlec_960x100.png") top left no-repeat;
    height: 100px;
}

/* * * * * M a i n M e n u * * * * */

nav#mainMenu
{
    width: 960px;
    height: 50px;
    margin-bottom: 10px;
    background: white;
}

.mainMenu
{
    height: 25px;
    background: #005d76;
    position: relative;
}

.mainMenu li
{
    width: 160px;
    height: 25px;
    margin: 0;
    display: block;
    float: left;
}

.mainMenu a
{
    width: 160px;
    height: 20px;
    padding-top: 5px;
    display: block;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-align: center;
}

.mainMenu li:hover
{
    background: #006d86;
}

.mainMenu li:hover a
{
    color: #e8f4ff;
    display: block;
}

.mainMenu li:hover .subMenu li
{
    background: white;
}

.mainMenu li:hover .subMenu a
{
    width: auto;
    color: #005d76;
    padding-top: 0;
}

.col2,
.col3,
.col4,
.col6
{
    display: none;
    position: absolute;
    top: 25px;
    padding-top: 8px;
}

.col2
{
    margin-left: 80px;
}

.col3
{
    margin-left: 200px;
}

.col4
{
    margin-left: 400px;
}

.col6
{
    margin-left: 640px;
}

.mainMenu li:hover .col2,
.mainMenu li:hover .col3,
.mainMenu li:hover .col4,
.mainMenu li:hover .col6
{
    display: block;
    left: 0;
}

.subMenu
{
    position: relative;
    margin: 0 auto;
}

.subMenu li
{
    display: inline-block;
    width: auto;
    margin: 0 10px;
}

.subMenu a
{
    color: #005d76;
}

.subMenu a:hover
{
    color: black;
    text-decoration: underline;
}

/* * * * * B u s i n e s s M e n u * * * * */

nav#business
{
    margin-bottom: 100px;
}

nav#business ul li
{
    width: 225px;
    height: 75px;
    display: block;
    float: left;
    text-indent: -10000px;
}

nav#business ul li.digiphoto
{
    background: url("../images/digifoto1.png") top left no-repeat;
    margin-right: 20px;
}

nav#business ul li.server
{
    background: url("../images/szerver1.png") top left no-repeat;
    margin-right: 20px;
}

nav#business ul li.network
{
    background: url("../images/halozat1.png") top left no-repeat;
    margin-right: 20px;
}

nav#business ul li.logistic
{
    background: url("../images/logisztika1a.png") top left no-repeat;
    margin-right: 0;
}

nav#business ul li.correct
{
    background: url("../images/correct1.png") top left no-repeat;
    margin-right: 20px;
}

nav#business ul li.gst
{
    background: url("../images/gst1.png") top left no-repeat;
    margin-right: 20px;
}

nav#business ul li.it
{
    background: url("../images/itbiz1.png") top left no-repeat;
    margin-right: 20px;
}

nav#business ul li.util
{
    background: url("../images/segedprog1.png") top left no-repeat;
    margin-right: 0;
}

nav#business ul li.digiphoto:hover
{
    background: url("../images/digifoto2.png") top left no-repeat;
}

nav#business ul li.server:hover
{
    background: url("../images/szerver2.png") top left no-repeat;
}

nav#business ul li.network:hover
{
    background: url("../images/halozat2.png") top left no-repeat;
}

nav#business ul li.logistic:hover
{
    background: url("../images/logisztika2a.png") top left no-repeat;
}

nav#business a
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* * * * * C o n t e n t * * * * */

#content
{
    clear: left;
    float: left;
    width: 940px;
    margin-bottom: 20px;
    padding: 10px;
    background: #f8faff;
    border: 1px solid #f0f8ff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#main,
#news,
#rightbar
{
    display: block;
    float: left;
}

#main
{
    width: 460px;
    padding: 0 10px 0 0;
}

#news
{
    width: 220px;
    padding: 0 20px 0 0;
    text-align:left;
}

#rightbar
{
    width: 210px;
    padding: 0 10px;
    text-align: left;
}

#partnership
{

}

#member, #strategy
{
    width: 460px;
    height: 10px;
}

.news
{
    margin-top: 10px;
}

/* * * * * F o o t e r * * * * */

#bodyFooter
{
    text-align: center;
    clear: left;
}

#footerProd
{
    margin-bottom: 20px;
    padding: 10px 0;
    background: #f8faff;
    border: 1px solid #f0f8ff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#footerNav
{
    background: url("../images/lablec_960x20.png") top left no-repeat;
    height: 20px;
}
