/* standard */

body {
 color: #36332A;
 font-family: 'tahoma','Georgia','verdana','sans-serif';
 background-color: #fff;
 background: url('index_images/bgpas.gif') repeat-x;
 margin: 0px;
 font-size: 12px;
 height: 100%;
}

a:link, a:visited {  
 color: #175167;
 text-decoration: none;
}

a:hover {
 color: #AF1C15;
 text-decoration: underline; 
}

/* IMP */

a.imp:link, a.imp:visited {
 color: #ff0000;
 text-decoration: none;
}

a.imp:hover {
 cursor: auto;
 color: #8A1132;
 height: 0px;
 text-decoration: underline;
}

span {
 margin: 0;
 color: #8A1132;
 font-weight: bold;
}

h1, h2, h3, h4 {
 display: inline;
 font-weight: normal;
 color: #36332A;
 margin: 0 4px;
 padding: 0;
}

h1 {
 font-size: 30px;
 LINE-height: 21px;
}

h2 {
 font-size: 23px;
 LINE-height: 25px;
}

h3 {
 font-size: 20px;
 LINE-height: 21px;
}

h4 {
 font-size: 16px;
 LINE-height: 17px;
}

/* LAYOUT */

#main {
 width: 100%;
 min-width: 800px;
 min-height: 100%;
 margin: 0px;
}

#frame {
 width: 800px;
 border: 0px solid #000;
 margin: 0px;
}

#logoleft {
 background: url('index_images/logoleft.jpg') no-repeat;
 width: 385px;
 color: #8A1132;
}

#logoright {
 background: url('index_images/logoright.jpg') no-repeat;
 width: 415px;
}

#logoleft, #logoright {
 height: 305px;
 margin: 0px;
}

.lefts {
 float: left;
}

.rights {
 float: right;
}

.clear {
 clear: both;
 padding-top: 5px;
}

#foot {
 border-bottom: 0px;
 border-top: 1px dashed #8A1132;
 border-left: 0px;
 border-right: 0px;
 padding: 2px 0px;
}

#foot, #footleft, #footright {
 font-size: 9px;
 line-height: 14px;
 color: #666;
 margin: 0px;
}

#footleft {
 text-align: left;
}

#footright {
 text-align: right;
}

#footleft, #contentleft {
 width: 570px;
}

#footright, #contentright {
 width: 210px;
}

#contentleft {
 text-align: justify;
}

#contentright {
 text-align: right;
}

#menul {
 text-align: left;
 margin: 115px 0px 0px 115px;
}

#menul ul, #menul ol {
 color: #36332A;
 padding: 0 2px;
 margin: 0;
 background-color: inherit;
 list-style: none;
}

#menul li a:hover {
 color: #8A1132;
 text-decoration: underline;
 font-weight: normal;
 margin-left: 5px;
}

#menul a:link, #menul a:visited {
 color: #175167;
 text-decoration: none;
 font-weight: normal;
}

#menul li { padding: 6px 0;}

#telefon {
 background: url('index_images/telefon.gif') no-repeat;
 width: 200px;
 height: 130px;
 padding: 18px 0 0 0;
 line-height: 30px;
}

/* END_LAYOUT */

/* pozycjonowanie tekstu */

.cntr {text-align: center;}
.lt {text-align: left;}
.rt {text-align: right;}
.ju {text-align: justify;}

/* ogolne */

div, p {
 font-size: 14px;
 color: #36332A;
 LINE-height: 18px;
}

div, p, hr {
 margin: 10px 0px;
 padding: 0px;
}

ul, ol {
 color: #000;
 padding: 6px 40px;
 LINE-height: 18px;
 margin: 0;
}

ul li {
 color: #000;
 LINE-height: 16px;
 padding: 10px 0;
 font-size: 15px;
}

hr { 	
 border-bottom: 1px dashed #8A1132;
 border-top: 0px;
 border-left: 0px;
 border-right: 0px;
 line-height: 0px;
 height: 1px;
}

img {
 border: 0;
}

.fo12 {font-size: 12px;}
.fo10 {font-size: 10px;}
