@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

div.clear{
	clear: both;
}

body {
	background-image:url(img/bg.png);
	background-color:#DED9C6;
	background-position:top;
	background-repeat:repeat-x;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-style:normal;
	margin:0px;
	padding:0px;
	text-align:justify;
	}
	
#main {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
	
#top {
	background-image:url(img/top.png);
	background-repeat:no-repeat;
	padding-top:94px;
	width:800px;
	height:290px;
	}
	
#cont {
	width:800px;
	}
	
#subsite {
	padding: 0px;
	width: 564px;
	float: left;
	}
	
#text {
	width:504px;
	padding: 30px 30px 30px 30px;
	float:left;
	}
	
#fast_contact {
	width:236px;
	height:125px;
	float:left;
	}
	
#stopka {
	background-image:url(img/stopka.png);
	background-position:center;
	background-repeat:no-repeat;
	clear:both;
	width:100%;
	height:40px;
	background-color:#1461B1;
	color:#FFFFFF;
	font-size:11px;
	}

#s_left {
	background-image:url(img/s_left.png);
	width:690px;
	height:45px;
	float:left;
	}

#s_right {
	background-image:url(img/kn_logo.png);
	width:110px;
	height:45px;
	float:left;
	}

a.mail {
	text-decoration:none;
	color:#000000;
	}
	
a.mail:hover {
	text-decoration:underline;
	}

a.wyslij {
	text-decoration:none;
	font-weight:bold;
	color:#000000;
	}
	
a.wyslij:hover {
	text-decoration:underline;
	}
	
input.text {
	background-color:#F0EEE8;
	height:20px;
	width:200px;
	border:none;
	padding-top:3px;
	color:#555555;
	border: 0px solid #fff;
	margin-top:2px;
	} 
	
textarea.tresc {
	background-color:#F0EEE8;
	width:450px;
	border:none;
	padding-top:3px;
	color:#555555;
	border: 0px solid #fff;
	margin-top:2px;
	}

input.wyslij {
	background-image:url(img/wyslij_a.png);
	background-repeat:no-repeat;
	width:450px;
	height:35px;
	border:none;
	}
	
input.wyslij:hover {
	background-image:url(img/wyslij_b.png);
	background-repeat:no-repeat;
	width:450px;
	height:35px;
	}
	
ul, li {
	margin-left:15px;
	}
	
#text img {
	border: none;
	margin:5px;
	}

#banner {
	width: 800px;
	height: 32px;
	bottom:0px;
	background: url(img/banner.png) center repeat-x;
	color:#FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	padding-top:13px;
}

#banner a:link, a:visited {
	color:#FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration:none;
	font-weight:bold;
	}
	
#banner a:hover {
	color:#FFDDDD;
	font: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration:none;
	font-weight:bold;
	}
	
p.strony {
	text-align:center;
	width:100%;
}

p.strony a:link, p.strony a:visited {
	color:#000;
	font-size:12px;
	font-weight:normal;
}

p.strony a:hover{
	color:#090;
}
