@charset "utf-8";
/* 
    Document: Style
    Created on: 14.Jan.2010
    Author: Jakub Gawlik - www.jakubgawlik.com
*/

/* COMMON */
* {
    margin:0;
    padding:0;
}
div {
    position:relative;
}
html, body {
    width:100%;
    height:100%;
}
body {
    margin:0px; padding:0px;
    background-color:#191209;
    font-family:Verdana;
    font-size:0.8em;
    text-align:center;
    color:white;
}
a img {
    border:none;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #fff;
    background-color: #474747;
    padding: 5px;
    font-size: 0.8em;
}
a {
    text-decoration:none;
    color: #ff9933;
}
a:active {
    text-decoration:none;
    color: #ff9933;
}
a:visited {
    text-decoration:none;
    color: #ff9933;
}
a:hover {
    text-decoration:none;
    color: #ffffff;
}
.clear {
    font-size: 0;
    clear: both;
}
h2 {
    font-family: Arial;
    font-weight: bold;
    color: #fb4909;
}
.center {
    text-align: center;
    margin: 0 auto;
}
.left {
    text-align: left;
}
.input {
    width:200px;
    height:23px;
    background: #4d3417 url('../images/common/input.jpg') repeat-x;
    border: 1px solid #fff;
    color:#eaeaea;
    font-family: Verdana;
}
.textarea {
    width:200px;
    height:150px;
    background: #4d3417 url('../images/common/input.jpg') repeat-x;
    background-position: bottom;
    border: 1px solid #fff;
    color:#eaeaea;
    font-family: Verdana;
}


/*****************
 * 		SLIDESHOW
 * ***************/
#slideshow {
    position:relative;
    width:400px;
    height:200px;
    left:450px;
    background: url('../images/common/slideShowBkg.jpg') no-repeat;
}
#slideshow img {
    position:absolute;
    z-index:8;
    opacity:0.0;
    top:10px;
    left:15px;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}

/*****************
 * 		INDEX PAGE
 * ***************/
#index {
    margin:0 auto;
    top:250px;
    width:683px;
    height:169px;
    background:url('../images/common/radial.png') no-repeat;
}
.indexImage {
    top:-20px;
}
.indexImage2 {
    top:-65px;
    left:-70px;
}
.flags {
    top:-55px;
}


/*****************
 * 		COMMON PAGES
* ***************/
#header {
    height:126px;
    width:900px;
    margin:0 auto;
}
.headerImage {
    width:513px;
    height:126px;
}
.headerImage2 {
    width:292px;
    height:53px;
    top:-45px;
    left:40px;
}
.menu {
    width:500px;
    height:126px;
    float:left;
    margin-left: 500px;
    margin-top: -100px;
    font-weight: bold;
}
.menu ul {
    list-style-type: none;
}
.menu li {
    width: auto;
    float: left;
    margin-left: 15px;
}
#content {
    width:905px;
    margin:0 auto;
    padding-top: 30px;
    text-align: left;
}
.contentTopBorder {
    width:900px;
    height:22px;
    margin:0 auto;
    background: url('../images/common/contentTopBorder.jpg') no-repeat;
}
.contentBorder {
    width:840px;
    height: auto;
    margin:0 auto;
    background: url('../images/common/contentBorder.jpg') repeat-y;
    padding:0 30px 0 30px;
    z-index: 2;
    overflow: hidden;
}
.contentBottomBorder {
    width:900px;
    height:22px;
    margin:0 auto;
    background: url('../images/common/contentBottomBorder.jpg') no-repeat;
}
.welcomeMessage {
    width:400px;
    text-align: justify;
    float:left;
}
.indexOffer {
    width:450px;
    float:left;
    padding:25px 0 0 30px;
}
.indexOffer ul {
    padding-top: 10px;
}
.indexOffer li {
    list-style-type:square;
}
.indexLocation {
    position:absolute;
    width:450px;
    float:right;
    padding:25px 30px 0 0;
    left:450px;
}
#footer {
    clear: both;
    width:100%;
    margin-top: 150px;
    padding-top: 15px;
    background: url('../images/common/footer.jpg') repeat-x;
}
.footerContent{
    width:420px;
    margin:0 auto;
    text-align: center;
}
.footerContent ul {
    list-style-type: none;
}
.footerContent li {
    width: auto;
    float: left;
    margin-left: 15px;
}


/******************
***   O NAS PAGE ***
******************/

#openHours {
    position:absolute;
    width: 500px;
    height: 200px;
    padding: 50px;
    background-color: #000;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.9;
    z-index: 100;
    top: 100px;
    left:50%;
    margin-left: -250px;
    display:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #fff;
}
#tableOpenHours {
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    color: #e2e2e2;
}
#tableOpenHours th {
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 15px;
}
#tableOpenHours td {
    padding: 10px 15px;
    border-top: 1px solid #2c2c2c;
}


/******************
***   CENNIK *******
******************/
#rounded-corner
{
    margin: 0 auto;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
    background: #5b5347;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}

#rounded-corner th
{
    padding: 8px;
    font-size: 1em;
    color: #d2d2d2;
    background: #5b5347;
    width:25px;
    text-align: center;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
#rounded-corner td
{
    padding: 8px;
    background: #9a8e7b;
    border-top: 1px solid #fff;
    color: #fff;
}
#rounded-corner tbody tr:hover td
{
    background: #514a40;
}


/******************
***   KONTAKT *****
******************/
.form {
    position:absolute;
    width:420px;
    height:400px;
    overflow:hidden;
    padding-top: 30px;
    float:left;
    text-align: center;
    border-right: 1px solid #fff;
    z-index: 10;
}
.map {
    width:420px;
    height:350px;
    margin: 20px auto;
    float:right;
    text-align: center;
    
}
.contactInfo {
    clear:both;
    width: 840px;
    margin: 0 auto;
    text-align: center;
}