body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

body, p, td, h1, h2, h3, h4, h5, h6 { 
	color:white; 
	font-family: /*Arial,*/ Verdana, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

td
{
	padding: 0 3px 0 3px;
	
}

.little
{
	font-size: 6px;
}


/*fuck you, IE. fuck you!*/
body {	text-align: center; }

fieldset p {	margin: 10px 0 0 0; }


a {
	color: #ffc600;
	text-decoration: none;
	font-weight: bold;
}

a:hover {	color: #ffffcc; }

a.white {	color: #ffc600; }

a.white:hover {	text-decoration: underline; }

a img
{
	border: 1px solid;
	border-color: #ffc600;
	margin: 5px;
}

p
{
  	text-indent: 1em;
	margin: 3px 0 0 0;
}

em
{
  	font-weight: bold;
	font-style: normal;
	/*color: #ffc600;*/
}

ul
{
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 10px;
	font-size: 10px;
}


#nav p
{
  	font-size: 11px;
	text-indent: 1em;
}

#centercol p
{
	text-indent: 0;
	font-size: 11px;
}


h5
{
  	font-size: 12px;
	font-variant: small-caps;
}

.boxhead h5
{
	font-size: 10px;
	text-transform: uppercase;
}


h3
{
	font-size: 18px;
	/*font-weight: bold;*/
	/*font-style: italic;*/
	color: #ffc600;
	margin: 0 0 2px 0;
}

h4
{
	font-size: 18px;
	/*font-weight: bold;*/
	/*font-style: italic;*/
	color: #ffc600;
	margin: 5px 0 10px 0;
}


tt { 
	color:white;
	font-family: Courier, monospace; 
	font-size: 12px;
}

/*tr.odd {
	background-color: #000933;
}

tr.even {
	background-color: #313751;
}*/

tr.head
{
	/*text-align: center;*/
	background-color: none;
	height: 30px;
}


#bordtable
{
	width: 500px;
	text-align: left;
	/*border-left: 1px solid #fff; */
	/*border-bottom: 1px solid #fff; */
	margin: 5px 0 0 0;
}

#bordtable td
{
	font-size: 11px;
	/*border-right: 1px solid #fff;*/
	/*border-top: 1px solid #fff;*/
	padding: 2px;
}

#bordtable td img
{
	vertical-align: -30%;
}

#bordtable td ul
{
	margin: 0 10px 0 10px;
	padding: 0 0px 0 0px;
	width: 100px;
	list-style: none;
}

#gigs
{
	width: 500px;
	border: 0;
}

#gigs td
{
	margin:0;
	padding:0 3px 0 3px;
}

.header td
{
	background-color: none;
	font-weight: bold;
	height: 30px;
}

#gigs .one
{
	width: 6px;
}
	
.odd td
{
	/*IE, fuck you and your PNG support!*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/piksel.png');
}
html>body .odd td
{
	background: transparent url('img/piksel.png');
}

tr .even td
{
	background-image:none;
	background-color:none;
}

#whole
{ 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left; 

	width: 750px;
	font-style: normal;
	font-weight: normal;
}

#logo
{ 
	margin: 0 0 1px 0;
	padding: 0;
	height: 160px;
	background-color: #000033;
	background-image: url("img/top.jpg");
}

#menubar
{ 
	margin: 0 0 1px 0;
	padding: 0;
	height: 20px;
	/*width: 640px;*/
	background-color: #181c28;
}

/*#menutable takie samo*/
#menuimages
{
	padding: 0 0 0 20px;
}

#menuimages img
{
	padding: 0 2px 0 2px;
}

#menuimages a img
{
	border: none;
	margin: 0;
}


#menutable td
{
	padding: 0 10px 0 10px;
}

#nav
{
    margin: 0 0 10px 0;
	padding: 1px 0 0 5px;
	height: 20px;
	background-color: #000033;
	font-size: 12px;
}

#content
{
	background-image: url("img/down.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 300px;
	margin: 0;
	padding-bottom: 10px;
	/*margin-bottom: 120px;*/
	/*overflow: hidden;*/
}

/*fuck you, IE. fuck you.*/
* html #content
{ 	
	height: 300px; 
	overflow: none;
}


/*kolumny wewnatrz content:*/
#leftcol {
	float: left;
	width: 200px;
	min-height: 300px;
	margin: 5px 0 0 10px;
}

#rightcol {
	float: right;
	width: 200px;
	min-height: 300px;
	margin: 5px 10px 0 20px;
}       
        
#centercol {
	/*width: 300px;*/
	margin-left: 230px;
	padding-top: 5px;
	margin-bottom: 0;
	/*margin-right: 220px;*/
}

#footer
{
	width: 750px;
	/*min-width: 700px;*/
	text-align: center;
	margin: 0;
	padding: 0;
	display: block;
	clear: both;
}
#footer p
{
	margin: 0;
	padding: 3px 0 0 0;
}



#footer #copyright
{
	background-color: #181c28;
	height: 20px
}

#footer #links
{}




/*podwojna kolumna*/
#twocol
{
	width: 500px;
	min-height: 210px;
	display: block;
}
* html #twocol
{ 	
	height: 210px; 
	overflow: none;
}

#twocol #image
{
	width: 210px;
	float: left;
}

#twocol #table
{
	width: 260px;
}

#twocol #table td
{
	height: 15px;
	margin:0;
	padding:0;
}
#twocol #table td img
{
	margin:0;
	padding:0;
}

#twocol img
{
	border: none;
}


/*male "kwadraciki"*/
.box
{
	margin: 0 0 5px 0;
    width:200px;
}


.coverbox
{
	margin: 0 0 5px 0;
    width:200px;
}


.boxhead
{
	height: 20px;
	text-align: center;
	margin: 0;
	padding: 5px 15px 0 15px;
	/*IE, fuck you and your PNG support!*/
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/kwadrat_naglowek.png');
}
html>body .boxhead
{
	background: transparent url('img/kwadrat_naglowek.png');
}


.boxbody
{
	/*display:inline-block;*/
	height: 1%;
	/*zoom: 1;*/
	min-height: 20px;
	/*height: 30px;*/
	margin: 2px 0 0 0;
	padding: 2px 15px 5px 15px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/kwadrat_tabela.png');
}
.boxbody p
{
	margin: 0;
	text-indent: 0;
}


html>body .boxbody 
{
	background: transparent url('img/kwadrat_tabela.png');
}
.coverbox.boxbody
{
	padding: 2px 10px 5px 10px;
}
/*i po malych kwadracikach*/

p.centerspace
{
  	text-align: center;
	line-height: 1.5em;
}

/*newsy:*/
.news h6
{
	color: #ffc600;
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: uppercase;
}


.news p
{
	margin: 0;
	padding: 0;
	text-indent: 0;
	font-size: 11px;
	text-align: justify;
}

.news a
{
	font-weight: normal;
}

.news
{
	width: 270px;
	/*margin: 20px 230px 0 10px;*/
	margin: 5px 0 15px 0;
}

.newswide
{
	width: 500px;
}

.link
{
	width: 300px;
	/*margin: 20px 230px 0 10px;*/
	margin: 15px 0 25px 0;
	text-align: center;
	font-size: 14px;
	
}
.link img
{
	border: 0;
}


/*formularze*/
input 
{ 
	background-color: black; 
	color: white;
	font-family: /*Arial,*/ Verdana, Helvetica, sans-serif; 
	font-size: 10px;
	border-color: #666699;
}



textarea
{ 
	background-color: black; 
	color: white;
	font-family: /*Arial,*/ Verdana, Helvetica, sans-serif; 
	font-size: 10px;
	border-color: #666699;
}

