* {
	margin: 0;
	padding: 0;
}

body {	
	background-color: black;
	color:#b7b7b7;
	}
	
/* ----------------------- */

#menuRamka {
	background: url('../img/left.png') -736px 0 repeat-y;
	margin: 10px 0 0 10px;
	position: relative;
	overflow: hidden;
	width: 253px;

/* 	border: 1px solid #666666; */
}

/* #left { width: 253px; } */

#menuRamka h2 { 
	font: normal 16px verdana, arial, sans-serif;
 	padding: 5px 0;
	color: #fff;
	margin: 0;
}
#menuRamka ul { list-style: none; }


#menuKategorie h2 {
	background: url('../img/naglowki.png') 0 -37px repeat-x #000000;
	position: relative;
	width: 253px;
	height: 17px;
	padding-left: 10px;
}
 
#menuKategorie ul {

	list-style: none;
	font-family: verdana, arial, tahoma, sans-serif;
	padding: 0;
	font-size: 14px;
	font-weight: bold;


}

#menuKategorie ul li a {
	display: block;
	border-bottom: 1px solid #cfcfcf;
	border-right: 10px solid #CCCCCC;
	border-left: 1px solid #cfcfcf;
	padding: 6px 10px;
	margin: 0;
	text-decoration: none;
	color: #000;
	height: 1%;
	background: #e9e9e9;
}


#menuKategorie ul li a:hover { 
	background: #ffffff;
	border-right: 10px solid #CC0000;
	color: #CC0000; 
}


#menuKategorie .lastmenu {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	
}

		
/* ----------------------- */
	
	
	
#content {
	/*border: solid blue 1px;*/
	width: 795px; 
	display: block;
	margin: 0 auto;
	text-align: left;
	background-color: #272826;
	font-size: 11px;
	font-family: verdana, arial,tahoma;
	border-left:1px solid #6f6f6b;
	border-right:1px solid #6f6f6b;
	border-bottom:1px solid #6f6f6b;
	}
#lewa {
	width:273px;
	float:left;
	background-color: #272826;
	}
/* PRAWA */
#prawa {
	width:521px;
	float:right;
	background-color: #272826;
	clear:right;
	margin-top: -2px;
	}
#prawa_artykul {
	border-top:3px solid #970000;
	margin-top:10px;
	margin-bottom:20px;
	width:508px;
	}
	
#prawa_artykul img {
	margin: 2px 2px 5px 2px;
	}	

#prawa_artykul ul li {
	margin: 5px 5px 5px 30px;
	font-weight: normal;
	
	}	
	
#prawa_artykul h1	{
	margin-bottom:3px;
	margin-top:7px;
	line-height:20px;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	}
	
	
#baner_mon_kontener {
	border:2px solid #6f6f6b;
	margin-left:10px;
	margin-right:12px;
	}
#baner_mon {
	padding:10px;
	border: solid 1px #9b9b92;
	background-color: black;
	height:160px;
	font-weight: bold;
	font-family: tahoma;
	font-size: 10px;
	line-height:13px;
	}
#baner_podrecznik {
	font-weight: bold;
	font-family: tahoma;
	font-size: 10px;
	line-height:13px;
	margin-left:14px;
	margin-top:10px;
	}
.menupoziome td {
	background-color:#dcdcdc;
	text-align:left;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	}
.menupoziome a:link {
	display:block;
	height:27px;
	color: black;
	font-size: 9px;
	text-decoration: none;
	border-right:8px solid #b7b7b7;
	}
.menupoziome a:hover {
	display:block;
	height:27px;
	color: #DB3A3A;
	font-size: 9px;
	text-decoration: none;
	border-right:8px solid #DB3A3A;
	background-color:white;
	}


.menupoziome a:visited {
	display:block;
	color: black;
	height:27px;
	font-size: 9px;
	text-decoration: none;
	border-right:8px solid #b7b7b7;
	}



.menupoz_napis {
	padding-left:4px;
	padding-top: 5px;
	}


	
h2	{
	margin-bottom:3px;
	margin-top:7px;
	line-height:20px;
	font-size: 15px;
	font-weight: bold;
	color: #ffae00;
	}
h3	{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;

	}
h5	{
	margin-top:10px;
	margin-bottom:5px;
	font-size: 16px;
	font-weight: bold;
	color: #e83545;
	}
	
#foot {
	padding-top:7px;
	padding-bottom:6px;
	clear:both;
	background-color: #272826;
	width:100%;
	text-align:center;
	font-size:10px;
	line-height:16px;
	}
a:link {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	}
a:active {
	color: red;
	text-decoration: none;
	font-size: 12px;
	}
a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	}
a:hover {
	color: red;
	text-decoration: none;
	font-size: 12px;
	}