html {

	height : 100%;
	width: 100%;

}

body {

	height : 100%;
	font-size: 12px;
	font-family: Georgia, Tahoma, Verdana, Arial;
	margin: 0 auto;
}

a {
	color: #800000;
}

a:hover {
	color: #500000;
}

b {
	font-weight: bold;
}

#top {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
}

/*PANEL BANNERA: POCZĄTEK*/

#top > #header {
}

/*PANEL BANNERA: KONIEC*/

/*PANEL GÓRNY: POCZĄTEK*/

#top > #nav {
	margin: 0 auto;
	margin-bottom: 10px;
}

/*PANEL GÓRNY: KONIEC*/

/*PANEL STOPKI: POCZĄTEK*/

#top > #footer {
	margin: 0 auto;
	margin-top: 10px;
	text-align: center;
}

#top > #footer > a {
	color: #00ccff;
}

#top > #footer > a:hover {
	color: #A6A6A6;
}

/*PANEL STOPKI: KONIEC*/

#top > #content {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
}

/*LEWY PANEL: POCZĄTEK*/

#top > #content > #left_panel {
	/*width: 20%;
	min-height: 1px;*/
	float: left;
	margin: 0 10px;
}

/*LEWY PANEL: KONIEC*/

/*PANEL ŚRODKOWU: POCZĄTEK*/

#top > #content > #content_panel {
	/*width: 55%;
	min-height: 10px;*/
	float: left;
}

#top > #content > #content_panel > #article {
	width: 100%;
	margin-bottom: 20px;
}

#top > #content > #content_panel > #article > #header {
	width: 95%;
	height: 25px;
	line-height: 25px;
	margin: 0 auto;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: maroon;
}

#top > #content > #content_panel > #article > #header > a {

	color: #800000;

}

#top > #content > #content_panel > #article > #header > a:hover {

	color: #500000;

}

#top > #content > #content_panel > #article > #footer {
	width: 95%;
	height: 20px;
	line-height: 20px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: right;
}

#top > #content > #content_panel > #article > #section {
	width: 95%;
	margin: 10px auto;
	line-height: 20px;
	text-align: justify;
	overflow: auto;
}

#top > #content > #content_panel > #article > #section ol {

	list-style: decimal;
	margin-left: 20px;

}

#top > #content > #content_panel > #article > #section ul {

	list-style: initial;
	margin-left: 20px;

}

#top > #content > #content_panel > #article > #section  a {
	text-decoration: underline;
}

#top > #content > #content_panel > #article > #section > #short {

	min-height: 50px;
	max-height: 200px;
	overflow: hidden;
	position: relative;
	
}

#top > #content > #content_panel > #article > #section > #short > #read_more {

	width: 100%;
	height: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	
}

#top > #content > #content_panel > #article > #section > #read_more  > a {

	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: rgba(128, 0, 0, 0.9);
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;

}

#top > #content > #content_panel > #article > #section > #read_more  > a:hover {

	background-color: rgba(128, 0, 0, 0.6);

}

/*PANEL ŚRODKOWU: KONIEC*/

/*PRAWY PANEL: POCZĄTEK*/

#top > #content > #right_panel {

	float: left;
	margin: 0 10px;
	
}

/*PRAWY PANEL: KONIEC*/

.error,
.success,
.info {
	margin: 5px 0;
}


.error {
	color: #F60000;
}

.success {
	color: #0000F6;
}

.info {
	color: #00A600;
}