@charset "utf-8";

html {
	background-image: url(lampasB.jpg), url(lampasBR.jpg), url(lampasB_promien.jpg);
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-position: 0 0, 100% 0, 0 0; 
	background-color: #211715;
}

body {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #11151A;
}

div#glowny {
	position: relative;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	width: 850px;
	border: 0px solid black;
	padding: 20px;
	box-shadow: 0 0 40px #FFF;

	background: url(logo_NTMMED_bez_JK.png) no-repeat 20px 20px;
	background-color: white;
	
	background: url(logo_NTMMED_bez_JK.png) no-repeat 20px 20px, 
				url(led_lamp.jpg) no-repeat 100% 0,
				white;
}

div#logo {
	width: 100%;
	height: 160px;
	float: left;
}


div#menu {
	width: 200px;
	height: 100%;
	float: left;
}

div#main {
	width: 620px;
	min-height: 500px;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	background: url('1.jpg') no-repeat center;
	border: none;
}

div#stopka {
	width: 890px;
	background: url(test3.jpg) no-repeat 0 100%;
	clear: both;
	margin-left: -20px;
	margin-bottom: -20px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 200px;
	font-size: 11px;
	font-weight: bold;
}

div#order{
	display: none;
	position:fixed;
	width: 600px;
	height: 600px;
	background-color: #DBDDE1;
	opacity: 0.9;
	margin-top: -300px;
	margin-left: -300px;
    top: 50%;
	left: 50%;
	z-index: 5;
	box-shadow: 0 0 40px black;
	padding: 10px;
}

div#pod_order{
	display: none;
	position:fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color:black;
	opacity: 0.7;
	z-index: 4;
}


ul.menu {
	width: 90%;
	background-color: #37B4E8;
	box-shadow: 0 0 20px #37B4E8;
	padding-left: 2px;
	cursor: pointer;
}

ul.menu > li {
	display: none;
	margin-left: 15px;
	margin-right: 10px;
	padding-bottom: 10px;
	color: white;
}


ul.menu > li:first-of-type {
	margin-top: 5px;
}

p.name_of_list {
	font-size: 16px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px;
	color: white;
	font-weight: bold;
}

p.text {
	margin-top: 20px;
	text-indent: 40px;
	line-height: 20px;
}

p.stopka {
	margin-left: 260px;
}

a.menu {
	color:white;
	font-style:normal;
	text-decoration: none; 
}

h1{
	margin-top: 30px;
	margin-left: 20px;
	font-size: 20px;
	color: #37B4E8;
	font-weight: bold;
	display: block;
	border-bottom: solid 2px;
}

h2{
	font-size: 15px;
	color: #37B4E8;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

h2.opis{
	font-size: 15px;
	color: #37B4E8;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 30px;
}

table.parametry {
	border: none;
	margin: auto;
	width: 600px;
	border: solid 2px white;
}

table.parametry td{
	border: none;
	padding: 5px;
	vertical-align: middle;
	font-size: 11px;
}

table.parametry tr:first-of-type > td {
	border: solid 2px white;
}

table.parametry tr:nth-child(even){
	background: #DDD;
}

table.parametry tr:nth-child(odd){
	background: #CCC;
}

table.parametry tr > td:first-child{
  text-align: center;
  border-right: solid 2px white;
  font-weight: bold;
}

table.parametry tr > td:nth-child(n+2){
  text-align: center;
}

table.parametry tr:first-child{
	background: #AAA;
	font-weight: bold;
	color: white;
	text-align: center;
}

img.produkty {
	width: 500px;
	display:block;
	margin: auto;
	margin-top: 10px;
	border: 5px solid #A4DDF5;
}

img.produkty:hover {
	border-color: #37B4E8;
	box-shadow: 0 0 30px #37B4E8;
}

form#form1 {
	width: 500px;
	height: 350px;
	background-color: #222222;
	color: white;
	text-align: center;
	display: none;
	position:fixed;
	opacity: 0.9;
	z-index: 5;
	box-shadow: 0 0 40px #37B4E8;
	padding: 10px;
	margin-left: -250px;
	left: 50%;
	top: 25%;
}

form#form1 p{
	text-indent: 0px;
	margin: auto;
	color: white;
	margin-bottom: 10px;
	text-align: right;
	font-weight: bold;
	margin-right: 100px;
	margin-top: 10px;
}

form#form1 p input{
	box-shadow: 0 0 10px white;
	font-weight: bold;
}

form#form1 p input:hover{
	box-shadow: 0 0 10px orange;
}

form#form1 p:first-child{
	text-indent: 0px;
	margin: auto;
	margin-right: 100px;
	color: white;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 20px;
}

form#form1 p textarea{
	margin: auto;
	margin-left: 40px;
	background-color: #FFF;
	color: black;
	text-align: center;
	padding-bottom: 1px;
	margin-top: 30px;
	box-shadow: 0 0 30px white;
}

form#form1 p textarea:hover{
	box-shadow: 0 0 10px orange;
}

#form1 button{
	display:block;
	font-weight: bold;
	margin-left: 210px;
	margin-top: 20px;
	margin-bottom: 15px;
	width:100px;
	color: #CDCDCD;
	padding: 5px;
	background-color: #2779B5;
	border: 1px solid #1C699F;
	box-shadow: 0 0 10px white;
	cursor: pointer;
}

#form1 button:hover{
	box-shadow: 0 0 10px orange;
}

