body {
	margin: 0;
	padding: 0;
	background: #1b1b1b;
	background-image: url(../../gfx/panel_backgr.jpg);
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	}
	

input, select {
	font-size: 11px;
	}
	

a {
	text-decoration: none;
	color: #58595b;	
}

a:hover {
	text-decoration: underline;
}

p#komunikat {
	background: red;
	color: white;
}

#mainpage {
	width: 100%;
	height: 750px;
	position: absolute;
	margin: 0 auto 0 auto;
	}

/*eo search box */
#menu1 {
	width: 500px;
	height: 25px;
	margin: 0 20px 0 0;
	float: right;
	text-align: right;
	clear: both;
}

#menu1 a {
	color: #bbbbbb;
	margin: 0 0 0 10px;
	font-size: 12px;
	font-weight: normal;
}

#menu1 a:hover {
	text-decoration: underline;
}

#menu2 {
	width: 300px;
	margin: 0 0 0 10px;
	height: 30px;
	float: left;
	clear: both;
}

#menu2 a {
	display: block;
	float: left;
	width: 110px;
	color: #cccccc;
	text-align: center;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

#menu2 a:hover {
	text-decoration: underline;
}

#tytul {
	width: 500px;
	height: 25px;
	font-size: 12px;
	color: #dddddd;
	margin: 30px 20px 0 0;
	font-weight: bold;
	float: right;
	clear: both;
	text-align: right;
}

#container {
	width: 1124px;
	margin: 120px auto 0 auto;
}


td.aktualnosci_tytul a{
	margin: 5px 10px 0 0;
}

/* tabelka ze szczeg�ami wpis�w w bazie - uniwersalka */
			table.wpis {
				
			}
				
			table.wpis td.etykieta {
				vertical-align: top;
				padding-right: 10px;
			}
			
			table.wpis td.wartosc {
				vertical-align: top;
				font-weight: bold;
				width: 500px;
			}

/*eo table.wpis*/

