/* CSS Document */

body {
	width:880px;
	background-color:#FFFFFF;
	background-position: center;
	font-family: Verdana, Helvetica, sans-serif;
	margin-left: auto;
	margin-right: auto;
}


#header {
	width: 880px;
	margin-top: 30px;
	text-align: left;	
}

#bar {
	width: 880px;
	height: 2px;
	margin-top: 5px;
	text-align: left;
}


#bar2 {
	width: 880px;
	
	margin-top: 50px;
	text-align: left;
}

#txt {
	width: 880px;
	margin-top: 10px;
	text-align: left;	
}

#links {
	width: 200px;
	margin-top: 50px;
	margin-left: 0px;
	text-align: left;
	float:left;
}

#links2 {
	width: 160px;
	text-align: left;	
	margin-top: 50px;
	margin-right: 0px;
	float: right;
}

#txt_opis {
	width: 200px;
	text-align: left;	
	margin-top: 50px;
	margin-right: 0px;
	float: right;
}

#txt_me {
	width: 600px;
	text-align: left;	
	margin-top: 50px;
	margin-right: 0px;
	float: left;
}

#image_index{
	width: 480px;
	border: 1px;
	border-color: #000000;
	margin-top: 50px;
	margin-right: 20px;
}

#table {
	width: 480px;
	border: 0px;
	float: left;
	margin-top: 50px;
}

#image {
	width: 480px;
	border: 0px;
	float: left;
	margin-top: 0px;
}

#footer {
	width: 880px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
	float: left;
}



.header {
	font-size: 14px;
	line-height: 14px;
	color: #000000;
}


.h2 {
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	font-weight:bold;
}

.bar {
	font-size: 8px;
	color:#99FF00;
}

.txt_bold {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight:bold;
}

.txt {
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	font-weight:normal;
}

.spis {
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	font-weight:light;
}

.footer {
	font-size: 9px;
	line-height: 12px;
	color: #B0B0B0;
}

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

a:hover {
	color: #00FFFF;
}

	
