body, html {width:100%; height: 100%; }
BODY {
  margin: 0px;
  text-align: center;
  background-color: #FFFFFF;
  font-size: 0.7em;
}
BODY, P, TD, DIV, A{
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, "Lucida Grande";
  color: #000000;
}
H2 {
  font-size: 1.3em;
  padding:0;
  margin: 20px 0 20px 0;
	border-bottom: solid 1px #1919C8;
}
H3{
  font-size: 1.1em;
  padding:0;
  margin: 20px 0 10px 0;
}
P {
  padding: 0;
  margin: 7px 0 7px 0;
  /*text-indent: 10px;*/
}
HR {
	border-style: solid;
  color: #1919C8;
	clear: both;
}
A {
	color: #1919C8;
}
UL {
  list-style: none;
  margin: 7px 0 0 10px;
  padding: 0;
  display: block;
}
LI{
  padding: 0 0 0 20px ;
  margin: 0;
  margin-bottom: 5px;
	background: url(images/li.gif) no-repeat 4px 5px;
}
ol li { background: none; margin: auto; padding: auto;}
/*=========================================================================
  Alingments
=========================================================================*/
.clear { clear:both; }
.textright { text-align: right; }
.textleft { text-align: left; }
.textcenter{ text-align: center; }
.left { float: left; }
.right{ float: right; }

/*=========================================================================
  GENERAL
===========================================================================*/
DIV#master {
  margin-left: auto;
  margin-right: auto;
  text-align:left; 
  position: relative;
  width:780px;
  height: 101%;
}

DIV.top, DIV.middle, #bottom {
  display: block;
  float: left;
  width: 780px;
}

/*=========================================================================
  TOP
===========================================================================*/
DIV.top{
  height: 133px;
  background: #1919C8 url(images/top_bg.gif) no-repeat 700px 50%;
	position: relative;
}
DIV.top H1 { display: block; margin:0; padding:0; text-align: center; color: #FFFFFF; 
	padding-left: 25px;
	font-weight: bold;
	font-size: 3.0em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 22px; 
}
DIV.top H1 A { display: block; width: 110px; height: 65px; position: absolute; top: 32px; left:22px; background: url(images/bip_logo.gif) no-repeat top left;}
DIV.top H1 A SPAN { display: none; }

/*=========================================================================
  MIDDLE
===========================================================================*/
DIV.middle{
  position: relative;
  min-height: 250px;
	height: auto !important;
	height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(images/menu_border.gif);
	background-repeat: repeat-y;
	background-position: 160px 0;
}

/*------------ search ------------*/
FORM.searchForm {
	margin: 0;
	padding: 0;
}

/*------------ mainmenu ------------*/
DIV.mainMenu{
  width: 145px;
  margin-right: 35px;
  display: block;
  float: left;
}
DIV.indexmaster DIV.mainMenu{
	position: absolute;
	visibility: visible; 
	top: 20px;
	left: 0;
}

DIV.mainMenu A { font-size: 1.1em; text-decoration: none; color: #1919C8}
DIV.mainMenu A:hover { text-decoration: underline; }
DIV.mainMenu UL {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
DIV.mainMenu UL LI{
  padding: 0 0 0 15px ;
  margin: 0;
  margin-bottom: 5px;
	background: url(images/li_menu.gif) no-repeat 4px 5px;
}
DIV.mainMenu UL LI A.selected {
  font-weight: bold;
  text-decoration: underline;
}
/* 2 poziom */
DIV.mainMenu UL LI UL { margin-top: 5px; }
DIV.mainMenu UL LI UL A { /*font-size: 10px;*/ }

DIV#breadCrumb{
  display: block;
  width: 530px;
}
DIV#breadCrumb A {
	color: #1919C8;
}

/*------------ content ------------*/
DIV.contentContainer{
  width: 580px;
  display: block;
  float: left;
  padding-bottom: 20px;
}

DIV.contentContainer H2 {
  font-size: 1.4em;
  font-weight: bold;
}
DIV.contentContainer H2, DIV.contentContainer H3  {
	color: #1919C8;
}
DIV.contentContainer P {
  text-align: justify;
}
DIV.contentContainer LI { 
	margin-bottom: 5px;
}

/*=========================================================================
  BOTTOM
===========================================================================*/
#footerMenu { 
  height: 37px; 
  background: #1919C8;
  color: #FFFFFF;
	position: relative;
	clear: both;
}
#footerMenu ul{ 
	list-style: none;
	text-align: right !important; 
	margin: 0; padding: 0; padding-right:7px; 
}
#footerMenu li {
	display: inline; margin: 0;	padding: 0 5px;
	background-image:none;
}
#footerMenu A {
	line-height: 37px;
  color: #FFFFFF;
	font-size: 0.9em;
}

#bottom { 
  height: 37px; 
	position: relative;
	text-align: center;
} 
#bottom SPAN {
  position: relative;
  top: 13px;
  margin-top: 7px;
  margin-left: 5px;
  margin-right: 5px;
}
 
.bip {
	display: block;
	width: 60px;
	height: 35px;
	text-indent: -3000px;
	background: url(images/logo_bip.gif) no-repeat 0 0; 
	position: absolute;
	left: 7px; 
	top: 1px;
}

/*=========================================================================
  KONTAKT
===========================================================================*/
DIV.form{
  width: 480px;
}
P.formLabel{
  display: block;
  text-align: left;
  font-weight:bold;
  color: #1919C8;
  width: 370px;
  margin-top: 7px;
}
.formField{
  width: 360px;
  border: solid 1px #1919C8;
  font-weight: normal;
}
P.formLabel input{
  font-weight: normal;
}
TEXTAREA.formField{
  height: 100px;
}
P.formButton{
  width: 370px;
  text-align: center;
}
INPUT.formButton{
  background-color: #1919C8;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1em;
  border-color: #FFFFFF;
}

.registry { width: 100%; }
.registry thead td { border-bottom: solid 1px #1919C8; font-weight: bold; color:#1919C8;}

.searchForm { width:145px; padding:0; margin:0;}
.searchForm label { font-weight: bold; color: #1919C8;}
.searchForm #fraza {width:142px;}
.searchForm .formButton { float: right; padding:1px; margin: 3px 0; width:80px; font-size: 0.95em;}