body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	text-decoration: none;
	background-color: #FFFDD0;
}

#container {
	width: 1000px;
	margin: 40px auto;
}

#content {
	text-align: left;
	background: url(../images/photo_bg.jpg) no-repeat right 40%;
	padding: 10px 0;
}

#footer {
	margin: 20px auto 0;
	font-size: 11px;
	text-align: center;
	color: #aaa;	
}

#links {
	padding: 100px 0 0 0;
	width: 1000px;
	text-align: center;
	clear: left;
}

#map {
	position: relative;
	padding: 0;
	margin: 0 0 0 200px;
	width: 400px;
	height: 400px;
	text-align: left;
	clear: left;
	background: url(../images/mapa.jpg) no-repeat 0 0;
}

#map a {
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	border: 0 none;
	text-decoration: none;
}

#map a span {
	visibility: hidden;
	display: none;
}

#map #warszawa {
	left: 240px;
	top: 150px;
}

#map #wroclaw {
	left: 90px;
	top: 225px;
}

#map #lodz {
	left: 175px;
	top: 180px;
}

#map #katowice {
	left: 160px;
	top: 270px;
}

#map #czestochowa {
	left: 170px;
	top: 245px;
	height: 40px;
}

#map #krakow {
	left: 220px;
	top: 305px;
}

#map #poznan {
	left: 85px;
	top: 145px;
}

#map #olsztyn {
	left: 220px;
	top: 55px;
}

.tip-top, .tip-bottom {
	width: 180px;
	height: 5px;
}

.tip-top {
	background: url(../images/tooltip_top.png) no-repeat 0 0;
}

.tip-bottom {
	background: url(../images/tooltip_btm.png) no-repeat 0 0;
}

.tip {
	width: 160px;
	padding: 10px;
	background-color: #000;
	padding: 10px;
	color: #fff;
}

.tip-title {
	font-size: 1.4em;
	margin: 0 0 5px 0;
}

.tip-text {
	font-size: 1em;
}

.column-left, .column-right {
	float: left;
	padding: 10px;
	margin: 0;
}

.column-left {
	width: 250px;	
}

.column-right {
	width: 650px;	
}

.left {
	float: left;	
}

.clear {
	clear: left;
	height: 0px;
	overflow: hidden;
	line-height: 0px;
}

ol, ul {
	list-style-type: none;
	text-align: left;
	margin: 10px 5px;
	padding: 0;
}

li {
	list-style-type: none;	
}

a, a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #009900;
	text-decoration: underline;
}

h1, h2 {
	margin: 15px auto;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}
