/* STANDARDS ELEMENTS */

html, body {
    background: #fefefe;
    color: #696969;
    margin: 0;
    font: 12px Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}
a {
	color: #7396bf;
	text-decoration: none;
}
a:hover {
	color: #7396bf;
	text-decoration: underline;
}
a:active { 
	outline: none; /* Firefox Dotted Outline Fix */
}
a:focus { 
	-moz-outline-style: none; /* Firefox Dotted Outline Fix */
}

input[type="text"], input[type="password"]  {
	margin: 0;
	padding: 7px 8px;
	border: 1px solid #e7e7e7;
	background: #FFF;
	width: 250px;
	font:0.92em Arial,Helvetica,sans-serif;
	color:#7d7d7d;
}

input.login {
	width: 330px;
}

input.download {
	width: 360px;
}

.mini { font-size: 60%; }
.small { font-size: 80%; }
.orange { color: #cc6600; }
.blue { color: #00204e; font-weight: bold;}
.link { color: #7396bf; }
.counter {
    font: 24px Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
    color: #cc6600;
    margin: 0;
    padding: 0;
    text-align: center;
}
.datum{font-weight: bold;}
h2 {
    font: 24px Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
    color: #cc6600;
    margin: 0;
    padding: 20px 0;
}
h3 {
    font: 24px Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
    color: #696969;
    margin: 0;
    padding: 0;
}

h4 {
    font: 18px Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
    color: #696969;
    margin: 0;
    margin-left:10px;
    padding: 0;
}

#container {
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    width: 900px !important;
}

#info {
  float: right;
  width: 200px;
  height: 78px;
  margin: 20px;
  padding:5px;
  background-color:#eeeeee;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#logo {
	float:left;
	width: 496px;
	height: 83px;
	background: url('images/logo.png') no-repeat top left;
	margin: 20px 0;
}

#logo a {
	width: 496px;
	height: 83px;
}

#menu {
	float: right;
       height: 33px;
	text-align: right;
	margin: 0px;
}
#menu ul {
     margin: 0px;
     padding:0px;
}
#menu li {
    text-align: center;
    list-style: none;
    width: 140px;
    float: left;
    margin: 0 2px;
	background: url('images/bg_top_menu_off.png') no-repeat;
}
#menu li a {
    width: 140px;
    height: 33px;
    color: #ffffff;
	font-size: 150%;
	display: block;
	line-height: 21pt;
}
#menu li a:hover {
    width: 140px;
    text-decoration: none;
    height: 33px !important;
	background: url('images/bg_top_menu_on.png') no-repeat;
}
#menu li a.active {
	background: url('images/bg_top_menu_active.png') no-repeat;
}
#content {
	width: 100%;
	min-height: 300px;
	padding: 0;
	border-top: 2px solid #0a1c3b;
}
.home {
	width: 375px;
	height: 155px;
	margin: 20px;
	background-color: #dfe9ed;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.kredit {
	width: 390px;
	height: 350px;
	font-size: 120%;
	margin: 10px;
	padding: 10px;
	background: url('images/bg_dobit_kredit.png') repeat-x bottom;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.cennik {
	width: 390px;
	height: 150px;
	font-size: 120%;
	margin: 10px;
	padding: 10px;
	background: url('images/bg_dobit_kredit.png') repeat-x top;
	border: 1px solid #d5d5d5;
	text-align:center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#footer {
	clear: both;
	width: 100%;
	font-size: 80%;
	padding: 15px;
	margin-top: 50px;
	border-top: 1px solid #dadada;
	text-align: center;
}

table.tab1
{ 
background-color: #eeeeee;
border: 1px #00587e solid;
border-collapse: collapse;
border-spacing: 0px;
}
table.tab1 td { height:25px; padding:0 25px;border: 1px #00587e solid;}
table.tab1 th { height:25px; background-color: #dddddd;}

table.tab2
{ 
background-color: #eeeeee;
border: 1px #00587e solid;
border-collapse: collapse;
border-spacing: 0px;
}
table.tab2 td { padding:0 25px;border: 1px #00587e solid;}
table.tab2 th { background-color: #dddddd;}
