@CHARSET "UTF-8";

html, body {
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #ccc;
	margin: 10;
	padding: 0;
	/*min-height:468px;/* for ie7*/
}

								/*  Uklad Strony  */


#center{
	width: 99%;
	height: 99%;
	position:absolute;
  	border:none;
    background:#ccc;
    overflow:none;     /*auto;/* allow content to scroll inside element */
    text-align:left;
}

#BASE {
	margin-left:auto;
	margin-right:auto;
	width: 600px;
	height: 475px;
	background-color: #ccc;
	
}

#logo {
	display: block;
	width: 126px;
	height: 50px;
	background-color: #ccc;
	position: absolute;
	background-image: url('../graph/logo.png');
	background-repeat: no-repeat;
	margin-top: 10px;
}

#TOP {
	width: 478px;
	height: 50px;
	overflow: hidden;
	background-color: #ccc;
	position: relative;
	margin: 0 126px;
}


#MENU {
	width: 126px;
	height: 425px;
	float: left;
	overflow: hidden;
	background-color: #555;
	position: relative;
}

#MENU p.w3c {
	margin-top: 390px;
	margin-left: 23px;
	border: none;
}

#MENU p.creator {
	position: absolute;
	margin-top: 350px;
	margin-left: 20px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

#MAIN {
	height: 425px;
	width: 478px;
	overflow: hidden;
	float: left;
	background-color: #ffef00;
	position: relative;
	margin: -425px 126px;
	font-size: 12px;
}


#bottom {
	height: 50px;
	width: 604px;
	overflow: hidden;
	float: left;
	background-color: #555;
	color: #FF0;
	font-weight: bold;
	position: relative;
	margin: 0px 0px;
}

#data {
	padding: 10px;
	padding-top: 5px;
}


										/*  Banner  */

#ban {
	height: 39px;
	margin-left: 39px;
	background-color: #ccc;
	width: 350px;
}

#key {

	height: 38px;
	margin-top: -38px;
	margin-left: 235px;
	background-color: #ccc;
	width: 124px;
}


#eb {
	height: 39px;
	margin-top: -59px;
	margin-left: 350px;
	background-color: #ccc;
}

									/*  Menu */

ul.menu, ul.menu li {
	display: block;
	list-style: none;
	margin-left: 1.3px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0;
}

ul.menu li {
	float: left;
}

li.blank {
	list-style: none;
	display: block;
	height: 10px;
	width: 115px;
}

ul.menu a:link, ul a:visited {
	text-decoration: none;
	display: block;
	width: 115px;
	height: 12px;
	text-align: center;
	background-color: #ccc;
	color: #000;
	border: 2px outset #ccc;
	padding: 1px;
	font-size: 10px;
}

ul.menu a.aktywny:link, ul.menu a.aktywny:visited {
	text-decoration: none;
	display: block;
	width: 112px;
	height: 12px;
	text-align: center;
	background-color: #3300cc;
	color: #fff;
	border: inset;
	padding: 1px;
	font-size: 11px;
}


ul.menu a:hover {
	border-style: inset;
	font-weight: bold;
}


								/*  Content Strony */

#data li b {
	font-size: 16px;
}

#data center b {
	font-size: 16px;
}

#data li.enter {
	list-style: none;
	display: block;
	height: 14px;
}

ul.alfa li {
	list-style-type: disc;
}


div#tel {
        font-size: 35px;
        font-weight: bold;
	width: 285px;
	margin-left: 91px;
}

body hr {
	width: 400px; 
	color: #3300cc;
	background-color: #3300cc;
	height: 2px;
}

#data .in {
	font-size: 25px;
	font-weight: bold;
}

span.nag {
	font-size: 23px;
	font-weight: bold;
}

span.time {
	font-size: 17px;
	font-weight: bold;
}


span.dod {
	font-size: 15px;
	font-weight: bold;
}

p.kont {
	font-size: 18px;
}

span.text {
	font-size: 15px;
}

span.text2 {
	font-size: 12px;
}

a.mail {
	color: #fff;
	text-decoration: none;
}
							/*  Stopka  aka Footer  */

table.stopka {
	font-size: 12px;
}

table.stopka tr {
	height:20px;
}


								/* Galleria */

div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  }
  
div#galleryJs
	{
		position: relative;
		heigth: 200px;
		
	}

div#galleryJs .nav
	{
		position: relative;
		height: 50px;
		width: 460px;
		border: 2px solid yellow;
		margin: 320px -12px;
	}
div#galleryJs .numbers
	{
		position: relative;
		width: 178px;
		height: 47px;
		border: 2px solid red;
		margin: -50px 140px;
	}
	
div#galleryJs .left
	{
		position: relative;
		height: 50px;
		width: 140px;
		background-image: url('../graph/left.png');
		background-repeat: no-repeat;
		
	}
div#galleryJs .right
	{
		position: relative;
		height: 50px;
		width: 140px;
		background-image: url('../graph/right.png');
		background-repeat: no-repeat;
		margin: -50px 320px;	
	}
	
	
	