333 lines
4.4 KiB
CSS
333 lines
4.4 KiB
CSS
@CHARSET "UTF-8";
|
|
|
|
a {
|
|
color: #adadad;
|
|
}
|
|
|
|
.more {
|
|
text-align: right;
|
|
}
|
|
|
|
.back {
|
|
text-align: left;
|
|
clear: both;
|
|
}
|
|
|
|
.clear_both {
|
|
clear: both;
|
|
}
|
|
|
|
hr.line {
|
|
border: none;
|
|
border-top: 1px solid #e0e0e0;
|
|
height: 0px;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.horizontal-line {
|
|
border-bottom: 1px solid #f2f2f2;
|
|
height: 0px;
|
|
font-size: 0px;
|
|
overflow: hidden;
|
|
margin: auto;
|
|
clear: both;
|
|
}
|
|
|
|
html {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
background-color: #fff;
|
|
font-family: Verdana, Tahoma, Arial, "Lucida Grande", sans-serif;
|
|
/*font-family: "Myriad Pro",Corbel,"Trebuchet MS",sans-serif;
|
|
font-family: "Times New Roman",Georgia,"Lucida Grande",serif */
|
|
font-size: 12px;
|
|
line-height: 1.4em;
|
|
color: #adadad;
|
|
}
|
|
|
|
#container {
|
|
background: url("/images/container-bg.png") repeat-y center;
|
|
width: 976px;
|
|
margin: auto;
|
|
margin-top: 10px;
|
|
padding-bottom: 5px;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#header-box {
|
|
background: url("/images/header-box-bg.png") no-repeat top left;
|
|
/*height: 218px;*/
|
|
height: 197px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#logo {
|
|
float: left;
|
|
overflow: hidden;
|
|
margin-top: 28px;
|
|
margin-left: 20px;
|
|
width: 315px;
|
|
height: 95px;
|
|
}
|
|
|
|
#logo a {
|
|
display: block;
|
|
width: 315px;
|
|
height: 50px;
|
|
text-indent: -1000%;
|
|
outline: none;
|
|
}
|
|
|
|
#logo div {
|
|
font-size: 16px;
|
|
line-height: 20px;
|
|
color: #80b5f1;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
|
|
#flash-frame {
|
|
float: right;
|
|
overflow: hidden;
|
|
width: 618px;
|
|
height: 196px;
|
|
margin: 1px 1px 0 0;
|
|
}
|
|
|
|
#flash {
|
|
margin: 0px;
|
|
height: 196px;
|
|
|
|
img {
|
|
height: 100%;
|
|
width: 100%;
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
|
|
#col-left {
|
|
width: 266px;
|
|
margin-left: 0px;
|
|
float: left;
|
|
_display: inline;
|
|
/* IE6 */
|
|
}
|
|
|
|
#col-right {
|
|
width: 710px;
|
|
margin-right: 0px;
|
|
float: right;
|
|
color: #fff;
|
|
_display: inline;
|
|
/* IE6 */
|
|
}
|
|
|
|
#col-right a {
|
|
color: #fff;
|
|
}
|
|
|
|
ul#menu-nav {
|
|
width: 210px;
|
|
border-left: 1px solid #262626;
|
|
border-bottom: 1px solid #262626;
|
|
list-style: none;
|
|
margin-top: -50px;
|
|
padding: 0 28px 25px;
|
|
color: #747577;
|
|
font-family: Tahoma, Arial, "Lucida Grande", sans-serif;
|
|
font-size: 16px;
|
|
|
|
|
|
}
|
|
|
|
ul#menu-nav li {
|
|
border-top: 1px dashed #848587;
|
|
padding: 6px 0;
|
|
}
|
|
|
|
ul#menu-nav li:first-child {
|
|
border-top: none;
|
|
}
|
|
|
|
ul#menu-nav li.collapsible {
|
|
cursor: pointer;
|
|
}
|
|
|
|
ul#menu-nav li ul.sub-menu {
|
|
display: none;
|
|
padding-top: 4px;
|
|
padding-left: 25px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
ul#menu-nav li ul.sub-menu li {
|
|
border-top: none;
|
|
padding: 0;
|
|
}
|
|
|
|
#menu-nav a {
|
|
color: #747577;
|
|
display: block;
|
|
}
|
|
|
|
#menu-nav a strong {
|
|
font-weight: normal;
|
|
}
|
|
|
|
#menu-nav a:hover,
|
|
#menu-nav .active a {
|
|
color: #3f3f40;
|
|
text-decoration: none;
|
|
}
|
|
|
|
/* szybki-kontakt */
|
|
|
|
#szybki-kontakt {
|
|
/*
|
|
position: fixed;
|
|
bottom: 5px;
|
|
*/
|
|
width: 190px;
|
|
margin-top: 20px;
|
|
margin-left: 20px;
|
|
padding: 5px 16px 16px;
|
|
border: 1px solid #666666;
|
|
background-color: #d4d5d7;
|
|
color: #616161;
|
|
}
|
|
|
|
#szybki-kontakt a {
|
|
color: #616161;
|
|
}
|
|
|
|
/* content */
|
|
|
|
|
|
#content-box {
|
|
background: url("/images/content-box-bg.png") no-repeat top left;
|
|
padding-left: 10px;
|
|
font-size: 12px;
|
|
/*11px*/
|
|
min-height: 440px;
|
|
overflow: hidden;
|
|
_overflow: none;
|
|
/* IE6 */
|
|
}
|
|
|
|
#page {
|
|
padding: 25px;
|
|
}
|
|
|
|
#page .text {
|
|
padding: 0;
|
|
}
|
|
|
|
#page .text img {
|
|
border: 2px ridge #abc;
|
|
margin: 3px 5px;
|
|
padding: 1px
|
|
}
|
|
|
|
#page h1:first-child,
|
|
#news-right h1:first-child {
|
|
font-size: 22px;
|
|
font-weight: normal;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px dashed #fff;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#page h2 {
|
|
font-size: 16px;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
#page h3 {
|
|
margin-top: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#page a {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#page a:hover {}
|
|
|
|
#page p {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#page ul {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#page ol {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
#page .error-404 {}
|
|
|
|
|
|
#gmap-frame {
|
|
border: 2px ridge #abc;
|
|
margin: 20px auto;
|
|
overflow: hidden;
|
|
width: 500px;
|
|
padding: 2px;
|
|
}
|
|
|
|
#gmap {
|
|
width: 500px;
|
|
height: 400px;
|
|
border: 0;
|
|
display: block;
|
|
overflow: hidden;
|
|
color: #000;
|
|
}
|
|
|
|
/* footer */
|
|
|
|
#footer-box {
|
|
overflow: hidden;
|
|
width: 710px;
|
|
margin-top: 10px;
|
|
margin-left: 266px;
|
|
padding: 8px 0;
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
#footer-box a {
|
|
color: #fff;
|
|
}
|
|
|
|
#copyright {
|
|
float: left;
|
|
margin-left: 50px;
|
|
font-size: 12px;
|
|
line-height: 16px;
|
|
word-spacing: 0.3em;
|
|
_display: inline;
|
|
/* IE6 */
|
|
}
|
|
|
|
#created {
|
|
float: right;
|
|
margin-right: 50px;
|
|
font-size: 10px;
|
|
line-height: 14px;
|
|
color: #eee;
|
|
_display: inline;
|
|
/* IE6 */
|
|
}
|
|
|
|
#created a {
|
|
color: #eee;
|
|
}
|