html {	
	margin: 0;
	height:100%;
}

body {
	margin-top:90px;
	padding: 0;
	background-color: #ffffff;
	font-family: Arial, Serif;
	font-size: 10px;
	color: #1a1a1a;
	text-align: center;
	height:100%;
}

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

a {
	color: #645191;
	text-decoration: underline;
	font-weight: 600;
}

a.menu {
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #d4213d;
}

input {
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	height: 14px;
	width: 130px;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b3b3;
	text-align: right;
}

textarea {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	height: 130px;
	width: 230px;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b3b3;
	text-align: left;
}

input.szukaj_submit {
	width: 74px;
	height: 16px;
	border-width: 0px;
	border-style: none;
	vertical-align: bottom;
}

img {
	border-width: 1px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-style: solid;
	border-color: #212121;
}

p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

span.zaznaczenie {
	background-color: #f7ccd1;
	font-weight: 600;
}


#calosc {
	text-align: left;
	margin-left:auto; margin-right:auto;
	width: 900px;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4;
	position: relative;
}


/*NAGLOWEK*/

#naglowek {
	position: relative;
}

	#kufle {
		background-image: url('images/top_kufle.png');
		padding: 0;
		margin: 0;
		height: 173px;
		width: 172px;
		position: absolute;
		top: -75px;
		left: 20px;
		cursor: pointer;
	}
	
	#logo {
		background-image: url('images/logo_bloga.png');
		padding: 0;
		margin: 0;
		height: 52px;
		width: 659px;
		position: absolute;
		top: 5px;
		left: 212px;
		cursor: pointer;
	}
	
	#menu_guziki {
		display: table-row;
		position: absolute;
		top: 60px;
		left: 212px;
	}
	
	.guzik_menu {
		display: table-cell;
		height: 16px;
		padding-left: 18px;
		width: 80px;
		text-align: left;
		vertical-align: middle;
		background-image: url('images/guzik_menu_tlo.png');
		background-repeat: no-repeat;
	}
	
	#wyszukaj {
		display: table-cell;
		padding-left: 40px;
	}
	
	

#stopka {
	position: static;
	top: 120px;
	height: 25px;
	width: 100%;
	margin: 0px;
	background-color: #cccccc;
	color: white;
	vertical-align: middle;
}


/* CONTENT */

#content {
	position: static;
	top: 120px;
	padding: 10px;
	color: #1a1a1a;
	margin: auto;
	font-size: 12px;
	text-align: left;
	border-width: 0px;
	border-style: solid;
	border-color: black;
}
	#left_menu {
		padding: 0px;
		margin: 0px;
		display: table-cell;
		width: 160px;
		border-width: 0px;
		border-style: none;
		vertical-align: top;
	}
	
		.blok_menu {
			padding: 0px;
			margin: 0px;
			width: 160px;
			margin-bottom: 20px;
			border-width: 1px;
			border-style: solid;
			border-color: #b3b3b3;
			background-color: #f8f8f8;
		}
			.naglowek_menu {
				background-image: url('images/strzalki.png');
				background-repeat: no-repeat;
				background-position: 5% 50%;
				padding: 2px;
				margin: 0px;
				background-color: #60c160;				
				vertical-align: middle;
				text-align: center;
				font-size: 17px;
				font-weight: 900;
				color: white;
			}
			
			ul.tresc_menu {
				position: relative;
				left: -15px;
				font-size: 11px;
			}
			
			div.tresc_newsletter {
				padding: 6px;
				font-size: 11px;
			}
	
	#middle {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		margin: 0;
		display: table-cell;
		border-width: 0px;
		border-style: none;
	}
		h1 {
			margin-top: 0px;
			background-color: #ae85ae;
			font-size: 25px;
			color: white;
			text-align: center;
			border-width: 1px;
			border-style: solid;
			border-color: #b3b3b3;
		}
		
		
		.art_naglowek {
			padding: 5px;
			padding-left: 10px;
			margin-top: 0px;
			margin-bottom: 10px;
			color: white;
			background-color: #8b8c95;
			border-width: 0px;
			border-style: none;
		}
		
		
		div.artykul {
			padding-left: 0px;
			margin-bottom: 30px;
			background-color: #fbfbfb;
			border-width: 1px;
			border-style: solid;
			border-color: #b3b3b3;
		}
		
		div.tekst {
			display: block;
			padding: 10px;
			margin-bottom: 10px;
		}
		
		.stopka_left {
			display: table-cell;
			width: 50%;
			height: 23px;
			font-size: 11px;
			text-align: left;
			padding-left: 10px;
			vertical-align: middle;
			color: #ffffff;
			background-color: #cccccc;
		}

		.stopka_right {
			display: table-cell;
			width: 50%;
			height: 23px;
			font-size: 11px;
			text-align: right;
			padding-right: 12px;
			vertical-align: middle;
			color: #ffffff;
			background-color: #cccccc;
			
		}
		
		
	
	#right_menu {
		padding: 0px;
		margin: 0px;
		display: table-cell;
		width: 160px;
		border-width: 0px;
		border-style: none;
		vertical-align: top;
	}



