html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	
	font-family:arial;
	font-size: 12px;
	background:#000000;    	
}

div.blue {
    position: absolute;
    top: 165px;
    left:0;
    background: url('../images/bg-blue.png') left bottom repeat-x;

    height: 610px;
    width: 100%;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width: 1080px;
	background:#000000;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

/* header */
div#header {
    height: 774px;                     	
      background: url('../images/bg-hlavicka.png') left bottom repeat-x;
	margin-top:1px;
    position: relative;
	z-index: 0;
}

/* Logo */
div#logo {              
    height: 172px;
    width: 378px;
    padding-right: 5px;
    float: left;     
	     z-index: 130;
}
div#logo a {
    padding-top: 19px;
    width: 378px;
    height: 172px;
    display: block;    
	 z-index: 130;
}
div#logo a img {
    border: 0;
    
}

/* Menu */
div#menu {
	margin-left:65px;
    position: relative;
    float: left;  
    height: 165px;
    width: 620px;  
}
div#menu ul {
    position: absolute;
    bottom: 2px;
    margin: 0;
    padding:0;
    list-style: none;
}
div#menu ul li {
    float: left;    
  
    text-transform: uppercase;    
}
div#menu ul li:hover {    
  text-decoration:underline;        
}
div#menu ul li:hover a {
    color: #b44b15;
}
div#menu ul li a {
    display: block;
    padding: 13px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: bold; 
}

div#menu ul li.first{
    
}
div#menu ul li.first:hover a {
    color: #b44b15;
}
div#menu ul li.last{
    background: url('../images/bg-menu-last_ie.png') top left no-repeat transparent;    
    width: 77px;
}
div#menu ul li.last a {
    color: #003162;
    width: 77px;  
}
div#menu ul li.last:hover a {
    background: url('../images/bg-menu-last-hover_ie.png') top left no-repeat transparent;
    color: #fff;  
    width: 77px;
}
div#menu ul li.lang {    
    background: url('../images/bg-lang.png') 0 bottom repeat-x transparent;
}
div#menu ul li.lang:hover a {
    color: #fff;
    background: url('../images/bg-lang-hover.png') 0 bottom repeat-x transparent;
}
div#menu ul li.lang a {
    color: #003162;
}
div#menu ul li.spacer {
    background: url('../images/bg-menu-li-spacer.png') 0 bottom no-repeat #003162;
    width: 1px;
    height: 41px;    
    *height: 40px;
}
div#menu ul li.spacer-lang {
    background: url('../images/bg-menu-lang-spacer.png') 0 bottom no-repeat #003162;
    width: 1px;
    height: 41px;    
}
.about {
    position: absolute;
    width: 410px;
    top: 245px;
    left: 610px;
}
.about h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #e6a703;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.about span {
    color: #ffcc1d;
    font-size: 11px;
    font-weight: bold;
}
.about p {
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 12px;
    color: #fff;
}
.about2 {
    position: absolute;
    width: 410px;
    top: 245px;
    left: 610px;
}
.about2 h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #e6a703;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
.about2 span {
    color: #ffcc1d;
    font-size: 11px;
    font-weight: bold;
}
.about2 p{
    padding: 0;
    margin: 15px 0 0 0;
    font-size: 11px;
    color: #fff;
}
.map {
    position: absolute;
    width: 692px;
    height: 607px;
    top: 168px;
    left: -90px;
    background: url('../images/bg-map.png') 0 bottom no-repeat transparent;
    z-index: -5;
}
.people {
    position: absolute;
    width: 610px;
    height: 363px;
    top: 162px;
    right: 0;
    background: url('../images/bg-people.png') 0 bottom no-repeat transparent;
    z-index: 20;
}
.satin {
    position: absolute;
    width: 254px;
    height: 242px;    
    right: 90px;
    bottom: -75px;
    background: url('../images/bg-satin.png') 0 bottom no-repeat transparent;
    z-index: 10;
}
.satin2 {
    position: absolute;
    width: 254px;
    height: 242px;    
    right: 90px;
    bottom: -105px;
    background: url('../images/bg-satin.png') 0 bottom no-repeat transparent;
    z-index: 10;
}
/* Content */
div#content { 
	padding:0 0 80px; /* bottom padding for footer */	
}
div#content h2 {
    text-transform: uppercase;
    font-size: 18px;
    color: #003162;
    margin: 0;
    padding: 0;               
} 
div#content p {
    margin: 20px 0 0 0;
    padding: 0;
    color: #303030;
}
div#content .col {
    float: left;
    margin-top: 40px; 
    position: relative;       
}
.lowwidth {
    width: 360px;
}
.fullwidth {
    width: 700px;
}
.b-r-gray {
    border-right: 1px solid #c9d3de;
}
.head {
    padding: 0 30px;
}
.perex {
    min-height: 200px;  
    padding: 0 30px 70px 30px;    
}
.perex-gre {
    min-height: 240px;  
    padding: 0 30px 70px 30px;    
}

.perex a {
    color: #003162;
    font-weight: bold;
}
.perex-gre a {
    color: #003162;
    font-weight: bold;
}

.perex a:hover {
    color: #000;
}
.perex-gre a:hover {
    color: #000;
}

.more {
    text-align: center;                     
    position: absolute;
    bottom: 85px;
    right: -150px;
    height: 52px;
    width: 229px;    
}
.more a {    
    display: block;
    height: 52px;
    padding-top: 6px;            
    background: url('../images/bg-button_ie2.png') 0 0 no-repeat;
    color: #2e2e2e;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
.more2 {
    text-align: center;                     
    position: absolute;
    bottom: 90px;
    right: 120px;
    height: 47px;
    width: 227px;    
}
.more2 a {    
    display: block;
    height: 47px;
    padding-top: 6px;            
    background: url('../images/bg-button_ie.png') 0 0 no-repeat;
    color: #2e2e2e;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}
.more-gre {
    text-align: center;                     
    position: absolute;
    bottom: 40px;
    right: 40px;
    height: 25px;
    width: 100px;    
}
.more-gre a {    
    display: block;
    height: 19px;
    padding-top: 6px;
    padding-right: 0px;            
    background: url('../images/bg-button-gre_ie.png') top right no-repeat;
    color: #2e2e2e;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
}

div#content span {    
    color: #7e99b5;    
} 
.contactus {
    color: #2e2e2e;
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 0px;
    margin-left: 50px;
}
.contactus-gre {
    color: #2e2e2e;
    margin-top: 40px;    
    padding-top: 50px;
    padding-bottom: 0px;
    !padding-bottom: 40px;
    margin-left: 50px;
}

.contactus h4 {
    margin: 15px 0 0 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}
div#content .contactus p {
    font-size: 10px;
    margin: 0;
    padding: 0;
} 
div#content .contactus-gre p {
    font-size: 10px;
    margin: 0;
    padding: 0;
} 

div#content .address h4 {
    margin: 10px 0 0 0;
    padding: 0;
} 
div#content .address p {
    margin:0
}

/* Common */
.cleaner {
    clear: both;
}

/* Footer */
div#footer {
	position: absolute;
	bottom: 0; /* stick to bottom */
	width: 1080px;
	margin: 0px 5px;
	z-index: 20;
}
div#footer p {
    color: #b8c8d8;
    margin-left: 80px;
	 top:-80px;
    !padding-top: 0px;
}

div.footline {
    position: relative;
    bottom: 40px;
    !bottom: 30px;

    width: 100%;
    z-index: 10;
}
a
{
	color:#ffa800;
}
table.cenik
{
	padding:4 4 4 4;
	text-align:left;
	width:400px;
	color:#ffffff;
	font-size:11px;
}
table.cenik th
{
	background-color:#491307;
	color:#ca732a;
	padding-left:5px;
}
table.cenik td
{
	padding-left:5px;
}
div.madeby
{
   margin-left:80px;
		color:#ffa800;
}