/* Comment element properties */

a {
	color: #5490da;
	text-decoration: none;
}

a:hover {
	color: #04688d;
	text-decoration: underline;
}a.inny { color: #767676; text-decoration: none; } a.inny:hover { color: #f6a504; text-decoration: none; font-weight: bold;}

a.side {
	color: #555;
	text-decoration: none;
}

a:hover.side {
	color: #f6a504;
	text-decoration: underline;
}

a.white, li.white a {
	color: #fff;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #fff;
	text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d5d1d1;
	background-image: url('images/bg.png');
	margin: 5px;
}

hr {
	height: 1px;
	border: 1px solid #eee;
}

hr.side-hr {
	height: 1px;
	border: 1px solid #eee;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.alt {
	color: #04688d;
}

.spacer {
	margin-bottom: 5px;
}

.admin-message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #555;
	background-color: #f6f6f6;
	border: 1px solid #e1e1e1;
	padding: 3px 4px 5px 4px;
	margin-bottom: 5px;
}

/* Form element properties */

form {
	margin: 0px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #990101;
	background-image: url(images/button.gif);
	height: 20px;
	border: 1px solid #000;
	margin-top: 2px;
}

.bbcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
	margin-top: 2px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #acabab;
	background-color: #000000;
	border: 0;

}

/* Header and footer properties */

.sub-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	background-image: url(images/subheader-mid.gif);
	padding: 7px 5px 8px 5px;
}

.sub-header-left {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-left.gif);
}

.sub-header-right {
	width: 3px;
	height: 28px;
	background-color: #555;
	background-image: url(images/subheader-right.gif);
}

.sub-header ul{
	margin: 0;
	padding: 0;
}

.sub-header ul li{
	display: inline;
}

.sub-header ul li.first-link .bullet{
	display: none;
}

.full-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fff;
	padding: 5px 0 10px 0;
}

.main-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	background-color: #1D1D1D;
	padding: 5px;
}

.bottom-footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #555;
	padding: 4px 4px 5px 4px;
}

.main-body {
	font-size: 11px;
	color: #555;
	background-color: #1D1D1D;
	border: 0;
	padding: 4px;
}

/* Side-Panel properties */


.side-left .side-border-right {display: none;}
.side-right .side-border-left {display: none;}

.side-border-left {
	color: #777;
	background-color: #fff;
	padding: 10px 10px 10px 0;
	width: 175px;
}

.side-border-right {
	color: #777;
	background-color: #fff;
	padding: 10px 0 10px 10px;
	width: 175px;
}

.scapmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background-color: #555;
	background-image: url(images/side.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.scapmain-left {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(images/side-left.gif);
}

.scapmain-right {
	width: 3px;
	height: 24px;
	background-color: #555;
	background-image: url(images/side-right.gif);
}

.side-body {
	font-size: 10px;
	color: #555;
	background-color: #fff;
	background-image: url(images/gradient.gif);
  background-repeat: repeat-x;
	border: 1px solid #ddd;
	padding: 4px;
}

/* Center-Panel properties */

.news-category {
	border: 0;
	margin: 3px 5px 0 0;
	float: center;
}

.news-footer {
	font-size: 10px;
	color: #555;
	background-color: #f1f1f1;
	border-width: 0 1px 1px 1px;
	border-color: #ddd;
	border-style: solid;
	padding: 3px 4px 4px 4px;
}

.capmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #555;
	background-image: url(images/cap.gif);
  background-repeat: repeat-x;
	padding: 6px 4px 6px 4px;
}

.capmain-left {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-left.gif);
}

.capmain-right {
	width: 3px;
	height: 25px;
	background-color: #555;
	background-image: url(images/cap-right.gif);
}

.main-bg {
	color: #555;
	background-color: #fff;
	padding: 10px 0 5px 0;
}

/* General table properties */

.center {
	margin: 0 auto;
}

.tbl-border {
	border: 0;
}

.tbl {
	font-size: 11px;
	color: #555;
	background-color: #1D1D1D;
	padding: 4px;
}

.tbl1 {
	font-size: 11px;
	color: #555;
	background-color: #1D1D1D;
	padding: 4px;
}

.tbl2 {
	font-size: 11px;
	color: #555;
	background-color: #1D1D1D;
	padding: 4px;
}

.forum-caption {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	background-color: #1D1D1D;
	padding: 2px 4px 4px 4px;
}

.quote {
	font-size: 11px;
	color: #555;
	background-color: #f8f8f8;
	padding: 4px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #bbb;
}

.poll {
	height: 12px;
	border: 1px solid #bbb;
}

.comment-name {
	font-acacac: bold;
	color: #04688d;
}

.shoutboxname {
	font-weight: bold;
	color: #acacac;
}

.shoutbox {
	color: #acacac;
}

.shoutboxdate {
	font-size: 10px;
	color: #888;
}

.small {
	font-size: 10px;
	font-weight: normal;
}

.small2 {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-small {
	font-size: 10px;
	font-weight: normal;
	color: #555;
}

.side-label {
	color: #555;
	background-color: #f1f1f1;
	margin: 2px 0 2px 0;
	padding: 2px 2px 3px 2px;
}

/* Vertical Navigation */

#navigation h2 {
	font-size: 10px;
	font-weight: normal;
	background-color: #f1f1f1;
	margin: 0;
	padding: 4px;
}
	
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #navigation ul li{
   height: 1%;
}

#navigation a {
	display: block;
	color: #555;
	padding: 2px;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	background-color: #f6a504;
}

/* Page Navigation */

.pagenav {
	padding: 4px;
}

.pagenav span {
	color: #fff;
	background-color: #f6a504;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
}

.pagenav a {
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #ddd;
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
}

.pagenav a:hover {
	color: #fff;
	background-color: #f6a504;
	margin: 2px;
	text-decoration: none;
}

/** AnimeOn Classes */
#top {
	width: 990px;
	margin: 0 auto;
}

#logo {
	background-image: url('images/logo.jpg');
	height: 365px;
	width: 990px;
}
#JEDNAK {	width: 660px;float: left;}
#MENU {
	width: 289px;
	float: right;
	overflow: hidden;
	position: relative;
	margin-left: 6px;
	
}

#INFORMACJE {
	width: 185px;	float: left;	margin-left: 0px;
}

#TRESC {	width: 475px;	float: left;
}
#STOPKA {
	clear: both;
	margin: 0 auto;
	padding-left: 4px;
}

img {
	border: 0px;
}

#reklama_google_top {
	background-image: url('images/google_top.png');
	width: 495px;
	height: 75px;
	margin: 0 12px;
	margin-bottom: 4px;

}
#radio_top {	background-image: url('images/radio_top.png');	width: 495px;	height: 120px;	margin: 0 12px;	margin-bottom: 4px;}
#news-belka {
	background-image: url('images/news_top.png');
	width: 485px;
	height: 26px;
	padding-left: 10px;
	padding-top: 7px;
	font-size: 13px;
	font-weight: bold;	
}

#news {

background-color: #121212; 
width: 485px; 
padding-left: 5px; 
padding-right: 5px; 
padding-top: 5px; 
} 


#news-calosc {
	margin-left: 12px;	
}

#news-stopka {
	
	width: 478px;
	height: 25px;
	background-image: url('images/news_stopka.png');
	padding-right: 10px;
	padding-left: 7px;
	padding-top: 7px;
	clear: left;
}

#table-stopka {
	width: 495px;
	height: 17px;
	background-image: url('images/table_stopka.png');

}

#reklamy-google-stopka {
	width: 982px;
	height:  114px;
	background-image: url('images/google_stopka.png');
	margin: 0 auto;
}

#stopka_img {
	margin-left: 2px;
}


#panel-logowania {
	background-image: url('images/pl_bg.png');
	width: 279px;
	height: 71px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-size: 9px;
	
}

.textbox_login {
	background-image: url('images/log-text.png');
	width: 157px;
	height: 20px;
	font-size:10px;
	border: 0px;

}

.zaloguj {
	background-image: url('images/zaloguj.png');
	width: 74px;
	height: 22px;
	font-size:10px;
	border: 0px;

}

#nasza-rodzinka {
	
}

#rodzinka-title {
	background-image: url('images/menu_top_menu.png');
	width:  181px;
	height: 24px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

#menu-tresc {
	background-color: #121212;
	width: 191px;
}#menu-tresc1 {	background-color: #121212;	width: 188px;		padding-left: 2px;}#menu-tresc2 {	background-color: #121212;	width: 181px;		padding-left: 10px;}

#menu-stopka {
	width: 191px;
	height: 14px;
	background-image: url('images/menu_dol.png');
}

#menu-title {
	background-image: url('images/menu_top.png');
	width:  181px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

#menu-tresc_main {
	background-color: #121212;
	width: 278px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu-stopka_main {
	width: 286px;
	height: 14px;
	background-image: url('images/ost_odc_dol.png');
}

#menu-title_main {
	background-image: url('images/ost_odc_top.png');
	width:  276px;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

#odc_tlo {
	background-image: url('images/odc_tlo.png');
	width: 278px;
	height: 30px;
	padding-top: 5px;
}

#nazwa_odc {
	float: left;
	padding-left: 5px;
}#nazwa_odc1 {	float: left;	padding-left: 35px;	font-weight: bold;}

#numer_odc {
	float: right;
	padding-right: 5px;
}

#menu-tresc_male {
	background-color: #121212;
	width: 134px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu-stopka_male {
	width: 142px;
	height: 13px;
	background-image: url('images/menu_male_dol.png');
}

#menu-title_male {
	background-image: url('images/menu_male_top.png');
	width:  132px;
	height: 22px;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
}

#ostatnio-online {
	float: left;
	overflow: hidden;
	position: relative;

}

#musicbox {
	float: left;
	overflow: hidden;
	position: relative;
	padding-left:5px;
	
}

#sb {
	clear: both;
	padding-top: 5px;
}

#news-main {
	background-color: #121212;
	width:495px;
}


#rodzinka {
		font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 2px;
	background-color:#121212;}

#menu8 {
	width: 200px;
	padding: 0;
}
#men8 dt {
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 0 0 0 0;
	padding: 2px;
}

#menu8 dd {

	border-width: 0 0 0 0;
	margin: 0;

}

#menu8 dd.active {
	font-weight: bold;
}


