/*** BODY ***/
html, body { 
	height: 100%;
  background-color:white;
}

body {
	margin: 0;
	padding: 0;
	color: #838387;
	font-family: Sans, Arial;
	font-size: 14pt;
	font-weight: lighter;
}

div#holder {
	min-height: 100%;
	position: relative;
}

div#logo {
	padding: 5px;
	background-color: white;
}

div#logo, div#logo img {
	display: block;
	float: left;
}

div#menu {
	display: block;
	float: right;
	margin-top: 50px;
	margin-right: 50px;
	height: 80px;
	font-family: Linux Libertine G, Sans, Arial;
	font-weight: bold;
}

#menu ul, #menu ul li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

#menu ul li {
  display: inline;
  white-space: nowrap;
}

#menu ul li a {
	text-decoration: none;	
	color: #838387;
	font-size: 17pt;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#menu ul li a:hover {
	color: #c81d25;
}

img.hamburger {
	display: none;
}

div.page-header {
  display: none;
}

div#content {
	clear: both;
	width: 100%;
	padding-bottom: 100px;		
	overflow: auto;
}

div#content a {
	color: #c81d25;
  	text-decoration: none;
}

div#content a:hover {
	color: #c81d25;
  	text-decoration: underline;
}

h2 {
	font-weight: lighter;
	font-size: 20pt;	
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

div.text p, div.text h2 {
	text-align: justify;
	margin-left: 8%;
	margin-right: 8%;
}

div.text h2 {
	padding-top: 50px;
}

div.text img {
	float: right;
	width: 40%;
	margin: 10px;
}

div.text iframe {
	float: right;
	width: 60%;
	margin: 10px;
  	border: none;
}

textarea, input, select {
	font-family: Sans, Arial;  
  	font-size: 12pt;
}

label {
  	font-weight: bold;
}

label span {
	font-style: italic;
  	font-weight: normal;
}

div.text table {
  	margin-left: 8%;
	margin-right: 8%;
}

div.text table.full {
  	margin: 0 auto;
  	width: 90%;
  	border-collapse: collapse;
	table-layout: fixed;
  	margin-bottom: 25px;
}

div.text table.full tr td {
  	border: 1px solid black;
  	padding: 2px;
  	width: 16%;
}

div.text table.full tr td textarea {
    resize: none;
}

div.text table.full tr td input[type=text], div.text table.full tr td input[type=date], div.text table.full tr td textarea {
  	width: 100%;
  	padding: 0;
  	margin: 0;
  	border: none;
    border-bottom: 2px solid black;
}

div.text table.full tr td input:focus, div.text table.full tr td textarea:focus {
  	border-color: #c81d25 !important;
}

div.text table.full tr td input.no-auto {
    border: 1px solid black;
  	width: auto;
  	padding: 2px;
}

div.text table.full tr td select {
  	width: 100%;
  	padding: 0;
  	margin: 0;
}

div.text table.full tr td.center {
    text-align: center;
}

div.text table tr td {  
  vertical-align: top;
}

div.text table tr td.right {
  text-align: right;
}

div.text {
	clear: both;
}

div.blok, div.head {
	position: relative;
	display: block;
	width: 90%;	
	margin: 0 auto;
}

div.blok {
	background-color: #EEE;
	background-image: url('../images/pasek3.png');	
	background-repeat: repeat-y;
	background-position: top right;
	box-shadow: 1px 1px 2px 1px #838387;
	min-height: 100px;
	cursor: pointer;
	margin-bottom: 30px;
}

div.head {
	height: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	font-weight: bold;
	color: #c81d25;
}

div.head p {
	cursor: pointer;
}

div.blok > p, div.head p {
	display: block;
	width: 25%;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

div.blok p.numer {
	position: absolute;
	right: 20px;
	top: 0;
	width: auto;
}

div.blok div {
	clear: both;
	padding: 20px;
	padding-right: 0;
	margin-right: 40px;
	display: none;
}

div.blok p.numer, div.blok h3 {
	padding: 5px 10px 5px 10px;
}

div#footer {	
	clear: both;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100px;
	width: 100%;
	background-color: red;
	background-image: url('../images/pasek.png');	
	background-repeat: repeat-x;
	box-shadow: -1px 0px 10px 1px #838387;
}

.system-unpublished {
  display: none;
}

#footer span {
  	color: white;
 	margin: 20px;
}

#footer span.left {
  	float: left; 	
}

#footer span.right {
  	float: right; 	
}

div.icons {
  display: none;
}