/*
 * @version html_header.php, v1.0 06-04-09
 * @author Mariusz Rut <rut.mariusz@gmail.com>
 * @copyright Copyright Mariusz Rut
 */
body {
	font-size: 1em;
	font-family: Georgia sans-serif;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #fff;
}
#content{
	position: relative;
	margin: auto;
	width: 600px;
}
#logo{
	width: 80px;
	height: 100px;
	position: relative;
	top: 70px;
	left: 10px;
	cursor: pointer;
}
#logo a{
	text-indent: -99999px;
	display: block;
	width: 79px;
	height: 99px;
	text-decoration: none;
	border:none;
}
#gallery {
	float: left;
	position: relative;
	width: 400px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 1px;
}
#imagearea{
	width: 400px;
}
#image {
	border: 0px; 
	height: 300px;
	width: 400px; 
	margin-bottom:20px
}
#image img {
	position:absolute; 
	top:5px; 
	left:5px
}
#thumbwrapper {
	width:400px; 
	height:90px;
	margin: 0px;
	padding: 0px;

}
#thumbarea {
	position:relative; 
	overflow:hidden; 
	height:90px; 
	width:400px; 
	margin: 0px;
	padding: 0px;
}
#thumbs {
	position:absolute; 
	left: 0px;
	list-style:none; 
	height:90px; 
	width:10000px; 
	margin: 0px;
	padding: 0px;
}
#thumbs li {
	float:left; 
	cursor:pointer;
	margin-right: 5px;
}
.imgnav {
	position:absolute; 
	height:300px; 
	width:20%; 
	z-index:100; 
	width:20%; 
	z-index:100; 
	outline:none; 
	cursor:pointer
}
#previmg {
	left:0; 
	background:url(images/left.gif) left center no-repeat; 
}
#previmg:hover {
	opacity:1; 
	filter:alpha(opacity=100)
}
#nextimg {
	right: 0px;
	background:url(images/right.gif) right center no-repeat; 
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
/*MENU*/
#menu{
	float: left;
	width: 160px;
	margin-top: 55px;
	color: #fff;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.5em;
}
#menu h1{
	font-size: 1.2em;
}
#menu a{
	text-decoration: none;
	color: #eee;
}
#menu a:hover{
	text-decoration: underline;
	color: #fff;
}
#menu a:active{
	text-decoration: underline;
	color: #fff;
}
#menu ul{
	margin-left: 0px;
	padding-left: 0px;
}
#menu li{
	list-style: none;
	padding-left: 20px;
}
/*END MENU*/
/*DESCRIPTION*/
#description{
	position: relative;
	clear: left;
	color: #fff;
	text-align: left;
	padding: 30px 50px 50px 50px;
	line-height: 1.5em;
	text-indent: 2em;	
}
/*END DESCRIPTION*/
/*FOOTER*/
#footer{
	margin-top: 2em;
	font-size: .6em;
	color: #888;
	width: 100%;
	text-align: center;
}
#footer a{
	color: #888;
}
/*END FOOTER*/
#prot{
	position: absolute;
	width: 400px;
	height: 300px;
	z-index: 20;
	opacity: 0;
	filter:alpha(opacity=0);
}
#title{
	text-align:center;
	position: relative;
	font-style: italic;
	margin-top: 75px;
	margin-bottom: 3px;
}
#box{
	text-align: left;
	width: 400px;
	float: left;
}
/*------------------------------------------------*/
/*-------------form-------------------------------*/
/*------------------------------------------------*/
form{
	text-align: left;
}
form div{
	overflow: auto;
	padding: 10px;
}
label{
	float: left;
}
fieldset{
	border: 1px solid #222;
	background: none;
}
.zapisz_mnie{
	text-align: left;
	width: 300px;
	margin: auto;
	padding: 30px;
}
.zapisz_mnie div{
	margin: 12px;
}
.zapisz_mnie label{
	float: left;
	display: block;
	width: 65px;
	margin: 5px;
	padding: 5px;
}
.input_text{
	float: right;
	margin: 5px;
	margin-right: 120px;
	padding: 3px;
}
#zapisz_mnie_checkbox{
	float: left;
}
#zapisz_mnie_submit{
	text-align: center;
	width: 250px;
}