*{
	margin: 0;
	box-sizing: border-box;
}
body{
	background-color: #b3b1b1;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}
#container{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
#logo{
	min-height: 250px;
	margin-top: 20px;
	background-image: url("./images/24paleo.png");
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: center;
}
#title{
	font-family: Arial;
	font-size: 15px;
	color: #ff9700;
	text-align: center;
	text-shadow: 1px 1px 5px rgb(39, 39, 39);
	background: rgba(255,255,255,0.6);
	line-height: 50px;
}
#nav_top{
	background-color: black;
	color: white;
	text-align: left;
	padding: 10px;
	letter-spacing: 1px;
}
a{
	color: #ff9700;
	text-decoration: none;
}
a:hover{
	color: #ff9700;
	text-decoration: underline;
}
a:active{
	color: red;
	text-decoration: underline;
}

.nav_top_link{
	color: white;
	text-decoration: none;
}
.nav_top_link:hover{
	color: #ff9700;
	text-decoration: underline #ff9700;
}
.nav_top_link:active{
	color: red;
	text-decoration: underline red;
}
.header{
	margin-top: 20px;
	padding: 10px;
	background-color: bisque;
}
.header h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #ff9700;
	text-align: center;
}
#content{
	background-color: #ffffff;
	min-height: 460px;
	padding: 20px;
}
.tresc{
	padding-left: 40px;
	padding-right: 40px;
}

#footer{
	clear: both;
	background-color: black;
	color: white;
	text-align: center;
	padding: 10px;
}




#box{
	background-color: #fff;
	padding: 15px;
	-webkit-box-shadow: 3px 3px 30px 5px rgba(204,204,204,1);
	-moz-box-shadow: 3px 3px 30px 5px rgba(204,204,204,1);
	box-shadow: 3px 3px 30px 5px rgba(204,204,204,1);
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.grupa{
	padding: 10px;
}
.col{
	display: inline-block;
	margin: 0 10px;
	width: 250px;
}


















.row{
	margin: 20px 10px;		
}
input[type="number"], input[type="text"], input[type="tel"], input[type="email"], textarea {
	background-color: #fff;
	color: #666;
	border: 2px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	outline: none;
}

input[type="number"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus {
	-webkit-box-shadow: 0px 0px 10px 2px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 10px 2px rgba(204,204,204,1);
	box-shadow: 0px 0px 10px 2px rgba(204,204,204,1);
	border: 2px solid #a5cda5;
}

input[type="submit"] {
	width: 100px;
	text-size: 20px;
	background-color: #262626;
	color: #fff;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
	letter-spacing: 2px;
	outline: none;
}

input[type="submit"]:focus {
	-webkit-box-shadow: 0px 0px 15px 5px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 5px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 5px rgba(204,204,204,1);
}

input[type="submit"]:hover {
	background-color: gray;	
}

fieldset {
	background-color: #efefef;
	color: #666;
	border: 2px solid #ddd;
	border-radius: 5px;
}
.inside {
	background-color: #fff;
	color: #666;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 5px;
	margin: 5px;
}
label{
	font-size: 10px;
}
.logo{
	float: left;
	align: center;
	width: 25%;
}
.linia{
	border-top-style: solid;
	border-top-color: white;
	border-top-width: 1px;
	padding-top: 20px;
}