* {
    margin: 0;
    padding: 0;
}

body{
    background: #565055;
    font-size: 15px;
    font-family: gothic, Arial, Tahoma;
}

/* HEADER MENU */

.white{
    color: #D9D9D9;
}
.white input{
    color: #D9D9D9 !important;
}
.white input:hover{
    color: #AEAEAE !important;
}

table#header {
    width: 100%;
    border: 0;
    border-collapse: collapse;
}

table#header td.menu {
    background: url("../images/bg_menu.jpg");
    height: 46px;
}

div#logo {
    position: absolute;
    width: 166px;
    height: 101px;
    background: url("../images/logo.png"); 
}
div#logo a {
    display: block;
    width: 166px;
    height: 101px;
    text-indent: -9999px;
    font-size: 1px;
}

ul#menu {
    height: 46px;
    list-style-type: none;
    float: right;
}
ul#menu li {
    float: left;
}

ul#menu h2 a {
    display: block;
    color: #ededed;
    text-decoration: none;
    font-size: 19px;
    font-weight: normal;
    height: 46px;
    background: url("../images/bg_hover.jpg");
    margin-left: 1px;
    padding: 0 14px;
    line-height: 46px;
}
ul#menu h2 a:hover {
    background-position: 0 -46px;
}

table#header td.main {
    width: 1060px;
}

div#language{
    position: absolute;
    margin-left: 834px;
    margin-top: 6px;
}
div#language p {
    float: left;
}
div#language form{
    display: inline;
}
div#language input{
    display: block;
    float: left;
    border: 0 solid;
    background: transparent;
    color: #413b40;
    cursor: pointer;
    height: 22px;
}
div#language input:hover{
    color: #6D556D;
}

/* UVOD */

div.pomozeme {
    margin-top: 90px;
    margin-left: 54px;
    position: absolute;
    width: 419px;
    height: 224px;
    background: url("../images/blue.png");
    padding: 15px;
}
div.pomozeme2 {
    position: absolute;
    margin-top: 110px;
    margin-left: 356px;
    width: 419px;
    height: 204px;
    background: url("../images/pink.png");
    padding: 15px;
}
div.pomozeme3 {
    margin-top: 110px;
    margin-left: 418px;
    position: absolute;
    width: 419px;
    height: 204px;
    background: url("../images/pink2.png");
    padding: 15px;
}

li.ponuka1{
    width: 270px;
}
li.ponuka2{
    width: 370px;
}
li.ponuka3{
    width: 292px;
}

div#mainImage{
    width: 1060px;
    height: 369px;
    background: url("../images/uvod.jpg");
}
div#mainImage > div{
    color: #fff;
}
div#mainImage > div strong{
    font-size: 18px;
}

table#header td.left{
    background: url("../images/bg_white.jpg");
}

table#header td.right{
    background: url("../images/bg_black.jpg");
}

/* OTHER */
div#secImage {
    width: 1060px;
    height: 187px;
    background: url("../images/bg_header.jpg");    
}

/* PONUKA MENU */

ul#ponuka {
   list-style-type: none;
   height: 144px; 
}
ul#ponuka li{
    float: left;
}
span.blue{
    background: #0099cc;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    padding: 0 6px; 
}
span.pink{
    background: #d61f79;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    padding: 0 6px; 
}
ul#ponuka li h3 a {
    margin: 18px 50px 18px 32px;
    display: block;
    color: #373737;
    font-size: 27px;
    text-decoration: none;
}
ul#ponuka li.spacer{
    width: 32px;
    height: 144px;
    background: url("../images/bg_spacer.jpg");
}

/* PODMENU */
div#podMenu{
    width: 100%;
    background: #efefef;
    text-align: center;   
}
div.center{
    width: 1060px;
    margin: 0 auto;
    text-align: left;
}

ul#podmenu {
    list-style-type: none;
    height: 39px;
}
ul#podmenu li{
    float: left;    
}
ul#podmenu li a{
    display: block;
    height: 23px;
    background: url("../images/bg_menu2.jpg");
    padding: 8px 16px;
    color: #534e52;
    text-decoration: none;
    font-size: 18px;
    font-weight: normal;    
}
ul#podmenu li a:hover{
    color: #333133;
}
ul#podmenu li span{
    display: block;
    float: left;
    width: 1px;
    height: 39px;
    background: url("../images/bg_menu2.jpg") 0 -39px;
}
/* CONTENT */
div#content{
    clear: both;
    width: 100%;
    text-align: center; 
}
/* CONTENT UVOD */

a.back{
    display: block;
    width: 90px;
    height: 33px;
    background: url("../images/back.png");
    color: #4C4C4C;
    line-height: 29px;
    text-decoration: none;
    padding-left: 15px;
    text-align: center;
    margin-left: -28px;
    margin-top: -33px;
}

div#contentUvod {
    color: #a8a8a8;
    line-height: 25px;
}
div#contentUvod > div {
    float: left;  
    margin: 40px 68px;  
}
div#contentUvod h4 {
    display: inline;
    color: #373737;
    background: #efefef;
    font-weight: normal;
    font-size: 17px;
    padding: 0 6px; 
}
div#contentUvod div.najnovsie span{
    display: block;
    color: #696969;
    width: 120px;
    margin-left: 0px;
    text-align: right;
    float: right;
}
div#contentUvod div.other span{
    display: block;
    color: #696969;
    width: 120px;
    margin-left: -125px;
    text-align: right;
    float: left;
}
div#contentUvod a{
    color: #a8a8a8;
}
div#contentUvod a:hover{
    color: #BABABA;
}
/* contentClanok */

div#contentClanok hr {
    border: 0;
    width: 500px;
    display: block;
    clear: both;
}
div#contentClanok span.sluzby {
    display: block;
    font-size:.9em;
    width: 500px;
    padding-right: 30px;
    padding-top: 10px;
    text-align: justify;
}

div#contentClanok {
    background: #efefef url("../images/bg_content.jpg") repeat-x top;
    padding: 0 18px;
    width: 760px;
    float: left;
}

span.typ {
    display: inline;
    color: #fff;
    background: #0099cc;
    font-weight: normal;
    font-size: 17px;
    padding: 0 6px; 
}

div#contentClanok h4 a {
    color: #373737;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

div.workScreen{
    max-width: 600px;
    padding: 5px;
    background: #D6D6D6;   
}
div.workScreen img{
    border: 0;
    max-width: 600px;
}
div.workScreen{
    line-height: 0;
}
div.smallImg{
    max-width: 300px;
    padding: 5px;
    background: #D6D6D6;   
}
div.smallImg img{
    border: 0;
    max-width: 300px;
}

table.tableWork {
    border-collapse: collapse;
}
table.tableWork td{
    padding: 0 26px 30px 0;
}
/* RIGHT */

div#right {
    padding-top: 42px;
    width: 250px;
    float: right;
}
div#right ul{
    list-style-type: none;
}
div#right ul a {
    color: #a8a8a8;
}
div#right ul a:hover {
    color: #CBCBCB;
}

/* MAILING */
div#MailingWaiting{
    padding: 4px;
    font-size: 12px;
}
div#Mailing div.error{
    background: #d61f79;
}
div#MailingMessage{
    margin-top: 3px;
    padding: 3px 4px;
    color: #fff;
    background: #0099cc;
    font-size: 12px;
}
div#Mailing{
    float: right;
    width: 205px;
    margin-top: -10px;
}
div#Mailing h5{
    font-size: 16px;
}
div#Mailing form fieldset{
    border: 0;
}
div#Mailing label{
    margin-left: -48px;
    color: #686868;
}
div#Mailing input[type="text"] {
    width: 150px;
    padding: 6px 4px;
    height: 14px;
    border: 0;
    color: #434343;
    background: #F0F0F0;
}
div#Mailing input[type="submit"] {
    width: 34px;
    margin-top: 1px;
    padding: 4px 4px;
    margin: 0;
    border: 0;
    background: #979797;
    color: #fff;
}
div#Mailing input[type="submit"]:hover {
    background: #797979;
}

/* FOOTER */
div#footer{
    clear: both;
    width: 100%;
    height: 143px;
    background: url("../images/bg_footer.jpg");
    text-align: center; 
    color: #373737;
}
div#footer a{
    color: #565055;
    text-decoration: none;
}
div#footer a:hover{
    color: #5D595D;
    text-decoration: underline;
}
div#copyright{
    padding: 20px 68px; 
    font-family: Arial;
    font-size: 12px;
}
div#snail{
    margin-top: -64px;
    margin-left: -33px;
    position: absolute;
    width: 113px;
    height: 73px;
    /*background: url("../images/snail.png");*/
}

/* FOTOALBUM */
div.boxalbum{
    float: left;
}
