 html, body {
         margin:0;
         padding:0;
         height:100%;
        }

/** index.php **/
body{
	font: 0.9em Tahoma, sans-serif;	
}

h1{
	font-weight: normal;
}

.hidden{
	display: none;
}

#contener{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

#container {
  min-height:100%;
  position:relative;
 }

#link{
	text-decoration: none;
}
input{
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: 0 auto;
}
input[id="url"]{
	padding: 10px;
	width: 300px;
	margin-top: 10px;
}

#registerTextBox{
	padding: 10px;
	width: 200px;
	margin-top: 10px;
}

#AddCheckBox{
	margin-top:10px;
}

#QRCheckBox{
	margin-top:25px;
}

#checkBoxHidden{
	margin-top: 20px;
}

 #bottomMenu {
	position:absolute;
  	bottom:0;
  	width:100%;
  	height:60px;  /* Wysokość nagłówka */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d3d3d3 60%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#d3d3d3), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d3d3d3 60%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d3d3d3 60%,#d3d3d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d3d3d3 60%,#d3d3d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#d3d3d3 60%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3d3d3',GradientType=0 ); /* IE6-9 */
 }

#loginButton_index{
	float: right;
	position: relative;
	top:35px;
	right: 12px;
	text-decoration: none;
	color: black;
}

#registerButton_index{
	position: relative;
	top:35px;
	left:12px;
	text-decoration: none;
	color: black;
}


/** TABELA   **/
.tabble{
	padding: 0px 10px;
}

.tabbleLink{
	padding: 5px 11px;
}


/** admin_page **/
#changeAdminRed{
	color: red;
	text-decoration: none;
}

#changeAdminGreen{
	color: green;
	text-decoration: none;
}

/** reklama.php **/
*{
	margin: 0 auto;
}
#header{
	width: 100%;
	height: 100px;
	background-color: #1385dc;
}

.contener{
	width: 960px;
	margin: 0 auto;
}

#przycisk{
	position: relative;
	left: 740px;
	bottom: 20px;
	width: 960px;
}