/*#################################################
  ###      Dotyczy styli całego dokumentu       ###
  ###                                           ###
  #################################################*/
body{
	margin: 0px auto;
	padding: 0px;
}
html{
	background: #FFF url("grafika/tl.png");
background-repeat:repeat;
background-position: center;
background-attachment: fixed;
font-size: 12px;
}

/*#################################################
  ###      Dotyczy styli użytych na stronie     ###
  ###                                           ###
  #################################################*/
  
  
/* Style warstwy głównej zawierającej wszystkie inne w sobie */
#strona{
	position: relative;
	width: 760px !important;
	width: 762px;
	height: 200px;
	margin: 0 auto;
}
  
  /* Style nagówka/menu i wszystkich jego elementów */
#naglowek{

	height: 150px;
	width: 46%;
	background: #C2C2B1;
	margin-top: 30px;
	border: 1px solid #767762;
	float: right;
}
#naglowek a:link{
	text-decoration: none;
	color: #000;
	font-size: 12px;
	padding: 0px 4px;
	font-weight: normal;
}
#naglowek a:visited{
	text-decoration: none;
	color: #000;
	font-size: 12px;
	padding: 0px 4px;
	font-weight: normal;
}
#naglowek a:hover{
	text-decoration: none;
	font-size: 12px;
	color: #ff0000;
	padding: 0px 4px;
	font-weight: normal;
}
#naglowek ul{
padding: 0px 1em;
	margin: 0px auto;
}
#naglowek li{
	display: inline;
	 padding: 0px 0.5em;
	 margin: 0px auto;
	 list-style-type: none;
}
#naglowek hr{
	margin: 0px 2.5%;
	padding: 0px;
	margin-bottom: 5px;
	width: 95%;
	background-color: #000;
}
#naglowek img{
	width: 100%;
	height: 100px;
}

/* Style submenu po lewej stronie i wszystkich jego elementów */
#submenu{
	width: 30%;
	height: auto !important;
	height: 300px;
	min-height: 300px;
	float: left;
	margin-top: 70px;
	margin-left: 15px;
	background: #C2C2B1;
	border: 1px solid #767762;
	
}
#submenu a:link
{
text-decoration: none;
color: #000;
}
#submenu a:visited{
	text-decoration: none;
	color: #000;
	font-weight: normal;
}
#submenu a:hover{
	text-decoration: underline;
	color: #ff0000;
	font-weight: normal;
}
#submenu h1{
	margin: 15px 30px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	color: #967B2C;
}
#submenu h3{
	padding: 5px 10px;
	color: #967B2C;
}
#submenu p{
	padding: 10px;
}
#submenu li{
	list-style: circle;
}
#submenu form{
	padding: 5px 10px;
}
#submenu input{
	border: 1px solid #767556;
	display: block;
	background-color: #E5E5D2;
}
#submenu textarea{
	border: 1px solid #767556;
	display: block;
	background-color: #E5E5D2;
	overflow: auto;
}


/* Style tresci i wszystkich jej elementów */
#tresc{
background: #C2C2B1;
	width: 50%;
	height: auto !important;
	height: 200px;
	min-height: 200px;
	margin-top: 20px;
	margin-left: 3%;
	float: left;
	border: 1px solid #767762;
	color: #232323;

}
#tresc a:link{
	text-decoration: none;
	color: #636552;
	font-weight:bold;
}
#tresc a:visited{
	text-decoration: none;
	color: #636552;
	font-weight:bold;
}
#tresc a:hover{
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold;
}

#tresc h1{
	margin: 15px 30px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	color: #967B2C;
}
#tresc h2{
	margin: 5px 30px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
}
#tresc h3{
	margin: 5px 30px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	
}
#tresc h4{
	margin: 15px 30px;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#tresc p{
	margin: 0px 30px;
	padding: 5px 0px;
	font-size: 13px;
}
#tresc form{
	margin: 10px 30px;
	display: block;
}
#tresc input{
	display: block;
	background-color: #E5E5D2;
	border: 1px solid #767556;
}
/*sytle dotyczą tytułu komentarza */
#kom_tyt{
	font-weight: bold;
	font-size: 14px;
	width: 80%;
	margin-left:30px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 0px;
	border-bottom: 0px;
	background-color: #A2A28E;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top:1px solid #767556;
	border-left: 1px solid #767556;
	border-right: 1px solid #767556;
}
/* style dotycza treści komentarzy */
#kom_tre{
	font-size:12px;
	font-weight: normal;
	width: 80%;
	margin-top:0px;
	border-top: 1px dotted #767556;; 
	border-left: 1px solid #767556;
	border-right: 1px solid #767556;
	border-bottom: 1px solid #767556;
	margin-left: 30px;
	margin-right: 30px;
	background-color: #CFD1C3;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Style stopki i wszystkich jej elementów */
#stopka{
	background: #C2C2B1;
	width: 50%;
	text-align: center;
	font-size: 11px;
	color: #000;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #767762;
}
#stopka a:link, a:visited, a:hover{
	text-align: center;
	text-decoration: none;
	color: #000;
}
/* style popup'a do drikowania */
#druk{
	margin: 0px auto;
	padding: 0px;
}
#druk h1{
	font-size: 17px;
	font-weight: bold;
}
#druk p{
	font-weight: normal;
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
}


/*#################################################
  ###  Dotyczy styli panelu administracyjnego   ###
  ###                                           ###
  #################################################*/
  /*style dostyczące strony logowania do panela administracji */
#logowanie
{
	background-color: #C2C2B1;
	border: 1px solid #767762;
	margin: 50px auto;
	padding: 0px;
	width: 300px;
}
#logowanie form{
	padding: 5px 30px;
}
#logowanie input{
	display: block;
	background-color: #E5E5D2;
	border: 1px solid #767556;
}
#logowanie h1{
	padding: 0px 30px;
	font-size: 16px;
}
/*style nagłówka w panelu administracyjnym */
#admin_nag
{
	background-color: #C2C2B1;
	border: 1px solid #767556;
	width: 30%;
	margin: 10px 35%;
}
#admin_nag h1
{
	font-size: 18px;
	text-align: center;
}
/* style warstwy pokazujacej status zalogowanego uzytkownika */
#admin_subnag{
	background-color: #C2C2B1;
	border: 1px solid #767556;
	width: 40%;
	padding: 5px 10px;
	font-size: 14px;
}
#admin_subnag a:link
{
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	padding-left: 10px;
}
#admin_subnag a:visited
{
	font-size: 12px;
	font-weight: normal;
	color: #ff0000;
	padding-left: 10px;
}
#admin_subnag a:hover
{
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
}
/* style dotyczace menu komentarzy i uzytkownikow po prawej stronie */
#admin_uzyt
{
	background-color: #C2C2B1;
	border: 1px solid #767556;
	float: right;
	width: 15%;
	margin-top: 10px;
}
#admin_uzyt ul{
	padding-left: 20px !important;
	padding-left:0px; /*IE*/
	list-style: circle;
}
#admin_uzyt li{
	padding: 2px 0px;
}
#admin_uzyt label{
	margin-bottom: 5px;
	font-weight: bold;
}
#admin_uzyt a:link
{
	font-weight:normal;
	text-decoration: none;
}
#admin_uzyt a:visited
{
	font-weight: normal;
	text-decoration: none;
}
#admin_uzyt a:hover
{
	font-weight:normal;
	text-decoration: none;
	color: #ff0000;
}
/*lewe menu administracji */
#admin_left
{
margin-top: 10px;
	background-color: #C2C2B1;
	border: 1px solid #767556;
	width:15%;
	float: left;
}
#admin_left ul{
	padding-left: 20px !important;
	padding-left:0px; /*IE*/
	list-style: circle;
}
#admin_left li{
	padding: 2px 0px;
}
#admin_left label{
	margin-bottom: 5px;
	font-weight: bold;
}
#admin_left a:link
{
	font-weight:normal;
	text-decoration: none;
}
#admin_left a:visited
{
	font-weight: normal;
	text-decoration: none;
}
#admin_left a:hover
{
	font-weight:normal;
	text-decoration: none;
	color: #ff0000;
}
/* zmienna tresc panela */
#admin_tresc{
	background-color: #C2C2B1;
	border: 1px solid #767556;
	width:65%;
	padding:10px;
	float: left;
	margin-left: 1% !important;
	margin-left: 0.8%;
	margin-top: 10px;
}
#admin_tresc form{
	margin: 10px;
}
#admin_tresc input{
	display: block;
	background-color: #E5E5D2;
	border: 1px solid #767556;
}
#admin_tresc select{
	display: block;
	background-color: #E5E5D2;
	border: 1px solid #767556;
}
#admin_tresc a:link
{
	color: #000;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: normal;
}
#admin_tresc a:visited{
	color: #000;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: normal;
}
#admin_tresc a:hover{
	color: #ff0000;
	text-decoration: underline;
	display: block;
	text-align: left;
	font-weight: normal;
}
#admin_tresc h1{
	font-size: 17px;
	font-weight: bold;
	color: #967B2C;
}