@charset "utf-8";
/* CSS Document */

html, body {
	background-image:url(../img/tlo.png);
	background-color: #fff;
	color: #003;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:16px;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
}

#MAIN {
	width: 1000px;
	height:100%;
	margin: 0;
	padding: 0;
	border:0px;
}

#NAGLOWEK {
	background-color: #004080;
	color: #fff;
	font-size: 10px;
	height: 20px;
	clear: both;
	border: 0px;
	overflow: hidden;
}

#MAINPIC {
	width: 1000px;
	height:330px;
	float: left; /*float: right;*/
	overflow: hidden;
	/*background-image:url(../img/menuDiv.png);*/
	border: 0px;
}

#LOGO {
	width: 200px;
	height: 330px;
	float: left;
	overflow: hidden;
}

#MENU {
	width: 1000px;
	height: 50px;
	float: left;
	font-size: 16px;
	font-weight:bold;
	background-color:#004080;
	color:#EFEFEF;
	vertical-align:middle;
}

#PREZENTACJA {
	width: 300px;
	min-height: 200px;
	float: left;
	/*overflow: hidden;*/

}

#TRESC {
	width: 700px;
	/*height: 200px;*/
	float: left;
	/*overflow: hidden;*/
	padding-top:10px;
	font-size: 9pt;

}

#STOPKA {
	clear: both;
	width: 100%;
	/*background-image:url(../img/tloMenu.png);*/
	font-size: 11px;
	color: #A4A4A4;
	overflow: hidden;
	height: 30px;
}

a:link {
	text-decoration: none;
	color:#003;
}
a:visited {
	text-decoration: none;
	color:#003;
}
a:hover {
	text-decoration: none;
	color:#090;
}
a:active {
	text-decoration: none;
}


a:link.menuLink {
	text-decoration: none;
	color:#fff;
}
a:visited.menuLink {
	text-decoration: none;
	color:#fff;
}
a:hover.menuLink {
	text-decoration: none;
	color:#2DFF62; /*:#9DFF9D;*/
}
a:active.menuLink {
	text-decoration: none;
}

.szara {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	background-color:#D5E8FF;	
	border:0px;
	margin:0px;
}

.biala {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:5px;
	padding-right:5px;
	background-color:#fff;		
	border:0px;
	margin:0px;
}

#miniProdukt {
	/*border-collapse:collapse; */
	border:1px solid #A4AFFF;
	margin:0px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	width:178px;
	height:130px;
	float: left;
}

#podpisZdjecia {
	width:160px;
	min-height:35px;
	padding:10px;
	margin:0px;
	vertical-align: middle;
    text-align: center;
	background-color:#BBD5FF;
	/*border-spacing: 20px; */
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	/*border-collapse:collapse; */
	border:0px solid #A4AFFF;
	clear: both;
}

#produktZdj {
	width:320px;
	height:240px;
	float:left;
	border:1px solid #A4AFFF;
}

#produktOpis {
	width:350px;
	height:240px;
	float:left;
	border:1px solid #A4AFFF;
	margin-left: 15px;
	background-image:url(../img/tloOpisuProduktu.png);
}

#ogolneOpisy {
	width:700px;
	float:left;
	clear:both;
}

#inputy {
	width:300px;
	border:1px #A4AFFF solid;
}

#tresc {
	width: 300px;
	height: 200px;
	border:1px #A4AFFF solid;
}
.err{
	display: none;
	color: red;
	font-family:"Monotype Corsiva"
}

