body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5E20;
	background-color: #B8D690;
	margin:0px;
	padding:0px;
	text-align:center;
}
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration:none;
}

a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#container {
	width: 762px;
	margin: auto;
	padding: 0;
	text-align: left;
	background:url(img/bg.gif) repeat-y top left;
	margin: 20px auto;
}

#header{
	width: 762px;
	height: 185px; 
	background:url(img/header.jpg) top left no-repeat;
	margin:0;
}

#header h1{
	position:absolute;
	background:url(img/schronisko_pttk.gif) top left no-repeat;
	width:290px;
	height:50px;
	margin-left:350px;
	margin-top:80px;
}

#header h3{
	position:absolute;
	font-size: 11px;
	font-weight:normal;
	color:#FFFF00;
	width:500px;
	height:20px;
	margin-left:120px;
	margin-top:3px;
}

#header h1 span{
	display:none;
}

ul#menu{
	position:absolute;
	margin-top:145px;
	margin-left:220px;
	list-style:none;
	text-align:right;
}

ul#menu li{
	display:inline;
	background:url(img/leaf.gif) left top no-repeat;
	padding-left:20px;
}

#leftMenu{
	width:158;
	float:left;
	background:url(img/leftMenu.jpg) top left no-repeat;
	
}

#mainContent{
	margin-left:158px;
	width:602px;
	text-align:left
	background:url(img/vLine.gif) top left repeat-y;
}

#content{
	width:768px;
	height:auto;
	margin:0;
	background:url(img/mainContent.jpg) top left no-repeat;
	
}

#mainContent p{
	width:550px;
	margin:0;
	padding:20px 20px 0;
	text-align:justify;

}

#mainContent table{
	margin:0;
	padding-left:20px;
	text-align:left;
}

#mainContent ul{
	margin:0;
	padding-left:40px;
	text-align:left;
}

table caption{
	line-height:18px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
	padding-top:15px;
}



#footer{
	background:url(img/footer.jpg) center bottom no-repeat;
	height:100px;
}

#galleryBox{
		padding:20px;
		width:550px;
		height:1000px;
}

#galleryBox .photoBox{
		width:120px;
		height:120px;
		float:left;
}


table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C5E20;
	padding:2px;
}
table .tr1{
	background-color:#B8D690;
}

table .tr2{
	background-color:#E1EED0;
}

table th{
	background-color:#4D5F21;
	color:#FFFFCC;
	text-align:center;
	padding:5px;
}



#lightbox{
	background-color:#eee;
	padding: 4px;
	}

#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#keyboardMsg a{color: #4C5E20;}
#closeButton{ top: 6px; right: 6px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }


