@charset "utf-8";
/* CSS Document */
body {
	background-image:url(../images/bck.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #555;
}
a {
	color: #999;
}
#wraper {
	background-color: #fff;
	width: 980px;
	margin: 10px auto 0px auto;
}
#header, #footer {
	border-bottom: 2px #000 solid;
}
#header {
	margin-top: 10px;
	height: 155px;
	margin-bottom: 10px;
	text-align: center;
}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;	
}
#menu {
	text-align: center;
	padding: 5px;
}
#menu a {
	text-decoration: none;
	color: #CC0000;
}
#menu a:hover {
	color: #000;
}
#footer {
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.title {
	float: left;
	width: 110px;
}
.content {
	float: right;
	margin-top: 10px;
	padding-right:5px;
	padding-left:5px;
}
table {
	width: 100%;
	padding: 3px;
	border: none;
}
td {
	vertical-align: top;
}
.galphoto {
	/*background-color: #fff;*/
	padding: 2px;
	border: #eeebe0 0px solid;
	margin-right: 4px;
}
#tent .galphoto {
	/*background-color: #fff;*/
	padding: 2px;
	border: #8f0922 2px solid;
	margin-right: 5px;
	margin-top: 5px;
}
.referencje .itemlogo {
	width: 50px;
	height: 50px;
	background: #fff;
	vertical-align: middle;
	text-align: center;	
}
.referencje .itemlogo a img{
	border: 0px;
}
.referencje .itemname {
	vertical-align: middle;
	text-align: left;	
}
.referencje .itemname a {
	color: #fff;
	text-decoration: none;	
}
.referencje .itemname a:hover {
	text-decoration: underline;	
}
#mpp {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin-left: 990px;
	width:120px;
}
#mpp a {
	text-decoration: none;
}
#mpp .point {
	font-size: 16px;
	font-weight: bold;
	color: #96181E;
}
a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
}
