.color{
	color: #fd6c13;
}

.important{
	color: white;
	font-weight: bold;
}
.separator{
	margin: 6px 0px 0px 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #8d7b7b;
}

.slogan{
	font-family: Georgia;
	color: #fd6c13; 
	font-size: 17px;
}

.imgSpace{
	margin-right: 15px;
}

.leftOffer{
	float: left;
	height: 220px;
	width: 280px;
}

.rightOffer{
	margin-top: 25px;
}

.columnLeft{
	float: left;
	margin-right: 70px;
}

.columnRight{
	float: left;
}

.leftAutomat{
	float: left;
	margin-bottom: 10px;
}

.rightAutomat{
	float: right;
	width: 400px;
}

img{
	border: 0;
}

a{
	text-decoration: none;
	color: #fd6c13;
}

table{
	text-align: left;	
	font-size: 15px;	
	border-collapse: collapse;
	text-transform: lowercase;
}


th{
	font-family: Georgia;
	border: 1px solid #8D7B7B;
	color: #fd6c13;
	font-weight: normal;
	border: 1px solid #8D7B7B;
   	padding: 5px 20px 5px 10px;
}

td{
	border: 1px solid #8D7B7B;
   	padding: 3px 20px 3px 10px;
}

.clear{
	clear: both;
}

.automaty{
	text-transform: none;
	text-align: justify;
}	
	.automaty td{
		border: 0;
		padding: 10px 20px 10px 0px;
	}
	
	
/* Elementy formularza */

.empty td, th{	
	border: 0;
}

input{
	color:#2d3639;
	background-color: #9E9E9E;
	border-style: solid;
	border-color: lightgrey;
	border-width: 1px;
	border-bottom-color: #fd6c13;
	border-bottom-width: 2px;
}
	
textarea{
	color:#2d3639;	
	background-color: #9E9E9E;
	border-style: solid;
	border-color: lightgrey;
	border-width: 1px;
	border-bottom-color: #fd6c13;
	border-bottom-width: 2px;
}

.submit{
	height: 20px; 
	width: 80px; 
	color: #2d3639;
	background-color: #9E9E9E;
	border-style: solid;
	border-color: lightgrey;
	border-width: 1px;
}

p, ol, ul{
	padding-right: 10px;
}
