@font-face {
    font-family: 'Helvetica';
    src: url('./font/HelveticaNeue.ttf'); 
}

@font-face {
    font-family: 'HelveticaL';
    src: url('./font/HelveticaNeueDeskInterface-Light.ttf'); 
}

@font-face {
    font-family: 'HelveticaUL';
    src: url('./font/HelveticaNeueDeskInterface-UltraLightP2.ttf'); 
}


body {
font-family : Helvetica, verdana;
margin : 0;
padding : 0;
color : #000000;
line-height : 25px;
}

#header {
position : fixed;
width : 100%;
background: rgba(1, 1, 1, 0.7);
padding : 15px 0px 0px 0px;
z-index : 100;
}

#headermenu {
position : relative;
top : 0px;
height : 35px;
width : 1300px;
margin-left : auto;
margin-right : auto;
text-align : center;
}

#headermenu a {
text-decoration : none;
color: #ffffff;
font-size : 11pt;
letter-spacing : 1pt;
padding-left : 30px;
padding-right : 30px;
}

#headermenu a:hover {
text-decoration : underline;
}

#onas, #sluzby, #kontakty {
position : relative;
//margin-top : 0;
margin-left : auto;
margin-right : auto;
width : 1320px;
background-color : #ffffff;
background-position: left top;
background-size: 100%;
background-repeat: no-repeat, repeat;
}

#onastext, #sluzbytext, #kontaktytext {
font-family : HelveticaL;
position : absolute;
left : 0px;
width : 100%;
margin-left : auto;
margin-right : auto;
padding-top : 10px;
}

#onas {
background-image: url("./images/4.jpg");
}

#sluzby {
height : 1200px;
background-image: url("./images/dalnice.jpg");
}

#kontakty {
background-image: url("./images/kontakty.jpg");
}

#onastext {
top : 220px;
font-size : 11pt;
height : 280px;
}

#sluzbytext {
//color: #ffffff;
top : 210px;
font-size : 11pt;
height : 400px;
width : 1100px;
color : white;
padding-left : 115px;
line-height : 20px;
}

#kontaktytext {
top : 100px;
font-size : 12pt;
height : 180px;
width : 550px;
color : white;
padding-left : 100px;
line-height : 25px;
}

.p {
width : 1300px;
font-size : 11pt;
margin-top : 50px;
margin-bottom : 50px;
margin-left : auto;
margin-right : auto;
text-align : center;
}

h1, .h1 {
font-size : 14pt;
letter-spacing : 1pt;
font-weight : bold;
font-family : HelveticaL;
}

.spcmenu {
width : 350px;
display : inline-block;
}

.tabcenter {
text-align: center;
width : 100%;
border: 0px;
}

.tabkontakty{
font-family : HelveticaL;
letter-spacing : 1pt;
font-size : 13pt;
line-height : 25px;
}

.cwhite {
color: #ffffff;
}

.cblack {
color: #000000;
}

.bold {
font-weight: bold;
}

img {
border : 0;
}

.ainpar{
font-family : Helvetica, verdana;
color : #000000;
text-decoration : none;
}

.ainpar:hover{
text-decoration:underline;
}