@charset "utf-8";
/* CSS Document */

#outer_wrapper {
	background-repeat: no-repeat;
	background-position: center;
}
body {
	background-image: url(grafika/tlo.jpg);
	background-attachment: fixed;
}
#inner_wrapper {
	background-repeat: repeat-x;
}

#content_wrapper {
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}

#main {
	float: none;
}
#tekst {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #D8EFF8;
	color: #FFFFFF;
	height: auto;
	width: 400px;
	background-color: #0a56b4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#Naglowek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	background-color: #D8EFF8;
	padding-right: 5px;
}
#baner {
	height: 50px;
	width: 800px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
}

#menu_boczne {
	float: left;
	background-color: #0066CC;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 150px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
}
.link_orange {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}



#main {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}

dt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FBFBFB;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FFCC00;
	border-left-color: #FF6600;
}
table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 400px;
}
#klisza {
	padding: 0px;
	float: right;
	height: 575px;
	width: auto;
}

#top {
	height: 180px;
	width: 800px;
	padding: 0px;
	margin-bottom: 5px;
}
#footer {
	clear: both;
	background-color: #0a56b4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	font-size: 12px;
	padding: 2px;
}
#map {
	text-align: center;
	height: 400px;
	width: 600px;
}

