@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #222222;
    background-color: #ffffff;
    background-image: url('../images/bgs/body_bg.png');
    background-position: 0% 0%;
    background-repeat: repeat;
}

.website {
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    bottom: 0px;
    width: 930px;
    min-height: 100px;
    overflow: auto;
    border: none;
    background-color: #75c5f0;
}

.header {
    margin: 15px;
    padding: 0;
    border: none;
    background-color: #ffffff;
    width: 900px;
    height: 30px;
}

.header-text {
    margin: 0;
    padding: 5px;
    width: auto;
    height: auto;
    font-family: Verdana, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #017dc4;
    background-image: url('../images/bgs/header_bg.png');
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

.banner {
    margin: 0px 15px 15px 15px;
    padding: 0;
    background-color: #ffffff;
    width: 900px;
    height: 100px;
}

.banner-logo {
    margin: 15px 10px 15px 5px;
    padding: 0;
    width: 220px;
    height: 70px;
    float: left;
}

.banner-reklama {
    margin: 0px;
    padding: 0px;
    height: 100px;
    width: 420px; /* these are dimensions for image 420x100px*/
    float: left;
}

.image-banner {
   position: relative;
   width: 100%; /* for IE 6 */
}

.image-banner h3 {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
}

.image-banner h3 span {
   color: #444444;
   font: bold 14px/35px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   background: rgb(255, 255, 255); /* fallback color */
   background: rgba(255, 255, 255, 0.7);
   padding: 10px;
}

.slide {
    margin: 0px;
}

.banner-addmenu {
    margin: 5px 5px 5px 10px;;
    padding: 0px;
    height: 90px;
    width: 220px;
    float: right;
}

.menu-side {
    margin: 0px 0px 10px 15px;
    padding: 2px;
    width: 225px;
    min-height:100px;
    overflow: auto;
    float: left;
}

/* here comes the element from style_menu.css file */
/* here comes the sliding fotos / dimensions 200x200px */
.menu-add {
    margin: 20px 0 0 0;
    padding: 0px;
    width: 200px;
    min-height: 200px;
    overflow: visible;
}

.content {
    margin: 5px 15px 15px 15px;
    padding: 0px;
    width: 420px;
    min-height: 100px;
    overflow: auto;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #222222;
    text-align: justify;
    background-color: transparent;
    border: none;
    float: left;
}

.side {
    margin: 0px 15px 15px 0px;
    padding: 0px;
    width: 220px;
    min-height: 100px;
    overflow: auto;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #222222;
    text-align: justify;
    background-color: transparent;
    float: right;
    border: none;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.side-text {
    margin: 5px;
    padding: 0px;
    float:right;
}

.footer {
    margin: 0px 15px 15px 15px;
    padding: 0px;
    border: none;
    background-color: #ffffff;
    width: 900px;
    height: 30px;
    clear: both;
}

.footer-text {
    text-align: center;
    margin: 0;
    padding: 2px;
    height: auto;
    width: auto;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    color: #222222;
}

div {
    margin: 0;
    padding: 0;
}
