body{
	background-color: white;
	font-family: Arial,verdana,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
}

#container{
	margin: 0 auto;
	width: 1014px;
	z-index: -10;
	min-height:100%;
	height:auto;
	text-align: left;
}

#contentwrapper{
	padding: 0;
	margin: 0;
	clear:both;
	float:left;
	width: 100%;
	min-height: 100%;
	/* padding-bottom: 182px; */
	padding-bottom: 100px;
}

#header{
	height: 150px;
	width: 100%;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
}

#top-header{
	background-image:url("images/naglowek_rozklad_spekt.png");
	background-repeat:no-repeat;
	background-position: right bottom;
	height: 90px;
	width: 100%;
	border-bottom: 3px solid black;
	position: relative;
}

#logo-pod-dachem{
	background-image:url("images/logo_poddachem.png");
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	height: 77px;
	width: 119px;
	position: absolute;
	bottom: 5px;
	left: 160px;
}

#logo-lab{
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

#logo-lab .logo-lab-bottom{
	font-style: italic;
}

#address{
	position:absolute; bottom:2px; left:290px;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#address span{
	margin-left: 7px;
	padding: 0;
}
#menu{
	height: 20px;
	text-align: center;
	width: 100%;
	display:block;
	float: left;
	text-align: center;
}

#menu ul{
	list-style:none;
	margin: 0 0 0 65px;
	padding: 0;
}
#menu ul li{
	float: left;
	background-color: #ccff99;
	width: 127px;
	margin: 0 12px 0px 0;
	padding: 5px;
}
#menu a{
	color:black;
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	margin: 0;
	font-weight: 600;
}

#menu ul li.menu-active{
	background-color: #cccccc;
}


#footer{
	background-image:url("images/stopka_tlo.png");
	width: 1014px;
	padding: 5px;
	font-size:0.8em;
	height: 32px;
	clear:both;
	margin: 0 auto;
	text-align:left;
	vertical-align:middle;
	position: relative;
}

ul a{
	text-decoration: none;
}

.clear{
	clear: both;
}

ul{
	list-style:none;
}

h1, h2, h3, h4{ text-align: center; }

.copyright{
	float: left;
	padding: 8px 0 0 15px;
}

.dweorh{
	float: left;
	position: absolute;
	right: 15px;
	border: 0;
}
.dweorh img{
	border: 0;
}

.table-desc-header{
	font-weight:bold;
	font-size: 1em;
}
.table-desc{
	font-weight:normal;
	font-size: 0.8em;
}
table{
	background-color: #313031;
	color: #F0F0F0;
	width: 670px;
	text-align: center;
	border: 1px solid white;
	border-collapse: collapse;
	
}
tr:first-child th:first-child{
	text-align:left;
}
td, th{
	padding: 5px;
	border: 1px solid white;
	font-weight:normal;
	font-size: 0.9em;
}