HTML, BODY {
	background-color: #181819;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(gfx/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;	
}

@media screen {
	.srodek {
		background-color: #ffffff;
		border-left: solid 2px #181819;
		border-right: solid 2px #181819;	
	}
}

@media print {
   .srodek {
		background-color: #ffffff;
	}
}
  
.gorne_menu_belka {
	background-image: url(gfx/back_belka.jpg);
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	text-indent: 360px;
	vertical-align: middle;
	padding-top: 4px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.gorne_menu {
	background-image: url(gfx/back_menu.gif);
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.gorne_menu_link {
   text-decoration: none;
	font-weight: bold;	
	color: #000000;
}

.gorne_menu_link:link {
	color: #000000;
	font-weight: bold;	
}

.gorne_menu_link:visited {
	color: #000000;
	font-weight: bold;	
}

.gorne_menu_link:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #dd2a1b;
}

.lewa_menu {
	text-align: left;
	font-size: 11px;
}

.lewa_menu TD {
	padding-left: 16px;
	padding-bottom: 4px;
	height: 35px;
}

.lewa_red {
   text-decoration: none;
	font-weight: bold;	
	color: #dd2a1b;
}

.lewa_red:link {
	color: #dd2a1b;
	font-weight: bold;	
}

.lewa_red:visited {
	color: #dd2a1b;
	font-weight: bold;	
}

.lewa_red:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #dd2a1b;
}

.lewa_black {
   text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.lewa_black:link {
	color: #000000;
	font-weight: bold;	
}

.lewa_black:visited {
	color: #000000;
	font-weight: bold;	
}

.lewa_black:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #000000;
}

.black_button {
	background-image: url(gfx/komputery/black_back.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 13px;		
}

.black_link {
   text-decoration: none;
	font-weight: bold;	
	color: #ffffff;
}

.black_link:link {
	color: #ffffff;
	font-weight: bold;	
}

.black_link:visited {
	color: #ffffff;
	font-weight: bold;	
}

.black_link:hover {
	text-decoration: underline;
	font-weight: bold;	
	color: #ffffff;
}