@CHARSET "UTF-8";

body {
	font-family: Tahoma, Arial, Verdena, Lucida Console, Courier New, Helvetica,Palatino Linotype, monospace;
	font-size: 14px;
	color: #5f5f5f;
	padding: 0px;
	margin: 0px;
	//background-image: url(../img/sladd.png);
	//background-repeat: repeat-x;
	background-color: #d8d8d8;
	//background-position: top-left; 
}
p
{
text-indent: 0px;

}
a {
	color: #016cda;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #888888;
}
.clear {
	clear: both;
}

p {
margin:0px;
padding: 0px;
	
	}

/*styl dla calosci */
#all_of_all{
	  background-color: white;
    min-height: 170px;
    width: 100%;
    padding-bottom: 20px;
}
#all {
	width: 980px;
	margin: 0 auto;
	height: auto;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	display: block;
}

#logo {
	margin-top: 0px;
	width: 980px;	
	min-height: 200px;
	background-image: url(../img/sladd.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#foot {
    background: url("../img/foot.png") repeat-x scroll 0px 30px transparent;
    background-color: white;
    min-height: 170px;
    width: 100%;
   
}
#foot_text {
    background: url("/img/footer_content.gif") no-repeat scroll 0 0 transparent;
    height: 200px;
    margin: auto;
    width: 980px;
}
#foot_text_left {
		width: 380px;
		height: 200px;	
		float: left;
		margin-left: 10px;
	}
.foot_left_top {
		width: 300px;
		font-size: 20px;
		padding-left: 20px;
		margin-top: 8px;
		background: url("../img/strzalka_dol.png") no-repeat scroll transparent;
		background-position: center left;
	}
.foot_left_left {
			margin-top: 20px;
			float: left;
			font-size: 14px;
		}
	
#foot_text_right {
		width: 570px;
		height: 200px;	
		float: right;
		background: url("../img/mapa.png") no-repeat scroll transparent;
		background-position: top right;
		
	}	
.foot_kontakt_top {
		width: 500px;
		font-size: 20px;
		padding-left: 20px;
		margin-top: 8px;
		background: url("../img/strzalka_dol.png") no-repeat scroll transparent;
		background-position: center left;
	}
.foot_kontakt_left {
			margin-top: 20px;
			float: left;
			font-size: 14px;
		}
.foot_kontakt_right {
			margin-top: 0px;
			margin-left: 0px;
			float: left;
			font-size: 30px;
		}

#srodek {
margin-top: 40px;
padding-top: 0px;
float: right;
width: 700px;	
//background: url("../img/srodek_left.png") repeat-y scroll  transparent;
padding-left: 20px;
}

.naglowek_srodek{
	line-height: 20px;
	width: 700px;
	text-align: left;
	position: relative;
	left: -20px;
	top: -10px;
	//background-image: url(../img/srodek_top.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 10px;
	padding-left: 10px;
}
.srodek_strzalka{
		width: 500px;
		font-size: 18px;
		padding-left: 20px;
		background: url("../img/strzalka_dol.png") no-repeat scroll transparent;
		background-position: center left;
		margin-bottom: 2px;	
	}
	

#menu {

float: left;
color: #5f5f5f;
padding: 0px; margin: 0px;
z-index: 999;
padding-top: 20px;
}

ul.topnav {
	list-style: none;
	padding: 10px 10px 10px 10px;
	margin: 0;
	width: 240px;
	background: #222;
	font-size: 14px;
	background: url(topnav_bg.gif) repeat-x;
}
ul.topnav li {
	background: url(../img/menu_left.png);
	background-repeat: no-repeat;
	background-position:center left;
	margin: 0;
	padding: 0px 0px 0px 0px;
	
	
}
ul.topnav li a{
	padding:2px 2px 2px 10px;
	color: #5f5f5f;
	display: block;
	text-decoration: none;

}


#odp {
display:none;
position:fixed;
top:40%;
left:40%;
background-color:white;
border:2px solid #016cda;
min-height: 35px;
min-width: 35px;
padding: 0px 0px 0px 0px;
line-height: 35px;
z-index: 10000;
	}
	
	
#odp .close{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	background-image: url(../img/close2.png);
	background-repeat: no-repeat;
	cursor:pointer;
	}
	
	
	
.form 
{
	margin:0px 0px 30px 60px;
}

.form .text 
{
font-family: Tahoma, Arial, Verdena, Lucida Console, Courier New, Helvetica,Palatino Linotype, monospace;
	font-size: 12px;
	display:block;
	border:solid 1px #aaacae;
	width:200px; 
	padding:5px;
	margin:8px;
	background:url(../img/bg_gal.png) repeat;
	
}
.form .text:hover 
{
	border: solid 1px #016cda;
}

.form .text:focus 
{
	border: solid 1px #016cda;
}

.form .textarea 
{
	font-family: Tahoma, Arial, Verdena, Lucida Console, Courier New, Helvetica,Palatino Linotype, monospace;
	font-size: 12px;
	display:block;
	border:solid 1px #aaacae;
	width:300px;
	height:200px; 
	padding:5px;
	margin:8px;
	background:url(../img/bg_gal.png) repeat;
	background-position:4px 2px;
}
.form .textarea:hover 
{
	border: solid 1px #016cda;
}

.form .textarea:focus 
{
	border: solid 1px #016cda;
}

.form .guzik {
	font-family: Tahoma, Arial, Verdena, Lucida Console, Courier New, Helvetica,Palatino Linotype, monospace;
	font-size: 12px;
	border:solid 1px #aaacae;
	width:310px; 
	padding:5px;
	margin:8px;
	background:url(../img/bg_gal.png) repeat;
	//background-position:4px 6px;	
		}
		
		
