/*
* DISBAND THE DEFAULT RULES
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: none;
}


/* * * * * */

html {height:100%;}
body {
	background: #000 url(../img/mainbg2.jpg);
	background: #000 url(../img/mainbg.gif);
}
#srodek {
	width:250px; margin-left: -125px;
	height:450px; margin-top: -225px;
	position:absolute; top:50%; left:50%;
	background:black;
}

#logo {
	margin-top: 30px;
}

/* single slide */
.images div {
    display:none;
    position:absolute;
}


/* * * * * */
table, th, td
{
	border: 0;
	padding:2px;
	font-family: Verdana, Tahoma; 
	font-size: 11px; 
	color: black;
}

#logowanie {
	margin-left: 27px;
	margin-top: 30px;
}


input.but { background-color: #113A58; font-family: Verdana, Tahoma; font-size: 11px; color: white;
font-weight: bold; border: 1px; border-color: Black; border-style: solid; cursor: hand; padding:3px; }
 
input.in160 { background-color: white; font-family: Verdana, Tahoma; font-size: 11px;
border: 1px; border-color: silver; border-style: solid; width: 100px; padding:3px;}


/* * * * * */

.column-left {
	display: inline;
	width: 250px;
	height:450px;
	float: left;
	background:white;
	text-align:center;
}

.column-right {
	display: inline;
	width: 720px;
	height:450px;
	float: right;
	background:white;
}



