 /* HTML5 tags */  
header, section, footer,  
aside, nav, article, figure {  
display: block;  
} 
header {margin: 0 auto; width:100%; text-align:center; background:url('gfx/bg1.png') repeat-x; height:602px;}
nav {height:91px; margin:0 auto; width:1024px; border-bottom: solid 1px #000;}
nav ul {position:relative; width:460px; float:right; top:41px;}

nav ul li a {
margin-left:15px;
text-decoration:none;
color:#000;
font: normal 1.5em Georgia;
display:block; 
float:left;
width:100px; height:50px;
line-height:2;
-webkit-transition: background 0.2s linear;
-moz-transition: background 0.2s linear;
}
nav ul li a:hover {background:#000; color:#fff;}
div#bg {background: url('gfx/bg2.gif') no-repeat; width:1024px; margin:0 auto; height:511px;}
div#cloud {
position:relative;
left:500px;
top:160px;
width:300px;
font: normal 2.3em Georgia;}


section {width:100%; background:#000;}
section div#scBG {width:1024px; background: url('gfx/sectionBG.gif') no-repeat; height:678px; margin:0 auto;}
article {border-top: solid 1px #fff; position:relative; float:left; width:1000px;}
article#onas { top:22px;} 
article#oferta { top:13px;} 
article div p {font-family: Georgia; padding-top:5px;}
article div.l {float:left; width:355px; color:#FFC000; height:145px; font: normal 1.2em Arial; text-shadow: 1px 1px 1px #000;}
article#oferta div.l {height:275px;}
article div.r {font-size: 1.4em; color:#fff; line-height:1.2; height:200px;}
article div.r2 {font-size:1em;}
article#kontakt {top: 31px;}

footer {background: url('gfx/contactBG.gif') repeat-x; width: 100%; height:420px;}
footer #contact {background: url('gfx/contact.gif') no-repeat; width:1024px; height:420px; margin:0 auto;}

input#email {
border:none;
background: transparent;
height:30px;
left:482px;
position:relative;
top:5px;
width:204px;
font: normal 1.3em Georgia; 
color: #000;
}
textarea#txt {
font: normal 1em Georgia; 
border:none;
background: transparent;
height:116px;
left:272px;
position:relative;
top:237px;
width:221px;
}
input#send {
cursor: pointer;
border: none;
background: transparent;
height:52px;
left:346px;
position:relative;
top:252px;
width:135px;
}
p.thx {top:25%; position:relative; font: normal 1.7em Georgia;}
p.thx a {color:#333; text-shadow: 1px 1px yellow;}
p.thx a:hover {color:#444;}
#logodiv9 {background: url('gfx/logo2.gif') no-repeat; display:block; width:149px; height:86px; position:absolute;}

