html {

	background-color: white;

	font-size: 12px;

}

#top {
	
	height: 300px;

	width: 800px;

	background: url('../img/top.png');

}
#all {

	width: 800px;

}

#menu {

	width: 200px;

}

#txt {

	width: 600px;

}

a {

	color: red;

}

a:hover {
	color: black;
}

.txt1 {

	border-bottom: 1px solid red;

	color: red;

}

#karc td{

	border-bottom: 1px solid gray;

}

td.big {

	background-color: lightgray;

	color: red;

	width: 300px;

}

#menu a{

	display: block;

	color: black;

	margin: 3px;

	text-decoration: none;

}
#menu a:hover {
	color: red;
}

#login input {
	border: 1px solid red;
	background-color: #f8fbb2;
}


#login {
	margin: 10px;
	border: 1px solid red;
	background-color: #f7eaa1;
	width: 800px;
}



div.kn_tytul {
	text-align: center;
	font-size: 20px;
}

.kn_art_tytul {
	text-align: center;
	color: red;
	border-bottom: 1px solid red;
}

.kn_art_przyp {
	color: black;
	font-size: 10px;
}

p.kn_art {text-align: justify; }