@CHARSET "UTF-8";

HTML,BODY {
	background: black;
	color: #fa7d00;
	margin: 0;
	padding: 0;
	font-family: Arial;
}

DIV.container {

	width: 818px;

	margin-left: -409px;
	position: relative;
	left: 50%;
	
	text-align: center;

}

DIV.containerHome {

	width: 788px; /*bo 30 paddingu*/

	margin-left: -439px;
	position: relative;
	left: 50%;
	
	text-align: center;

	background-image: url(img/bg5.jpg);
      
	padding-left: 30px;

}


DIV.menu {
	overflow: hidden;
	padding-top:60px;
	margin-bottom: 30px;

}


ul, ul li {
	display: block;
	list-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
 	margin-right: 8px;
	margin-left: 0px;
	padding: 0px;

}

ul li {
	float: left;
	border-top:1px solid  #fa7d00;
	border-left:1px solid  #fa7d00;
	border-bottom:1px solid  #fa7d00;
	border-right:1px solid  #fa7d00;
	
	width: 90px;
	
}

ul {
	float: left;
	/*padding: 1px 0 1px 1px;
	border: 1px solid #1a1a13;*/
}

ul a:link, ul a:visited {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #fa7d00; 
	background: black;
	padding: 10px ;
}

ul a:hover {
	background-color: #26261B;
}

DIV.mainHome {
	clear: both;
	height: 301px; /*TODO: obliczyc*/
	overflow: hidden;

	
}

DIV.main {
	clear: both;
	height: 297px; /*TODO: obliczyc*/
  	overflow: hidden; 

	
}

div.main .about {

/*border: 1px solid white;*/

  	 padding-top: 205px;
margin-left: 100px;  
	 font-weight: normal;
	 

	 /*float:left;*/
	 /*overflow: visible; */
	 height: 100%;
	 /*width:100%;*/

	 background-image: url(img/foto2.jpg);
	 background-repeat: no-repeat;
	 /*background-position: top right;*/
}



div.about .personName {
  font-size: 20px;
}

div.about .personDetail {
font-size: 15px;
}

div.about .person1 {
float:left;
text-align: right;
/*border: 1px solid white;*/
margin-left: 80px;
}

div.about .person2 {
float:left;
text-align: left;
/*border: 1px solid white;*/
margin-left: 140px;
}

div.main .contakt {
	 text-align: left;
  	 padding-top: 80px;  
	 font-weight: normal;
	 font-size: 20px;

	 float:left;
	 overflow: visible; 
	 height: 100%;
	 width:100%;

	 background-image: url(img/map.jpg);
	 background-repeat: no-repeat;
	 background-position: top right;
	
}



div.imgBrowser {
	/*padding-top: 15px;
	padding-bottom: 15px;*/
	text-align: left;
	/* 
	 position: relative;
	 left: 50%;
	 margin-left: -444px;
	 */
	
	/* border: 1px solid  #1a1a13;*/
	 width: 100%;
	 overflow:hidden;
	
}

div.prevButton {
	/*padding-bottom: 10px;*/
	float:left;
	margin-top: 110px;
}


div.nextButton {
	/*padding-bottom: 10px;*/
	float:right;
	margin-top: 110px;
/* 	border: 1px solid white; */
}

input.naviButton {

    color:#fa7d00;
    background-color:black;
    border-style:solid;
    border-width: 1px;
    border-color:black;
}

div.imgDescription {
	
	float:left;
	text-align: left;
/* 	border: 1px solid red; */
	margin-left: 27px;
	margin-top: 50px;
}

div.image {
	float:left;
/* 	border: 1px solid white; */
	margin-left:30px;
	margin-top:8px;
}


DIV.footer{
	clear:both;
	text-align: left;	
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;

	height: 150px;
	/*border: 1px solid white;*/
}


div.line {
	 
}

div.line hr {
	  width: 818px;

	  margin-top: 0px;
	  margin-bottom: 0px;
	  padding: 0px;

	  color: #fa7d00;
	  background-color: #fa7d00;
	  height: 2px;
	  border:none;

}

div.normaTxt {
	font-family: Times New Roman;
	font-size: 60px;
	float: left;
	font-weight: bold;

}

div.archTxt {
	font-family: Arial;
	font-size: 38px;
/* font-weight: bold; */
	float: left;
	margin-left: 15px;
	padding-top: 20px;

}

div.footer .desc {
clear:both;
}

