/* CSS Document */
html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#04005c;
	background-color:#E4E4E2;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#bg-top{
	position:absolute;
	background-color:#FFFFFF;
	width:100%;
	height:50%;
	top:0px;
	left:0px;
	z-index:0;
}
#bg-middle{
	position:absolute;
	background:url(bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:650px;
	top:50%;
	left:0px;
	margin-top:-325px;
	z-index:1;
}
#bg-bottom{
	position:absolute;
	background-color:#E4E4E2;
	width:100%;
	height:50%;
	top:50%;
	left:0px;
	z-index:0;
}
#main{
	position:absolute;
	background-color:#FFFFFF;
	width:750px;
	height:220px;
	top:0;
	left:50%;
	margin-left:-375px;
	z-index:2;
}
#srodek
{
	position:absolute;
	background-color:#ffffff;
	background:url(bg_srodek.jpg);
	width:210px;
	top:220px;
	width:750px;
	left:0px;
	z-index:4;
}
#bottom{
	float:left;
	background-color:#bcbabd;
	width:730px;
	height:20px;
	z-index:3;
	font-size:10px;
	letter-spacing:0.1mm;
}
#bottom2{
	float:left;
	background-color:#E4E4E2;
	width:730px;
	height:20px;
	z-index:3;
	font-size:10px;
	letter-spacing:0.1mm;
}
#menu-left{
	float:left;
	width:210px;
	height:auto;
	top:0px;
	left:0px;
	z-index:4;
}
#menu-left-table{
	position:absolute;
	width:210px;
	top:0px;
	height:auto;
	left:1px;
	font-size:11px;
}
#menu-middle{
	float:left;
	width:193px;
	padding-left:15px;
	z-index:4;
}
#menu-middle-text{
	float:left;
	padding-left:0px;
	z-index:5;
	font-size:9px;
	font-weight:bold;
}
#field-right{
	float:left;
	padding:10px;
	background:url(bg2.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:#FFFFFF;
	width:312px;
	min-height:450px;
	height:auto;
	z-index:4;
	color:#016dc8;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	
	
}
#baner{
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
}
#nazwa{
	color:#016ec8;
	font-size:15px;
	font-weight:bold;
	min-width:150px;
	max-width:250px;
}
#field{
	float:right;
	width:300px;
	z-index:4;
	color:#050156;
	line-height:13px;
}
.kontakt_textfield{
	width:210px;
	height:15px;
	z-index:2;
	visibility: visible;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	border:1px;
	border-style:solid;
	border-left-color:#70b7da;
	border-right-color:#70b7da;
	border-top-color:#70b7da;
	border-bottom-color:#70b7da;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
}
.kontakt_textarea{
	width:210px;
	height:41px;
	visibility: visible;
	overflow:auto;
	border:1px;
	border-style:solid;
	border-left-color:#70b7da;
	border-right-color:#70b7da;
	border-top-color:#70b7da;
	border-bottom-color:#70b7da;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;
}
