/* -----------------------------------------------------------------------

	 - general.css

	* Copyright (c) 2010 Everegine Kft.

----------------------------------------------------------------------- */

/*------------------------------------ GLOBÁLIS ELEMEK ------------------------------------*/

* { outline: none; }
img { margin: 0; border: 0; }
a, a:hover { cursor: pointer; }

.png { behavior: url(/styles/type/iepngfix.htc); }
.clearfix { clear: both; }

/*----- Gallery outside -----*/

	.gallery_content {
		width: 150px;
		height: 180px;
		text-align: center;
		float: left;
	}

		.gallery_content a {
			text-align: center;
		}

			.gallery_content img {
				border: 5px solid #888;
				-border-radius: 6px;
				-moz-border-radius: 6px;
				-webkit-border-radius: 6px;
			}

			.gallery_content img:hover {
				border: 5px solid #333;
			}

		.gallery_content_details h2 {
			font-size: 14px;
		}

				.gallery_content_details h2 span {
					font-size: 12px;
				}


/*----- Gallery inside -----*/


	.image_container {
		width: 120px;
		height: 140px;
		float: left;
	}

		.image_container img {
			border: 5px solid #888;
			-border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}

		.image_container img:hover {
			border: 5px solid #333;
		}
		
/*----- Contact -----*/

	#contact {
	
	}
	
		#contact .left_side {
			width: 340px;
			float: left;
		}
		
			#contact .left_side p {
				margin: 0 0 5px 0;
			}
			
			#contact .left_side textarea {
				height: 80px;
			}
		
		#contact .right_side {
			padding: 20px 0 0 0;
			float: left;
		}
		
			.information {
				margin: 20px 0 0 0;
			}
