/*
1) tagi (ogolne def. stylow dla tagow)
2) top
3) lewe (div.lewe)
4) prawe (div.prawe)
5) newsy (div.news)
6) stopka (div.stopka)
7) style by tom <=========================

====================================================================================================
tagi
====================================================================================================
*/

body {
	background-image:url(bg.png); background-repeat:repeat-x; background-color: #C26262;
	margin: auto; padding: 0px; 
	text-align:center;
}

h1 {
	font: bold 150% Arial,sans-serif; color: #53732a;
	margin-top: 5px; margin-right: 0px;	margin-bottom: 5px;	margin-left: 0px; padding: 0px;
}

h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, li, blockquote, address, form, fieldset, hr {
	margin: 0; padding: 0;
}
img {
	border: 0px;
}
a {
	color: #000; text-decoration: none; font-weight: bold;
}
a:hover {
	color:#000; text-decoration:underline; font-weight: bold;
}

table {
	width:95%; 
	font-size:10px;
}

.pusty {
	width: 100%; height: 0px; 
	overflow:hidden; clear:both;
}

/*
====================================================================================================
top i boxy
====================================================================================================
*/

#kontener {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px; text-align: center;
	background-image:url(bgk.png); background-repeat:repeat-y;
	width: 773px; 
	margin: auto; padding: 0px; margin-top: 32px; margin-bottom: 45px;
}

.top {
	background-image:url(top.png); 
	width:773px; height: 155px;
	margin-bottom:10px;
}

div.top p {
	clear: both; 
	padding-top: 24px; padding-left: 300px;
	font-size:13px;
	font-family: tahoma; font-weight: bold;
}

div.top a {
	background-color: #CCCCCC;	
	font-size: 9px; font-family: tahoma; line-height: 15px; color: #000; text-decoration: none; font-weight: bold; text-align:center;
	width: auto; height: 16px; 
	position: relative; float: left; 
	margin-right: 6px; margin-top: 3px; padding-left: 14px; padding-right: 14px;
}
div.top a:hover {
	background-color:#FF9900;
	color:#fff;	line-height: 15px;
}
div.top a:active {
	color:#000000;
}

/*
====================================================================================================
lewosc i prawosc
====================================================================================================
*/

.lewe {
	float: left;
	width: 210px;
	padding-left: 10px;
	text-align: left;
}

.lewe_logowanie {
	background-image:url(logowanie.png); background-repeat:no-repeat;
	width:209px; height: 87px;
	padding-top:9px; padding-bottom: 9px; 
}
	.lewe_logowanie a {
		color:#fff; font-size:10px; text-decoration:underline; font-weight:normal;
		padding: 2px;
	}
	.lewe_logowanie a:hover {
		color:#fff; font-size:10px; text-decoration:underline; font-weight:normal;
		background-color:#666666;
	}
	.lewe_logowanie input.submit {
		height: 17px; width: 52px;
		background-image:url(submit.png);
		border: 0px;
	}

.menu {
	background-image:url(menu.png); background-repeat:no-repeat;
	width:209px; 
	padding-top:9px; padding-bottom: 9px; 
}
	.menu span.m_tresc {
		color:#fff; font-size:11px; text-align:center; font-weight:bold;
		padding:0px; margin:0px;
		display:block;
	}
	.menu a.m_normal {
		font-size: 10px; color:#000000; line-height: 20px;
		background-image:url(menuarrow.gif); background-repeat:no-repeat;  background-color:#fff; background-position:left;
		margin-top: 3px; padding-left: 22px;
		height: 20px; 
		/*border-bottom: #fae7da 1px dashed;*/ border: #f9f9f9 1px solid;
		display:block;
	}
	.menu a:hover.m_normal {
		font-size: 10px; color:#FF0000; line-height: 20px;
		background-image:url(menuarrow2.gif); background-repeat:no-repeat; background-color:#fff;
		padding-left: 20px;
		height: 20px;
		border-right: 3px solid #993333; border-left: 3px solid #993333;
		display:block;
	}
	.menu a {
		color: #fff; text-decoration: none; font-weight: bold; text-align:left;
	}
	.menu a:hover {
		color: #FFCC00; text-decoration: none; font-weight: bold; text-align:left;
	}


div.form {
	text-align: left; 
	overflow: auto;	clear: both;
	margin-left: 15px; margin-bottom: 0.5em;
}

div.form label {
	display: block;	cursor: pointer;	
	text-align: left;
}

input.text {
	width:130px;
	background-color:#FFFFFF; 
	border: #cc3300 solid 1px;
	padding-left: 5px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div.form input.submit {
	height: 21px; width: 35px; 
	background-image:url(submit.jpg); 
	margin-bottom: 8px;
	border: 0px; 
	clear: both;
}
.prawe {
	float: left; 
	width: 520px;
	text-align: left; font-size:11px;
	padding-left:10px;
	
}
/*
====================================================================================================
newsy
====================================================================================================
*/
div.news {
    background-color: #EBFADD;
    border: #4F702F solid 1px;
    margin-bottom: 5px; padding:3px; padding-top:1px;
}
    div.news h1 {
		font-size: 13px; color: #3B670F;
		margin: 0px; padding:0px;
    }
    div.news h2 {
		font-size: 10px; color: #DB6700;
		margin: 0px; padding:0px;
    }
    div.news p {
		font-size: 11px; line-height: 15px;
		margin: 0px; padding:0px;		
    }
    div.news a {
		color: #F77A00;	text-decoration: none; font-weight: normal;
		border-bottom:#FF3300 dashed 1px;
    }
    div.news a:hover {
		color:#4B6B2B; text-decoration:none; font-weight: normal;
		border-bottom:#33CC00 dashed 2px;
    }

div.news2 {   
    border: #4F702F solid 0px;
    padding:3px;
	}
    div.news2 h1 {
		font-size: 15px; color: #3B670F;
		margin: 0px; padding:0px;
    }
    div.news2 h2 {
		font-size: 13px; color: #DB6700;
		margin: 0px; padding:0px;
    }
    div.news2 p {
		font-size: 11px; line-height: 15px;
		margin: 0px; padding:0px;		
    }
    div.news2 a {
		color:#4B6B2B; text-decoration: none; font-weight: normal;
		border-bottom:#4B6B2B dashed 0px;
    }
    div.news2 a:hover {
		color:#4B6B2B; text-decoration:none; font-weight: normal;
		border-bottom:#33CC00 dashed 0px;
    }
	div.news2 li {
		margin-left:20px; padding: 0px;
	}

/*
====================================================================================================
stopunia
====================================================================================================
*/

div.stopka {
	background-image: url(stopkabg.png); background-repeat: no-repeat;
	width: 773px; height: 80px; 
	line-height: 36px; color: #FFFFFF;
}

div.stopka a {
	color: #fff; text-decoration: none; font-weight: normal;
}
div.stopka a:hover {
	color:#fff; text-decoration:underline; font-weight: normal;
}

div.stopka a:active {
	color:#fff;
}


/*
====================================================================================================
tagi i style by tom
====================================================================================================
*/
.bb{
	width:25px;
	height:18px;
	color:#000000;
	font-weight:normal;
	border:0;
	font-size:11px;
	background-image: url(addblack.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #f2f8cd;
}

.isp {
	height: 15px; 
	border: 0px; 
	width: 27px;
	color: #000000;
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:xx-small;
}

.kom {
	padding: 7px;
	margin: 7px;
	background-color: #F2F8CD;
	border: 1px solid #d7e96e;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.kom li {
	margin-left: 17px;
}

.kom2{
	padding: 7px;
	margin: 7px;
	background-color: #FFE3D7;
	border: 1px solid #FF9E5E;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.paginator { font: 11px Arial, Helvetica, sans-serif; padding-top: 20px; padding-bottom: 10px; margin: 0px; }
.paginator a, .pageList .this-page {padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.paginator a:visited {padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none;}
.paginator .break {padding: 2px 6px; border: none; background: #fff; text-decoration: none;}
.paginator .end {padding: 2px 6px; border: solid 2px #ddd; background: #fff;}
.paginator .this-page {padding: 2px 6px; border: solid 1px #ddd; font-weight: bold; font-size: 13px; vertical-align: top; background: #f0f0f0;}
.paginator a:hover {color: #fff; background: #e37b02; border-color: #036; text-decoration: none;}
.paginator .ranking {display: block; margin-top: 0.5em; font-weight: bold;}
.paginator .ranking a {padding: 0; border: 0; background: transparent;}
.paginator .ranking a:hover {text-decoration: underline; color: #f60; background: transparent;}
.ramka_pic {border: 1px solid #000000;}

a.sub2:link, a.sub2:visited{
	background-image: url(sub2bg.gif) !important;
	padding-left: 20px !important;
}

a.sub2:hover{
	background-image: url(sub2bgsel.gif) !important;
}

a.sub2sel:link, a.sub2sel:visited, a.sub2sel:hover{
	background-image: url(sub2bgsel.gif) !important;
	color: #ff4e00 !important;
	padding-left: 20px !important;
}

#menuLinks a:link, #menuLinks a:visited, .menuTitle {
	display: block;
	font-weight: normal;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f2f2f2;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 11px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: 1px 7px;
	background-image: url(sub1bg.gif);
}

#menuLinks a:hover{
	background-repeat: no-repeat;
	background-position: 1px 7px;
	background-image: url(sub1bgsel.gif);
	text-decoration: none;
	color: #ff4e00;
}

.bel {
	height: 30px;
	background-image: url(bel.gif);
	color: #6d6d6d;
}
.text2 {
	height: 15px; background-image:url(form,input,txt.jpg); margin-bottom: 3px;
	padding-left: 5px; border: 0px; width: 143px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.text3 {
	height: 18px; 
	width: 200px;
}

.tbx td {
	text-align: left;
	height: 18px;
	color: #6d6d6d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.ktr {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.ktrr {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.kts {
	height: 18px;
	color: #6d6d6d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
}

.kts2 {
	height: 18px;
	color: #6d6d6d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.ktr2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
	
	background-image: url(required.gif);
	background-repeat: no-repeat;
	background-position: right;
}

.tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(/img/tab_bottom.gif) repeat-x bottom;
	}

.tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
.tabnav a:link, .tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 5px 2px 5px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

.tabnav a:link.active, .tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

.tabnav a:hover
	{
		background: #fff;
	}