/*********** START DEFINICJE OGOLNE *************/

body {

    font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#333;
background-image: url(/images/bg3.jpg);

	}

	
	#wrapper {width:100%; display:table; border: 1px solid black;}
  .kolumna {display:table-cell; border: 1px solid black;}

   table {
      margin:1em 0;
      border-top:1px solid #b98;
      border-left:1px solid #b98;
      font-size:85%;
      }
    th, td {
      border-right:1px solid #ba9;
      border-bottom:1px solid #ba9;
      padding:4px 10px;
      text-align:left;
      color:#754;
      vertical-align:top;
      }
    th {
      background:#ddc;
      color:#432;
      }
      
/**************** specjalne *******************/

.clr {
clear: both;
}

.hidden {
	display: none;
	}
strong, b {
	font-weight: bold;
	}


label {
    font-weight: bold;
}



/**************** linki *******************/

a {
	text-decoration: none;
font-weight: bold;
	color:  #C64934;
	outline: none;
	}
a:visited {
	color:  #C64934;
	}
a:active {
	color:  #C64934;
	}
a:hover {
	color: #C64934;
	text-decoration: none;
	
	border-bottom: 1px dashed #C64934;
	}

/**************** naglowki *******************/




.grey {
background-color: #6F6F6F;
}

.lgrey {
background-color: #CFCFCF;
padding-left: 15px;
}

.orange {
background-color: #F78222;
}

.lorange {
background-color: #FCD3B1;
padding-left: 15px;
}


.red {
background-color: #DF0A00;
}

.lred {
background-color: #EFD2D1;
padding-left: 15px;
}

.blue {
background-color: #1FAAFF;
}

.lblue {
background-color: #B5DEF7;
padding-left: 15px;
}


.green {
background-color: #84C325;
}

.lgreen {
background-color: #DAFF9F;
padding-left: 15px;
}

.purple {
background-color: #994778;
}

.lpurple {
background-color: #FFCFEC;
padding-left: 15px;
}




div.title {
border: 1px solid #D4D6D5;
display: block;
width: 100%;
background-color: #F78222;
height: 20px;
}


h1
{
  margin-left: 30px;
  width: 200px;
  height: 100%;
  font-family: Verdana;
  font-size: 10px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  display: inline;
  background-color: #FCD3B1;
  border-right: none;
  border-left: none;
  padding-left:20px;
  padding-right:50px;

}

h2
{
  margin: 3px 0;
  padding: 1px;
  padding-left: 5px;
  color: #555;
  font-size: 14px;

 /* border-left: 4px solid #73B65A; */
  background-color: #ffc;
  border-right: none;
  border-left: none;
}


.nowrap {
	white-space: nowrap;
/* must be combined with nobr in html for ie5win */
	}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	}

/********** obrazki ************/

img {
	border: 0;
	}

img.mini{
width: 80px;
height: 60px;
text-align: center;
margin-left: 10px;
}


/* TOOLBAR */


#menu div   {
		margin: 2px;
		float: left;



	}

#menu div a {
		display: block;
		height: 50px !important;
		height: 50px;
		width: 170px !important;
		width: 170px;
		vertical-align: middle;
		text-decoration : none;
		text-align: left;
                        font-weight: bold;
		border: 1px solid grey;
		padding: 4px;
		color : black;
                        background-image: url(/images/bg4.gif);

	}


            #menu div a:hover   {




	}


	#menu div.green2 a   {
	border-right: 6px solid #84C325;
            border-left: 6px solid #84C325;

		color: #84C325;
	}
	#menu div.green2 a:hover   {
			border: 1px solid #84C325;

	}

	#menu div.orange a   {

            border-right: 6px solid #F78222;
            border-left: 6px solid #F78222;
            color:  #F78222;
	}

	#menu div.orange a:hover   {
                border: 1px solid #F78222;


	}

	#menu div.grey a   {

            border-right: 6px solid #808080;
            border-left: 6px solid #808080;
            color:  white;
	}

	#menu div.grey a:hover   {
                border: 1px solid #808080;


	}



	#menu div.blue a   {
	border-right: 6px solid #1FAAFF;
            border-left: 6px solid #1FAAFF;
            color: #1FAAFF;

	}

	#menu div.blue a:hover   {
		border: 1px solid #1FAAFF;

	}


            #menu div.purple a   {
            border-right: 6px solid #994778;
            border-left: 6px solid #994778;
            color: #994778;

	}
	#menu div.purple a:hover   {
			border: 1px solid #994778;

	}



	#menu div.purple2 a   {
	   border-right: 6px solid #291670;
            border-left: 6px solid #291670;
            color: #291670;

	}
	#menu div.purple2 a:hover   {
			border: 1px solid #291670;

	}


	#menu div.red a   {
	   border-right: 6px solid #DF0A00;
            border-left: 6px solid #DF0A00;
            color: #DF0A00;

	}
	#menu div.red a:hover   {
			border: 1px solid #DF0A00;

	}


#menu div a img {

		vertical-align: middle;
		margin: 6px;
		border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
	}

#content_page {
clear: both;
margin-top: 5px;
background-color: white;
padding: 20px;
text-align: justify;
}

#menu div.kontakt {
		display: block;
                        margin-top: 20px;
		width: 178px !important;
		width: 178px;

		vertical-align: middle;
		text-decoration : none;
		text-align: center;
                        font-weight: bold;
		border: 1px solid grey;
		padding: 6px;
		color : white;
                        background-image: url(/images/bg4.gif);

	}

#menu div.kontakt a {
border: 0px;
border-bottom: 1px dotted #555;
display: inline;

}

div#net2000 {
margin-top: 20px;
color: #DF0A00;
text-align: center;
padding: 5px;
}

div#przewoznicy {
margin: 10px;
padding: 10px;
text-align: center;
}

#przewoznicy div {
margin-bottom: 20px;
}

#przewoznicy div a img {
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;
}



div#przewoznik_text {
margin-top: 0px;
margin-bottom: 20px;
width: 210px;
float: left;
text-align: center;
}

#przewoznik_text p {

clear: left;
float: left;
}

#przewoznik_text ul {
clear: left;
padding-left: 1.5em;
margin: 10px 10px 25px 0px;
list-style-type: square;
text-align: justify;
}

#przewoznik_text ul li {
margin: 0;
padding: 0;
margin-top: 10px;
}


#przewoznik_text img {
float: left;
margin: 0 0 20px 10 px;
clear: right;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;

}

div#przewoznik {
margin-bottom: 20px;
padding:5px;
float: right;
width: 205px;
}

div#przewoznik img {
margin-bottom: 10px;
border-top: 1px solid #999;
border-right: 2px solid #555;
border-bottom: 2px solid #555;
border-left: 1px solid #999;

}

p.title {
text-align: center;
font-size: 13px;
margin: 10px 0 15px 0;
}




div.agent {
margin-bottom: 10px;
border: 1px dashed #DF0A00;
height: 120px;
padding: 5px;
}

div.lagent {
float: left;
margin-right: 15px;
}

div.ragent {
text-align: left;
padding: 5px;
widht: 150px;
vertical-align: text-top;
}

div.ragent h2 {
text-align: center;
font-weight: bold;
font-size: 13px;
}