html, body {
 margin: 0px; padding: 0px; border: 0px;
 min-width: 980px;
 background: black;
 color: white;
 font-family: Arial, sans-serif;
}

h1 {
 font-size: 28px;
 font-family: Tahoma, Arial, sans-serif;
 letter-spacing: 7px;
}

h2 {
 font-size: 19px;
 font-weight: normal;
 cursor: pointer;
}

h3 {
 font-size: 15px;
 font-weight: bold;
 margin: 0px;
}

h4 {
 text-decoration: underline;
}

p {
 margin: 8px;
}

ul {
 margin: 3px;
}

a {
 color: white;
}

h1 a {
 text-decoration: none;    
}

#main {
 position: relative;
 width: 980px;
 height: 764px;
 margin: 0px auto 0px auto;
 background-image: url('background.png');
 background-repeat: no-repeat;
 background-position: top center;
 font-size: 12px;
}

#footer {
 position: relative;
 width: 100%;
 height: 37px;
 margin: 0px auto 0px auto;
 background-image: url('footer.png');
 background-repeat: no-repeat;
 background-position: bottom center;
 z-index: 1;
}

.content {
 text-align: left;
 padding: 10px;
 background: #555555;
 opacity: 0.9;
 z-index: 10;
}

#oms_name {
 position: absolute;
 margin-left: 215px;
 margin-top: 45px;
 font-family: Verdana, Arial, sans-serif;
}

#firma {
 position: absolute;
 margin-top: 108px;
 width: 242px;
 text-align: right;
}

#f1 {
 width: 100%;
 height: 73px;
 border: 0px solid white;
 border-bottom-width: 1px;
 border-right-width: 1px;
}

#f2 {
 width: 100%;
 height: 116px;
 border: 0px solid white;
 border-right-width: 1px;
}

#fh2 {
 padding-top: 10px;    
 padding-right: 10px;    
}

#fcontent {
 position: absolute;
 margin-left: 243px;
 margin-top: -190px;
 width: 490px;
}

#kontakt {
 position: absolute;
 margin-top: 600px;
 margin-left: 0px;
 width: 93px;
 text-align: right;
}

#k1 {
 width: 100%;
 height: 50px;
 border: 0px solid white;
 border-bottom-width: 1px;
 border-right-width: 1px;
}

#k2 {
 width: 100%;
 height: 53px;
 border: 0px solid white;
 border-right-width: 1px;
}

#kh2 {
 padding-top: 10px;    
 padding-right: 10px;    
}

#kcontent {
 position: absolute;
 margin-left: 94px;
 margin-top: -104px;
 width: 237px;
 display: none;
}

#praca {
 position: absolute;
 margin-top: 189px;
 margin-left: 775px;
 height: 314px;
 text-align: left;
}

#p1 {
 float: left;
 width: 78px;
 height: 100%;
 border: 0px solid white;
 border-top-width: 1px;
 border-right-width: 1px;
}

#p2 {
 float: left;
 width: 118px;
 height: 100%;
 border: 0px solid white;
 border-top-width: 1px;
}

#ph2 {
 margin-top: -30px;
}

#pcontent {
 position: absolute;
 margin-left: -512px;
 margin-top: 1px;
 width: 570px;
 display: none;
}

