
body {
	font:70% Tahoma,Arial,"Lucida Grande", verdana, geneva, sans-serif;  /*70%/1.6em*/
	/*word-spacing:2px;
	color:#444;*/
	/*margin:15px; */
	
}

* {
	margin:0;
	padding:0;
	
}

h3 { color:#000000;
     font-family:Arial, Verdana;
     font-size:16px;
     font-weight:bold;
	 
	 padding-top:3px;
	 padding-bottom:3px;
	/*letter-spacing:2px;*/
}

.noclass { border:0px; padding:0px;}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	width: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:20px;
}

#header input {
	/*width:100px; */
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:100% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:7px 25px 15px 1px;
	float:right;
	background:#fff;
	width:150px;
	margin:-195px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
vertical-align:middle;
	
	font:250% Tahoma,Arial;
	color:#333;
	/*padding:5px 20px 5px 5px; */
	/*border-left:1px solid #ccc; */
	margin:0 8px 8px 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h1 a:hover {
	color:#111;
	border-bottom:2px solid #79B5D6;
}



#header #nav {
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	/*text-decoration:underline; */
}



/* ######### Top tabs ######### */

#ddtoptabs{
margin-left: 0px; /*Opera 8 fix -1px*/
padding: 0;
width: 750px;
height: 27px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddtoptabs ul{
font: normal 10px verdana, arial, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddtoptabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.3em;
font-size: 120%;
}


#ddtoptabs a, #ddtoptabs strong{
float:left;
color:#fff;
background: transparent url("tabs_left.gif") no-repeat left top;
margin:0 2px 0 0;
padding:0 0 0 3px;
text-decoration:none;
font-size: 10px;
letter-spacing: 1px;
margin-top: 4px;
font-family:  Arial, Verdana, sans-serif;
border-bottom: 1px solid #FFF;
}

#ddtoptabs a span, #ddtoptabs #current span{
float:left;
display:block;
color:#fff;
background: transparent url("tabs_right.gif") no-repeat right top;
padding:3px 9px 3px 6px;
font-weight:bold;
}

#ddtoptabs a span{
float:none;
}

#ddtoptabs #current a, #ddtoptabs strong{
background-position:0 -300px;
border-bottom: 1px solid #2B6600;
}

#ddtoptabs #current a span, #ddtoptabs #current span{
background-position:100% -300px;
padding-bottom:3px;	color:#fff;
}

#ddtoptabs a:hover{
background-position:0% -150px;
}

#ddtoptabs a:hover span{
color: #fff;
background-position:100% -150px;
}

#ddtoptabs #current a:hover {	background-position:0% -300px; }
#ddtoptabs #current a:hover span { color: #fff;	background-position:100% -300px; }

#ddtoptabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
background:#F1F1F1;
border-bottom: 1px solid #fff;
margin-bottom: 5px;
}

#csslibrarytab a, #csslibrarytab strong{
background: transparent url("tabs_left_blue.gif") no-repeat left top;
}

#csslibrarytab a span{
background: transparent url("tabs_right_blue.gif") no-repeat right top;
}

#csslibrarytab a:hover{
background-position:0% -150px;
}

#csslibrarytab a:hover span{
color: #fff;
background-position:100% -150px;
}





#csslibrarytab1 a, #csslibrarytab1 strong{
background: transparent url("tabs_left_gray.gif") no-repeat left top;
}

#csslibrarytab1 a span{
background: transparent url("tabs_right_gray.gif") no-repeat right top;
}

#csslibrarytab1 a:hover{
background-position:0% -150px;
}

#csslibrarytab1 a:hover span{
color: #fff;
background-position:100% -150px;
}




















#sidebar {
	background:#333;
	width:200px;
	padding:10px 20px 20px 20px;
	float:left;
	color:#666;
	border-top:2px solid #000;
	border-bottom:10px solid #000;
}

#sidebar h2 {
	font:160% Tahoma,Arial;
	color:#999;
	margin:10px 0 10px 0;
	background:url(../images/sidebarh2.jpg) right no-repeat;
	border:none;
}

#sidebar h3 {
	color:#FF8040;
	font:90% Tahoma,Verdana;
	font-weight:bold;
	letter-spacing:2px;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#323232;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#98D158;
}

#sidebar .subnav {
	border-top:1px solid #2C2C2C;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #2C2C2C;
}

#sidebar .subnav li a {	
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#98D158;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#2c2c2c;
	border:1px solid #222222;
	color:#ccc;
	font:90% Tahoma,Arial;
	width:190px;
}

#sidebarright {
	width:150px;
	float:right;
	padding:10px 0 0 10px;
	background:url(../images/sidebarright.jpg) top left no-repeat;
	font-family:tahoma,arial;
}

#sidebarright p {
	/*font:90% Verdana;*/
	color:#777;
	line-height:20px;
	margin:10px 0;
}

/* #sidebarright h2 {
	font:140% Arial;
	color:#333;
    margin:10px 0;
	border:none;
}
*/

#sidebarright ul {
	margin:10px 0 10px 15px;
	font:90% Verdana;
}

#sidebarright ul li {
	margin:5px 0;
}

#sidebarright a {
	border-bottom:1px dotted #ccc;
	color:#444;
	text-decoration:none;
}

#sidebarright a:hover {
	border-bottom:1px solid #ccc;
	color:#444;
	text-decoration:none;
}




#content {
	margin:0 0px 0 0px;  /* bylo 0 310 0 0 */
	background:url(../images/content.jpg) top left no-repeat;
	padding:20px 0 0 20px;
}
/*
#content a {
	border-bottom:1px dotted #ccc;
	color:#444;
	text-decoration:none;

}
#content a:hover {
    border-bottom:1px solid #ccc;
}
*/

#content a {
	COLOR:#2041ab; 
	text-decoration:none; 
	border-bottom:1px dotted #2041ab; 
}
#content a:visited {
	COLOR:#808081; 

	border-bottom:1px dotted #808081;
}
#content a:hover {
	COLOR:#2041ab; 

	border-bottom:1px solid #2041ab;
}




#contentnorightbar {
	margin:0 0 0 240px;
	background:url(../images/content.jpg) top left no-repeat;
	padding:20px 0 0 20px;
}


a {
	color:#222;
}

a:hover {
	text-decoration:none;
}






h2 {
	font-size:20px;
	/*color:#477EB7;*/
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#79B933;
	text-decoration:none;

	
}





#footer {
    font-size:10px;
	clear:both;
	border-top:1px solid #eee;
	padding:10px;
	margin:30px 0 0;
}


#footer a {
    
	border-bottom:1px dotted #ccc;
	color:#444;
	text-decoration:none;
}
#footer a:hover {
    border-bottom:1px solid #ccc;
}






#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
}

#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	/*padding:1px;
	/*background:#ccc;
	border:4px solid #f6f6f6; */
	border:0px;
}

.jakieautoimg {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;
	width:100px;
	height:66px;

}

.jakieautotable h2
{
     color:#000000;
     font-family:Arial, Verdana;
     font-size:18px;
     font-weight:bold;
     border:0px;
}
.jakieautotable h3
{
     color:#5C91C1;
     font-family:Arial, Verdana;
     font-size:16px;
     font-weight:bold;
     border:0px;
}
/*
label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}
input {
	width:300px;
	padding:4px;
	border:none;
	border-bottom:1px dotted #ccc;
	font:90% Tahoma;
	color:#777;
}

textarea {
	width:400px;
	padding:4px;
	font:90% Verdana;
	border:1px solid #eee;
	height:200px;
	display:block;
	color:#777;
}
*/


blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}
select { font-size:10px}

#scroller {
	position: absolute;
	/*margin-top:80px;*/
	margin-bottom:15px;
	width: 250px;

	overflow:hidden;
}
div#scroller-v {

}

div#scroller-v_inner {

}


.menu1 { width:140px; }

.menu1 A {
	COLOR:#2041ab; TEXT-DECORATION: underline;   /*COLOR:#2041ab; TEXT-DECORATION: underline; */
}
.menu1 A:visited {
	COLOR:#808081; TEXT-DECORATION: underline;   /*COLOR:#808081; TEXT-DECORATION: underline; */
}
.menu1 A:hover {
	COLOR:#2041ab; TEXT-DECORATION: underline;   /*	COLOR:#2041ab; TEXT-DECORATION: underline;  */
}

#content h1 {
    vertical-align:middle;

	font:120% Tahoma,Arial;
	color:#333;
	font-weight:bold;
	/*padding:5px 20px 5px 5px;*/
	/*border-left:1px solid #ccc; */
	margin:0 10px 10px 0;
}

.nic { border:0px; 
border-bottom:0px solid #ffffff;}
.nic a {
 border:0px;
 border-bottom:0px solid #fff; }
 .nic a:hover {
 border:0px;
 border-bottom:0px solid #fff; }




.menu2 { font-size:11px; border-left: 1px solid #ccc;}
.menu2 A {
	COLOR:#2041ab; TEXT-DECORATION: underline;   /*COLOR:#2041ab; TEXT-DECORATION: underline; */
}
.menu2 A:visited {
	COLOR:#808081; TEXT-DECORATION: underline;   /*COLOR:#808081; TEXT-DECORATION: underline; */
}
.menu2 A:hover {
	COLOR:#2041ab; TEXT-DECORATION: underline;   /*	COLOR:#2041ab; TEXT-DECORATION: underline;  */
}

.liniemenu { border-right: 1px solid #ccc; width:140px; border-left: 1px solid #ccc; }

.szukaj { border:#666666 solid 1px; width:200px; }

.ogl a { color:#0066FF; }

.ima {
	padding:1px;
	background:#ccc;
	border:4px solid #f6f6f6;


}



#container { width:260px; margin:15px; padding:20px;}
.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px;}
.xsnazzy h1 { color:#fc0;}
.xsnazzy h2 { color:#234; border:0;}
.xsnazzy p {  color:#666666; line-height:18px; padding-left:10px;}
.xsnazzy h2 { padding-left:10px;}
.xsnazzy {background: transparent; margin:1em;}

.xsnazzy em {display:block; width:0; height:0; color:#d8d8ee; overflow:hidden; border-top:12px solid #84AEDA; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .xsnazzy em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzy span {display:block; width:0; height:0; color:#84AEDA; overflow:hidden; border-top:10px solid #ffffff; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .xsnazzy span {width:20px; height:10px; w\idth:0; hei\ght:0;}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#ccc; border-left:1px solid #84AEDA; border-right:1px solid #84AEDA;}

.xb1 {margin:0 8px; background:#84AEDA;}
.xb2 {margin:0 6px; background:#84AEDA;}
.xb3 {margin:0 4px; background:#84AEDA;}
.xb4 {margin:0 3px; background:#ffffff; border-width:0 5px;}

.xb5 {margin:0 2px; background:#ffffff; border-width:0 4px;}
.xb6 {margin:0 2px; background:#ffffff; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#ffffff; border-width:0 3px; height:2px;} 

.xboxcontent {display:block; background:#ffffff; border:3px solid #84AEDA; border-width:0 3px;}

.none a{}






/* najczesciej czytane */
#TopCZ {border:1px solid #E2E2E2;margin:10px 0px 10px 0px;padding:10px 8px 10px a 8px;}
#TopCZ ul {padding: 0px 18px 18px 18px;margin:0px}
#TopCZ h1 {font-family:Trebuchet MS, Tahoma, sans-serif;font-size:14px;font-weight:bold;margin:0px;padding:0px;text-align:center;text-transform:uppercase;}

#TopCZ2 {display:none}




