img, div { behavior: url(../style/iepngfix.htc) }
body {
	background-color: #c0c0c0;
	color: #3d3d3d;
	font-family: arial;
	font-size: 14px;
	margin: 0;
	padding: 0;
	word-spacing: 0;
	text-indent: 0;
}
	
a { text-decoration: none; color: #3d3d3d; outline: none; font-weight:bold;}
a:hover { text-decoration: none; color: #ffe352; outline: none; font-weight:bold;}
a:visited{ text-decoration: none; color: #000000; outline: none; font-weight:bold;}
img { border: none; }
h4 { color: white; background-color: #302454; padding:4px; }

#mainContainer {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 1000px;
	border: 1px solid #3d3d3d;
	overflow:hidden;
}

	#headerContainer{
		margin: 0;
		padding: 0;
		height: 100px;
		width: 1000px;
		overflow:hidden;
	}
	
		#headerContent {
			margin: 0;
			float:left;
			height:100px;
			width:725px;
			background-color: #3d3d3d; 
			padding: 0px
		}	
		
			#headerContent a{
				color: #b2adad;
			}

			#headerContent a:hover {
				color: #ffe352;
			}	

			#headerContent a:visited{
				color: #b2adad;
			}		
		
			#headerLogoEmlekevImage{
				padding-top:40px;
				padding-left:20px;
			}
			
				#headerContentLeft{
				
					float:left;
				}
				
				#headerContentRight{
					padding-top:40px;
					padding-right: 10px;
					float:right;
				}
			
				#formContainer{
					padding-top:34px;
					padding-right: 10px;
					float:right;
				}

					#searchInput{
						width: 120px;
						height: 20px;
						font-size: 15px;
						border: 3px solid; 
						border-color: #000000 #cccccc #cccccc #000000;
					}

				
					#searchSubmit{
						width:21px;
						background: transparent url(../images/search.jpg) no-repeat center top;
						text-indent: -1000em;
						cursor: pointer; /* hand-shaped cursor */
						cursor: hand; /* for IE 5.x */

						border:0;
					}
	
		#logoHeader {
			margin: 0;
			float:left;
			height:100px;
			width:275px;
			background-color: #ffe352;
			background: url(../images/logoHeader.jpg) no-repeat; 
		}


	
	#menu {
		width: 1000px;
		height: 35px;
		overflow: hidden;
		background-color: #ffffff;
		}
		
		#menu ul {
			margin: 0;
			padding-left: 13px;
			list-style-type: none;
			overflow: hidden;
			}
			
			#menu li {
				height: 35px;
				float: left;
				padding: 0 12px 0 12px;
				}
				
				#menu li a {
					float: left;
					line-height: 35px;
					font-family: arial;
					font-size: 12px;
					font-weight: bold;
					color: #3d3d3d;
					display: block;
					height: 100%;
					outline: none;
					}
					
					#menu li a:hover { color: #ffe352; }
		
	
	#mainPicture{
		width: 1000px;
		height: 170px;
		padding: 0;
		margin: 0;
		overflow:hidden;
	}	
	
	#contentContainer{
		width:1000px;
		overflow:hidden;
		margin:0;
		padding:0;
		background-color: #ffffff;
	}
	
		#contentLogo{
			width: 180px;
			height: 240px;
			padding:0;
			margin:0;
			float:left;
			background-color: #ffffff;
		}
		
			#contentLogoImage{padding:20px;}
		
		#content{
			width:790px;
			height: 300px;
			font-size: 16px;
			padding-left:15px;
			padding-right:15px;
			padding-bottom:15px;
			margin:0;
			float:left;
			background-color: #ffffff;
			overflow: auto;
		}
		
	#footer{
		width:1000px;
		margin: 0 auto 0 auto;
		font-size: 12px;
		clear: both;
		overflow:hidden;
	}
	
		#nemesPeter {
			position:relative;
			text-align: right;
			float: right;
			padding-right: 0;
			padding-top: 5px;
		}

		#everengine {
			position:relative;
			text-align: left;
			float: left;
			padding-left: 0;
			padding-top: 5px;
		}

			#everengine a {
				font-weight:normal;
			}
			
			#everengine a:hover {
				text-decoration: underline;
			}


#seoSide {
display: none;
text-align: center;
}

/*--- A GALÉRIÁK GYŰJTŐ OLDALA ---*/
	
.galleryCategoryContainer {
	height: 130px;
	width: 580px;
	overflow: hidden;
	color: #403f3f;
	margin-bottom: 10px;
	}
		
	.galleryCategoryContainer img {
		margin: 5px;
		border: 1px solid #BABABA;
		margin-left: 10px;
		margin-right: 10px;
		float: left;
		}
		
	.galleryCategoryContainer h3, .galleryCategoryContainer h3  a, .galleryCategoryContainer h3 a:hover {
		font-family: arial, sans-serif;
		font-size: 16px;
		font-weight: bold;
		font-style: italic;
		color: #525051;
		margin: 0 0 10px 0;
		}
		
/*--- AZ EGYES ALGALÉRIÁK KÉPEKKEL ---*/	
	
.gallery {
	overflow: hidden;
	width: 580px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	.gallery li {
		float: left;
		padding: 10px;
		}
	
		.gallery li img {
			border: 1px solid #BABABA;
			margin: 5px;
			}
