html, body{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: arial, times, tahoma;
	font-size: 11px;
	color: #424242;
}

a{
	color: #CC6600;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img{
	border: 0px;
}

.clear{
	width: 100%;
	overflow: hidden;
	font-size: 0px;
	clear: both;
}

h1.content_title{
	font-size: 16px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h2.menu0{
	background-color: #C1C1C1;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 0px 7px 0px 7px;
	width: 168px;
}

h2.menu0 a{
	text-decoration: none;
	color: #FFFFFF;
}

h2.menu0 a:hover{
	text-decoration: underline;
}


ul.menu1{
	color: #424242;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;

}

ul.menu1 li{
	list-style-image: url(/_images/layout/rect.gif);
	margin: 7px 5px 7px 15px;
	padding: 0px;
}

ul.menu1 li a{
	color: #424242;
}

ul.menu1 li a:hover{

}

div.tb{
	display: table;
}

div.tb-row{
	display: table-row;
}

div.tb-cell{
	display: table-cell;
}

div#layout_main{
	margin: auto;
	width: 963px;
}

div#layout_top{
	background: #F3F3F3 url('/_images/layout/layout_main.gif') repeat-x bottom;
	height: 46px;
	width: 100%;
}

div#layout_header{
	width: 100%;
	height: 157px;
}

div#layout_contener{
	width: 100%;
	overflow: hidden;
	min-height: 400px;
}

div#contener{
	overflow: hidden;
}

div#contener_left{
	vertical-align: top;
	width: 20%;
}

div#contener_center{
	vertical-align: top;
	min-height: 400px;
	border: 1px solid #DEDEDE;
	border-top: 2px solid #F8B018;
	width: 60%;
	border-radius: 8px; /* CSS 3 */
	-moz-border-radius: 8px; /* Firefox */
	-o-border-radius: 8px; /* Opera */
	-icab-border-radius: 8px; /* iCab */
	-khtml-border-radius: 8px; /* Konqueror */
	-webkit-border-radius: 8px; /* Safari */
	padding: 10px;
}

div#contener_right{
	vertical-align: top;
	width: 20%;
	padding-left: 10px;
}

div.pagination{
	margin: auto;
	text-align: center;
}

div.pagination a{
	color: #A10404;
}


div#layout_footer{
	width: 100%;
	height: 50px;
	background: #FFFFFF url('/_images/layout/layout_footer.gif') repeat-x top;
	text-align: center;
	padding-top: 10px;
}



/* LISTA AKTUALNOŚCI - BEGIN */
div.news_list{}

div.news_list div.news{
	border-bottom: 1px dotted #cacbc7;
	padding: 10px 5px 10px 5px;
	overflow: hidden;
}

div.news_list div.secondary{
	background-color: #FEFFDF;
}


div.news_list div.news h4.title{
	font-size: 12px;
	color: #FA6A11;
	margin: 0px;
	padding: 0px;
}


div.news_list div.news a{
	color: #DF5C0D;
}

div.news_list div.news a:hover{
	color: #A10404;
}

div.news_list div.news div.more{
	float: right;
	font-size: 11px;
}



/* LISTA AKTUALNOŚCI - END */


div.message_box{
	padding: 10px;
	background-color: #F1F1F1;
	margin: 15px 0px 15px 0px;
	border: 1px dotted #c5c5c5;
}

div.message_box div.title{
	font-family: georgia, tahoma, verdana;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
}

div.message_box div.mini{
	font-size: 17px;
	margin-bottom: 0px;
}


