/* CSS Document */

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


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

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


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

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

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


#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: 500px;
	border: 0px;
	border-color: #000000;
	margin-top: 50px;
	margin-right: 20px;
}

#table {
	width: 500px;
	border:none;
	float: left;
	margin-top: 50px;
	margin-left: 50px;
	
}

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

#zdjecia_menu{
	margin-top: 0px;
	margin-bottom: 20px;
}

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



.h2 {
	font-size: 14px;
	
	font-stretch: extra-expanded;
	line-height: 28px;
	color: #000000;
	font-weight:lighter;
}

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

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

.txt_bold {
	font-size: 14px;
	font-variant:small-caps;
	line-height: 22px;
	color:#333333;
	font-weight:bold;
}

.txt {
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight:normal;
}

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

.button{
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	font-weight:light;
	border:none;
	background-color:#FFFFFF;
}

.button:hover{
	font-size: 11px;
	line-height: 20px;
	color: #333333;
	font-weight:light;
	border:none;
	background-color:#CCFF66;
}

.zdjecia {
	text-align: left;
}

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

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

a:hover {
	color: #000000;
	background-color:#CCFF66;
}

	

