body {
    color:#000;
    font-family:Tahoma,Verdana,Arial,sans-serif;
    font-size:0.7em;
    text-align:center;
    background: url('../images/bg.gif') top center;
    margin:0px 1px 0px 0px;
    padding:0px;
    line-height:1.6em;
}

a { 
    text-decoration: none;
    color:#000;
}
a:hover { text-decoration: underline; }

form {
    margin:0px;
    padding:0px;
}
input,textarea,select {
    font-family:Tahoma,sans-serif;
    font-size:1em;
}

h1 {
    margin:0px;
    padding:0px;
    background:url('../images/logo.gif') no-repeat 10px 10px;
    height:88px;
}
h1 a {
    display:block;
    width:300px;
    height:88px;
}
h1 a span { display:none; }


div#body {
    background:url('../images/bg-body.gif') repeat-y top center;
    _padding:0px 0px 0px 1px;
}

div#top {
    width:770px;
    margin:0px auto;
    background:url('../images/top.jpg') no-repeat top left;
    text-align:left;
    height:131px;
    position:relative;
}
#top ul {
    list-style:none;
    margin:0px;
    padding:15px 0px 0px 10px;
}
#top ul li {
    display:inline;
    background:url('../images/odd.gif') no-repeat top left;
    padding:5px 8px 5px 10px;
}
#top ul li.first {
    background:none;
}
#top ul li.different {
    font-weight:bold;
}

#content {
    width:770px;
    margin:0px auto;
    background:url('../images/bg-body.png') repeat-y top left;
}

/*
    ------------------------
    PAGE BOTTOM
    ------------------------
*/
div#bottom {
    margin:0px auto;
    background:url('../images/bottom.png') no-repeat top center;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src = 'http://www.dmg.sk/files/images/bottom_page.png');
    _background:none;
    _margin:0px 0px 0px 1px;
    height:106px;
}
div#webdesign {
    text-align:left;
    width:730px;
    margin:0px auto;
    color:#FFF;
    padding:0px 0px 10px 0px;
    text-align:left;
    position:relative;
}
div#webdesign a { color:#FFF; text-decoration:none; }
div#webdesign a:hover { color:#FFF; text-decoration:underline; }
div#webdesign span {
    position:absolute;
    top:-40px;
    left:150px;
}

hr.invisib { display:none; }
.cleaner {
    clear:both;
    height:0.1em;
    line-height:0.1em;
    font-size:0.1em;
}

hr {
    background:#F7E100;
    color:#F7E100;
    border:none;
    height:1px;
}

ul.legend {
    clear:both;
    margin:0px;
    padding:5px 0px 0px 0px;
    list-style:none;
    text-align:center;
}
ul.legend li {
    display:inline;
    padding:0px 10px 0px 25px;
}
ul.legend li.status1 { background:url('../images/status1.gif') no-repeat 0px 3px; }
ul.legend li.status2 { background:url('../images/status2.gif') no-repeat 0px 3px; }
ul.legend li.status3 { background:url('../images/status3.gif') no-repeat 0px 3px; }