body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px; line-height: 150%;
}

form, div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1 {
font-family: Arial, Helvetica, Verdana, sans-serif;
        font-size: 18px;
        color : #004D8F;
        font-weight: normal;
        padding: 25px 0px 20px 0px;
		margin: 0px;
}

h2 {
        font-size: 14px;
        color : #606060;
        font-weight: normal;
        padding: 0px 0px 20px 0px;
 margin: -17px 0px 0px 0px; 
}

h3 {
        font-size: 12px;
        color : #004D8F;
        font-weight: bold;
}

h4 {
        font-size: 12px;
        color : #606060;
        font-weight: bold;
        margin-bottom: 15px;
}


img
	{
	border: 0px;
	}

td, th, p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px
}

.listEntry {
	margin-bottom: 10px;
}

/*
a, a:link, a:visited, a:active, a:focus {
	color: #BB0000;
	text-decoration: none
}
*/
a, a:link, a:visited, a:active, a:focus {
	color: #004D8F;
	text-decoration: none
}
a:hover {
	color: #428CC8;

	text-decoration: underline;
}

.articleText { 
padding: 0px;
margin: 0px;
	margin-bottom: 0px;
	text-align: justify;
line-height: 200%;
}

.articleCode {
	margin-bottom: 3px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
}

h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


.articleSummary {
	font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 11px;
	color: #000000;
	line-height: 135%;
}

.v09 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 9px; }
.v10 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.v11 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; }
.v12 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; }
.v13 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 13px; }
.v14 {  font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 14px; }


/*
.formButton	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #FFFFFF; background-color: #92A1AF; }
.formLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; }
.checkLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.radioLabel	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 10px; font-weight: bold;}
.formTextArea	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px;	}
.inputText	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.inputPass	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectMenu	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
.selectList	{ font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; font-weight: bold;}
*/

/* search */
.formSearch { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 12px; font-weight: bold;}
.search_form {}
.search_result {}



.nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
line-height: 17px;
}
.nav_table a:hover {

	text-decoration: none;
line-height: 17px;
background-color: #E78A00;
}

.nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;


	color: #4A5966;
	font-weight: bold;
	text-decoration: none;
line-height: 17px;
}

.nav_table_back_norm
{
	background-color: #073070;
}

.nav_table_back_norm a:hover
{
	background-color: #E78A00;
}


.articleList_toptext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

.articleList_listhead {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/* CSS for the top level list */
#list_top_ul {
	padding: 3px 0px;
	margin-left: 0px;
	border-bottom: 1px solid #5E747F;
	font: bold 12px Verdana, sans-serif;
}
#list_top_ul li {
	list-style: none;
	margin: 0px;
	display: inline;
}
#list_top_ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #D7DEE5;
	text-decoration: none;
}
#list_top_ul li a:link { color: #5E747F; }
#list_top_ul li a:visited { color: #5E747F; }
#list_top_ul li a:hover {
	color: Black;
	background: #92A1AF;
	border-color: #227;
}
#list_top_ul li a#list_top_active_link, #list_top li a#list_top_home_active_link {
	background: white;
	border-bottom: 1px solid white;
}

/* CSS for the currect level list */
#list_level ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#list_level li { margin: 0px 0px 1px 0px; }
#list_level a {
	display: block;

	padding: 2px 2px 2px 24px;
	border: 1px solid #92A1AF;
	width: 160px;
	background-color: #B7C2D0;
}
#list_level a:link, #list_level_ul a:visited {
	color: Black;
	text-decoration: none;
}
#list_level a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF8C00;
	color: Black;
}
#list_level_parent a:link, #list_level_parent a:visited, #list_level_parent_link a:hover {
	border: 1px solid #92A1AF;
	background-color: #FF6600;
	color: White;
}


/** 
 * Sample CSS for DIV pagelayout 
 */
#container {
	width: 760px;
	\width: 780px;
	w\idth: 760px;


	border: 1px solid gray;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#headerBlock {
	padding: 5px;
	margin-bottom: 5px;
	background-color: rgb(213, 219, 225);
}

#mainBlock {

	padding: 5px;
	margin-left: 215px;
	margin-right: 215px;

	background-color: gray;
}



#leftBlock {
	float: left;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-right: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#rightBlock {
	float: right;
	width: 200px;
	\width: 210px;
	w\idth: 200px;
	margin: 0;
	margin-left: 5px;
	padding: 5px;
	background-color: rgb(235, 235, 235);
}

#footerBlock {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(213, 219, 225);
}


/**
  * Sample for FORUM
  */
.tableForum { background-color: #FFFFFF; border: 2px #006699 solid; }

th	{
	color: #FFA34F; font-size: 10px; font-weight : normal;
	background-color: #006699; height: 24px;
	background-image: url(../../img/forum/silver/cellpic3.gif);
	background-repeat: repeat-x;
}
th.thForum, th.thTopic, th.thPost, th.thLastPost {
	font-weight: normal; border: #FFFFFF; border-style: solid; height: 24px;
}

th.thForum { border-width: 0px 0px 0px 0px; }
th.thTopic { border-width: 0px 0px 0px 0px; }
th.thPost  { border-width: 0px 0px 0px 0px; }
th.thLastPost { border-width: 0px 0px 0px 0px; }

td.rowIcon, td.rowForum { background-color: #EFEFEF; height: 30px; }
td.rowLabel, td.rowReply { background-color: #EFEFEF; }
td.rowError { background-color: #D82B2B; }
td.rowTopic, td.rowPost, td.rowLastPost, td.rowReplyA	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.rowIcon, td.rowLabel, td.rowReply, td.rowReplyA	{ padding-left: 4px; padding-right: 4px; }

.rowText { font-size : 12px; }
.rowError { font-size: 12px; color: #FFFFFF; }
.rowTextMed { font-size : 11px; }
.rowTextSmall { font-size : 10px; }
.rowTextLabel { font-size : 12px; font-weight: bold; }
.rowText,.rowTextMed,.rowTextSmall, .rowTextLabel { color : #000000; }
a.rowText,a.rowTextMed,a.rowTextSmall { color: #006699; text-decoration: none; }
a.rowText:hover,a.rowTextMed:hover,a.rowTextSmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

.catBottom {
	background-color: #D1D7DC;
	background-image: url(../../img/forum/silver/cellpic1.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* Forum title: Text and link to the forums used in: index.php */
.rowTextForumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
.rowTextForumlink a, .rowTextForumlink a:link, .rowTextForumlink a:active, .rowTextForumlink a:visited {
	text-decoration: none; color : #006699;
}

.rowTextForumlink a:hover { text-decoration: underline; color : #DD6900; }


.navForum { font-weight: bold; font-size: 11px; color : #000000;}
.navForum a, .navForum a:link, .navForum a:active, .navForum a:visited { text-decoration: none; color : #006699; }
.navForum a:hover { text-decoration: underline; color : #006699; }

.forumInputText {
	font-weight: bold;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumTextareaText {
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.forumButton {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.postdetails { font-size: 10px; color: #000000; margin: 3px 0 0 0; }
.postdetails hr {
	margin: 0 0 0 0;
	padding: 0;
	height: 0px;
	border: solid #D1D7DC 0px;
	border-top-width: 1px;
}

.postbody		{ font-size: 12px; color : #000000; margin: 0 0 3px 0; padding: 0 }
.postbody a, .postbody a:link, .postbody a:active, .postbody a:visited {
	text-decoration: none; color : #006699;

}
.postbody a:hover { text-decoration: underline; color : #DD6900; }


imgDIVinTextLeft {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}





imgDIVinTextRight {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
} 

/* Wlasne */


#naglowek-left
	{
	font-size: 10px;
	line-height: 10px;
	color: #A0A0A0;
	text-decoration: none;
	float: left;
	margin: 15px 0px 0px 0px;
	padding: 0px;

	}

#naglowek-right
	{
	font-size: 10px;
	line-height: 10px;
	color: #A0A0A0;
	text-decoration: none;
	text-align: right;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	}



.stopka2 {font-size: 9.5px; color: #909090; font-weight: normal; text-decoration: none; }
.nav_row {font-size: 12px; font-weight: normal; text-decoration: none; }
.news {font-size: 10px;  }
div   { font-size: 12px; font-family: Verdana, Arial, sans-serif; line-height: 150%; }
.box_content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4A5966;
    line-height: 170%;
}

.box_content a, .box_content a:link, .box_content a:active, .box_content a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #2E6CB0;
	line-height: 170%;
	text-decoration: none;
}

.box_content a:hover {
	color: #CC3300;
	line-height: 170%;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}


/*
/*
/*


div,p  {margin-top:0}/*clear top margin for mozilla*/

html, body
		{		
		text-align: center;
		color: #505367;
		margin: 0px;
		padding: 0px;
		background: #FFFFFF url(../../gfx/background.gif); 
		height: 100%;
		min-width: 100%;
		min-height: 100%;
		}


#main {
		margin: 0px;
		padding: 0px;
		width: 100%; 
		min-height: 100%;
		height: 100%;
		background: url(../../gfx/background-top.gif) repeat-x top;
		}


#maincontainer {
		width: 800px; 
		padding: 0px 6px 0px 6px;
		min-height: 100%;
		height: 100%;
		text-align: left;
		background: #F0F0F0 url(../../gfx/back-body.gif) ;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:auto;
		margin-right:auto;
        position:relative;
		}
		

html>body #maincontainer {height:auto;} /*for mozilla as IE treats height as min-height anyway*/


#top {
		position:relative;
		height: 250px;
		width:800px;
		margin: 0px;
		background: #000066 url(../../gfx/header.jpg);
		}

#menu
		{
		text-align:left;
		line-height: 14px;
		margin: 0px;
		padding: 0px;
		position:absolute;
		top: 207px; left: 20px;
		color: #969696;
		}

#menu a, #menu a:link, #menu a:active, #menu a:visited
		{
		color: #0a0a0a;
		}

#menu a:hover
		{
		color: #056f24;
		text-decoration: none;
		}


#sidebar
		{
		width: 200px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		text-align:center;
		float: right;
		border: 0px;
		background: #005027 url(../../gfx/right-margin.gif) repeat-x bottom;
		}


#menuright {
		width: 200px;
		padding: 14px 0px 40px 0px;
		text-align: center;
		color: #FFFFFF;
		font-size: 11px;
		}

#menuright a, menuright a:link, menuright a:active, menuright a:visited
		{
		color: #FFFFFF;
		}
		
#menuright a:hover
		{
		color: #b5d2ad;
		text-decoration: none;
		}
		
		

#content {
		margin: 0px 30px 0px 40px;
		width: 530px;
		padding: 0px 0px 0px 0px ;
		float: right;
		}

#content #tresc
		{
		padding: 0px;
		margin-top: 0px;
		font-size: 12px;
		font-family: Verdana, Arial, sans-serif;
		color:#333333;
		line-height: 170%;
		}


#footer {
		position: absolute;
		padding: 0px 0px 0px 30px ;
		left:6px;
		bottom: 0px;
		width:760px;
		height: 94px;
		text-align:left;
		}

#footer img
	{
	margin-left: 10px;
	margin-right: 10px;
	}


#footer-right-author
		{
		position:absolute;
		margin: 0px;
		padding: 10px 0px 0px 0px;
		bottom:60px;
		right:6px;
		width:200px;
		text-align:center;
		color: #909090;
		font-size: 9px;
		}

#footer-right-author img
		{
		margin: 0px 0px 12px 0px;
		padding: 0px;
		}

#footer-right-author a
		{
		display: block;
		}


#footer-right
		{
		display: block;
		position:absolute;
		margin: 0px;
		padding: 8px 0px 0px 0px;
		bottom:0px;
		right:6px;
		width:200px;
		height: 33px;
		text-align:center;
		color: #606060;
		background-color: #E0E0E0; 
		font-size: 9px;
		border-top: 1px;
		border-color: #FFFFFF;
		border-top-style: solid;
		}

#footer-left
		{
		display: block;
		font-size: 11px;
		position:absolute;
		bottom:0px;
		left:6px;
		padding: 8px 0px 0px 0px;
		width: 600px;
		height: 33px;
		text-align: center;
		background-color: #F6F6F6; 
		border-top: 1px;
		border-color: #E0E0E0;
		border-top-style: solid;
		}


#footer-left a, #footer-left a:link, #footer-left a:visited
	{
	color: #404040;
	font-weight: normal;
	text-decoration: none;
	}

#footer-left a:hover
	{
	color: #056f24;
	text-decoration: none;
	}

.clear {clear: both;}

#clearfooter {height:130px; width:100%; clear:both; margin:0px; padding:0px; }

#clearnaglowek { height:5px; clear:both; margin:0px; padding:0px; line-height: 0px; }

#content ul 

{
line-height: 190%;
}

.text-green
	{
	color: #00662F;
	}

.text-blue
	{
	color: #07367C;
	}

.text-red
	{
	color: #cc3300;
	}

.separator-footer
	{
	margin-left: 10px;
	margin-right: 10px;
	color: #969696;
	}
	

.logotyp
	{
	margin: 0px 0px 40px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 175px;
	background-color: #F6F6F6;
	text-align: center;
	}

.logotyp.center
	{
	border-left: 1px;
	border-left-style: solid;
	border-right: 1px;
	border-right-style: solid;
	border-color: #F6F6F6;
	}


.logotyp a
	{
	display: block;
	}
	

.logotyp img
	{
	margin: 0px;
	display: block;
	text-align: center;
	padding: 0px;
	}

.kontakt
	{
	margin-bottom: 25px;
	}