@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #e1d7bc;
	color: #000;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
}

body {
	margin-left: auto;
	margin-right: auto;
}


#top {
	margin: 0 auto;
	width: 780px;
	border-width: 1px
	border-top-style: solid;
	border-top-color: #804000;
}

#LOGO {
	background-color: #ffffff;
	background-image: url(../img/logo2.jpg) ;
	border-left-style: solid;
	border-left-color: #804000;
	border-right-style: solid;
	border-right-color: #804000;
}

#MENU {
	background-color: #f0e6c8;
	border-top-style: solid;
	border-top-color: #804000;
	border-bottom-style: solid;
	border-bottom-color: #804000;
	border-left-style: solid;
	border-left-color: #804000;
	border-right-style: solid;
	border-right-color: #804000;
}

#TRESC {
	overflow: hidden;
	background-color: #f1ebdd;
	border-bottom-style: solid;
	border-bottom-color: #804000;
	padding: 10px;
	font-size: 14px;
	border-left-style: solid;
	border-left-color: #804000;
	border-right-style: solid;
	border-right-color: #804000;
}

#STOPKA {
	clear: both;
	width: 100%;
	background-color: #e1d7bc;	
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
	color: #827c6b;
}


/* Znaczniki */

#SWIATY td {
	display: block;
	float: left;
	width: 60px;
	background-color: #eecc88;
	padding: 2px;
	border: 2px outset #f6e5c2;
	margin-top: 2px;
	margin-left: 7px;
	text-align: center;	
}

#SWIATY td:hover {
	display: block;
	float: left;
	width: 60px;
	background-color: #eecc88;
	padding: 2px;
	border: 2px inset #7d7465;
	margin-top: 2px;
	margin-left: 7px;	
}

#SWIATY td a:link {
	text-decoration: none;	
	color: #59574e;
	font-weight: bold;
}

#SWIATY td a:hover {
	text-decoration: none;	
	color: #59574e;
	font-weight: bold;
}


#SWIATY td a:visited {
	text-decoration: none;	
	color: #59574e;
	font-weight: bold;
}

.kontakt {
	font-weight: bold;
	font-size: 17px;
}

.i {
	font-style: italic;
}

.b {
	font-weight: bold;
}
