html, body{
    margin: 0;
    padding: 0;
    font: normal 12px Arial;
    background: #1c3b4a;
}

a{
    text-decoration: none;
    color: #336699;
}

a:hover{
    color: #000;
}

h2{
    font: normal 20px Arial;
}

h3{
    font: normal 20px Arial;
}

div#center{
    margin: 0 auto;
    width: 960px;
}

div#header{
    float: left;
    width: 960px;
    height: 200px;
    background: url('images/header.jpg') no-repeat;
}

div#header h1{
    display: none;
}

div#header span.motto{
    display: block;
    margin: 150px 0 0 20px;
    color: #ffcc00;
    font: bold 14px Tahoma;
}

div#navbar{
    float: left;
    width: 960px;
    height: 50px;
    background: #000 url('images/navbar.png') no-repeat;
}

div#navbar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

div#navbar li{
    float: left;
    background: url('images/separator.png') no-repeat top right;
}

div#navbar li.last{
    background: none;
}

div#navbar li a{
    display: block;
    float: left;
    padding: 15px;
    width: 107px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

div#navbar li a:hover{
    color: #ffcc00;
}

div#content{
    float: left;
    width: 960px;
    background: #fff;
}

div#content div#recent_box{
    float: left;
    width: 960px;
    height: 270px;
    background: #fff url('images/recent_box.png') no-repeat bottom;
}

div#content div#recent_box h2{
    display: block;
    margin: 0;
    padding: 40px 0 0 50px;
}

div#content div#recent_box ul{
    width: 880px;
    height: 200px;
    margin: 0;
    padding: 10px 40px 0 40px;
    list-style: none;
}

div#content div#recent_box li{
    float: left;
    width: 180px;
    height: 140px;
    margin: 10px;
    padding: 10px;
    background: #fff url('images/recent_item.png') no-repeat bottom;
}

div#content div#recent_box li img{
    margin-bottom: 5px;
}

div#content div#recent_box li span.note{
    display: block;
    float: left;
    width: 180px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}

div#content div#offer{
    float: left;
    width: 880px;
    height: 220px;
    padding: 20px 40px;
}

div#content div#offer h2{
    margin: 0;
    padding: 0;
}

div#content div#offer div.item_webdesign, 
div#content div#offer div.item_webhosting, 
div#content div#offer div.item_sluzby{
    float: left;
    width: 190px;
    height: 180px;
    padding: 20px 20px 20px 70px;
    margin-right: 20px;
    text-align: justify;
}

div#content div#offer div.item_webdesign ul, 
div#content div#offer div.item_webhosting ul, 
div#content div#offer div.item_sluzby ul{
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

div#content div#offer div.item_webdesign li, 
div#content div#offer div.item_webhosting li, 
div#content div#offer div.item_sluzby li{
    list-style: none;
    margin: 5px 0;
    padding: 0 0 0 20px;
    background: url('images/arrow.png') no-repeat;
}

div#content div#offer div.item_webdesign{
    background: #fff url('images/webdesign.png') no-repeat 0 25%;
}

div#content div#offer div.item_webhosting{
    background: #fff url('images/webhosting.png') no-repeat 0 25%;
}

div#content div#offer div.item_sluzby{
    margin: 0;
    background: #fff url('images/sluzby.png') no-repeat 0 25%;
}

div#content div#news{
    float: left;
    width: 880px;
    background: #f2f6f9;
    border-top: 1px solid #ccdae3;
    padding: 20px 40px;
}

div#content div#news div.left{
    float: left;
    width: 500px;
    height: 300px;
    padding-right: 40px;
    border-right: 1px dashed #ccdae3;
}

div#content div#news div.right{
    float: right;
    width: 300px;
}

div#content div#news div.right ul{
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px dotted #ccdae3;
}

div#content div#news div.right li a{
    display: block;
    width: 280px;
    padding: 5px 10px;
    border-bottom: 1px dotted #ccdae3;
}

div#footer{
    float: left;
    width: 880px;
    background: #fff;
    border-top: 1px solid #ccdae3;
    padding: 20px 40px;
}

/* Detail */

div#detail{
    float: left;
    width: 960px;
}

div#detail div#webdesign,
div#detail div#webhosting,
div#detail div#sluzby,
div#detail div#cenik,
div#detail div#kontakt,
div#detail div#error{
    float: left;
    width: 880px;
    height: 240px;
    padding: 20px 40px; 
}

div#detail div#webdesign{
    background: #fff url('images/webdesign_big.png') no-repeat 90% 50%;
}

div#detail div#webhosting{
    background: #fff url('images/webhosting_big.png') no-repeat 90% 50%;
}

div#detail div#sluzby{
    background: #fff url('images/sluzby_big.png') no-repeat 90% 50%;
}

div#detail div#cenik{
    background: #fff url('images/money_big.png') no-repeat 90% 50%;
}

div#detail div#kontakt{
    background: #fff url('images/contact_big.png') no-repeat 90% 50%;
}

div#detail div#webdesign ul,
div#detail div#webhosting ul,
div#detail div#sluzby ul,
div#detail div#cenik ul,
div#detail div#kontakt ul{
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

div#detail div#webdesign li,
div#detail div#webhosting li,
div#detail div#sluzby li,
div#detail div#cenik li,
div#detail div#kontakt li{
    list-style: none;
    margin: 5px 0;
    padding: 0 0 0 20px;
    background: url('images/arrow.png') no-repeat;
}

div#detail div#note{
    float: left;
    width: 880px;
    padding: 20px 40px; 
    background: #f2f6f9;
    border-top: 1px solid #ccdae3;
    line-height: 25px;
    text-align: justify;
}

div#detail div#note table.cenik_item{
    float: left;
    width: 880px;
    border-collapse: collapse;
}

div#detail div#note table.cenik_item td{
    padding: 0 10px;
}

div#detail div#note table.kontakt_item{
    float: left;
    border-collapse: collapse;
}

div#detail div#note table.kontakt_item td{
    padding: 5px 10px;
}

div#detail div#note table.kontakt_item input{
    width: 200px;
    padding: 2px;
    border: 1px solid #ccdae3;
    background: #fff;
    font: normal 12px Arial;
}

div#detail div#note table.kontakt_item textarea{
    width: 400px;
    height: 200px;
    padding: 2px;
    border: 1px solid #ccdae3;
    background: #fff;
    font: normal 12px Arial;
}

div#detail div#note ul{
    width: 880px;
    height: 200px;
    margin: 0;
    padding: 10px 40px 0 0;
    list-style: none;
}

div#detail div#note li{
    float: left;
    width: 180px;
    height: 140px;
    margin: 10px;
    padding: 10px;
    background: #fff url('images/recent_item.png') no-repeat bottom;
}

div#detail div#note li span.note{
    display: block;
    float: left;
    width: 180px;
    height: 15px;
    line-height: 15px;
    text-align: center;
}
/* //Detail */