/* BLOCK BOXOK */
html, div, form { display: block; }

body {
	margin: 0;
	padding: 0;
	background: url(../images/background.jpg) top center repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	}
	
* { outline: none; }
p { display:block; }
img { margin: 0; border: 0; }
a { outline: none; color: #636363; text-decoration: none; }
.clearfix { clear: both; }

/*#wrap {
	height: 100%;
	background: transparent url(../images/bottomBackground.jpg) bottom left repeat-x;
	}*/

	#container {
		width: 820px;
		margin: 0 auto 0 auto;
		overflow: hidden;
		}
		
		#header {
			width: 820px;
			height: 360px;
			background: transparent url(../images/header.png);
			behavior: url(styles/iepngfix.htc);
			}
			
			.language {
				width: 130px;
				height: 20px;
				margin: 30px 20px 0 0;
				padding: 0;
				float: right;
			}
			
				.language a.hun {
					width: auto;
					height: auto;
					margin: 0;
					padding: 0 0 0 20px;
					background: url('../images/language/hun.png') left no-repeat;
					display: block;
					float: left;
					color: #333;
					text-align: center;
					font-size: 10px;
					font-weight: bold;
				}
					
					a.hun:hover {
						text-decoration: underline;
						color: #000;
					}
				
				.language a.en {
					width: auto;
					height: auto;
					margin: 0;
					padding: 0 0 0 20px;
					background: url('../images/language/en.png') left no-repeat;
					display: block;
					float: right;
					color: #333;
					text-align: center;
					font-size: 10px;
					font-weight: bold;
				}
				
					a.en:hover {
						text-decoration: underline;
						color: #000;
					}
			
		#nav {
			display: block;
			width: 820px;
			height: 50px;
			margin: 0;
			padding: 0;
			list-style-type: none;
			}
			
			#nav li {
				height: 50px;
				float: left;
				behavior: url(styles/iepngfix.htc);
				}
				
				#nav li a {
					display: block;
					height: 50px;
					text-indent: -1000em;
					behavior: url(styles/iepngfix.htc);
					}
					
			#nav1 { background: url(../images/nav/nav_01.png); width: 136px; }
			#nav1 a:hover { background: url(../images/navHover/nav_01.png); }
			
			#nav2 { background: url(../images/nav/nav_02.png); width: 99px; }
			#nav2 a:hover { background: url(../images/navHover/nav_02.png); }
			
			#nav3 { background: url(../images/nav/nav_03.png); width: 134px; }
			#nav3 a:hover { background: url(../images/navHover/nav_03.png); }
			
			#nav4 { background: url(../images/nav/nav_04.png); width: 112px; }
			#nav4 a:hover { background: url(../images/navHover/nav_04.png); }
			
			#nav5 { background: url(../images/nav/nav_05.png); width: 98px; }
			#nav5 a:hover { background: url(../images/navHover/nav_05.png); }
			
			#nav6 { background: url(../images/nav/nav_06.png); width: 89px; }
			#nav6 a:hover { background: url(../images/navHover/nav_06.png); }
			
			#nav7 { background: url(../images/nav/nav_07.png); width: 67px; }
			#nav7 a:hover { background: url(../images/navHover/nav_07.png); }
			
			#nav8 { background: url(../images/nav/nav_08.png); width: 85px; }
			#nav8 a:hover { background: url(../images/navHover/nav_08.png); }
			
		#contentContainer {
			width: 802px;
			margin: 0 auto 0 auto;
			background: url(../images/contentBackground.jpg) top left repeat-y;
			}
			
			#sideBar {
				width: 250px;
				float: left;
				margin: 1px 1px 0 2px;
				}
				
				#sideBar .header {
					width: 230px;
					height: 28px;
					padding: 12px 10px 0 10px;
					background: url(../images/contentHeader.jpg) top left repeat-x;
					color: #fff;
					font-weight: bold;
					}
					
				#sideBar .content { padding: 10px; }
				
					#subMenu {
						margin: 0;
						padding: 0;
						list-style-type: none;
						}
						
						#subMenu li {
							margin: 0 0 3px 0;
							padding: 0 0 0 25px;
							line-height: 20px;
							background: url(../images/arrow.jpg) center left no-repeat;
							}
							
							#subMenu li a:hover {
								color: #7bb905;
								text-decoration: underline;
								}
							
				#newsletter label {
					display: block;
					margin: 0 0 5px 0;
					font-weight: bold;
					}
					
				#newsletter .textInput {
					width: 200px;
					height: 14px;
					margin: 0 0 10px 0;
					padding: 5px;
					border: 1px solid #93db0a;
					background: #ddff9d;
					}
					
				#newsletter .submit {
					display: block;
					height: 30px;
					padding: 0 10px 0 10px;
					border: 1px solid #78b405;
					background: #93db0a;
					cursor: pointer;
					}
				
			#content {
				width: 547px;
				float: left;
				margin: 1px 2px 0 0;
				}
				
				#content .header {
					width: 527px;
					height: 28px;
					padding: 12px 10px 0 10px;
					background: url(../images/contentHeader.jpg) top left repeat-x;
					color: #fff;
					font-weight: bold;
					}
					
				#content .content { padding: 10px; }
				
				.gallery {
					list-style-type: none;
					margin: 0;
					padding: 0;
					overflow: hidden;
					}
					
					.gallery li {
						width: 112px;
						height: 112px;
						float: left;
						margin: 0 17px 17px 0;
						}
						
						.gallery li a {
							display: block;
							width: 102px;
							height: 102px;
							padding: 5px;
							background: #4cb6e2;
							}
							
							.gallery li a:hover { background: #527809; }
							
							.gallery li a img { border: 1px solid #fff; }
			
		#footer {
			width: 820px;
			height: 66px;
			margin: 0 0 20px 0;
			list-style-type: none;
			overflow: hidden;
			background: url(../images/footer.png);
			behavior: url(styles/iepngfix.htc);
			}
		
		#footer .left {
			float: left;
			padding: 25px 0 0 25px;
			color: #fff;
			}
			
		#footer .right {
			float: right;
			padding: 25px 25px 0 0;
			color: #fff;
			}
			
			#footer .right a { color: #000; }
