html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color: #222;
	color:#fff;
	font-family: "verdana", Arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a:link {
	color: #ca6;
	text-decoration:none;
}

a:visited {
	color: #ca6;
	text-decoration:none;
}

a:hover {
	color: #ca6;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, th {
	font-family: "verdana", Arial, helvetica, sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, th a{
	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, th a:hover{
	text-decoration:underline;
}


h1 {
	font-size: 25px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 8px;
}

small {
	font-size:10px;
}

small_c {
	font-size:10px;
	color: #ca6;
}

#head
{	
	border-bottom: 0px solid #ccc;
	padding:0px;
	color:#999;
}

#menu {
	border-bottom: 1px solid #ccc;
	padding:5px;
	color:#f00;
}

#menu a{
	
	text-decoration:none;	
} 

#menu a:hover{
	text-decoration:underline;	
} 


#container
{
	min-height: 100%;
	width:770px;
	margin-left:auto;
	margin-right:auto;
	/*margin-left:20px;
	margin-right:20px;*/
	margin-top:0px;
	padding:0px;
	border: 1px solid #666;
	border-top:0px;
	border-bottom:0px;
	background-color: #000;	
}

#left
{
	float: left;
	width:132px;
	padding:10px;
	padding-top:2px;
	text-align:left;
	font-size:10px;
}

#center
{
	margin-left:138px;
	margin-right:12px;
	padding-top:0px;
	padding-left:18px;
	font-size:12px;
	line-height:15px;
	border-left: 0px solid #666;
	border-bottom: 0px solid #666;
}

#blog
{
	text-align: justify;
	margin-left:138px;
	margin-right:12px;
	padding-top:0px;
	padding-left:18px;
	font-size:11px;
	line-height:14px;
	border-left: 0px solid #666;
	border-bottom: 0px solid #666;
}

#right
{
	clear:left;
	float:left;
	width:150px;
	font-size:10px;
	padding:5px;
	padding-top:20px;
	text-align: left;
}

#foot
{
	clear: both;
	font-size: 10px;
	padding: 2px;
	text-align: center;
	color: #888;
	border-top: 1px solid #666;
}

#foottab
{
	height: 66px; /* dla IE */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 0px;
}

#galeria
{
/*	height:30px;
	font-size:1px; */
	border-bottom: 1px solid #666;
}

textarea
{
	width:100%;
	color:#fff;
	background-color: #333;
	border-width: 1px;
	border: 1px solid #666;
}

input
{
	background-color: #333;
	color:#fff;
	border-width: 1px;
	border: 1px solid #666;
}

/* rollerovery */

a.rol_xhtml
{
	background: transparent url(../img/foot_xtml.png) no-repeat 0 0;
	border: 0;
	display: block;
	height: 18px;
	margin: 0;
	padding: 0px;
	width: 61px;
}
  
a.rol_xhtml:hover {
	background: transparent url(../img/foot_xtml.png) no-repeat 0 -30px; 
	border: 0;
	display: block;
	height: 18px;
	margin: 0;
	padding: 0px;
	width: 61px;
}

a.rol_css
{
	background: transparent url(../img/foot_css.png) no-repeat 0 0;
	border: 0;
	display: block;
	height: 18px;
	margin: 0;
	padding: 0px;
	width: 45px;
}
  
a.rol_css:hover {
	background: transparent url(../img/foot_css.png) no-repeat 0 -24px; 
	border: 0;
	display: block;
	height: 18px;
	margin: 0;
	padding: 0px;
	width: 45px;
}

a.rol_rss
{
	background: transparent url(../img/foot_rss.png) no-repeat 0 0;
	border: 0;
	display: block;
	height: 18px;
	margin: 0;
	padding: 0px;
	width: 45px;
}
  
a.rol_rss:hover {
	background: transparent url(../img/foot_rss.png) no-repeat 0 -24px; 
	border: 0;
	display: block;
	height: 18px;
	margin: 0;
	padding: 0px;
	width: 45px;
}

a.rol_prev
{
	background: transparent url(../img/but_prev.png) no-repeat 0 0;
	border: 0;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0px;
	width: 29px;
}
  
a.rol_prev:hover {
	background: transparent url(../img/but_prev.png) no-repeat -31px 0px; 
	border: 0;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0px;
	width: 29px;
}

a.rol_next
{
	background: transparent url(img/but_next.png) no-repeat 0 0;
	border: 0;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0px;
	width: 29px;
}
  
a.rol_next:hover {
	background: transparent url(img/but_next.png) no-repeat -31px 0px; 
	border: 0;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0px;
	width: 29px;
}

/* poprawki dla IE */
* html #left
{
	padding-top: 21px;
}

* html #center
{
	padding-left: 15px;
}
