*, body * {
	margin: 0;
	padding: 0;
}

body {
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	font-weight: normal;
	color : #494949;
	background-color: #164972;
	}

td	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	color : #515151;
	line-height: 16px;
}

p	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	color : #515151;
	margin: 0;
}

ul	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	margin-left: 17px;
	margin-top: 0x;
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
}

ol	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-position: outside;
	vertical-align: middle;
	color : #515151;
}

blockquote {
    margin-left: 15px;
}

a:link 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #4388BD;
}

a:active
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #4388BD;
}

a:visited
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #4388BD;
}

a:hover
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: underline;
	font-weight: normal;
	color: #4388BD;
}

a.header:link 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	font-weight: normal;
	color: #494949;
}

a.header:active 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	color: #494949;
	font-weight: normal;
}

a.header:visited 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: none;
	color: #494949;
	font-weight: normal;
}

a.header:hover 
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	text-decoration: underline;
	color: #494949;
	font-weight: normal;
}

h1	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :20px;
	font-weight: bold;
	color : #FCB200;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}

h2	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :16px;
	font-weight: bold;
	color : #FCB200;
	margin-bottom: 9px;
	margin-top: 0px;
}

h3	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :13px;
	font-weight: bold;
	color: #4288BD;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 5px;

}

.content {
	background-color: #FFFFFF;
	padding: 20px 20px 0px 20px;
	border-left:1px solid #E8E8E8;
	height:400px;
	vertical-align:top;
}

.path {
	padding: 10px 4px 9px 4px;
}
.footer {
	font-size:9px;
	background-color:#FFFFFF;
	background-image:url(../images/footer_bg.gif);
}
input,.input
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size :11px;
	background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #515151;
	vertical-align: middle;
}

textarea	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

select	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
	font-size : 11px;
	BACKGROUND-COLOR: #FFF;
	border-bottom: #CCCCCC;
	border-left: #CCCCCC;
	border-right: #CCCCCC;
	border-top: #CCCCCC;
	border: solid 1px #BFBFBF;
	vertical-align: middle;
}

textarea.error
		{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CA0000;
    border-left: 1px solid #CA0000;
    border-right: 1px solid #CA0000;
    border-top: 1px solid #CA0000;
}

input.error
			{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #515151;
    background-color: #FFFFFF;
    border-bottom: 1px solid #CA0000;
    border-left: 1px solid #CA0000;
    border-right: 1px solid #CA0000;
    border-top: 1px solid #CA0000;
}

.success
			{
    font-weight: bold;
	color: #3F4B51;
}

.error
			{
    font-weight: bold;
	color: #CA0000;
}

.image
	{
	border: 3px solid #D6DBDF;
	vertical-align: top;
}

.image:hover
	{
	border: 3px solid #008FE6;
}

#popup {
    background: #2879B1;
}

#panel_login {
	width: 26px;
	height: 18px;
	background-image:url(../images/bu_ok.gif);
}
.zoom img {
    border: 3px solid #D6DBDF;
}

.zoom:hover img {
    border: 3px solid #008FE6;
}

hr {
	height: 0; border: 0;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 9px;
	margin-bottom: 9px;
    clear: both;
    border-top: 1px solid #fff;
}

.hide {
    display: none;
}


.row {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
}

.searchButton {
	background: transparent url('../images/go.gif') no-repeat;
	width: 27px;
	height: 17px;
	border: 0;
	cursor: pointer;
}

.button {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: normal;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	background-color: #4388BD;
	margin: 0px;
	padding: 2px;
	vertical-align: middle;
}

button {
	cursor: pointer;
	border: 0;
	background-color: #F3F3EE;
	margin: 0;
	padding: 0;
	vertical-align: middle;	
}

.radio {
	border: 0px none;
}

.data {
	font-family : Arial, Helvetica, sans-serif;
	font-size :10px;
	font-weight: normal;
	color : #B3B3B3;
}

.tytul {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #2F7CB7;
	margin-bottom: 6px;
}

.rezerwacja {
	cursor: pointer;
	border: 0;
	background: url(http://www.proauto.pl/new/images/rezerwacja.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 19px;
	width: 73px;
}


.image_background {
	background-color: #E2DED8;
}

#search, #search * {
	margin: 0;
	padding: 0;
}

.tydzien {
    margin: 0;    
    margin-bottom: 20px;
    padding: 0;
}

.dzien {
    width: 80px;
    margin: 0;
	text-align:left;
}

.dzien th {
    background: #E6F4FF;
    color: #26a;     
    padding: 7px;
}

.dzien td {
    height: 45px;
    margin: 0;
    vertical-align: middle;
    border-bottom: 1px solid #E1E1E1;
    padding: 0px 0px;
    font-weight: bold;  
}

.dzien td:hover {
    background: #E6F4FF;
}

.zamkniete, td.zamkniete {
    background: #fed;
    color: #900;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

td.zamkniete:hover {
    background: #f98;
}

.zamkniete a, .zamkniete a:visited {
    color: #900;
}

.zamkniete a:hover {
    color: #d00;
}

.karty, .karty ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.karty ul {
	margin-left: 33px;
}

.grupa {
	display: block;
	background: transparent url(../images/grupa.gif) no-repeat 0 0;
	text-indent: 34px;
	width: 180px;
}

.uls li {
	background: transparent url(../images/sxicon4.gif) no-repeat 0 0;
	text-indent: 18px;
	height: 18px;
}

.graybackground {
	background-color: #F3F6F8;
}

#mapka{
  background: #fff url(../images/mapka4.gif) no-repeat;
  width: 360px;
  height:474px;
  margin: 10px auto;
}

#przedstawiciele{
  background: #fff url(../images/przedstawiciele.gif) top left no-repeat;
  width: 100%;
  height: auto;
  margin: 30px auto 20px;
  padding: 40px 0 0;
    float: left;
}
#dzialPrzemyslowy{
  background: #fff url(../images/dzialPrzemyslowy.gif) top left no-repeat;
  width: 100%;
  height: auto;
  margin: 0px auto 20px;
  padding: 40px 0 0;
  float: left;
}
#kierownikMiedzyrzecz{
  background: #fff url(../images/kierownikMiedzyrzecz.gif) top left no-repeat;
  width: 100%;
  height: auto;
  margin: 0px auto 20px;
  padding: 40px 0 0;
  float: left;
}
#kierownikKoszalin{
  background: #fff url(../images/kierownikKoszalin.gif) top left no-repeat;
  width: 100%;
  height: auto;
  margin: 0px auto 20px;
  padding: 40px 0 0;
  float: left;
}
#dyrektorHandlowy{
  background: #fff url(../images/dyrektorHandlowy.gif) top left no-repeat;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 40px 0 0;
  float: left;
}
#przedstawiciele div, #dzialPrzemyslowy div, #dyrektorHandlowy div, #kierownikMiedzyrzecz div, #kierownikKoszalin div {
  float: left;
  width: 160px;
  height: 52px;
  padding: 32px 8px 0 78px;
  color: #424242;
  margin-bottom: 25px;
}
#przedstawiciele div strong, #dzialPrzemyslowy div strong, dyrektorHandlowy div strong, #kierownikMiedzyrzecz div strong, #kierownikKoszalin div strong {
  color: #174871;
  font-size: 13px;
}

.p001{
  background: #fff url(../images/p001.jpg) left top no-repeat;
}
.p002{
  background: #fff url(../images/p002.jpg) left top no-repeat;
}
.p003{
  background: #fff url(../images/p003.jpg) left top no-repeat;
}
.p004{
  background: #fff url(../images/p004.jpg) left top no-repeat;
}
.p005{
  background: #fff url(../images/p005.jpg) left top no-repeat;
}
.p006{
  background: #fff url(../images/p006.jpg) left top no-repeat;
}
.p112{
  background: #fff url(../images/p112.jpg) left top no-repeat;
}
.p114{
  background: #fff url(../images/p114.jpg) left top no-repeat;
}
.p114k{
  background: #fff url(../images/p114k.jpg) left top no-repeat;
}
.p301{
  background: #fff url(../images/p301.jpg) left top no-repeat;
}
.p301k{
  background: #fff url(../images/p301k.jpg) left top no-repeat;
}
