


html, body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
}

#NAGLOWEK, #STOPKA {
	background-color: #d7d7d7;
	width: 100%;
	height: 200px;
}

#LOGO {
	width: 335px;
	height: 70px;
	float: left;
	overflow: hidden;
	background-color: #554a58;
	color: white;
	padding-top:20px;
	vertical-align:center;
	
}

H1 {
  font-family: 'Jura', serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0px;
}

H2 {
  font-family: 'Jura', serif;
	font-size: 16px;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px;
	color: white;
}

P {
  font-family: 'Jura', serif;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0px;
}
P.play {
  font-family: 'Play', serif;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 400;
	margin: 0px;
}

#MENU {
	width: 670px;
	height: 80px;
	padding-top:80px;
	float: left;
	overflow: hidden;
	background-color: #008000;
	color: white;
	text-align:center;
}

#TRESC {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: white;
	position: relative;
}

#N1 {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#N2 {
	width: 1005px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: darkgray;
	position: relative;
	z-index: 1;
}

div.box {
	width: 335px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	color: white;
	text-align: left;
	z-index: 200000;
}

div.horizontalbox {
	width: 670px;
	height: 150;
	overflow: hidden;
	position: absolute;
	color: white;
	text-align: left;
	z-index: 200000;
}

div.text {
  position: absolute;
	left: 20px;
	top:20px;
	width:295px;
	height:260px;
}
#NM {
	width: 1005px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	z-index: 0;
	left: 0px;
	top:0px;
}
#NF {
	width: 1005px;
	height: 430px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: absolute;
	z-index: 0;
	left: 0px;
	top:0px;
	background-image: url("kancelaria1.jpg")
}

#DialogOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}
#DialogOverlayContent {
    position: absolute;
    top: 30%;
    left: 20%;
    color: #000;
    text-align: center;
    width: 60%;
    z-index: 999999;
    background: rgba(255, 255, 255, 1);
    border: 2px solid;
    border-radius: 25px;
}
#DialogOverlayContent > p {
    color: #000;
    margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
}
#DialogOverlayContent > p a:hover {
	 color: red;
}


ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}


ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px 10px;
	font-family: 'Jura', serif;
	font-size: 18px;
	line-height: 80px;
	font-weight: 700;
}

ul a:link, ul a:visited {
	text-decoration: none;
	color: white;
}

ul a:hover {
	 color: #5bc9d2;
}

a.page:link, a.page:visited {
	color: black;
}

p a:link, p a:visited {
	text-decoration: none;
	color: #008000;
}
p a:hover {
	 color: white;
}

.responsive-image {
  height: auto;
  width: 100%;
}