body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    /*
     margin: 0;
     padding: 0;
     */
    /*
     font-size: 0.7em;
     height: 100%;
     */
    background-color: #2d2d2d;
    color: #533a1d;
}

h1 {
    font-size: 1.5em;
    color: #f36207;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: #bfbfbf;
    border-bottom-width: 1px;
    padding-bottom: 5px;
}

h2 {
    font-size: 1.2em;
    color: #f36207;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    font-weight: bold;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    color: #6c000a;
    font-weight: bold;
}


p {
    text-align: justify;
}


#container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    height: 100%;
}

#header {
    background-image: url(/images/header.jpg);
    height: 331px;
    width: 950px;
}

/*
 nawigacja
 */
#nav {
    position: absolute;
    top: 250px;
    left: 0px;
    width: 745px;
    height: 57px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(/images/buttons.jpg) no-repeat scroll top left;
    background-position: 0px -114px;
}

#nav li {
    float: left;
}

#nav li a {
    background: url(/images/buttons.jpg) no-repeat scroll top left;
    display: block;
    position: relative;
    height: 57px;
    text-indent: -9000px;
    overflow: hidden;
}

#nav #nav_news a {
    background-position: 0px 0px;
    width: 114px;
}

#nav #nav_news a.active {
    background-position: 0px -57px;
}

#nav #nav_training a {
    background-position: -114px 0px;
    width: 114px;
}

#nav #nav_training a.active {
    background-position: -114px -57px;
}

#nav #nav_hotel a {
    background-position: -228px 0px;
    width: 78px;
}

#nav #nav_hotel a.active {
    background-position: -228px -57px;
}

#nav #nav_barber a {
    background-position: -306px 0;
    width: 93px;
}

#nav #nav_barber a.active {
    background-position: -306px -57px;
}

#nav #nav_kennel a {
    background-position: -399px 0;
    width: 117px;
}

#nav #nav_kennel a.active {
    background-position: -399px -57px;
}

#nav #nav_contact a {
    background-position: -516px 0;
    width: 103px;
}

#nav #nav_contact a.active {
    background-position: -516px -57px;
}

#nav #nav_drops a {
    background-position: -619px 0;
    width: 126px;
}

#nav #nav_drops a.active {
    background-position: -619px -57px;
}

/*
 #header li {
 display: inline;
 }
 
 #header li a:link, #header li a:visited {
 position: absolute;
 top: 250px;
 height: 57px;
 text-indent: -9000px;
 overflow: hidden;
 z-index: 10;
 }
 
 #nav_news a:link, #nav_news a:visited {
 left: 0px;
 width: 114px;
 }
 
 #nav_training a:link, #nav_training a:visited {
 left: 114px;
 width: 114px;
 }
 
 #nav_hotel a:link, #nav_hotel a:visited {
 left: 228px;
 width: 78px;
 }
 
 #nav_barber a:link, #nav_barber a:visited {
 left: 306px;
 width: 93px;
 }
 
 #nav_kennel a:link, #nav_kennel a:visited {
 left: 399px;
 width: 117px;
 }
 
 #nav_contact a:link, #nav_contact a:visited {
 left: 516px;
 width: 103px;
 }
 
 #nav_drops a:link, #nav_drops a:visited {
 left: 619px;
 width: 126px;
 }
 
 
 */
#content {
    background-image: url(/images/content.jpg);
    background-repeat: repeat-y;
}

/*
 menu po lewej stronie
 */
#content_menu {
    margin-bottom: 15px;
}

.menu_header {
    background-image: url(/images/menu_header.jpg);
    width: 204px;
    height: 38px;
    text-align: center;
}

.menu_header span {
    color: #ffffff;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: 6px;
}

.menu_content {
    background-image: url(/images/menu_content.jpg);
    background-repeat: repeat-y;
    overflow: hidden;
    padding: 5px 15px 0px 9px;
    font-size: 0.9em;
}

.menu_content ul, .with_arrow {
    list-style: url(/images/strzalka.gif);
    list-style-position: outside;
    /*
     margin: 0px;
     padding: 0px;
     */
    width: 80%;
}

.menu_content ul li {
    border-bottom: solid;
    border-bottom-color: #bfbfbf;
    border-bottom-width: 1px;
}

.menu_content ul li ul, .menu_content ul li ul li {
    list-style: circle;
    border: none;
    font-size: 0.9em;
}


.menu_content a {
    color: #404040;
}

.menu_footer {
    background-image: url(/images/menu_footer.jpg);
    width: 204px;
    height: 16px;
    margin-bottom: 10px;
}

/*
 zawartość strony
 */
#content_text {
    /*
     width: 650px;
     float: right;
     */
}

/*
 stopka
 */
#footer {
    background-image: url(/images/footer.jpg);
    height: 45px;
    width: 950px;
}

#footer, #footer a {
    color: #e5e5e5;
}

/*
 mapa google
 */
#map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border: solid;
    border-color: #4d4d4d;
    border-width: 1px;
}

/*
 galleria
 */
.gallery a img {
    margin: 10px 10px 10px 10px;
}

.video {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.center {
    text-align: center;
}

