body { 
	margin: 0px; 
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	background-color: #ffffff;
	color: #14366a;
} 
* { 
	font-family: verdana;
} 

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

hr{
	border:0;
	color: #9B9BCC;
	background-color: #9B9BCC;
	height: 1px;
	width: 100%;
}


form { 
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
}

input {
	font-size: 11px;
}
textarea {
	font-size: 11px;
}
select {
	font-size: 11px;
}

.colorblue {
	color: #14366a;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear: both;
}

select {
	color:#14366a;
}

input.inp {
	font-size: 11px;
	background-image: url("i/form_inp_bg.gif");
	padding: 3px 0px 0px 0px;
	width: 80px;
	border: 0px;
}

input.inp2 {
	font-size: 11px;
	background-image: url("i/form_inp_bg.gif");
	background-repeat: repeat-x;
	padding: 3px 0px 0px 0px;
	width: 270px;
	border: 0px;
	color: red;
}

.noborder {
	border: 0px;
	padding: 3px 0px 0px 0px;
	color: #6f6f6f;
}

a {
	color: #14366a;
	text-decoration: none;
}

a:hover{
	color: #14366a;
	text-decoration: underline;
}

a.szary {
	color: #6f6f6f;
	text-decoration: none;
}

a.szary:hover{
	color: #6f6f6f;
	text-decoration: underline;
}

a.more {
	padding-right: 15px;
	background-image: url("i/ball-s.gif");
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
}

/** COMPONENTS */
.row {
	padding-bottom: 15px;
}
.row .title h3, .row a.title{
	font-size: 12px;
	margin:0;padding:0;
}
.row .date i{
	font-size: 10px;
}
.row .lead{
	font-size: 11px;
}

.pageNav b{
	color: #cc0000;
	font-weight: bold;
}

.component h3 {
	font-size: 12px;
	margin:0;padding:0;
}
.component .date i {
	font-size: 10px;
}

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

#profil table, table.dataInsp {
	width: 70%;
	border-collapse: separate;
	border-spacing: 5px; 
}
#profil th, table.dataInsp th{
	width: 30%;
	text-align:right;
	padding-right: 10px;
	white-space: nowrap;
}
* html #profil tr, * html table.dataInsp tr {
	padding-bottom: 5px;
}

#profil input.itext, table.dataInsp  input.itext{
	border:0;
	border-bottom: 1px #FF6F71 solid;
	width: 100%;
	color: #204B7E;
}
#kalkulator table.dataInsp  input.itext{
	text-align: right;
}
#profil input.ivalue, table.dataInsp  input.ivalue{
	border:0;
	border-bottom: 2px #FF6F71 solid;
	font-weight: bold;
	color: #204B7E;
	width: 100%;
}

#profil textarea.iarea, table.dataInsp textarea.iarea{
	border:0;
	border-bottom: 1px #FF6F71 solid;
	width: 100%;
	height: 100px;
	color: #204B7E;
}

#profil select.iselect, table.dataInsp  select.iselect{
	border:0;
	border-bottom: 1px #FF6F71 solid;
	width: 100%;
	color: #204B7E;
}


table.dataInsp label {
	font-weight: bold;
}

.pageNavInfo {
	margin-bottom: 20px;
}

.searchComm {
	color: #cc0000;
	font-weight: bold;
	margin-bottom: 10px;
}
