a {	
	color: #666;	
	text-decoration: none
}
body {	
	background-color: #fff;
	font-family:Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	line-height: 1em;	
	color: #666666;

	}
#contener {
	width:900px;
	margin-left: auto;
	margin-right:auto;

}
#naglowek {
	top:0px;
	left:0px;
	height:251px;
	width:917px;
}
#logo{
	position:relative;
	left:0px;
	top:0px;
	width:250px;
	height:251px;
	float:left;
	overflow:hidden;
	background-image: url(../images/logo.jpg);
	z-index:0;
	
}

#banner{
	
	left:250px;
	top:0px;
	width:666px;
	height:251px;
	float:left;
	overflow:hidden;
	background-image: url(../images/banner.jpg);
}
#tresc {
	top:251px;
	left:0px;
	height:auto;
	width:917px;
	
}
#menu {
	position:relative;
	left:0px;
	top:0px;
	width:250px;
	min-height:200px;
	height:inherit;
	float:left;
	overflow:hidden;
	background-image: url(../images/menu.jpg);
}
#body{
overflow:auto;
	left:250px;
	top:0px;
	width:666px;
	min-height:200px;
	float:left;
	overflow:hidden;
	background-image: url(../images/kleksBody.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	
}
#footer{
	clear:both;
	height:146px;
	width:916px;
	background-image:url(../images/footer.jpg);
}
#obrazek a:link, #obrazek a:visited{
	position:relative;
	z-index:1;
	border:none;
	height:75px;
	width:190px;
	top:30px;
	display: block;
	
}

#topMenu{
	position:relative;
	z-index:1;
	border:none;
	top:34px;
	left:390px;

}

#menuBody{
	height:auto;
	position:relative;
	z-index:1;
	left:60px;
	width: 170px;
	top: 15px;
	
}
#bodyBody{
	overflow:auto;	
	position:relative;
	padding: 30px 80px 30px 30px;
}
#footerBody{
	position:relative;
	
	border:none;
	
	top:60px;
	left:400px;
	width:300px;
	min-height:40px;
	text-align:center;
	font-size:11px;
	color:#999999;
}
/*
+---------------+
|   TOP  MENU   |
+---------------+
*/
ul.topmenu, ul.topmenu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:10px;
	
	float:left;
}

ul.topmenu li {
	
}

ul.topmenu a:link, ul.topmenu a:visited {
	display: block;

	text-decoration: none;

	color:#CCCCCC;
	padding: 0px 6px 0px 6px;
	border-left:dotted #ddd 1px;

	
}

ul.topmenu a:hover {
	text-decoration: none;

	color:#888;
	padding: 0px 6px 0px 6px;
	border-left:dotted #ddd 1px;
	
}

ul.topmenu li.red a:link, ul.topmenu li.red a:visited{
	color: #F5BABA;
}

ul.topmenu li.red a:hover{
	color:#F77373;
}
/*
+---------------+
|   LEWE MENU   |
+---------------+
*/
ul.menu, ul.menu li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:right;
	font-size:11px;
	margin-bottom:7px;
}

ul.menu {
	width: 150px;
}

ul.menu a:link, ul.menu a:visited {
	display: block;
	width: 157px;
	text-decoration: none;

	color: #000;
	padding: 8px;
	border: 1px #CCCCCC;
	border-style: dotted;
	
}

ul.menu a:hover {
	border-style: solid;
	padding: 8px;
	
}
ul.menu li.red  a:hover{
 background-color:#f796ce;
}

ul.menu li.blue a:hover{
 background-color:#96dcf7;
}

ul.menu li.yellow a:hover{
 background-color:#fefaa0;
}

ul.menu li.grey a:hover{
 background-color:#949494;
}