/* OGÓLNE */

body {	
	margin : 0px;
	background-image: url(images/tlo.png);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	color : white;
	font-size : 11pt;
}

table {
	font-size : 11pt;
}


h1 {
	font-size: 16pt;
	color: #C9CAB1;
}

h2 {
	font-size: 14pt;
	color: #C9CAB1;
}

h3 {
	font-size: 12pt;
	color: #C9CAB1;
}


a {
	color: #FF4040;
	text-decoration : none;
}

a:hover {
	color: #ffe0ff;
}

img {
	border : 0px solid black;
}

/* TREŚĆ */

#content {
	width : 700px;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 10px;
	text-align : left;
	vertical-align : top;
}

#rcolumn {
	width : 250px;
	padding-top : 20px;
	padding-bottom : 20px;
	padding-left : 10px;
	padding-right : 10px;
	text-align : center;
	vertical-align : top;	
}

.hlinks ul {
	padding : 0px;
	margin : 10px;
	text-align : center;
}

.hlinks ul li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	margin-left : 6px;
	margin-right : 6px;
}

#fixbit {
	font-size : 12px;
	text-align : center;
	color : white;
}

#fixbit a {
	color : #808080;
	text-decoration : none;
}

#fixbit a:hover {
	color: #f0ffe0;
	text-decoration : underline;
}

