html, body {
	background-color: #234700;
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 12px;
	line-height: 20px;
}

img {display: block; border: 0;}

td {
	font-family: tahoma, verdana, arial, helvetica;
	font-size: 12px;
	line-height: 20px;
}

h1 {font-size: 14px; color: #234700;}

#background {background: url(design/bgr-site.jpg) top; background-repeat: repeat-x; background-color: #fff; min-width: 980px; min-height: 500px;}
#bottom {background: url(design/bgr-bottom.jpg) top; background-repeat: repeat-x; min-width: 980px;}
#mine-foto{background: url(design/bgr-mine-foto.png) top; background-repeat: no-repeat;	width: 980px; height: 383px; margin: 0 auto;}
#content{background: url(design/bgr-content.png) top; background-repeat: repeat-y; width: 980px; margin: auto;}
#left {width: 420px; margin-left: 50px; float: left; display: inline;}
#right {width: 420px; margin-right: 50px; float: right; display: inline;}
#center {width: 890px; margin-left: 50px;}


header{
	position: relative;
	width: 480px;
	height: 100px;
	margin: 0 auto;
}

nav {width: 980px; height: 70px; margin: 0 auto; text-align: center;}
nav img {display: inline;}

footer{
	background: url(design/bgr-footer.png) top; background-repeat: no-repeat;
	width: 980px;
	min-height: 300px;
	margin: 0 auto;
	color: #fff;
}

footer p {width: 470px; float: left; display: inline; margin-left: 10px; margin-right: 10px;}

.foto {
	display: inline;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.tip {
	color: #fff;
	background:#4a225c;
	width: 250px;
	font-family: tahoma;
	font-size: 11px;
	display:none; /*--Domyślnie ukryty--*/
	padding:10px;
	position:absolute;
	z-index:1000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#site{
	width: 980px;
	margin: 0 auto;
	background: url(design/bgr-site.gif);
	background-repeat: repeat-y;
	background-color: #fff;
}

A:link {color: #49225B; text-decoration: none; line-height: 16px;}
A:visited {color: #49225B; text-decoration: none; line-height: 16px;}
A:hover {color: #49225B; text-decoration: underline; line-height: 16px;}
A:active {color: #49225B; text-decoration: underline; line-height: 16px;}

A.mini:link {color: #98A981; text-decoration: none;}
A.mini:visited {color: #98A981; text-decoration: none;}
A.mini:hover {color: #98A981; text-decoration: underline;}
A.mini:active {color: #98A981; text-decoration: underline;}