body, html {width:100%; height: 100%;}
BODY {
  margin: 0px;
  text-align: center;
  background-color: #FFFFFF;
}
BODY, P, TD, DIV, A{
  font-family: 	Verdana, Arial, Helvetica, "Lucida Grande", sans-serif;
  font-size: 11px;
  color: #000000;
}
H2 {
  font-size: 14px;
  padding:0;
  margin: 20px 0 20px 0;
	border-bottom: solid 1px #003C3C;
}
H3{
  font-size: 12px;
  padding:0;
  margin: 20px 0 10px 0;
}
P {
  padding: 0;
  margin: 7px 0 7px 0;
  /*text-indent: 10px;*/
}
HR {
	border-style: solid;
  color: #003C3C;
}
/*=========================================================================
  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, DIV#bottom {
  display: block;
  float: left;
  width: 780px;
}

/*=========================================================================
  TOP
===========================================================================*/
DIV.top{
  height: 133px;
  background: url(/img/top_bg.jpg) no-repeat top left;
}
DIV.top H1 { display: block; margin:0; padding:0; }
DIV.top H1 A { display: block; width: 90px; height: 120px; position: relative; top: 10px; left:25px;}
DIV.top H1 A SPAN { display: none; }

DIV.indexmaster DIV.top{
  height: 188px;
  background: url(/img/top_bg_main.jpg) no-repeat top left;
}

/*=========================================================================
  MIDDLE
===========================================================================*/
DIV.middle{
  position: relative;
  min-height: 250px;
	height: auto !important;
	height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url(/img/menu_border.gif);
	background-repeat: repeat-y;
	background-position: 160px 0;
}
DIV.indexmaster DIV.middle {
/*	background-image: none; */
}
/*------------ 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.menuSwitcher{
	position: absolute;
	top: -10px;
	text-align: center;
	background: #005A5A;
}
DIV.menuSwitcher A { color: #FFFFFF; text-decoration: none;	height: 20px; line-height: 20px;
	width: 60px; display: block; font-weight: bold;
}

DIV.mainMenu A { font-size: 12px; text-decoration: none; color: #003C3C}
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(/img/menu_li.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: #003C3C;
}

/*------------ languages ------------*/
UL#languages{
  display: block;
  position: absolute;
  background: #008080 url(/img/languages_bg.gif) repeat-y top left;
  top: -10px;
  right: 0;
  width: 70px;
  height: 24px;
  margin: 0;
  padding:0;
  list-style:none;
}
UL#languages LI { 
  display: inline;
  margin: 0;
  padding: 0;
}
UL#languages LI A {
  display: block; 
  float: left;
  width: 26px;
  height: 15px;
  margin-top:3px;
  overflow: hidden;
/*  position: absolute;*/
  float: right;
  z-index:20;
  border: solid 1px #FFFFFF;
  margin-right: 4px !important;
  margin-right: 3px;
}
UL#languages LI A.deutsch { background: url(/img/flaga_de.gif) no-repeat; }
UL#languages LI A.english { background: url(/img/flaga_en.gif) no-repeat; }
UL#languages LI A.polish { background: url(/img/flaga_pl.gif) no-repeat; }
UL#languages LI A SPAN {display: none;}

/*------------ content ------------*/
DIV.contentContainer{
  width: 580px;
  display: block;
  float: left;
  padding-bottom: 20px;
  text-align: justify;
}

DIV.contentContainer H2 {
  font-size: 16px;
  font-weight: bold;
}
DIV.contentContainer H2, DIV.contentContainer H3  {
	color: #003C3C;
}
DIV.contentContainer P {
 
}
DIV.contentContainer LI { 
	margin-bottom: 5px;
}

DIV.indexmaster {	
	background: url(/img/main_bg_left.gif) no-repeat 20px 240px;
}
DIV.indexmaster DIV.contentContainer{
  width: 100%;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	background: url(/img/main_bg_right.gif) no-repeat 533px 40px;
}

DIV.indexmaster DIV.contentContainer H1{
	color: #003C3C;
	font-size: 27px;
	text-align: center;
	margin-top: 80px;
}
DIV.indexmaster DIV.contentContainer H2{
	border-bottom: none;
	text-align: center;
	font-size: 18px;
}

/*=========================================================================
  BOTTOM
===========================================================================*/
DIV#bottom { 
  height: 37px; 
  background: #008080 url(img/bottom_bg.jpg) repeat-y top left;
  color: #FFFFFF;
  text-align: center;
	position: relative;
}
DIV#bottom A {
  color: #FFFFFF;
}
DIV#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(img/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: #003C3C;
  width: 370px;
  margin-top: 7px;
}
.formField{
  width: 360px;
  border: solid 1px #003C3C;
  font-weight: normal;
}
P.formLabel input{
  font-weight: normal;
}
TEXTAREA.formField{
  height: 100px;
}
P.formButton{
  width: 370px;
  text-align: center;
}
INPUT.formButton{
  background-color: #003C3C;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  width: 80px;
  height: 22px;
  border-color: #FFFFFF;
}
.lista_notariuszy  tbody tr:hover { background-color: #e3e3e3; } 
