@charset "utf-8";
/* CSS Document */
	* { padding:0px; margin:0px;}
	body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	background-color:#eaf2da;
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:center 35px;
	margin:35px 0px 0px 0px;
	padding:0px;
	color:#444444;
	}
	
	a
	{
	text-decoration:none;
	color:#444444;
	}
	
	a:hover
	{
	text-decoration:underline;
	color:#444444;
	}
	
	a:visited {color:#444444;}
	
	img
	{
		display: block;
		border: none;
	}
	
	ul
	{
		list-style-type: none;
	}

	ul ul
	{
		margin: 0 0 1.4em 20px;
		list-style-type: disc;
	}
	
	h1, h2
	{
	font-size:12px;
	font-weight:bold;

	}
	h3 {
	font-size:14px;
	}
	p {
	padding:5px 0px;
	}
	
	#kontener 
	{
	width: 950px;
	margin: 0 auto;
	padding-top:60px;
	z-index: 0;
	}
	
	#head
	{
	text-indent: -10000px;
	background: url(../images/head.jpg) no-repeat;
	height:340px;
	}
	
	#kolumny
	{
	overflow:auto;
	background-color:#fff;
	position:relative;
	}
	
	.bottom {
	position:absolute;
	bottom:0px;
	}
	
	.left {
	left:0px;
	}
	
	.right {
	right:0px;
	}
	
	#left
	{
	width:275px;
	float:left;
	background-color:#fff;
	padding:0px;
	}
	
	#left a {
	padding:15px 0px 15px 20px;
	display:block;
	}
	
	#left p, h1 {
	padding:5px 5px 0px 10px;
	}
	
	#center
	{
	width:400px;
	float:left;
	background:url(../images/bg-center.png) repeat-y;
	text-align:center;
	}
	#center p {
	padding:10px 50px;}
	
	#www
	{
	background:url(../images/bg-www.png) no-repeat;
	line-height:40px;
	}
	
	#www a
	{
	color:#215b00;
	font-weight:bold;
	}

	#right
	{
	width:275px;
	float:left;
	background-color:#fff;
	}
	
	#right h1, p {
	padding:5px 10px 0px 0px;
	}
	
	#right a {
	padding:15px 0px 15px 2px;
	display:block;	
	}
	
	#bottom
	{
	width:100%;
	background:url(../images/bg-foot.jpg) repeat-x #d6e6b8;
	position:relative;
	height:50px;
	}
	#telefon {
	font-weight:bold;
	font-size:12px;
	position:absolute;
	left:20px;
	}
	#design {
	position:absolute;
	left:400px;
	width:150px;
	text-align:center;
	top:10px;
	}
	#mail {
	font-weight:bold;
	font-size:12px;
	position:absolute;
	right:20px;
	}
	em {
	text-align:center;
	}
